Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class OperationsInsightsState.
The status of Operations Insights for this Database.
Protobuf type google.cloud.oracledatabase.v1.PluggableDatabaseProperties.OperationsInsightsState
Namespace
Google \ Cloud \ OracleDatabase \ V1 \ PluggableDatabasePropertiesMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
OPERATIONS_INSIGHTS_STATE_UNSPECIFIED
Value: 0The status is not specified.
Generated from protobuf enum OPERATIONS_INSIGHTS_STATE_UNSPECIFIED = 0;
ENABLING
Value: 1Operations Insights is enabling.
Generated from protobuf enum ENABLING = 1;
ENABLED
Value: 2Operations Insights is enabled.
Generated from protobuf enum ENABLED = 2;
DISABLING
Value: 3Operations Insights is disabling.
Generated from protobuf enum DISABLING = 3;
NOT_ENABLED
Value: 4Operations Insights is not enabled.
Generated from protobuf enum NOT_ENABLED = 4;
FAILED_ENABLING
Value: 5Operations Insights failed to enable.
Generated from protobuf enum FAILED_ENABLING = 5;
FAILED_DISABLING
Value: 6Operations Insights failed to disable.
Generated from protobuf enum FAILED_DISABLING = 6;