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