Uses of Enum Class
org.jclouds.gogrid.domain.ServerState
Packages that use ServerState
-
Uses of ServerState in org.jclouds.gogrid.domain
Fields in org.jclouds.gogrid.domain declared as ServerStateMethods in org.jclouds.gogrid.domain that return ServerStateModifier and TypeMethodDescriptionstatic ServerState
Server.getState()
static ServerState
Returns the enum constant of this class with the specified name.static ServerState[]
ServerState.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jclouds.gogrid.domain with parameters of type ServerStateConstructors in org.jclouds.gogrid.domain with parameters of type ServerStateModifierConstructorDescriptionprotected
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 ServerStateModifier and TypeMethodDescriptionCustomDeserializers.ServerStateAdapter.deserialize
(com.google.gson.JsonElement jsonElement, Type type, com.google.gson.JsonDeserializationContext context)