Oracle Database@Google Cloud V1 API - Module Google::Cloud::OracleDatabase::V1::GoldengateMysqlConnectionProperties::SSLMode (v1.0.0)
Stay organized with collections
Save and categorize content based on your preferences.
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.