instanceStatus property

String? instanceStatus
getter/setter pair

The status of the instance.

This field is empty when the instance does not exist.

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? instanceStatus;