Uses of Class
org.jclouds.cloudstack.domain.Volume

Packages that use Volume
org.jclouds.cloudstack.domain   
org.jclouds.cloudstack.features   
 

Uses of Volume in org.jclouds.cloudstack.domain
 

Methods in org.jclouds.cloudstack.domain that return Volume
 Volume Volume.Builder.build()
           
 

Methods in org.jclouds.cloudstack.domain with parameters of type Volume
 int Volume.compareTo(Volume volume)
           
 

Uses of Volume in org.jclouds.cloudstack.features
 

Methods in org.jclouds.cloudstack.features that return Volume
 Volume VolumeClient.getVolume(long id)
          Get volume by id
 

Methods in org.jclouds.cloudstack.features that return types with arguments of type Volume
 com.google.common.util.concurrent.ListenableFuture<Volume> VolumeAsyncClient.getVolume(long id)
           
 Set<Volume> VolumeClient.listVolumes(ListVolumesOptions... options)
          List volumes
 com.google.common.util.concurrent.ListenableFuture<Set<Volume>> VolumeAsyncClient.listVolumes(ListVolumesOptions... options)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.