| Package | Description | 
|---|---|
| org.jclouds.cloudsigma.compute.functions | |
| org.jclouds.cloudsigma.domain | 
| Modifier and Type | Field and Description | 
|---|---|
static Map<ServerStatus,NodeMetadata.Status> | 
ServerInfoToNodeMetadata.serverStatusToNodeStatus  | 
| Modifier and Type | Field and Description | 
|---|---|
protected ServerStatus | 
ServerInfo.status  | 
protected ServerStatus | 
ServerInfo.Builder.status  | 
| Modifier and Type | Method and Description | 
|---|---|
static ServerStatus | 
ServerStatus.fromValue(String status)  | 
ServerStatus | 
ServerInfo.getStatus()  | 
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 | 
|---|---|
ServerInfo.Builder | 
ServerInfo.Builder.status(ServerStatus status)  | 
| Constructor and Description | 
|---|
ServerInfo(String uuid,
          String name,
          int cpu,
          Integer smp,
          int mem,
          boolean persistent,
          Map<String,? extends Device> devices,
          Iterable<String> bootDeviceIds,
          Iterable<String> use,
          Iterable<NIC> nics,
          VNC vnc,
          String description,
          ServerStatus status,
          Date started,
          String user,
          ServerMetrics metrics)  | 
Copyright © 2009-2013 jclouds. All Rights Reserved.