Uses of Enum Class
org.jclouds.openstack.trove.v1.domain.Instance.Status
Packages that use Instance.Status
-
Uses of Instance.Status in org.jclouds.openstack.trove.v1.domain
Fields in org.jclouds.openstack.trove.v1.domain declared as Instance.StatusMethods in org.jclouds.openstack.trove.v1.domain that return Instance.StatusModifier and TypeMethodDescriptionstatic Instance.Status
Instance.getStatus()
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.openstack.trove.v1.domain with parameters of type Instance.StatusConstructors in org.jclouds.openstack.trove.v1.domain with parameters of type Instance.Status -
Uses of Instance.Status in org.jclouds.openstack.trove.v1.predicates
Methods in org.jclouds.openstack.trove.v1.predicates with parameters of type Instance.StatusModifier and TypeMethodDescriptionstatic com.google.common.base.Predicate
<Instance> InstancePredicates.awaitStatus
(InstanceApi instanceApi, Instance.Status status, long maxWaitInSec, long periodInSec) Wait until instance is in the status specified.