status property

String? status
getter/setter pair

The status of the instance.

One of the following values: PROVISIONING, STAGING, RUNNING, STOPPING, SUSPENDING, SUSPENDED, REPAIRING, and TERMINATED. For more information about the status of the instance, see Instance life cycle.

Output only. Possible string values are:

  • "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).

Implementation

core.String? status;