Module: Google::Cloud::OracleDatabase::V1::Database::OperationsInsightsStatus

Defined in:
proto_docs/google/cloud/oracledatabase/v1/database.rb

Overview

The Status of Operations Insights for this Database.

Constant Summary collapse

OPERATIONS_INSIGHTS_STATUS_UNSPECIFIED =

Default unspecified value.

0
ENABLING =

Indicates that the operations insights are being enabled.

1
ENABLED =

Indicates that the operations insights are enabled.

2
DISABLING =

Indicates that the operations insights are being disabled.

3
NOT_ENABLED =

Indicates that the operations insights are not enabled.

4
FAILED_ENABLING =

Indicates that the operations insights failed to enable.

5
FAILED_DISABLING =

Indicates that the operations insights failed to disable.

6