Package | Description |
---|---|
org.jclouds.openstack.cinder.v1.features | |
org.jclouds.openstack.cinder.v1.options |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<? extends Snapshot> |
SnapshotAsyncApi.create(String volumeId,
CreateSnapshotOptions... options) |
Snapshot |
SnapshotApi.create(String volumeId,
CreateSnapshotOptions... options)
Creates a new Snapshot.
|
Modifier and Type | Field and Description |
---|---|
static CreateSnapshotOptions |
CreateSnapshotOptions.NONE |
Modifier and Type | Method and Description |
---|---|
CreateSnapshotOptions |
CreateSnapshotOptions.description(String description) |
static CreateSnapshotOptions |
CreateSnapshotOptions.Builder.description(String description) |
CreateSnapshotOptions |
CreateSnapshotOptions.force() |
static CreateSnapshotOptions |
CreateSnapshotOptions.Builder.force() |
CreateSnapshotOptions |
CreateSnapshotOptions.name(String name) |
static CreateSnapshotOptions |
CreateSnapshotOptions.Builder.name(String name) |
Copyright © 2009-2013 jclouds. All Rights Reserved.