Package org.jclouds.cloudstack.options
Class CreateSnapshotOptions.Builder
java.lang.Object
org.jclouds.cloudstack.options.CreateSnapshotOptions.Builder
- Enclosing class:
 CreateSnapshotOptions
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic CreateSnapshotOptionsaccountInDomain(String account, String domainId) static CreateSnapshotOptionsstatic CreateSnapshotOptions 
- 
Constructor Details
- 
Builder
public Builder() 
 - 
 - 
Method Details
- 
accountInDomain
- Parameters:
 account- The account of the snapshot.domainId- The domain ID of the snapshot.
 - 
domainId
- Parameters:
 domainId- The domain ID of the snapshot.
 - 
policyId
- Parameters:
 policyId- policy id of the snapshot, if this is null, then use MANUAL_POLICY.
 
 -