Uses of Enum Class
org.jclouds.cloudstack.domain.PortForwardingRule.State
Packages that use PortForwardingRule.State
-
Uses of PortForwardingRule.State in org.jclouds.cloudstack.domain
Fields in org.jclouds.cloudstack.domain declared as PortForwardingRule.StateModifier and TypeFieldDescriptionprotected PortForwardingRule.State
PortForwardingRule.Builder.state
Methods in org.jclouds.cloudstack.domain that return PortForwardingRule.StateModifier and TypeMethodDescriptionstatic PortForwardingRule.State
PortForwardingRule.getState()
static PortForwardingRule.State
Returns the enum constant of this class with the specified name.static PortForwardingRule.State[]
PortForwardingRule.State.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jclouds.cloudstack.domain with parameters of type PortForwardingRule.StateModifier and TypeMethodDescriptionPortForwardingRule.Builder.state
(PortForwardingRule.State state) Constructors in org.jclouds.cloudstack.domain with parameters of type PortForwardingRule.StateModifierConstructorDescriptionprotected
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)