Uses of Class
org.jclouds.cloudstack.options.CreateFirewallRuleOptions

Packages that use CreateFirewallRuleOptions
org.jclouds.cloudstack.features   
org.jclouds.cloudstack.options   
 

Uses of CreateFirewallRuleOptions in org.jclouds.cloudstack.features
 

Methods in org.jclouds.cloudstack.features with parameters of type CreateFirewallRuleOptions
 AsyncCreateResponse FirewallClient.createFirewallRuleForIpAndProtocol(long ipAddressId, FirewallRule.Protocol protocol, CreateFirewallRuleOptions... options)
          Create new firewall rule for a specific IP address
 com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> FirewallAsyncClient.createFirewallRuleForIpAndProtocol(long ipAddressId, FirewallRule.Protocol protocol, CreateFirewallRuleOptions... options)
           
 

Uses of CreateFirewallRuleOptions in org.jclouds.cloudstack.options
 

Fields in org.jclouds.cloudstack.options declared as CreateFirewallRuleOptions
static CreateFirewallRuleOptions CreateFirewallRuleOptions.NONE
           
 

Methods in org.jclouds.cloudstack.options that return CreateFirewallRuleOptions
 CreateFirewallRuleOptions CreateFirewallRuleOptions.CIDRs(Set<String> CIDRs)
           
static CreateFirewallRuleOptions CreateFirewallRuleOptions.Builder.CIDRs(Set<String> CIDRs)
           
 CreateFirewallRuleOptions CreateFirewallRuleOptions.endPort(int endPort)
           
static CreateFirewallRuleOptions CreateFirewallRuleOptions.Builder.endPort(int endPort)
           
 CreateFirewallRuleOptions CreateFirewallRuleOptions.icmpCode(String icmpCode)
           
static CreateFirewallRuleOptions CreateFirewallRuleOptions.Builder.icmpCode(String icmpCode)
           
 CreateFirewallRuleOptions CreateFirewallRuleOptions.icmpType(String icmpType)
           
static CreateFirewallRuleOptions CreateFirewallRuleOptions.Builder.icmpType(String icmpType)
           
 CreateFirewallRuleOptions CreateFirewallRuleOptions.startPort(int startPort)
           
static CreateFirewallRuleOptions CreateFirewallRuleOptions.Builder.startPort(int startPort)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.