Google Cloud Sql Admin V1 Client - Class SslOption (1.6.0)

Reference documentation and code samples for the Google Cloud Sql Admin V1 Client class SslOption.

SslOption defines the SSL mode to be used for replica connection to the on-premises source.

Protobuf type google.cloud.sql.v1.OnPremisesConfiguration.SslOption

Namespace

Google \ Cloud \ Sql \ V1 \ OnPremisesConfiguration

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

SSL_OPTION_UNSPECIFIED

Value: 0

Unknown SSL option i.e. SSL option not specified by user.

Generated from protobuf enum SSL_OPTION_UNSPECIFIED = 0;

DISABLE

Value: 1

SSL is not used for replica connection to the on-premises source.

Generated from protobuf enum DISABLE = 1;

PBREQUIRE

Value: 2

SSL is required for replica connection to the on-premises source.

Generated from protobuf enum REQUIRE = 2;

VERIFY_CA

Value: 3

Verify CA is required for replica connection to the on-premises source.

Generated from protobuf enum VERIFY_CA = 3;