Reference documentation and code samples for the Google Cloud Sql Admin V1 Client class ServerCertificateRotationMode.
Settings for automatic server certificate rotation.
Protobuf type google.cloud.sql.v1.IpConfiguration.ServerCertificateRotationMode
Namespace
Google \ Cloud \ Sql \ V1 \ IpConfigurationMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
SERVER_CERTIFICATE_ROTATION_MODE_UNSPECIFIED
Value: 0Unspecified: no automatic server certificate rotation.
Generated from protobuf enum SERVER_CERTIFICATE_ROTATION_MODE_UNSPECIFIED = 0;
NO_AUTOMATIC_ROTATION
Value: 1No automatic server certificate rotation. The user must manage server certificate rotation on their side.
Generated from protobuf enum NO_AUTOMATIC_ROTATION = 1;
AUTOMATIC_ROTATION_DURING_MAINTENANCE
Value: 2Automatic 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.
Generated from protobuf enum AUTOMATIC_ROTATION_DURING_MAINTENANCE = 2;