Class InstanceStatus (0.1.0)

InstanceStatus(value)

[Output Only] The status of the instance. This field is empty when the instance does not exist. Additional supported values which may be not listed in the enum directly due to technical reasons: RUNNING STOPPED STOPPING SUSPENDED SUSPENDING

Enums

Name Description
UNDEFINED_INSTANCE_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.
PENDING_STOP The instance is gracefully shutting down.
PROVISIONING Resources are being allocated for the instance.
REPAIRING The instance is in repair.
RUNNING No description available.
STAGING All required resources have been allocated and the instance is being started.
STOPPED No description available.
STOPPING No description available.
SUSPENDED No description available.
SUSPENDING No description available.
TERMINATED The instance has stopped (either by explicit action or underlying failure).