status property
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;