Oracle Database@Google Cloud V1 API - Module Google::Cloud::OracleDatabase::V1::GoldengateMysqlConnectionProperties::SSLMode (v0.14.0)

Reference documentation and code samples for the Oracle Database@Google Cloud V1 API module Google::Cloud::OracleDatabase::V1::GoldengateMysqlConnectionProperties::SSLMode.

Enum for SSL modes for MySQL.

Constants

SSL_MODE_UNSPECIFIED

value: 0
SSL mode not specified.

DISABLED

value: 1
SSL is disabled.

PREFERRED

value: 2
SSL is preferred.

REQUIRED

value: 3
SSL is required.

VERIFY_CA

value: 4
SSL is required and certificate is verified.

VERIFY_IDENTITY

value: 5
SSL is required and certificate and hostname are verified.