Uses of Enum Class
org.jclouds.cloudstack.domain.LoadBalancerRule.State
Packages that use LoadBalancerRule.State
-
Uses of LoadBalancerRule.State in org.jclouds.cloudstack.domain
Fields in org.jclouds.cloudstack.domain declared as LoadBalancerRule.StateMethods in org.jclouds.cloudstack.domain that return LoadBalancerRule.StateModifier and TypeMethodDescriptionstatic LoadBalancerRule.State
LoadBalancerRule.getState()
static LoadBalancerRule.State
Returns the enum constant of this class with the specified name.static LoadBalancerRule.State[]
LoadBalancerRule.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 LoadBalancerRule.StateConstructors in org.jclouds.cloudstack.domain with parameters of type LoadBalancerRule.StateModifierConstructorDescriptionprotected
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)