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

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

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

OPERATIONS_INSIGHTS_STATE_UNSPECIFIED

Value: 0

The status is not specified.

Generated from protobuf enum OPERATIONS_INSIGHTS_STATE_UNSPECIFIED = 0;

ENABLING

Value: 1

Operations Insights is enabling.

Generated from protobuf enum ENABLING = 1;

ENABLED

Value: 2

Operations Insights is enabled.

Generated from protobuf enum ENABLED = 2;

DISABLING

Value: 3

Operations Insights is disabling.

Generated from protobuf enum DISABLING = 3;

NOT_ENABLED

Value: 4

Operations Insights is not enabled.

Generated from protobuf enum NOT_ENABLED = 4;

FAILED_ENABLING

Value: 5

Operations Insights failed to enable.

Generated from protobuf enum FAILED_ENABLING = 5;

FAILED_DISABLING

Value: 6

Operations Insights failed to disable.

Generated from protobuf enum FAILED_DISABLING = 6;