Module: Google::Cloud::Sql::V1::IpConfiguration::ServerCertificateRotationMode

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

Overview

Settings for automatic server certificate rotation.

Constant Summary collapse

SERVER_CERTIFICATE_ROTATION_MODE_UNSPECIFIED =

Unspecified: no automatic server certificate rotation.

0
NO_AUTOMATIC_ROTATION =

No automatic server certificate rotation. The user must manage server certificate rotation on their side.

1
AUTOMATIC_ROTATION_DURING_MAINTENANCE =

Automatic server certificate rotation during Cloud SQL scheduled maintenance or self-service maintenance updates. Requires server_ca_mode to be GOOGLE_MANAGED_CAS_CA or CUSTOMER_MANAGED_CAS_CA.

2