Uses of Class
org.jclouds.cloudstack.options.CreateIPForwardingRuleOptions
- 
Packages that use CreateIPForwardingRuleOptions Package Description 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 Modifier and Type Method Description AsyncCreateResponseNATApi. createIPForwardingRule(String 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 Modifier and Type Field Description static CreateIPForwardingRuleOptionsCreateIPForwardingRuleOptions. NONEMethods in org.jclouds.cloudstack.options that return CreateIPForwardingRuleOptions Modifier and Type Method Description static CreateIPForwardingRuleOptionsCreateIPForwardingRuleOptions.Builder. endPort(int endPort)CreateIPForwardingRuleOptionsCreateIPForwardingRuleOptions. endPort(int endPort) 
 -