Uses of Enum Class
org.jclouds.googlecomputeengine.domain.Instance.Status
Packages that use Instance.Status
-
Uses of Instance.Status in org.jclouds.googlecomputeengine.domain
Methods in org.jclouds.googlecomputeengine.domain that return Instance.StatusModifier and TypeMethodDescriptionabstract Instance.Status
Instance.status()
static Instance.Status
Returns the enum constant of this class with the specified name.static Instance.Status[]
Instance.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 Instance.StatusModifier and TypeMethodDescriptionstatic 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)