status property

String? status
getter/setter pair

The status of the instance. Possible string values are:

  • "STATUS_UNSPECIFIED" : Default unspecified value.
  • "RUNNING" : The instance is running.
  • "NOT_RUNNING" : The instance has any status other than "RUNNING".

Implementation

core.String? status;