org.jclouds.cloudstack.options
Class ListFirewallRulesOptions.Builder

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

public static class ListFirewallRulesOptions.Builder
extends Object


Constructor Summary
ListFirewallRulesOptions.Builder()
           
 
Method Summary
static ListFirewallRulesOptions accountInDomain(String account, long domain)
           
static ListFirewallRulesOptions domainId(long id)
           
static ListFirewallRulesOptions id(long id)
           
static ListFirewallRulesOptions ipAddressId(long ipAddressId)
           
static ListFirewallRulesOptions keyword(String keyword)
           
static ListFirewallRulesOptions page(long page)
           
static ListFirewallRulesOptions pageSize(long pageSize)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListFirewallRulesOptions.Builder

public ListFirewallRulesOptions.Builder()
Method Detail

id

public static ListFirewallRulesOptions id(long id)
See Also:
ListFirewallRulesOptions.id(long)

ipAddressId

public static ListFirewallRulesOptions ipAddressId(long ipAddressId)
See Also:
ListFirewallRulesOptions.ipAddressId(long)

keyword

public static ListFirewallRulesOptions keyword(String keyword)
See Also:
ListFirewallRulesOptions.keyword(java.lang.String)

page

public static ListFirewallRulesOptions page(long page)
See Also:
ListFirewallRulesOptions.page(long)

pageSize

public static ListFirewallRulesOptions pageSize(long pageSize)
See Also:
ListFirewallRulesOptions.pageSize(long)

accountInDomain

public static ListFirewallRulesOptions accountInDomain(String account,
                                                       long domain)
See Also:
ListFirewallRulesOptions.accountInDomain(java.lang.String, long)

domainId

public static ListFirewallRulesOptions domainId(long id)
See Also:
ListFirewallRulesOptions.domainId(long)


Copyright © 2009-2012 jclouds. All Rights Reserved.