| 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,NodeMetadata.Status> | 
NovaComputeServiceContextModule.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,
      List<Map<String,String>> links,
      Map<Resource.LinkType,URI> orderedSelfReferences,
      String name,
      Map<String,String> metadata,
      Addresses addresses,
      String accessIPv4,
      String accessIPv6,
      String adminPass,
      String flavorRef,
      String hostId,
      String imageRef,
      String affinityId,
      String uuid,
      Flavor flavor,
      Image image,
      String keyName,
      Set<SecurityGroup> securityGroups,
      Date created,
      Date updated,
      Integer progress,
      ServerStatus status)  | 
Copyright © 2009-2013 jclouds. All Rights Reserved.