opsInsightsStatus property

String? opsInsightsStatus
getter/setter pair

The Status of Operations Insights for this Database.

Output only. Possible string values are:

  • "OPERATIONS_INSIGHTS_STATUS_UNSPECIFIED" : Default unspecified value.
  • "ENABLING" : Indicates that the operations insights are being enabled.
  • "ENABLED" : Indicates that the operations insights are enabled.
  • "DISABLING" : Indicates that the operations insights are being disabled.
  • "NOT_ENABLED" : Indicates that the operations insights are not enabled.
  • "FAILED_ENABLING" : Indicates that the operations insights failed to enable.
  • "FAILED_DISABLING" : Indicates that the operations insights failed to disable.

Implementation

core.String? opsInsightsStatus;