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

Packages that use ServerStatus
org.jclouds.cloudservers.compute.config   
org.jclouds.cloudservers.compute.functions   
org.jclouds.cloudservers.domain   
 

Uses of ServerStatus in org.jclouds.cloudservers.compute.config
 

Fields in org.jclouds.cloudservers.compute.config with type parameters of type ServerStatus
static Map<ServerStatus,NodeState> CloudServersComputeServiceContextModule.serverToNodeState
           
 

Uses of ServerStatus in org.jclouds.cloudservers.compute.functions
 

Fields in org.jclouds.cloudservers.compute.functions with type parameters of type ServerStatus
protected  Map<ServerStatus,NodeState> ServerToNodeMetadata.serverToNodeState
           
 

Uses of ServerStatus in org.jclouds.cloudservers.domain
 

Methods in org.jclouds.cloudservers.domain that return ServerStatus
static ServerStatus ServerStatus.fromValue(String v)
           
 ServerStatus Server.getStatus()
          Servers contain a status attribute that can be used as an indication of the current server state.
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.cloudservers.domain with parameters of type ServerStatus
 void Server.setStatus(ServerStatus status)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.