| Package | Description | 
|---|---|
| org.jclouds.gogrid.domain | |
| org.jclouds.gogrid.functions.internal | 
| Modifier and Type | Field and Description | 
|---|---|
protected LoadBalancerOs | 
LoadBalancer.Builder.os  | 
| Modifier and Type | Method and Description | 
|---|---|
static LoadBalancerOs | 
LoadBalancerOs.fromValue(String value)  | 
LoadBalancerOs | 
LoadBalancer.getOs()  | 
static LoadBalancerOs | 
LoadBalancerOs.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static LoadBalancerOs[] | 
LoadBalancerOs.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.os(LoadBalancerOs os)  | 
| 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 | 
|---|---|
LoadBalancerOs | 
CustomDeserializers.LoadBalancerOsAdapter.deserialize(com.google.gson.JsonElement jsonElement,
           Type type,
           com.google.gson.JsonDeserializationContext context)  | 
Copyright © 2009-2013 jclouds. All Rights Reserved.