org.jclouds.cloudstack.options
Class CreateFirewallRuleOptions.Builder
java.lang.Object
org.jclouds.cloudstack.options.CreateFirewallRuleOptions.Builder
- Enclosing class:
- CreateFirewallRuleOptions
public static class CreateFirewallRuleOptions.Builder
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CreateFirewallRuleOptions.Builder
public CreateFirewallRuleOptions.Builder()
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.