| Package | Description |
|---|---|
| org.jclouds.cloudstack.domain |
| Modifier and Type | Field and Description |
|---|---|
protected LoadBalancerRule.State |
LoadBalancerRule.Builder.state |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
T |
LoadBalancerRule.Builder.state(LoadBalancerRule.State state) |
| Constructor and Description |
|---|
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-2016 The Apache Software Foundation. All Rights Reserved.