Uses of Class
org.jclouds.openstack.nova.v2_0.options.CreateVolumeSnapshotOptions

Packages that use CreateVolumeSnapshotOptions
org.jclouds.openstack.nova.v2_0.extensions   
org.jclouds.openstack.nova.v2_0.options   
 

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

Methods in org.jclouds.openstack.nova.v2_0.extensions with parameters of type CreateVolumeSnapshotOptions
 com.google.common.util.concurrent.ListenableFuture<VolumeSnapshot> VolumeAsyncApi.createSnapshot(String volumeId, CreateVolumeSnapshotOptions... options)
          Creates a new Snapshot
 VolumeSnapshot VolumeApi.createSnapshot(String volumeId, CreateVolumeSnapshotOptions... options)
          Creates a new Snapshot
 

Uses of CreateVolumeSnapshotOptions in org.jclouds.openstack.nova.v2_0.options
 

Fields in org.jclouds.openstack.nova.v2_0.options declared as CreateVolumeSnapshotOptions
static CreateVolumeSnapshotOptions CreateVolumeSnapshotOptions.NONE
           
 

Methods in org.jclouds.openstack.nova.v2_0.options that return CreateVolumeSnapshotOptions
 CreateVolumeSnapshotOptions CreateVolumeSnapshotOptions.description(String description)
           
static CreateVolumeSnapshotOptions CreateVolumeSnapshotOptions.Builder.description(String description)
           
 CreateVolumeSnapshotOptions CreateVolumeSnapshotOptions.force()
           
static CreateVolumeSnapshotOptions CreateVolumeSnapshotOptions.Builder.force()
           
 CreateVolumeSnapshotOptions CreateVolumeSnapshotOptions.name(String name)
           
static CreateVolumeSnapshotOptions CreateVolumeSnapshotOptions.Builder.name(String name)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.