Uses of Class
org.jclouds.gogrid.domain.LoadBalancerState

Packages that use LoadBalancerState
org.jclouds.gogrid.domain   
org.jclouds.gogrid.functions.internal   
 

Uses of LoadBalancerState in org.jclouds.gogrid.domain
 

Methods in org.jclouds.gogrid.domain that return LoadBalancerState
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.
 

Constructors in org.jclouds.gogrid.domain with parameters of type LoadBalancerState
LoadBalancer(long id, String name, String description, IpPortPair virtualIp, Set<IpPortPair> realIpList, LoadBalancerType type, LoadBalancerPersistenceType persistence, LoadBalancerOs os, LoadBalancerState state, Option datacenter)
           
 

Uses of LoadBalancerState in org.jclouds.gogrid.functions.internal
 

Methods in org.jclouds.gogrid.functions.internal that return LoadBalancerState
 LoadBalancerState CustomDeserializers.LoadBalancerStateAdapter.deserialize(com.google.gson.JsonElement jsonElement, Type type, com.google.gson.JsonDeserializationContext context)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.