Uses of Class
org.jclouds.glesys.domain.Server.State

Packages that use Server.State
org.jclouds.glesys.compute.functions   
org.jclouds.glesys.domain   
org.jclouds.glesys.functions.internal   
 

Uses of Server.State in org.jclouds.glesys.compute.functions
 

Fields in org.jclouds.glesys.compute.functions with type parameters of type Server.State
static Map<Server.State,NodeState> ServerDetailsToNodeMetadata.serverStateToNodeState
           
 

Uses of Server.State in org.jclouds.glesys.domain
 

Methods in org.jclouds.glesys.domain that return Server.State
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.
 

Methods in org.jclouds.glesys.domain with parameters of type Server.State
 ServerStatus.Builder ServerStatus.Builder.state(Server.State state)
           
 ServerDetails.Builder ServerDetails.Builder.state(Server.State state)
           
 

Constructors in org.jclouds.glesys.domain with parameters of type Server.State
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)
           
 

Uses of Server.State in org.jclouds.glesys.functions.internal
 

Methods in org.jclouds.glesys.functions.internal that return Server.State
 Server.State GleSYSTypeAdapters.ServerStateAdapter.read(com.google.gson.stream.JsonReader reader)
           
 

Methods in org.jclouds.glesys.functions.internal with parameters of type Server.State
 void GleSYSTypeAdapters.ServerStateAdapter.write(com.google.gson.stream.JsonWriter writer, Server.State value)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.