Google Cloud Oracle Database V1 Client - Class SSLMode (0.9.0)

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 \ GoldengateMysqlConnectionProperties

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

SSL_MODE_UNSPECIFIED

Value: 0

SSL mode not specified.

Generated from protobuf enum SSL_MODE_UNSPECIFIED = 0;

DISABLED

Value: 1

SSL is disabled.

Generated from protobuf enum DISABLED = 1;

PREFERRED

Value: 2

SSL is preferred.

Generated from protobuf enum PREFERRED = 2;

REQUIRED

Value: 3

SSL is required.

Generated from protobuf enum REQUIRED = 3;

VERIFY_CA

Value: 4

SSL is required and certificate is verified.

Generated from protobuf enum VERIFY_CA = 4;

VERIFY_IDENTITY

Value: 5

SSL is required and certificate and hostname are verified.

Generated from protobuf enum VERIFY_IDENTITY = 5;