org.jclouds.cloudstack.options
Class ListPortForwardingRulesOptions.Builder

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

public static class ListPortForwardingRulesOptions.Builder
extends Object


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

Constructor Detail

ListPortForwardingRulesOptions.Builder

public ListPortForwardingRulesOptions.Builder()
Method Detail

id

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

ipAddressId

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

accountInDomain

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

domainId

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


Copyright © 2009-2012 jclouds. All Rights Reserved.