Uses of Class
org.jclouds.googlecomputeengine.domain.Zone.Status
-
Packages that use Zone.Status Package Description org.jclouds.googlecomputeengine.domain -
-
Uses of Zone.Status in org.jclouds.googlecomputeengine.domain
Methods in org.jclouds.googlecomputeengine.domain that return Zone.Status Modifier and Type Method Description abstract Zone.Status
Zone. status()
static Zone.Status
Zone.Status. valueOf(String name)
Returns the enum constant of this type with the specified name.static Zone.Status[]
Zone.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 Zone.Status Modifier and Type Method Description static Zone
Zone. create(String id, Date creationTimestamp, URI selfLink, String name, String description, Zone.Status status, List<Zone.MaintenanceWindow> maintenanceWindows, Deprecated deprecated, String region, List<String> availableMachineTypes)
-