|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ServerStatus | |
|---|---|
| org.jclouds.openstack.nova.compute.config | |
| org.jclouds.openstack.nova.compute.functions | |
| org.jclouds.openstack.nova.domain | |
| Uses of ServerStatus in org.jclouds.openstack.nova.compute.config |
|---|
| Fields in org.jclouds.openstack.nova.compute.config with type parameters of type ServerStatus | |
|---|---|
static Map<ServerStatus,NodeState> |
NovaComputeServiceContextModule.serverToNodeState
|
| Uses of ServerStatus in org.jclouds.openstack.nova.compute.functions |
|---|
| Fields in org.jclouds.openstack.nova.compute.functions with type parameters of type ServerStatus | |
|---|---|
protected Map<ServerStatus,NodeState> |
ServerToNodeMetadata.serverToNodeState
|
| Uses of ServerStatus in org.jclouds.openstack.nova.domain |
|---|
| Methods in org.jclouds.openstack.nova.domain that return ServerStatus | |
|---|---|
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. |
| Methods in org.jclouds.openstack.nova.domain with parameters of type ServerStatus | |
|---|---|
void |
Server.setStatus(ServerStatus status)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||