state property
Service state (OS-agnostic). Possible string values are:
- "STATE_UNSPECIFIED" : Service state unspecified.
- "ACTIVE" : Service is active.
- "PAUSED" : Service is paused.
- "STOPPED" : Service is stopped.
Implementation
core.String? state;
Service state (OS-agnostic). Possible string values are:
core.String? state;