state property

String? state
getter/setter pair

Agent state. Possible string values are:

  • "AGENT_STATE_UNSPECIFIED" : Unspecified state.
  • "AGENT_STARTING" : The agent is starting on the VM instance.
  • "AGENT_RUNNING" : The agent is running. The agent in the RUNNING state can never go back to the STARTING state.
  • "AGENT_STOPPED" : The agent has stopped, either on request or due to a failure.

Implementation

core.String? state;