Uses of Interface
org.jclouds.openstack.cinder.v1.features.SnapshotApi
-
Packages that use SnapshotApi Package Description org.jclouds.openstack.cinder.v1 org.jclouds.openstack.cinder.v1.predicates -
-
Uses of SnapshotApi in org.jclouds.openstack.cinder.v1
Methods in org.jclouds.openstack.cinder.v1 that return SnapshotApi Modifier and Type Method Description SnapshotApi
CinderApi. getSnapshotApi(String region)
Provides access toSnapshot
features.SnapshotApi
CinderApi. getSnapshotApiForZone(String zone)
Deprecated.Please useCinderApi.getSnapshotApi(String)
instead. -
Uses of SnapshotApi in org.jclouds.openstack.cinder.v1.predicates
Methods in org.jclouds.openstack.cinder.v1.predicates with parameters of type SnapshotApi Modifier and Type Method 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)
-