Uses of Class
org.jclouds.openstack.nova.v2_0.options.CreateVolumeSnapshotOptions
- 
Packages that use CreateVolumeSnapshotOptions Package Description 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 Modifier and Type Method Description VolumeSnapshotVolumeApi. createSnapshot(String volumeId, CreateVolumeSnapshotOptions... options)Deprecated.Please useorg.jclouds.openstack.cinder.v1.features.SnapshotApi#create(String, CreateVolumeSnapshotOptions)instead. - 
Uses of CreateVolumeSnapshotOptions in org.jclouds.openstack.nova.v2_0.options
Fields in org.jclouds.openstack.nova.v2_0.options declared as CreateVolumeSnapshotOptions Modifier and Type Field Description static CreateVolumeSnapshotOptionsCreateVolumeSnapshotOptions. NONEMethods in org.jclouds.openstack.nova.v2_0.options that return CreateVolumeSnapshotOptions Modifier and Type Method Description static CreateVolumeSnapshotOptionsCreateVolumeSnapshotOptions.Builder. description(String description)CreateVolumeSnapshotOptionsCreateVolumeSnapshotOptions. description(String description)static CreateVolumeSnapshotOptionsCreateVolumeSnapshotOptions.Builder. force()CreateVolumeSnapshotOptionsCreateVolumeSnapshotOptions. force()static CreateVolumeSnapshotOptionsCreateVolumeSnapshotOptions.Builder. name(String name)CreateVolumeSnapshotOptionsCreateVolumeSnapshotOptions. name(String name) 
 -