Enum IdentityConnector.ConnectionState (0.29.0)

public enum IdentityConnector.ConnectionState extends Enum<IdentityConnector.ConnectionState> implements ProtocolMessageEnum

The various connection states of the WorkloadIdentityPoolConnection.

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

Implements

ProtocolMessageEnum

Static Fields

Name Description
CONNECTED

The identity pool connection is connected.

CONNECTED = 1;

CONNECTED_VALUE

The identity pool connection is connected.

CONNECTED = 1;

CONNECTION_STATE_UNSPECIFIED

Default unspecified value.

CONNECTION_STATE_UNSPECIFIED = 0;

CONNECTION_STATE_UNSPECIFIED_VALUE

Default unspecified value.

CONNECTION_STATE_UNSPECIFIED = 0;

DISCONNECTED

The identity pool connection is disconnected.

DISCONNECTED = 3;

DISCONNECTED_VALUE

The identity pool connection is disconnected.

DISCONNECTED = 3;

PARTIALLY_CONNECTED

The identity pool connection is partially connected.

PARTIALLY_CONNECTED = 2;

PARTIALLY_CONNECTED_VALUE

The identity pool connection is partially connected.

PARTIALLY_CONNECTED = 2;

UNKNOWN

The identity pool connection is in an unknown state.

UNKNOWN = 4;

UNKNOWN_VALUE

The identity pool connection is in an unknown state.

UNKNOWN = 4;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()