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

Packages that use VolumeApi
org.jclouds.openstack.cinder.v1   
org.jclouds.openstack.cinder.v1.predicates   
 

Uses of VolumeApi in org.jclouds.openstack.cinder.v1
 

Methods in org.jclouds.openstack.cinder.v1 that return VolumeApi
 VolumeApi CinderApi.getVolumeApiForZone(String zone)
          Provides synchronous access to Volume features.
 

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

Methods in org.jclouds.openstack.cinder.v1.predicates with parameters of type VolumeApi
static com.google.common.base.Predicate<Volume> VolumePredicates.awaitAvailable(VolumeApi volumeApi)
          Wait until a Volume is Available.
static com.google.common.base.Predicate<Volume> VolumePredicates.awaitDeleted(VolumeApi volumeApi)
          Wait until a Volume no longer exists.
static com.google.common.base.Predicate<Volume> VolumePredicates.awaitInUse(VolumeApi volumeApi)
          Wait until a Volume is In Use.
static com.google.common.base.Predicate<Volume> VolumePredicates.awaitStatus(VolumeApi volumeApi, Volume.Status status, long maxWaitInSec, long periodInSec)
           
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.