| Package | Description |
|---|---|
| org.jclouds.cloudstack.features | |
| org.jclouds.cloudstack.options |
| Modifier and Type | Method and Description |
|---|---|
AsyncCreateResponse |
SnapshotClient.createSnapshot(long volumeId,
CreateSnapshotOptions... options)
Creates an instant snapshot of a volume.
|
com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> |
SnapshotAsyncClient.createSnapshot(long volumeId,
CreateSnapshotOptions... options)
Creates an instant snapshot of a volume.
|
| Modifier and Type | Field and Description |
|---|---|
static CreateSnapshotOptions |
CreateSnapshotOptions.NONE |
| Modifier and Type | Method and Description |
|---|---|
static CreateSnapshotOptions |
CreateSnapshotOptions.Builder.accountInDomain(String account,
long domainId) |
static CreateSnapshotOptions |
CreateSnapshotOptions.Builder.domainId(long domainId) |
CreateSnapshotOptions |
CreateSnapshotOptions.policyId(long policyId) |
static CreateSnapshotOptions |
CreateSnapshotOptions.Builder.policyId(long policyId) |
Copyright © 2009-2012 jclouds. All Rights Reserved.