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