Uses of Enum Class
org.jclouds.elasticstack.domain.ServerStatus
Packages that use ServerStatus
-
Uses of ServerStatus in org.jclouds.elasticstack.compute.functions
Fields in org.jclouds.elasticstack.compute.functions with type parameters of type ServerStatusModifier and TypeFieldDescriptionstatic final Map
<ServerStatus, NodeMetadata.Status> ServerInfoToNodeMetadata.serverStatusToNodeStatus
-
Uses of ServerStatus in org.jclouds.elasticstack.domain
Fields in org.jclouds.elasticstack.domain declared as ServerStatusModifier and TypeFieldDescriptionprotected ServerStatus
ServerInfo.Builder.status
protected final ServerStatus
ServerInfo.status
Methods in org.jclouds.elasticstack.domain that return ServerStatusModifier and TypeMethodDescriptionstatic ServerStatus
ServerInfo.getStatus()
static ServerStatus
Returns the enum constant of this class with the specified name.static ServerStatus[]
ServerStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jclouds.elasticstack.domain with parameters of type ServerStatusConstructors in org.jclouds.elasticstack.domain with parameters of type ServerStatusModifierConstructorDescriptionServerInfo
(String uuid, String name, int cpu, Integer smp, int mem, boolean persistent, Map<String, ? extends Device> devices, Iterable<String> bootDeviceIds, Iterable<String> tags, Map<String, String> userMetadata, Iterable<NIC> nics, VNC vnc, ServerStatus status, Date started, String user, ServerMetrics metrics)