Enum GoldengateDb2ConnectionProperties.Db2SecurityProtocol (0.42.0)

public enum GoldengateDb2ConnectionProperties.Db2SecurityProtocol extends Enum<GoldengateDb2ConnectionProperties.Db2SecurityProtocol> implements ProtocolMessageEnum

Enum for Security protocol for the DB2 database.

Protobuf enum google.cloud.oracledatabase.v1.GoldengateDb2ConnectionProperties.Db2SecurityProtocol

Implements

ProtocolMessageEnum

Static Fields

Name Description
DB2_SECURITY_PROTOCOL_UNSPECIFIED

Security protocol not specified.

DB2_SECURITY_PROTOCOL_UNSPECIFIED = 0;

DB2_SECURITY_PROTOCOL_UNSPECIFIED_VALUE

Security protocol not specified.

DB2_SECURITY_PROTOCOL_UNSPECIFIED = 0;

PLAIN

Plain text communication.

PLAIN = 1;

PLAIN_VALUE

Plain text communication.

PLAIN = 1;

TLS

Transport Layer Security.

TLS = 2;

TLS_VALUE

Transport Layer Security.

TLS = 2;

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