Uses of Class
org.jclouds.cloudstack.domain.PortForwardingRule.State
-
Packages that use PortForwardingRule.State Package Description org.jclouds.cloudstack.domain -
-
Uses of PortForwardingRule.State in org.jclouds.cloudstack.domain
Fields in org.jclouds.cloudstack.domain declared as PortForwardingRule.State Modifier and Type Field Description protected PortForwardingRule.StatePortForwardingRule.Builder. stateMethods in org.jclouds.cloudstack.domain that return PortForwardingRule.State Modifier and Type Method Description static PortForwardingRule.StatePortForwardingRule.State. fromValue(String value)PortForwardingRule.StatePortForwardingRule. getState()static PortForwardingRule.StatePortForwardingRule.State. valueOf(String name)Returns the enum constant of this type with the specified name.static PortForwardingRule.State[]PortForwardingRule.State. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jclouds.cloudstack.domain with parameters of type PortForwardingRule.State Modifier and Type Method Description TPortForwardingRule.Builder. state(PortForwardingRule.State state)Constructors in org.jclouds.cloudstack.domain with parameters of type PortForwardingRule.State Constructor Description PortForwardingRule(String id, String IPAddress, String IPAddressId, int privatePort, PortForwardingRule.Protocol protocol, int publicPort, PortForwardingRule.State state, String virtualMachineDisplayName, String virtualMachineId, String virtualMachineName, Set<String> CIDRs, int privateEndPort, int publicEndPort, Set<Tag> tags)
-