Uses of Class
org.jclouds.openstack.cinder.v1.domain.Volume
Packages that use Volume
Package
Description
-
Uses of Volume in org.jclouds.openstack.cinder.v1.domain
Methods in org.jclouds.openstack.cinder.v1.domain that return VolumeModifier and TypeMethodDescriptionVolume.Builder.build()
static Volume
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 -
Uses of Volume in org.jclouds.openstack.cinder.v1.features
Methods in org.jclouds.openstack.cinder.v1.features that return VolumeModifier and TypeMethodDescriptionVolumeApi.create
(int sizeGB, CreateVolumeOptions... options) Creates a new VolumeReturn data about the given Volume.Methods in org.jclouds.openstack.cinder.v1.features that return types with arguments of type VolumeModifier and TypeMethodDescriptioncom.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 VolumeModifier and TypeMethodDescriptionstatic 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)