status property

String? status
getter/setter pair

The state of the VM

Output only. Possible string values are:

  • "INSTANCESTATE_UNSPECIFIED" : The Status of the VM is unspecified
  • "PROVISIONING" : Resources are being allocated for the instance.
  • "STAGING" : All required resources have been allocated and the instance is being started.
  • "RUNNING" : The instance is running.
  • "STOPPING" : The instance is currently stopping (either being deleted or killed).
  • "STOPPED" : The instance has stopped due to various reasons (user request, VM preemption, project freezing, etc.).
  • "TERMINATED" : The instance has failed in some way.
  • "SUSPENDING" : The instance is suspending.
  • "SUSPENDED" : The instance is suspended.
  • "REPAIRING" : The instance is in repair.
  • "DEPROVISIONING" : The instance is in de-provisioning state.

Implementation

core.String? status;