|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LoadBalancerRule.State | |
|---|---|
| org.jclouds.cloudstack.domain | |
| Uses of LoadBalancerRule.State in org.jclouds.cloudstack.domain |
|---|
| 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 | |
|---|---|
LoadBalancerRule.Builder |
LoadBalancerRule.Builder.state(LoadBalancerRule.State state)
|
| Constructors in org.jclouds.cloudstack.domain with parameters of type LoadBalancerRule.State | |
|---|---|
LoadBalancerRule(long id,
String account,
LoadBalancerRule.Algorithm algorithm,
String description,
String domain,
long domainId,
String name,
int privatePort,
String publicIP,
long publicIPId,
int publicPort,
LoadBalancerRule.State state,
long zoneId,
Set<String> CIDRs)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||