Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class OperationsInsightsStatus.
The Status of Operations Insights for this Database.
Protobuf type google.cloud.oracledatabase.v1.Database.OperationsInsightsStatus
Namespace
Google \ Cloud \ OracleDatabase \ V1 \ DatabaseMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
OPERATIONS_INSIGHTS_STATUS_UNSPECIFIED
Value: 0Default unspecified value.
Generated from protobuf enum OPERATIONS_INSIGHTS_STATUS_UNSPECIFIED = 0;
ENABLING
Value: 1Indicates that the operations insights are being enabled.
Generated from protobuf enum ENABLING = 1;
ENABLED
Value: 2Indicates that the operations insights are enabled.
Generated from protobuf enum ENABLED = 2;
DISABLING
Value: 3Indicates that the operations insights are being disabled.
Generated from protobuf enum DISABLING = 3;
NOT_ENABLED
Value: 4Indicates that the operations insights are not enabled.
Generated from protobuf enum NOT_ENABLED = 4;
FAILED_ENABLING
Value: 5Indicates that the operations insights failed to enable.
Generated from protobuf enum FAILED_ENABLING = 5;
FAILED_DISABLING
Value: 6Indicates that the operations insights failed to disable.
Generated from protobuf enum FAILED_DISABLING = 6;