| 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,NodeState> | 
ServerDetailsToNodeMetadata.serverStateToNodeState  | 
| 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 | 
|---|---|
ServerStatus.Builder | 
ServerStatus.Builder.state(Server.State state)  | 
ServerDetails.Builder | 
ServerDetails.Builder.state(Server.State state)  | 
| Constructor and Description | 
|---|
ServerDetails(String id,
             String hostname,
             String datacenter,
             String platform,
             Server.State state,
             String templateName,
             String description,
             int cpuCores,
             int memorySizeMB,
             int diskSizeGB,
             int transferGB,
             Cost cost,
             Set<Ip> ips)  | 
ServerStatus(Server.State state,
            ResourceUsage cpu,
            ResourceUsage memory,
            ResourceUsage 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-2012 jclouds. All Rights Reserved.