| Package | Description | 
|---|---|
| org.jclouds.cloudstack.features | |
| org.jclouds.cloudstack.options | 
| Modifier and Type | Method and Description | 
|---|---|
AsyncCreateResponse | 
FirewallClient.createFirewallRuleForIpAndProtocol(String ipAddressId,
                                  FirewallRule.Protocol protocol,
                                  CreateFirewallRuleOptions... options)
Create new firewall rule for a specific IP address 
 | 
com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> | 
FirewallAsyncClient.createFirewallRuleForIpAndProtocol(String ipAddressId,
                                  FirewallRule.Protocol protocol,
                                  CreateFirewallRuleOptions... options)  | 
| Modifier and Type | Field and Description | 
|---|---|
static CreateFirewallRuleOptions | 
CreateFirewallRuleOptions.NONE  | 
| Modifier and Type | Method and Description | 
|---|---|
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-2013 jclouds. All Rights Reserved.