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

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

Reset SSL mode to selectively refresh the SSL materials.

Protobuf type google.cloud.sql.v1.SqlInstancesResetSslConfigRequest.ResetSslMode

Namespace

Google \ Cloud \ Sql \ V1 \ SqlInstancesResetSslConfigRequest

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

RESET_SSL_MODE_UNSPECIFIED

Value: 0

Reset SSL mode is not specified.

Generated from protobuf enum RESET_SSL_MODE_UNSPECIFIED = 0;

ALL

Value: 1

Refresh all TLS configs. This is the default behaviour.

Generated from protobuf enum ALL = 1;

SYNC_FROM_PRIMARY

Value: 2

Refreshes the replication-related TLS configuration settings provided by the primary instance.

Not applicable to on-premises replication instances.

Generated from protobuf enum SYNC_FROM_PRIMARY = 2;