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,org.jclouds.compute.domain.NodeMetadata.Status> CloudServersComputeServiceContextModule.toPortableNodeStatus
           
 

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,org.jclouds.compute.domain.NodeMetadata.Status> ServerToNodeMetadata.serverToNodeStatus
           
 

Uses of ServerStatus in org.jclouds.cloudservers.domain
 

Fields in org.jclouds.cloudservers.domain declared as ServerStatus
protected  ServerStatus Server.Builder.status
           
 

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
 T Server.Builder.status(ServerStatus status)
           
 

Constructors in org.jclouds.cloudservers.domain with parameters of type ServerStatus
Server(int id, String name, Map<String,String> metadata, Addresses addresses, String adminPass, Integer flavorId, String hostId, Integer imageId, Integer sharedIpGroupId, Integer progress, ServerStatus status)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.