Package | Description |
---|---|
org.jclouds.openstack.cinder.v1 | |
org.jclouds.openstack.cinder.v1.predicates |
Modifier and Type | Method and Description |
---|---|
SnapshotApi |
CinderApi.getSnapshotApiForZone(String zone)
Provides synchronous access to Snapshot features.
|
Modifier and Type | Method and Description |
---|---|
static RetryablePredicate<Snapshot> |
SnapshotPredicates.awaitAvailable(SnapshotApi snapshotApi)
Wait until a Snapshot is Available.
|
static RetryablePredicate<Snapshot> |
SnapshotPredicates.awaitDeleted(SnapshotApi snapshotApi)
Wait until a Snapshot no longer exists.
|
static RetryablePredicate<Snapshot> |
SnapshotPredicates.awaitStatus(SnapshotApi snapshotApi,
Volume.Status status,
long maxWaitInSec,
long periodInSec) |
Copyright © 2009-2013 jclouds. All Rights Reserved.