Uses of Enum Class
org.jclouds.glesys.domain.Server.State
Packages that use Server.State
Package
Description
-
Uses of Server.State in org.jclouds.glesys.compute.functions
Fields in org.jclouds.glesys.compute.functions with type parameters of type Server.StateModifier and TypeFieldDescriptionstatic final Map
<Server.State, NodeMetadata.Status> ServerDetailsToNodeMetadata.serverStateToNodeStatus
-
Uses of Server.State in org.jclouds.glesys.domain
Fields in org.jclouds.glesys.domain declared as Server.StateModifier and TypeFieldDescriptionprotected Server.State
ServerDetails.Builder.state
protected Server.State
ServerStatus.Builder.state
Methods in org.jclouds.glesys.domain that return Server.StateModifier and TypeMethodDescriptionstatic Server.State
ServerDetails.getState()
ServerStatus.getState()
static Server.State
Returns the enum constant of this class with the specified name.static Server.State[]
Server.State.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jclouds.glesys.domain with parameters of type Server.StateModifier and TypeMethodDescriptionServerDetails.Builder.state
(Server.State state) ServerStatus.Builder.state
(Server.State state) Constructors in org.jclouds.glesys.domain with parameters of type Server.StateModifierConstructorDescriptionprotected
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) protected
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.StateModifier and TypeMethodDescriptionGleSYSTypeAdapters.ServerStateAdapter.read
(com.google.gson.stream.JsonReader reader) Methods in org.jclouds.glesys.functions.internal with parameters of type Server.StateModifier and TypeMethodDescriptionvoid
GleSYSTypeAdapters.ServerStateAdapter.write
(com.google.gson.stream.JsonWriter writer, Server.State value)