Uses of Class
org.jclouds.openstack.cinder.v1.domain.Volume

Packages that use Volume
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
 Volume Volume.Builder.build()
           
static Volume Volume.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
 T Volume.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
 Volume VolumeApi.create(int sizeGB, CreateVolumeOptions... options)
          Creates a new Volume
 Volume VolumeApi.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
 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
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.