Package | Description |
---|---|
org.jclouds.openstack.trove.v1.domain | |
org.jclouds.openstack.trove.v1.predicates |
Modifier and Type | Field and Description |
---|---|
protected Instance.Status |
Instance.Builder.status |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
Instance.Builder |
Instance.Builder.status(Instance.Status status) |
Constructor and Description |
---|
Instance(String id,
String name,
Flavor flavor,
Volume volume,
Instance.Status status,
List<Link> links,
String hostname) |
Modifier and Type | Method and 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.
|
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.