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

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

The various connection states of the WorkloadIdentityPoolConnection.

Protobuf type google.cloud.oracledatabase.v1.IdentityConnector.ConnectionState

Namespace

Google \ Cloud \ OracleDatabase \ V1 \ IdentityConnector

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

CONNECTION_STATE_UNSPECIFIED

Value: 0

Default unspecified value.

Generated from protobuf enum CONNECTION_STATE_UNSPECIFIED = 0;

CONNECTED

Value: 1

The identity pool connection is connected.

Generated from protobuf enum CONNECTED = 1;

PARTIALLY_CONNECTED

Value: 2

The identity pool connection is partially connected.

Generated from protobuf enum PARTIALLY_CONNECTED = 2;

DISCONNECTED

Value: 3

The identity pool connection is disconnected.

Generated from protobuf enum DISCONNECTED = 3;

UNKNOWN

Value: 4

The identity pool connection is in an unknown state.

Generated from protobuf enum UNKNOWN = 4;