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

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 \ IpConfiguration

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

SERVER_CERTIFICATE_ROTATION_MODE_UNSPECIFIED

Value: 0

Unspecified: no automatic server certificate rotation.

Generated from protobuf enum SERVER_CERTIFICATE_ROTATION_MODE_UNSPECIFIED = 0;

NO_AUTOMATIC_ROTATION

Value: 1

No 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: 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.

Generated from protobuf enum AUTOMATIC_ROTATION_DURING_MAINTENANCE = 2;