Overview
  • Namespace
  • Class

Namespaces

  • OpenCloud
    • Autoscale
      • Resource
    • CDN
      • Resource
    • CloudMonitoring
      • Collection
      • Exception
      • Resource
    • Common
      • Collection
      • Constants
      • Exceptions
      • Http
        • Message
      • Log
      • Resource
      • Service
    • Compute
      • Constants
      • Exception
      • Resource
    • Database
      • Resource
    • DNS
      • Collection
      • Resource
    • Identity
      • Constants
      • Resource
    • Image
      • Enum
      • Resource
        • JsonPatch
        • Schema
    • LoadBalancer
      • Collection
      • Enum
      • Resource
    • Networking
      • Resource
    • ObjectStore
      • Constants
      • Enum
      • Exception
      • Resource
      • Upload
    • Orchestration
      • Resource
    • Queues
      • Collection
      • Exception
      • Resource
    • Volume
      • Resource

Classes

  • ImageState
  • Network
  • ServerState

Class ServerState

Namespace: OpenCloud\Compute\Constants
Located at OpenCloud/Compute/Constants/ServerState.php

Constants summary

string ACTIVE

The server is active and ready to use.

The server is active and ready to use.

# 'ACTIVE'
string BUILD

The server is being built.

The server is being built.

# 'BUILD'
string 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.

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.

# 'DELETED'
string ERROR

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

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

# 'ERROR'
string HARD_REBOOT

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

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

# 'HARD_REBOOT'
string MIGRATING

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

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

# 'MIGRATING'
string PASSWORD

The password for the server is being changed.

The password for the server is being changed.

# 'PASSWORD'
string 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.

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'
string REBUILD

The server is being rebuilt from an image.

The server is being rebuilt from an image.

# 'REBUILD'
string RESCUE

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

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

# 'RESCUE'
string RESIZE

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

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

# 'RESIZE'
string 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.

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.

# 'REVERT_RESIZE'
string SUSPENDED

The server is inactive, either by request or necessity.

The server is inactive, either by request or necessity.

# 'SUSPENDED'
string UNKNOWN

The server is in an unknown state.

The server is in an unknown state.

# 'UNKNOWN'
string VERIFY_RESIZE

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

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

# 'VERIFY_RESIZE'
string REBOOT_STATE_HARD
# 'HARD'
string REBOOT_STATE_SOFT
# 'SOFT'
API documentation generated by ApiGen