Module: Google::Cloud::OracleDatabase::V1::IdentityConnector::ConnectionState

Defined in:
proto_docs/google/cloud/oracledatabase/v1/common.rb

Overview

The various connection states of the WorkloadIdentityPoolConnection.

Constant Summary collapse

CONNECTION_STATE_UNSPECIFIED =

Default unspecified value.

0
CONNECTED =

The identity pool connection is connected.

1
PARTIALLY_CONNECTED =

The identity pool connection is partially connected.

2
DISCONNECTED =

The identity pool connection is disconnected.

3
UNKNOWN =

The identity pool connection is in an unknown state.

4