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 AsyncCreateResponse
NATApi. 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 CreateIPForwardingRuleOptions
CreateIPForwardingRuleOptions. NONE
Methods in org.jclouds.cloudstack.options that return CreateIPForwardingRuleOptions Modifier and Type Method Description static CreateIPForwardingRuleOptions
CreateIPForwardingRuleOptions.Builder. endPort(int endPort)
CreateIPForwardingRuleOptions
CreateIPForwardingRuleOptions. endPort(int endPort)
-