org.jclouds.cloudstack.options
Class CreateFirewallRuleOptions.Builder

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

public static class CreateFirewallRuleOptions.Builder
extends Object


Constructor Summary
CreateFirewallRuleOptions.Builder()
           
 
Method Summary
static CreateFirewallRuleOptions CIDRs(Set<String> CIDRs)
           
static CreateFirewallRuleOptions endPort(int endPort)
           
static CreateFirewallRuleOptions icmpCode(String icmpCode)
           
static CreateFirewallRuleOptions icmpType(String icmpType)
           
static CreateFirewallRuleOptions startPort(int startPort)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateFirewallRuleOptions.Builder

public CreateFirewallRuleOptions.Builder()
Method Detail

CIDRs

public static CreateFirewallRuleOptions CIDRs(Set<String> CIDRs)
See Also:
CreateFirewallRuleOptions.CIDRs(java.util.Set)

startPort

public static CreateFirewallRuleOptions startPort(int startPort)
See Also:
CreateFirewallRuleOptions.startPort(int)

endPort

public static CreateFirewallRuleOptions endPort(int endPort)
See Also:
CreateFirewallRuleOptions.endPort(int)

icmpCode

public static CreateFirewallRuleOptions icmpCode(String icmpCode)
See Also:
CreateFirewallRuleOptions.icmpCode(java.lang.String)

icmpType

public static CreateFirewallRuleOptions icmpType(String icmpType)
See Also:
CreateFirewallRuleOptions.icmpType(java.lang.String)


Copyright © 2009-2012 jclouds. All Rights Reserved.