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
- Author:
- Adrian Cole
- See Also:
Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions |
buildFormParameters, buildMatrixParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstMatrixOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString |
NONE
public static final CreateIPForwardingRuleOptions NONE
CreateIPForwardingRuleOptions
public CreateIPForwardingRuleOptions()
endPort
public CreateIPForwardingRuleOptions endPort(int endPort)
- Parameters:
endPort
- the end port for the rule
Copyright © 2009-2012 jclouds. All Rights Reserved.