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

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

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

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

Methods in org.jclouds.cloudstack.domain that return LoadBalancerRule.State
static LoadBalancerRule.State LoadBalancerRule.State.fromValue(String state)
           
 LoadBalancerRule.State LoadBalancerRule.getState()
           
static LoadBalancerRule.State LoadBalancerRule.State.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LoadBalancerRule.State[] LoadBalancerRule.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 LoadBalancerRule.State
 T LoadBalancerRule.Builder.state(LoadBalancerRule.State state)
           
 

Constructors in org.jclouds.cloudstack.domain with parameters of type LoadBalancerRule.State
LoadBalancerRule(String id, String account, LoadBalancerRule.Algorithm algorithm, String description, String domain, String domainId, String name, int privatePort, String publicIP, String publicIPId, int publicPort, LoadBalancerRule.State state, Iterable<String> CIDRs, String zoneId)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.