Package | Description |
---|---|
org.jclouds.openstack.cinder.v1 | |
org.jclouds.openstack.cinder.v1.predicates |
Modifier and Type | Method and Description |
---|---|
SnapshotApi |
CinderApi.getSnapshotApi(String region)
Provides access to
Snapshot features. |
SnapshotApi |
CinderApi.getSnapshotApiForZone(String zone)
Deprecated.
Please use
CinderApi.getSnapshotApi(String) instead. To be removed in jclouds 2.0. |
Modifier and Type | Method and Description |
---|---|
static com.google.common.base.Predicate<Snapshot> |
SnapshotPredicates.awaitAvailable(SnapshotApi snapshotApi)
Wait until a Snapshot is Available.
|
static com.google.common.base.Predicate<Snapshot> |
SnapshotPredicates.awaitDeleted(SnapshotApi snapshotApi)
Wait until a Snapshot no longer exists.
|
static com.google.common.base.Predicate<Snapshot> |
SnapshotPredicates.awaitStatus(SnapshotApi snapshotApi,
Volume.Status status,
long maxWaitInSec,
long periodInSec) |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.