public enum GoldengateOracleConnectionProperties.OracleAuthenticationMode extends Enum<GoldengateOracleConnectionProperties.OracleAuthenticationMode> implements ProtocolMessageEnumEnum for Authentication mode.
Protobuf enum
google.cloud.oracledatabase.v1.GoldengateOracleConnectionProperties.OracleAuthenticationMode
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
MTLS |
MTLS authentication mode. |
MTLS_VALUE |
MTLS authentication mode. |
ORACLE_AUTHENTICATION_MODE_UNSPECIFIED |
Authentication mode not specified. |
ORACLE_AUTHENTICATION_MODE_UNSPECIFIED_VALUE |
Authentication mode not specified. |
TLS |
TLS authentication mode. |
TLS_VALUE |
TLS authentication mode. |
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() |
|