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

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

Uses of ServerState in org.jclouds.gogrid.domain
 

Methods in org.jclouds.gogrid.domain that return ServerState
static ServerState ServerState.fromValue(String state)
           
 ServerState Server.getState()
           
static ServerState ServerState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ServerState[] ServerState.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 ServerState
Server(long id, Option datacenter, boolean sandbox, String name, String description, ServerState state, Option type, Option ram, Option os, Ip ip, ServerImage image)
           
 

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

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



Copyright © 2009-2012 jclouds. All Rights Reserved.