Uses of Class
org.jclouds.cloudstack.options.CreateSnapshotOptions

Packages that use CreateSnapshotOptions
org.jclouds.cloudstack.features   
org.jclouds.cloudstack.options   
 

Uses of CreateSnapshotOptions in org.jclouds.cloudstack.features
 

Methods in org.jclouds.cloudstack.features with parameters of type CreateSnapshotOptions
 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.
 

Uses of CreateSnapshotOptions in org.jclouds.cloudstack.options
 

Fields in org.jclouds.cloudstack.options declared as CreateSnapshotOptions
static CreateSnapshotOptions CreateSnapshotOptions.NONE
           
 

Methods in org.jclouds.cloudstack.options that return CreateSnapshotOptions
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.