| Package | Description | 
|---|---|
| org.jclouds.openstack.nova.compute.config | |
| org.jclouds.openstack.nova.compute.functions | |
| org.jclouds.openstack.nova.domain | 
| Modifier and Type | Field and Description | 
|---|---|
static Map<ServerStatus,NodeState> | 
NovaComputeServiceContextModule.serverToNodeState  | 
| Modifier and Type | Field and Description | 
|---|---|
protected Map<ServerStatus,NodeState> | 
ServerToNodeMetadata.serverToNodeState  | 
| 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 | 
|---|---|
void | 
Server.setStatus(ServerStatus status)  | 
Copyright © 2009-2012 jclouds. All Rights Reserved.