Uses of Class
org.jclouds.openstack.cinder.v1.domain.Volume
- 
Packages that use Volume Package Description org.jclouds.openstack.cinder.v1.domain org.jclouds.openstack.cinder.v1.features org.jclouds.openstack.cinder.v1.predicates  - 
- 
Uses of Volume in org.jclouds.openstack.cinder.v1.domain
Methods in org.jclouds.openstack.cinder.v1.domain that return Volume Modifier and Type Method Description VolumeVolume.Builder. build()static VolumeVolume. forId(String volumeId)Creates a dummy Volume when you need a Volume with just the volumeId.Methods in org.jclouds.openstack.cinder.v1.domain with parameters of type Volume Modifier and Type Method Description Volume.BuilderVolume.Builder. fromVolume(Volume in) - 
Uses of Volume in org.jclouds.openstack.cinder.v1.features
Methods in org.jclouds.openstack.cinder.v1.features that return Volume Modifier and Type Method Description VolumeVolumeApi. create(int sizeGB, CreateVolumeOptions... options)Creates a new VolumeVolumeVolumeApi. get(String volumeId)Return data about the given Volume.Methods in org.jclouds.openstack.cinder.v1.features that return types with arguments of type Volume Modifier and Type Method Description com.google.common.collect.FluentIterable<? extends Volume>VolumeApi. list()Returns a summary list of Volumes.com.google.common.collect.FluentIterable<? extends Volume>VolumeApi. listInDetail()Returns a detailed list of Volumes. - 
Uses of Volume in org.jclouds.openstack.cinder.v1.predicates
Methods in org.jclouds.openstack.cinder.v1.predicates that return types with arguments of type Volume Modifier and Type Method Description 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) 
 -