Package | Description |
---|---|
org.jclouds.gogrid.domain | |
org.jclouds.gogrid.functions.internal |
Modifier and Type | Method and Description |
---|---|
static LoadBalancerState |
LoadBalancerState.fromValue(String state) |
LoadBalancerState |
LoadBalancer.getState() |
static LoadBalancerState |
LoadBalancerState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LoadBalancerState[] |
LoadBalancerState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
LoadBalancer(long id,
String name,
String description,
IpPortPair virtualIp,
Set<IpPortPair> realIpList,
LoadBalancerType type,
LoadBalancerPersistenceType persistence,
LoadBalancerOs os,
LoadBalancerState state,
Option datacenter) |
Modifier and Type | Method and Description |
---|---|
LoadBalancerState |
CustomDeserializers.LoadBalancerStateAdapter.deserialize(com.google.gson.JsonElement jsonElement,
Type type,
com.google.gson.JsonDeserializationContext context) |
Copyright © 2009-2012 jclouds. All Rights Reserved.