org.jclouds.cloudstack.options
Class ListSnapshotPoliciesOptions.Builder

java.lang.Object
  extended by org.jclouds.cloudstack.options.ListSnapshotPoliciesOptions.Builder
Enclosing class:
ListSnapshotPoliciesOptions

public static class ListSnapshotPoliciesOptions.Builder
extends Object


Constructor Summary
ListSnapshotPoliciesOptions.Builder()
           
 
Method Summary
static ListSnapshotPoliciesOptions accountInDomain(String account, String domainId)
           
static ListSnapshotPoliciesOptions domainId(String domainId)
           
static ListSnapshotPoliciesOptions keyword(String keyword)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListSnapshotPoliciesOptions.Builder

public ListSnapshotPoliciesOptions.Builder()
Method Detail

accountInDomain

public static ListSnapshotPoliciesOptions accountInDomain(String account,
                                                          String domainId)
Parameters:
account - lists snapshot policies for the specified account.

domainId

public static ListSnapshotPoliciesOptions domainId(String domainId)
Parameters:
domainId - the domain ID.

keyword

public static ListSnapshotPoliciesOptions keyword(String keyword)
Parameters:
keyword - List by keyword


Copyright © 2009-2013 jclouds. All Rights Reserved.