state property

String? state
getter/setter pair

The state of the InsightsConfig.

Optional. Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : No state specified.
  • "PENDING" : The InsightsConfig is pending application discovery/runtime discovery.
  • "COMPLETE" : The initial discovery process is complete.
  • "ERROR" : The InsightsConfig is in an error state.

Implementation

core.String? state;