Package org.jclouds.cloudstack.options
Class CreateFirewallRuleOptions
java.lang.Object
org.jclouds.http.options.BaseHttpRequestOptions
org.jclouds.cloudstack.options.CreateFirewallRuleOptions
- All Implemented Interfaces:
 HttpRequestOptions
Options used to control how a firewall rule is created
- See Also:
 
- 
Nested Class Summary
Nested Classes - 
Field Summary
FieldsFields inherited from class org.jclouds.http.options.BaseHttpRequestOptions
formParameters, headers, pathSuffix, payload, queryParameters - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions
buildFormParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString 
- 
Field Details
- 
NONE
 
 - 
 - 
Constructor Details
- 
CreateFirewallRuleOptions
public CreateFirewallRuleOptions() 
 - 
 - 
Method Details
- 
CIDRs
- Parameters:
 CIDRs- the list of CIDRs to forward traffic from
 - 
startPort
- Parameters:
 startPort- the starting port of firewall rule
 - 
endPort
- Parameters:
 endPort- the ending port of firewall rule
 - 
icmpCode
- Parameters:
 icmpCode- error code for this icmp message
 - 
icmpType
- Parameters:
 icmpType- type of the icmp message being sent
 
 -