Class InstanceStatus (1.19.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: STOPPING 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.
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 No description available.
SUSPENDED The instance has suspended.
SUSPENDING No description available.
TERMINATED The instance has stopped (either by explicit action or underlying failure).