| Package | Description | 
|---|---|
| org.jclouds.cloudservers.compute.config | |
| org.jclouds.cloudservers.compute.functions | |
| org.jclouds.cloudservers.domain | 
| Modifier and Type | Field and Description | 
|---|---|
static Map<ServerStatus,NodeMetadata.Status> | 
CloudServersComputeServiceContextModule.toPortableNodeStatus  | 
| Modifier and Type | Field and Description | 
|---|---|
protected Map<ServerStatus,NodeMetadata.Status> | 
ServerToNodeMetadata.serverToNodeStatus  | 
| Modifier and Type | Field and Description | 
|---|---|
protected ServerStatus | 
Server.Builder.status  | 
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
T | 
Server.Builder.status(ServerStatus status)  | 
| Constructor and Description | 
|---|
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-2013 jclouds. All Rights Reserved.