Package | Description |
---|---|
org.jclouds.cloudstack.domain |
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 |
---|---|
LoadBalancerRule.Builder |
LoadBalancerRule.Builder.state(LoadBalancerRule.State state) |
Constructor and Description |
---|
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) |
Copyright © 2009-2012 jclouds. All Rights Reserved.