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,org.jclouds.compute.domain.NodeMetadata.Status> ServerDetailsToNodeMetadata.serverStateToNodeStatus
           
 

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

Fields in org.jclouds.glesys.domain declared as Server.State
protected  Server.State ServerDetails.Builder.state
           
protected  Server.State ServerStatus.Builder.state
           
 

Methods in org.jclouds.glesys.domain that return Server.State
static Server.State Server.State.fromValue(String state)
           
 Server.State ServerDetails.getState()
           
 Server.State ServerStatus.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
 T ServerDetails.Builder.state(Server.State state)
           
 T ServerStatus.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 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)
           
 

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-2013 The Apache Software Foundation. All Rights Reserved.