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
 T Volume.Builder.fromVolume(Volume in)
           
 

Uses of Volume in org.jclouds.cloudstack.features
 

Methods in org.jclouds.cloudstack.features that return Volume
 Volume VolumeApi.getVolume(String id)
          Create a volume with given name, size and diskOfferingId
 

Methods in org.jclouds.cloudstack.features that return types with arguments of type Volume
 Set<Volume> VolumeApi.listVolumes(ListVolumesOptions... options)
          Create a volume with given name and diskOfferingId
 



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