org.jclouds.cloudstack.options
Class CreateSnapshotOptions.Builder
java.lang.Object
org.jclouds.cloudstack.options.CreateSnapshotOptions.Builder
- Enclosing class:
- CreateSnapshotOptions
public static class CreateSnapshotOptions.Builder
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CreateSnapshotOptions.Builder
public CreateSnapshotOptions.Builder()
accountInDomain
public static CreateSnapshotOptions accountInDomain(String account,
long domainId)
- Parameters:
account
- The account of the snapshot.domainId
- The domain ID of the snapshot.
domainId
public static CreateSnapshotOptions domainId(long domainId)
- Parameters:
domainId
- The domain ID of the snapshot.
policyId
public static CreateSnapshotOptions policyId(long policyId)
- Parameters:
policyId
- policy id of the snapshot, if this is null, then use MANUAL_POLICY.
Copyright © 2009-2012 jclouds. All Rights Reserved.