Package | Description |
---|---|
org.jclouds.openstack.trove.v1 | |
org.jclouds.openstack.trove.v1.predicates |
Modifier and Type | Method and Description |
---|---|
InstanceApi |
TroveApi.getInstanceApi(String region)
Provides access to Instance features.
|
InstanceApi |
TroveApi.getInstanceApiForZone(String zone)
Deprecated.
Please use
TroveApi.getInstanceApi(String region) instead. To be removed in jclouds 2.0. |
Modifier and Type | Method and Description |
---|---|
static com.google.common.base.Predicate<Instance> |
InstancePredicates.awaitAvailable(InstanceApi instanceApi)
Wait until an Instance is Available.
|
static com.google.common.base.Predicate<Instance> |
InstancePredicates.awaitDeleted(InstanceApi instanceApi)
Wait until an Instance no longer exists.
|
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.