org.jclouds.cloudstack.options
Class CreateIPForwardingRuleOptions

java.lang.Object
  extended by org.jclouds.http.options.BaseHttpRequestOptions
      extended by 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:

Nested Class Summary
static class CreateIPForwardingRuleOptions.Builder
           
 
Field Summary
static CreateIPForwardingRuleOptions NONE
           
 
Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions
formParameters, headers, matrixParameters, pathSuffix, payload, queryParameters
 
Constructor Summary
CreateIPForwardingRuleOptions()
           
 
Method Summary
 CreateIPForwardingRuleOptions endPort(int endPort)
           
 
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

NONE

public static final CreateIPForwardingRuleOptions NONE
Constructor Detail

CreateIPForwardingRuleOptions

public CreateIPForwardingRuleOptions()
Method Detail

endPort

public CreateIPForwardingRuleOptions endPort(int endPort)
Parameters:
endPort - the end port for the rule


Copyright © 2009-2012 jclouds. All Rights Reserved.