Uses of Class
org.jclouds.cloudstack.options.CreateSnapshotOptions
-
Packages that use CreateSnapshotOptions Package Description 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 Modifier and Type Method Description AsyncCreateResponse
SnapshotApi. createSnapshot(String 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 Modifier and Type Field Description static CreateSnapshotOptions
CreateSnapshotOptions. NONE
Methods in org.jclouds.cloudstack.options that return CreateSnapshotOptions Modifier and Type Method Description static CreateSnapshotOptions
CreateSnapshotOptions.Builder. accountInDomain(String account, String domainId)
static CreateSnapshotOptions
CreateSnapshotOptions.Builder. domainId(String domainId)
static CreateSnapshotOptions
CreateSnapshotOptions.Builder. policyId(String policyId)
CreateSnapshotOptions
CreateSnapshotOptions. policyId(String policyId)
-