Uses of Class
org.jclouds.gogrid.domain.ServerState
- 
Packages that use ServerState Package Description org.jclouds.gogrid.domain org.jclouds.gogrid.functions.internal  - 
- 
Uses of ServerState in org.jclouds.gogrid.domain
Fields in org.jclouds.gogrid.domain declared as ServerState Modifier and Type Field Description protected ServerStateServer.Builder. stateMethods in org.jclouds.gogrid.domain that return ServerState Modifier and Type Method Description static ServerStateServerState. fromValue(String state)ServerStateServer. getState()static ServerStateServerState. 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.Methods in org.jclouds.gogrid.domain with parameters of type ServerState Modifier and Type Method Description TServer.Builder. state(ServerState state)Constructors in org.jclouds.gogrid.domain with parameters of type ServerState Constructor Description Server(long id, boolean isSandbox, String name, String description, ServerState state, Option datacenter, 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 Modifier and Type Method Description ServerStateCustomDeserializers.ServerStateAdapter. deserialize(com.google.gson.JsonElement jsonElement, Type type, com.google.gson.JsonDeserializationContext context) 
 -