Enum GoldengateOracleConnectionProperties.OracleAuthenticationMode (0.42.0)

public enum GoldengateOracleConnectionProperties.OracleAuthenticationMode extends Enum<GoldengateOracleConnectionProperties.OracleAuthenticationMode> implements ProtocolMessageEnum

Enum for Authentication mode.

Protobuf enum google.cloud.oracledatabase.v1.GoldengateOracleConnectionProperties.OracleAuthenticationMode

Implements

ProtocolMessageEnum

Static Fields

Name Description
MTLS

MTLS authentication mode.

MTLS = 2;

MTLS_VALUE

MTLS authentication mode.

MTLS = 2;

ORACLE_AUTHENTICATION_MODE_UNSPECIFIED

Authentication mode not specified.

ORACLE_AUTHENTICATION_MODE_UNSPECIFIED = 0;

ORACLE_AUTHENTICATION_MODE_UNSPECIFIED_VALUE

Authentication mode not specified.

ORACLE_AUTHENTICATION_MODE_UNSPECIFIED = 0;

TLS

TLS authentication mode.

TLS = 1;

TLS_VALUE

TLS authentication mode.

TLS = 1;

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()