stopState property
Current stopping state of the instance. Possible string values are:
- "PENDING_STOP" : The instance is gracefully shutting down.
- "STOPPING" : The instance is stopping.
Implementation
core.String? stopState;
Current stopping state of the instance. Possible string values are:
core.String? stopState;