Package | Description |
---|---|
org.jclouds.gogrid.domain | |
org.jclouds.gogrid.functions.internal |
Modifier and Type | Field and Description |
---|---|
protected ServerState |
Server.Builder.state |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
T |
Server.Builder.state(ServerState state) |
Constructor and Description |
---|
Server(long id,
boolean isSandbox,
String name,
String description,
ServerState state,
Option datacenter,
Option type,
Option ram,
Option os,
Ip ip,
ServerImage image) |
Modifier and Type | Method and Description |
---|---|
ServerState |
CustomDeserializers.ServerStateAdapter.deserialize(com.google.gson.JsonElement jsonElement,
Type type,
com.google.gson.JsonDeserializationContext context) |
Copyright © 2009-2013 jclouds. All Rights Reserved.