org.jclouds.cloudstack.options
Class ListEgressFirewallRulesOptions.Builder

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

public static class ListEgressFirewallRulesOptions.Builder
extends Object


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

Constructor Detail

ListEgressFirewallRulesOptions.Builder

public ListEgressFirewallRulesOptions.Builder()
Method Detail

id

public static ListEgressFirewallRulesOptions id(String id)
See Also:
ListEgressFirewallRulesOptions.id(java.lang.String)

networkId

public static ListEgressFirewallRulesOptions networkId(String networkId)
See Also:
ListEgressFirewallRulesOptions.networkId(java.lang.String)

ipAddressId

public static ListEgressFirewallRulesOptions ipAddressId(String ipAddressId)
See Also:
ListEgressFirewallRulesOptions.ipAddressId(java.lang.String)

projectId

public static ListEgressFirewallRulesOptions projectId(String projectId)
See Also:
ListEgressFirewallRulesOptions.projectId(String)

keyword

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

page

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

pageSize

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

accountInDomain

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

domainId

public static ListEgressFirewallRulesOptions domainId(String id)
See Also:
ListEgressFirewallRulesOptions.domainId(java.lang.String)


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.