Status(value)
[Output Only] The status of the instance.
Enums |
|
---|---|
Name | Description |
UNDEFINED_STATUS |
A value indicating that the enum field is not set. |
DEPROVISIONING |
The instance is halted and we are performing tear down tasks like network deprogramming, releasing quota, IP, tearing down disks etc. |
PROVISIONING |
Resources are being allocated for the instance. |
REPAIRING |
The instance is in repair. |
RUNNING |
The instance is running. |
STAGING |
All required resources have been allocated and the instance is being started. |
STOPPED |
The instance has stopped successfully. |
STOPPING |
The instance is currently stopping (either being deleted or killed). |
SUSPENDED |
The instance has suspended. |
SUSPENDING |
The instance is suspending. |
TERMINATED |
The instance has stopped (either by explicit action or underlying failure). |