Module: Google::Cloud::OracleDatabase::V1::PluggableDatabaseProperties::OperationsInsightsState
- Defined in:
- proto_docs/google/cloud/oracledatabase/v1/pluggable_database.rb
Overview
The status of Operations Insights for this Database.
Constant Summary collapse
- OPERATIONS_INSIGHTS_STATE_UNSPECIFIED =
The status is not specified.
0- ENABLING =
Operations Insights is enabling.
1- ENABLED =
Operations Insights is enabled.
2- DISABLING =
Operations Insights is disabling.
3- NOT_ENABLED =
Operations Insights is not enabled.
4- FAILED_ENABLING =
Operations Insights failed to enable.
5- FAILED_DISABLING =
Operations Insights failed to disable.
6