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 \ OnPremisesConfigurationMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
SSL_OPTION_UNSPECIFIED
Value: 0Unknown SSL option i.e. SSL option not specified by user.
Generated from protobuf enum SSL_OPTION_UNSPECIFIED = 0;
DISABLE
Value: 1SSL is not used for replica connection to the on-premises source.
Generated from protobuf enum DISABLE = 1;
PBREQUIRE
Value: 2SSL is required for replica connection to the on-premises source.
Generated from protobuf enum REQUIRE = 2;
VERIFY_CA
Value: 3Verify CA is required for replica connection to the on-premises source.
Generated from protobuf enum VERIFY_CA = 3;