Enum GoldengateMicrosoftSqlserverConnectionProperties.MicrosoftSqlserverSecurityProtocol (0.42.0)

public enum GoldengateMicrosoftSqlserverConnectionProperties.MicrosoftSqlserverSecurityProtocol extends Enum<GoldengateMicrosoftSqlserverConnectionProperties.MicrosoftSqlserverSecurityProtocol> implements ProtocolMessageEnum

Enum for Security Type for Microsoft SQL Server.

Protobuf enum google.cloud.oracledatabase.v1.GoldengateMicrosoftSqlserverConnectionProperties.MicrosoftSqlserverSecurityProtocol

Implements

ProtocolMessageEnum

Static Fields

Name Description
MICROSOFT_SQLSERVER_SECURITY_PROTOCOL_UNSPECIFIED

Security type not specified.

MICROSOFT_SQLSERVER_SECURITY_PROTOCOL_UNSPECIFIED = 0;

MICROSOFT_SQLSERVER_SECURITY_PROTOCOL_UNSPECIFIED_VALUE

Security type not specified.

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