ServerState Properties |
The ServerState type exposes the following members.
Name | Description | |
---|---|---|
Active |
Gets a ServerState representing a server which is active and ready to use.
| |
Build |
Gets a ServerState representing a server which is currently being built.
| |
Deleted |
Gets a ServerState representing a server which has been deleted.
| |
Error |
Gets a ServerState representing a server which failed to perform
an operation and is now in an error state.
| |
HardReboot |
Gets a ServerState representing a server currently performing a hard
reboot. When the reboot operation completes, the server will be in the Active
state.
| |
Migrating |
Gets a ServerState representing a server which is currently being moved
from one physical node to another.
| |
Name |
Gets the canonical name of this member.
(Inherited from ExtensibleEnumT.) | |
Password |
Gets a ServerState representing the password for the server is being changed.
| |
PrepRescue |
Gets a ServerState representing a server currently executing a rescue action.
| |
PrepUnrescue |
Gets a ServerState representing a server currently executing an un-rescue action.
| |
Reboot |
Gets a ServerState representing a server currently performing a soft
reboot. When the reboot operation completes, the server will be in the Active
state.
| |
Rebuild |
Gets a ServerState representing a server currently being rebuilt.
When the rebuild operation completes, the server will be in the Active
state if the rebuild was successful; otherwise, it will be in the Error state
if the rebuild operation failed.
| |
Rescue |
Gets a ServerState representing a server currently in rescue mode.
| |
Resize |
Gets a ServerState representing a server currently executing a resize action.
When the resize operation completes, the server will be in the VerifyResize
state if the resize was successful; otherwise, it will be in the Active state
if the resize operation failed.
| |
RevertResize |
Gets a ServerState representing a server currently executing a revert resize action.
| |
Suspended |
Gets a ServerState for a server that is currently inactive, either by request or necessity.
| |
Unknown |
Gets a ServerState for a server that is currently in an unknown state.
| |
VerifyResize |
Gets a ServerState representing a server which completed a resize operation
and is now waiting for the operation to be confirmed or reverted.
|