Uses of Class
org.jclouds.googlecomputeengine.domain.Address.Status
-
Packages that use Address.Status Package Description org.jclouds.googlecomputeengine.domain -
-
Uses of Address.Status in org.jclouds.googlecomputeengine.domain
Methods in org.jclouds.googlecomputeengine.domain that return Address.Status Modifier and Type Method Description abstract Address.Status
Address. status()
The status of the address.static Address.Status
Address.Status. valueOf(String name)
Returns the enum constant of this type with the specified name.static Address.Status[]
Address.Status. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jclouds.googlecomputeengine.domain with parameters of type Address.Status Modifier and Type Method Description static Address
Address. create(String id, URI selfLink, String name, Date creationTimestamp, String description, Address.Status status, List<URI> users, URI region, String address)
-