Uses of Class
org.jclouds.elasticstack.domain.ServerStatus
-
Packages that use ServerStatus Package Description org.jclouds.elasticstack.compute.functions org.jclouds.elasticstack.domain -
-
Uses of ServerStatus in org.jclouds.elasticstack.compute.functions
Fields in org.jclouds.elasticstack.compute.functions with type parameters of type ServerStatus Modifier and Type Field Description static Map<ServerStatus,NodeMetadata.Status>
ServerInfoToNodeMetadata. serverStatusToNodeStatus
-
Uses of ServerStatus in org.jclouds.elasticstack.domain
Fields in org.jclouds.elasticstack.domain declared as ServerStatus Modifier and Type Field Description protected ServerStatus
ServerInfo.Builder. status
protected ServerStatus
ServerInfo. status
Methods in org.jclouds.elasticstack.domain that return ServerStatus Modifier and Type Method Description static ServerStatus
ServerStatus. fromValue(String status)
ServerStatus
ServerInfo. getStatus()
static ServerStatus
ServerStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static ServerStatus[]
ServerStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jclouds.elasticstack.domain with parameters of type ServerStatus Modifier and Type Method Description ServerInfo.Builder
ServerInfo.Builder. status(ServerStatus status)
Constructors in org.jclouds.elasticstack.domain with parameters of type ServerStatus Constructor Description ServerInfo(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)
-