Package | Description |
---|---|
org.jclouds.openstack.nova.v2_0.extensions | |
org.jclouds.openstack.nova.v2_0.options |
Modifier and Type | Method and Description |
---|---|
VolumeSnapshot |
VolumeApi.createSnapshot(String volumeId,
CreateVolumeSnapshotOptions... options)
Deprecated.
Please use
org.jclouds.openstack.cinder.v1.features.SnapshotApi#create(String, CreateVolumeSnapshotOptions) instead.
To be removed in jclouds 2.0. |
Modifier and Type | Field and Description |
---|---|
static CreateVolumeSnapshotOptions |
CreateVolumeSnapshotOptions.NONE |
Modifier and Type | Method and Description |
---|---|
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-2016 The Apache Software Foundation. All Rights Reserved.