Uses of Class
org.jclouds.cloudstack.options.CreateIPForwardingRuleOptions

Packages that use CreateIPForwardingRuleOptions
org.jclouds.cloudstack.features   
org.jclouds.cloudstack.options   
 

Uses of CreateIPForwardingRuleOptions in org.jclouds.cloudstack.features
 

Methods in org.jclouds.cloudstack.features with parameters of type CreateIPForwardingRuleOptions
 com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> NATAsyncClient.createIPForwardingRule(long IPAddressId, String protocol, int startPort, CreateIPForwardingRuleOptions... options)
           
 AsyncCreateResponse NATClient.createIPForwardingRule(long IPAddressId, String protocol, int startPort, CreateIPForwardingRuleOptions... options)
          Creates an ip forwarding rule
 

Uses of CreateIPForwardingRuleOptions in org.jclouds.cloudstack.options
 

Fields in org.jclouds.cloudstack.options declared as CreateIPForwardingRuleOptions
static CreateIPForwardingRuleOptions CreateIPForwardingRuleOptions.NONE
           
 

Methods in org.jclouds.cloudstack.options that return CreateIPForwardingRuleOptions
 CreateIPForwardingRuleOptions CreateIPForwardingRuleOptions.endPort(int endPort)
           
static CreateIPForwardingRuleOptions CreateIPForwardingRuleOptions.Builder.endPort(int endPort)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.