Uses of Class
org.jclouds.googlecomputeengine.domain.Instance.Status
-
Packages that use Instance.Status Package Description org.jclouds.googlecomputeengine.domain -
-
Uses of Instance.Status in org.jclouds.googlecomputeengine.domain
Methods in org.jclouds.googlecomputeengine.domain that return Instance.Status Modifier and Type Method Description abstract Instance.Status
Instance. status()
static Instance.Status
Instance.Status. valueOf(String name)
Returns the enum constant of this type with the specified name.static Instance.Status[]
Instance.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 Instance.Status Modifier and Type Method Description static Instance
Instance. create(String id, Date creationTimestamp, URI selfLink, String name, String description, Tags tags, URI machineType, Instance.Status status, String statusMessage, URI zone, Boolean canIpForward, List<Instance.NetworkInterface> networkInterfaces, List<Instance.AttachedDisk> disks, Metadata metadata, List<Instance.ServiceAccount> serviceAccounts, Instance.Scheduling scheduling)
-