Google Cloud Oracle Database V1 Client - Class OperationsInsightsStatus (0.8.0)

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 \ Database

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

OPERATIONS_INSIGHTS_STATUS_UNSPECIFIED

Value: 0

Default unspecified value.

Generated from protobuf enum OPERATIONS_INSIGHTS_STATUS_UNSPECIFIED = 0;

ENABLING

Value: 1

Indicates that the operations insights are being enabled.

Generated from protobuf enum ENABLING = 1;

ENABLED

Value: 2

Indicates that the operations insights are enabled.

Generated from protobuf enum ENABLED = 2;

DISABLING

Value: 3

Indicates that the operations insights are being disabled.

Generated from protobuf enum DISABLING = 3;

NOT_ENABLED

Value: 4

Indicates that the operations insights are not enabled.

Generated from protobuf enum NOT_ENABLED = 4;

FAILED_ENABLING

Value: 5

Indicates that the operations insights failed to enable.

Generated from protobuf enum FAILED_ENABLING = 5;

FAILED_DISABLING

Value: 6

Indicates that the operations insights failed to disable.

Generated from protobuf enum FAILED_DISABLING = 6;