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, long domainId)
           
static ListSnapshotPoliciesOptions domainId(long 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,
                                                          long domainId)
Parameters:
account - lists snapshot policies for the specified account.

domainId

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

keyword

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


Copyright © 2009-2012 jclouds. All Rights Reserved.