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
 

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
 PortForwardingRule.Builder PortForwardingRule.Builder.state(PortForwardingRule.State state)
           
 

Constructors in org.jclouds.cloudstack.domain with parameters of type PortForwardingRule.State
PortForwardingRule(long id, String iPAddress, long iPAddressId, int privatePort, PortForwardingRule.Protocol protocol, int publicPort, PortForwardingRule.State state, String virtualMachineDisplayName, long virtualMachineId, String virtualMachineName, Set<String> CIDRs, int privateEndPort, int publicEndPort)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.