Uses of Interface
org.jclouds.openstack.cinder.v1.features.SnapshotApi

Packages that use SnapshotApi
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
 SnapshotApi CinderApi.getSnapshotApiForZone(String zone)
          Provides synchronous access to Snapshot features.
 

Uses of SnapshotApi in org.jclouds.openstack.cinder.v1.predicates
 

Methods in org.jclouds.openstack.cinder.v1.predicates with parameters of type SnapshotApi
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-2014 The Apache Software Foundation. All Rights Reserved.