Uses of Class
org.jclouds.openstack.nova.v2_0.domain.Volume

Packages that use Volume
org.jclouds.openstack.nova.v2_0.domain   
org.jclouds.openstack.nova.v2_0.extensions   
 

Uses of Volume in org.jclouds.openstack.nova.v2_0.domain
 

Methods in org.jclouds.openstack.nova.v2_0.domain that return Volume
 Volume Volume.Builder.build()
           
 

Methods in org.jclouds.openstack.nova.v2_0.domain with parameters of type Volume
 T Volume.Builder.fromVolume(Volume in)
           
 

Uses of Volume in org.jclouds.openstack.nova.v2_0.extensions
 

Methods in org.jclouds.openstack.nova.v2_0.extensions that return Volume
 Volume VolumeApi.createVolume(int sizeGB, CreateVolumeOptions... options)
          Creates a new Snapshot
 Volume VolumeApi.getVolume(String volumeId)
          Return data about the given volume.
 

Methods in org.jclouds.openstack.nova.v2_0.extensions that return types with arguments of type Volume
 com.google.common.util.concurrent.ListenableFuture<Volume> VolumeAsyncApi.createVolume(int sizeGB, CreateVolumeOptions... options)
          Creates a new volume
 com.google.common.util.concurrent.ListenableFuture<Volume> VolumeAsyncApi.getVolume(String volumeId)
          Return data about the given volume.
 com.google.common.util.concurrent.ListenableFuture<Set<Volume>> VolumeAsyncApi.listVolumes()
          Returns a summary list of volumes.
 Set<Volume> VolumeApi.listVolumes()
          Returns a summary list of snapshots.
 com.google.common.util.concurrent.ListenableFuture<Set<Volume>> VolumeAsyncApi.listVolumesInDetail()
          Returns a detailed list of volumes.
 Set<Volume> VolumeApi.listVolumesInDetail()
          Returns a detailed list of volumes.
 



Copyright © 2009-2012 jclouds. All Rights Reserved.