Class ServerState
string |
ACTIVE
|
'ACTIVE' |
#
The server is active and ready to use. |
string |
BUILD
|
'BUILD' |
#
The server is being built. |
string |
DELETED
|
'DELETED' |
#
The server was deleted. The list servers API operation does not show servers with a status of DELETED. To list deleted servers, use the changes-since parameter. |
string |
ERROR
|
'ERROR' |
#
The requested operation failed and the server is in an error state. |
string |
HARD_REBOOT
|
'HARD_REBOOT' |
#
The server is going through a hard reboot. This power cycles your server, which performs an immediate shutdown and restart. |
string |
MIGRATING
|
'MIGRATING' |
#
The server is being moved from one physical node to another physical node. Server migration is a Rackspace extension. |
string |
PASSWORD
|
'PASSWORD' |
#
The password for the server is being changed. |
string |
REBOOT
|
'REBOOT' |
#
The server is going through a soft reboot. During a soft reboot, the operating system is signaled to restart, which allows for a graceful shutdown and restart of all processes. |
string |
REBUILD
|
'REBUILD' |
#
The server is being rebuilt from an image. |
string |
RESCUE
|
'RESCUE' |
#
The server is in rescue mode. Rescue mode is a Rackspace extension. |
string |
RESIZE
|
'RESIZE' |
#
The server is being resized and is inactive until it completes. |
string |
REVERT_RESIZE
|
'REVERT_RESIZE' |
#
A resized or migrated server is being reverted to its previous size. The destination server is being cleaned up and the original source server is restarting. Server migration is a Rackspace extension. |
string |
SUSPENDED
|
'SUSPENDED' |
#
The server is inactive, either by request or necessity. |
string |
UNKNOWN
|
'UNKNOWN' |
#
The server is in an unknown state. |
string |
VERIFY_RESIZE
|
'VERIFY_RESIZE' |
#
The server is waiting for the resize operation to be confirmed so that the original server can be removed. |
string |
REBOOT_STATE_HARD
|
'HARD' |
|
string |
REBOOT_STATE_SOFT
|
'SOFT' |