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 AsyncCreateResponseSnapshotApi. 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 CreateSnapshotOptionsCreateSnapshotOptions. NONEMethods in org.jclouds.cloudstack.options that return CreateSnapshotOptions Modifier and Type Method Description static CreateSnapshotOptionsCreateSnapshotOptions.Builder. accountInDomain(String account, String domainId)static CreateSnapshotOptionsCreateSnapshotOptions.Builder. domainId(String domainId)static CreateSnapshotOptionsCreateSnapshotOptions.Builder. policyId(String policyId)CreateSnapshotOptionsCreateSnapshotOptions. policyId(String policyId)
-