Module: Google::Cloud::Sql::V1::SqlInstancesResetSslConfigRequest::ResetSslMode

Defined in:
proto_docs/google/cloud/sql/v1/cloud_sql_instances.rb

Overview

Reset SSL mode to selectively refresh the SSL materials.

Constant Summary collapse

RESET_SSL_MODE_UNSPECIFIED =

Reset SSL mode is not specified.

0
ALL =

Refresh all TLS configs. This is the default behaviour.

1
SYNC_FROM_PRIMARY =

Refreshes the replication-related TLS configuration settings provided by the primary instance. Not applicable to on-premises replication instances.

2