public enum IdentityConnector.ConnectionState extends Enum<IdentityConnector.ConnectionState> implements ProtocolMessageEnumThe various connection states of the WorkloadIdentityPoolConnection.
Protobuf enum google.cloud.oracledatabase.v1.IdentityConnector.ConnectionState
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
CONNECTED |
The identity pool connection is connected. |
CONNECTED_VALUE |
The identity pool connection is connected. |
CONNECTION_STATE_UNSPECIFIED |
Default unspecified value. |
CONNECTION_STATE_UNSPECIFIED_VALUE |
Default unspecified value. |
DISCONNECTED |
The identity pool connection is disconnected. |
DISCONNECTED_VALUE |
The identity pool connection is disconnected. |
PARTIALLY_CONNECTED |
The identity pool connection is partially connected. |
PARTIALLY_CONNECTED_VALUE |
The identity pool connection is partially connected. |
UNKNOWN |
The identity pool connection is in an unknown state. |
UNKNOWN_VALUE |
The identity pool connection is in an unknown state. |
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() |
|