Reference documentation and code samples for the Cloud SQL Admin V1BETA4 API module Google::Cloud::Sql::V1beta4::IpConfiguration::ServerCertificateRotationMode.
Settings for automatic server certificate rotation.
Constants
SERVER_CERTIFICATE_ROTATION_MODE_UNSPECIFIED
value: 0
Unspecified: no automatic server certificate rotation.
NO_AUTOMATIC_ROTATION
value: 1
No automatic server certificate rotation. The user must manage server
certificate
rotation
on their side.
AUTOMATIC_ROTATION_DURING_MAINTENANCE
value: 2
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.