|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.http.options.BaseHttpRequestOptions
org.jclouds.cloudstack.options.CreateFirewallRuleOptions
public class CreateFirewallRuleOptions
Options used to control how a firewall rule is created
| Nested Class Summary | |
|---|---|
static class |
CreateFirewallRuleOptions.Builder
|
| Field Summary | |
|---|---|
static CreateFirewallRuleOptions |
NONE
|
| Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions |
|---|
formParameters, headers, matrixParameters, pathSuffix, payload, queryParameters |
| Constructor Summary | |
|---|---|
CreateFirewallRuleOptions()
|
|
| Method Summary | |
|---|---|
CreateFirewallRuleOptions |
CIDRs(Set<String> CIDRs)
|
CreateFirewallRuleOptions |
endPort(int endPort)
|
CreateFirewallRuleOptions |
icmpCode(String icmpCode)
|
CreateFirewallRuleOptions |
icmpType(String icmpType)
|
CreateFirewallRuleOptions |
startPort(int startPort)
|
| Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions |
|---|
buildFormParameters, buildMatrixParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstMatrixOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final CreateFirewallRuleOptions NONE
| Constructor Detail |
|---|
public CreateFirewallRuleOptions()
| Method Detail |
|---|
public CreateFirewallRuleOptions CIDRs(Set<String> CIDRs)
CIDRs - the list of CIDRs to forward traffic frompublic CreateFirewallRuleOptions startPort(int startPort)
startPort - the starting port of firewall rulepublic CreateFirewallRuleOptions endPort(int endPort)
endPort - the ending port of firewall rulepublic CreateFirewallRuleOptions icmpCode(String icmpCode)
icmpCode - error code for this icmp messagepublic CreateFirewallRuleOptions icmpType(String icmpType)
icmpType - type of the icmp message being sent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||