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 VolumeSnapshot
VolumeApi. 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 CreateVolumeSnapshotOptions
CreateVolumeSnapshotOptions. NONE
Methods in org.jclouds.openstack.nova.v2_0.options that return CreateVolumeSnapshotOptions Modifier and Type Method Description static CreateVolumeSnapshotOptions
CreateVolumeSnapshotOptions.Builder. description(String description)
CreateVolumeSnapshotOptions
CreateVolumeSnapshotOptions. description(String description)
static CreateVolumeSnapshotOptions
CreateVolumeSnapshotOptions.Builder. force()
CreateVolumeSnapshotOptions
CreateVolumeSnapshotOptions. force()
static CreateVolumeSnapshotOptions
CreateVolumeSnapshotOptions.Builder. name(String name)
CreateVolumeSnapshotOptions
CreateVolumeSnapshotOptions. name(String name)
-