| Package | Description |
|---|---|
| org.jclouds.gogrid.domain | |
| org.jclouds.gogrid.functions.internal | |
| org.jclouds.gogrid.options |
| Modifier and Type | Field and Description |
|---|---|
protected LoadBalancerType |
LoadBalancer.Builder.type |
| Modifier and Type | Method and Description |
|---|---|
static LoadBalancerType |
LoadBalancerType.fromValue(String type) |
LoadBalancerType |
LoadBalancer.getType() |
static LoadBalancerType |
LoadBalancerType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LoadBalancerType[] |
LoadBalancerType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
T |
LoadBalancer.Builder.type(LoadBalancerType type) |
| 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 |
|---|---|
LoadBalancerType |
CustomDeserializers.LoadBalancerTypeAdapter.deserialize(com.google.gson.JsonElement jsonElement,
Type type,
com.google.gson.JsonDeserializationContext context) |
| Modifier and Type | Method and Description |
|---|---|
AddLoadBalancerOptions |
AddLoadBalancerOptions.Builder.create(LoadBalancerType type,
LoadBalancerPersistenceType persistenceType) |
AddLoadBalancerOptions |
AddLoadBalancerOptions.setType(LoadBalancerType loadBalancerType) |
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.