Uses of Class
org.jclouds.elasticstack.domain.ServerStatus

Packages that use ServerStatus
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
static Map<ServerStatus,NodeState> ServerInfoToNodeMetadata.serverStatusToNodeState
           
 

Uses of ServerStatus in org.jclouds.elasticstack.domain
 

Fields in org.jclouds.elasticstack.domain declared as ServerStatus
protected  ServerStatus ServerInfo.status
           
protected  ServerStatus ServerInfo.Builder.status
           
 

Methods in org.jclouds.elasticstack.domain that return ServerStatus
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
 ServerInfo.Builder ServerInfo.Builder.status(ServerStatus status)
           
 

Constructors in org.jclouds.elasticstack.domain with parameters of type ServerStatus
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)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.