Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class SSLMode.
Enum for SSL modes for MySQL.
Protobuf type google.cloud.oracledatabase.v1.GoldengateMysqlConnectionProperties.SSLMode
Namespace
Google \ Cloud \ OracleDatabase \ V1 \ GoldengateMysqlConnectionPropertiesMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
SSL_MODE_UNSPECIFIED
Value: 0SSL mode not specified.
Generated from protobuf enum SSL_MODE_UNSPECIFIED = 0;
DISABLED
Value: 1SSL is disabled.
Generated from protobuf enum DISABLED = 1;
PREFERRED
Value: 2SSL is preferred.
Generated from protobuf enum PREFERRED = 2;
REQUIRED
Value: 3SSL is required.
Generated from protobuf enum REQUIRED = 3;
VERIFY_CA
Value: 4SSL is required and certificate is verified.
Generated from protobuf enum VERIFY_CA = 4;
VERIFY_IDENTITY
Value: 5SSL is required and certificate and hostname are verified.
Generated from protobuf enum VERIFY_IDENTITY = 5;