Documentation

ServerState
in package

Table of Contents

ACTIVE  = 'ACTIVE'
The server is active and ready to use.
BUILD  = 'BUILD'
The server is being built.
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.
ERROR  = 'ERROR'
The requested operation failed and the server is in an error state.
HARD_REBOOT  = 'HARD_REBOOT'
The server is going through a hard reboot. This power cycles your server, which performs an immediate shutdown and restart.
MIGRATING  = 'MIGRATING'
The server is being moved from one physical node to another physical node. Server migration is a Rackspace extension.
PASSWORD  = 'PASSWORD'
The password for the server is being changed.
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.
REBOOT_STATE_HARD  = 'HARD'
REBOOT_STATE_SOFT  = 'SOFT'
REBUILD  = 'REBUILD'
The server is being rebuilt from an image.
RESCUE  = 'RESCUE'
The server is in rescue mode. Rescue mode is a Rackspace extension.
RESIZE  = 'RESIZE'
The server is being resized and is inactive until it completes.
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.
SUSPENDED  = 'SUSPENDED'
The server is inactive, either by request or necessity.
UNKNOWN  = 'UNKNOWN'
The server is in an unknown state.
VERIFY_RESIZE  = 'VERIFY_RESIZE'
The server is waiting for the resize operation to be confirmed so that the original server can be removed.

Constants

ACTIVE

The server is active and ready to use.

public mixed ACTIVE = 'ACTIVE'

BUILD

The server is being built.

public mixed BUILD = 'BUILD'

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.

public mixed DELETED = 'DELETED'

ERROR

The requested operation failed and the server is in an error state.

public mixed ERROR = 'ERROR'

HARD_REBOOT

The server is going through a hard reboot. This power cycles your server, which performs an immediate shutdown and restart.

public mixed HARD_REBOOT = 'HARD_REBOOT'

MIGRATING

The server is being moved from one physical node to another physical node. Server migration is a Rackspace extension.

public mixed MIGRATING = 'MIGRATING'

PASSWORD

The password for the server is being changed.

public mixed PASSWORD = 'PASSWORD'

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.

public mixed REBOOT = 'REBOOT'

REBOOT_STATE_HARD

public mixed REBOOT_STATE_HARD = 'HARD'

REBOOT_STATE_SOFT

public mixed REBOOT_STATE_SOFT = 'SOFT'

REBUILD

The server is being rebuilt from an image.

public mixed REBUILD = 'REBUILD'

RESCUE

The server is in rescue mode. Rescue mode is a Rackspace extension.

public mixed RESCUE = 'RESCUE'

RESIZE

The server is being resized and is inactive until it completes.

public mixed RESIZE = '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.

public mixed REVERT_RESIZE = 'REVERT_RESIZE'

SUSPENDED

The server is inactive, either by request or necessity.

public mixed SUSPENDED = 'SUSPENDED'

UNKNOWN

The server is in an unknown state.

public mixed UNKNOWN = 'UNKNOWN'

VERIFY_RESIZE

The server is waiting for the resize operation to be confirmed so that the original server can be removed.

public mixed VERIFY_RESIZE = 'VERIFY_RESIZE'

Search results