Package | Description |
---|---|
org.jclouds.openstack.nova.v2_0.extensions | |
org.jclouds.openstack.nova.v2_0.options |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<? extends VolumeSnapshot> |
VolumeAsyncApi.createSnapshot(String volumeId,
CreateVolumeSnapshotOptions... options)
Creates a new Snapshot
|
VolumeSnapshot |
VolumeApi.createSnapshot(String volumeId,
CreateVolumeSnapshotOptions... options)
Creates a new Snapshot
|
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-2013 jclouds. All Rights Reserved.