Uses of Class
org.jclouds.openstack.trove.v1.domain.Instance.Status
-
Packages that use Instance.Status Package Description org.jclouds.openstack.trove.v1.domain org.jclouds.openstack.trove.v1.predicates -
-
Uses of Instance.Status in org.jclouds.openstack.trove.v1.domain
Fields in org.jclouds.openstack.trove.v1.domain declared as Instance.Status Modifier and Type Field Description protected Instance.Status
Instance.Builder. status
Methods in org.jclouds.openstack.trove.v1.domain that return Instance.Status Modifier and Type Method Description static Instance.Status
Instance.Status. fromValue(String status)
Instance.Status
Instance. getStatus()
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.openstack.trove.v1.domain with parameters of type Instance.Status Modifier and Type Method Description Instance.Builder
Instance.Builder. status(Instance.Status status)
Constructors in org.jclouds.openstack.trove.v1.domain with parameters of type Instance.Status Constructor Description Instance(String id, String name, Flavor flavor, Volume volume, Instance.Status status, List<Link> links, String hostname)
-
Uses of Instance.Status in org.jclouds.openstack.trove.v1.predicates
Methods in org.jclouds.openstack.trove.v1.predicates with parameters of type Instance.Status Modifier and Type Method Description static 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.
-