operationsInsightsState property

String? operationsInsightsState
getter/setter pair

The status of Operations Insights for this Database.

Output only. Possible string values are:

  • "OPERATIONS_INSIGHTS_STATE_UNSPECIFIED" : The status is not specified.
  • "ENABLING" : Operations Insights is enabling.
  • "ENABLED" : Operations Insights is enabled.
  • "DISABLING" : Operations Insights is disabling.
  • "NOT_ENABLED" : Operations Insights is not enabled.
  • "FAILED_ENABLING" : Operations Insights failed to enable.
  • "FAILED_DISABLING" : Operations Insights failed to disable.

Implementation

core.String? operationsInsightsState;