Uses of Enum Class
org.jclouds.googlecomputeengine.domain.Zone.Status
Packages that use Zone.Status
-
Uses of Zone.Status in org.jclouds.googlecomputeengine.domain
Methods in org.jclouds.googlecomputeengine.domain that return Zone.StatusModifier and TypeMethodDescriptionabstract Zone.Status
Zone.status()
static Zone.Status
Returns the enum constant of this class with the specified name.static Zone.Status[]
Zone.Status.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jclouds.googlecomputeengine.domain with parameters of type Zone.StatusModifier and TypeMethodDescriptionstatic 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)