state property

String? state
getter/setter pair

State of the Collector.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : Collector state is not recognized.
  • "STATE_INITIALIZING" : Collector started to create, but hasn't been completed MC source creation and db object creation.
  • "STATE_READY_TO_USE" : Collector has been created, MC source creation and db object creation completed.
  • "STATE_REGISTERED" : Collector client has been registered with client.
  • "STATE_ACTIVE" : Collector client is actively scanning.
  • "STATE_PAUSED" : Collector is not actively scanning.
  • "STATE_DELETING" : Collector is starting background job for deletion.
  • "STATE_DECOMMISSIONED" : Collector completed all tasks for deletion.
  • "STATE_ERROR" : Collector is in error state.

Implementation

core.String? state;