Package org.jclouds.cloudstack.options
Class CreateIPForwardingRuleOptions
- java.lang.Object
-
- org.jclouds.http.options.BaseHttpRequestOptions
-
- org.jclouds.cloudstack.options.CreateIPForwardingRuleOptions
-
- All Implemented Interfaces:
HttpRequestOptions
public class CreateIPForwardingRuleOptions extends BaseHttpRequestOptions
Options used to create an ip forwarding rule
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CreateIPForwardingRuleOptions.Builder
-
Field Summary
Fields Modifier and Type Field Description static CreateIPForwardingRuleOptions
NONE
-
Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions
formParameters, headers, pathSuffix, payload, queryParameters
-
-
Constructor Summary
Constructors Constructor Description CreateIPForwardingRuleOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateIPForwardingRuleOptions
endPort(int endPort)
-
Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions
buildFormParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString
-
-
-
-
Field Detail
-
NONE
public static final CreateIPForwardingRuleOptions NONE
-
-
Method Detail
-
endPort
public CreateIPForwardingRuleOptions endPort(int endPort)
- Parameters:
endPort
- the end port for the rule
-
-