Package | Description |
---|---|
org.jclouds.glesys.compute.functions | |
org.jclouds.glesys.domain | |
org.jclouds.glesys.functions.internal |
Modifier and Type | Field and Description |
---|---|
static Map<Server.State,NodeMetadata.Status> |
ServerDetailsToNodeMetadata.serverStateToNodeStatus |
Modifier and Type | Field and Description |
---|---|
protected Server.State |
ServerStatus.Builder.state |
protected Server.State |
ServerDetails.Builder.state |
Modifier and Type | Method and Description |
---|---|
static Server.State |
Server.State.fromValue(String state) |
Server.State |
ServerStatus.getState() |
Server.State |
ServerDetails.getState() |
static Server.State |
Server.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Server.State[] |
Server.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
T |
ServerStatus.Builder.state(Server.State state) |
T |
ServerDetails.Builder.state(Server.State state) |
Constructor and Description |
---|
ServerDetails(String id,
String hostname,
String datacenter,
String platform,
Server.State state,
String description,
String templateName,
int cpuCores,
int memorySizeMB,
int diskSizeGB,
int transferGB,
Cost cost,
Set<Ip> ips) |
ServerStatus(Server.State state,
ResourceStatus cpu,
ResourceStatus memory,
ResourceStatus disk,
ServerUptime uptime) |
Modifier and Type | Method and Description |
---|---|
Server.State |
GleSYSTypeAdapters.ServerStateAdapter.read(com.google.gson.stream.JsonReader reader) |
Modifier and Type | Method and Description |
---|---|
void |
GleSYSTypeAdapters.ServerStateAdapter.write(com.google.gson.stream.JsonWriter writer,
Server.State value) |
Copyright © 2009-2013 jclouds. All Rights Reserved.