Module: Google::Cloud::OracleDatabase::V1::GoldengateMysqlConnectionProperties::MysqlSecurityProtocol

Defined in:
proto_docs/google/cloud/oracledatabase/v1/goldengate_connection.rb

Overview

Enum for Security Type for MySQL.

Constant Summary collapse

MYSQL_SECURITY_PROTOCOL_UNSPECIFIED =

Security type not specified.

0
PLAIN =

Plain text communication.

1
TLS =

Transport Layer Security.

2
MTLS =

Mutual Transport Layer Security.

3