Uses of Class
org.jclouds.cloudstack.domain.PortForwardingRule.State

Packages that use PortForwardingRule.State
org.jclouds.cloudstack.domain   
 

Uses of PortForwardingRule.State in org.jclouds.cloudstack.domain
 

Fields in org.jclouds.cloudstack.domain declared as PortForwardingRule.State
protected  PortForwardingRule.State PortForwardingRule.Builder.state
           
 

Methods in org.jclouds.cloudstack.domain that return PortForwardingRule.State
static PortForwardingRule.State PortForwardingRule.State.fromValue(String value)
           
 PortForwardingRule.State PortForwardingRule.getState()
           
static PortForwardingRule.State PortForwardingRule.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
 T PortForwardingRule.Builder.state(PortForwardingRule.State state)
           
 

Constructors in org.jclouds.cloudstack.domain with parameters of type PortForwardingRule.State
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)
           
 



Copyright © 2009-2013 jclouds. All Rights Reserved.