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 \ IdentityConnectorMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
CONNECTION_STATE_UNSPECIFIED
Value: 0Default unspecified value.
Generated from protobuf enum CONNECTION_STATE_UNSPECIFIED = 0;
CONNECTED
Value: 1The identity pool connection is connected.
Generated from protobuf enum CONNECTED = 1;
PARTIALLY_CONNECTED
Value: 2The identity pool connection is partially connected.
Generated from protobuf enum PARTIALLY_CONNECTED = 2;
DISCONNECTED
Value: 3The identity pool connection is disconnected.
Generated from protobuf enum DISCONNECTED = 3;
UNKNOWN
Value: 4The identity pool connection is in an unknown state.
Generated from protobuf enum UNKNOWN = 4;