|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServerStatus | |
---|---|
org.jclouds.cloudsigma.compute.functions | |
org.jclouds.cloudsigma.domain |
Uses of ServerStatus in org.jclouds.cloudsigma.compute.functions |
---|
Fields in org.jclouds.cloudsigma.compute.functions with type parameters of type ServerStatus | |
---|---|
static Map<ServerStatus,NodeState> |
ServerInfoToNodeMetadata.serverStatusToNodeState
|
Uses of ServerStatus in org.jclouds.cloudsigma.domain |
---|
Fields in org.jclouds.cloudsigma.domain declared as ServerStatus | |
---|---|
protected ServerStatus |
ServerInfo.status
|
protected ServerStatus |
ServerInfo.Builder.status
|
Methods in org.jclouds.cloudsigma.domain that return ServerStatus | |
---|---|
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. |
Methods in org.jclouds.cloudsigma.domain with parameters of type ServerStatus | |
---|---|
ServerInfo.Builder |
ServerInfo.Builder.status(ServerStatus status)
|
Constructors in org.jclouds.cloudsigma.domain with parameters of type ServerStatus | |
---|---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |