public static class CreateSnapshotOptions.Builder extends Object
Constructor and Description |
---|
CreateSnapshotOptions.Builder() |
Modifier and Type | Method and Description |
---|---|
static CreateSnapshotOptions |
accountInDomain(String account,
String domainId) |
static CreateSnapshotOptions |
domainId(String domainId) |
static CreateSnapshotOptions |
policyId(String policyId) |
public static CreateSnapshotOptions accountInDomain(String account, String domainId)
account
- The account of the snapshot.domainId
- The domain ID of the snapshot.public static CreateSnapshotOptions domainId(String domainId)
domainId
- The domain ID of the snapshot.public static CreateSnapshotOptions policyId(String policyId)
policyId
- policy id of the snapshot, if this is null, then use MANUAL_POLICY.Copyright © 2009-2013 jclouds. All Rights Reserved.