stopState property

String? stopState
getter/setter pair

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;