public static class ListSnapshotPoliciesOptions.Builder extends Object
Constructor and Description |
---|
ListSnapshotPoliciesOptions.Builder() |
Modifier and Type | Method and Description |
---|---|
static ListSnapshotPoliciesOptions |
accountInDomain(String account,
long domainId) |
static ListSnapshotPoliciesOptions |
domainId(long domainId) |
static ListSnapshotPoliciesOptions |
keyword(String keyword) |
public static ListSnapshotPoliciesOptions accountInDomain(String account, long domainId)
account
- lists snapshot policies for the specified account.public static ListSnapshotPoliciesOptions domainId(long domainId)
domainId
- the domain ID.public static ListSnapshotPoliciesOptions keyword(String keyword)
keyword
- List by keywordCopyright © 2009-2012 jclouds. All Rights Reserved.