Google Cloud Oracle Database V1 Client - Class OperationsInsightsState (0.1.0)

Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class OperationsInsightsState.

The state of the Operations Insights for this Autonomous Database.

Protobuf type google.cloud.oracledatabase.v1.OperationsInsightsState

Namespace

Google \ Cloud \ OracleDatabase \ V1

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

OPERATIONS_INSIGHTS_STATE_UNSPECIFIED

Value: 0

Default unspecified value.

Generated from protobuf enum OPERATIONS_INSIGHTS_STATE_UNSPECIFIED = 0;

ENABLING

Value: 1

Enabling status for operation insights.

Generated from protobuf enum ENABLING = 1;

ENABLED

Value: 2

Enabled status for operation insights.

Generated from protobuf enum ENABLED = 2;

DISABLING

Value: 3

Disabling status for operation insights.

Generated from protobuf enum DISABLING = 3;

NOT_ENABLED

Value: 4

Not Enabled status for operation insights.

Generated from protobuf enum NOT_ENABLED = 4;

FAILED_ENABLING

Value: 5

Failed enabling status for operation insights.

Generated from protobuf enum FAILED_ENABLING = 5;

FAILED_DISABLING

Value: 6

Failed disabling status for operation insights.

Generated from protobuf enum FAILED_DISABLING = 6;