Enum IpConfiguration.ServerCertificateRotationMode (0.1.0)

public enum IpConfiguration.ServerCertificateRotationMode extends Enum<IpConfiguration.ServerCertificateRotationMode> implements ProtocolMessageEnum

Settings for automatic server certificate rotation.

Protobuf enum google.cloud.sql.v1.IpConfiguration.ServerCertificateRotationMode

Implements

ProtocolMessageEnum

Static Fields

Name Description
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.

AUTOMATIC_ROTATION_DURING_MAINTENANCE = 2;

AUTOMATIC_ROTATION_DURING_MAINTENANCE_VALUE

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.

AUTOMATIC_ROTATION_DURING_MAINTENANCE = 2;

NO_AUTOMATIC_ROTATION

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

NO_AUTOMATIC_ROTATION = 1;

NO_AUTOMATIC_ROTATION_VALUE

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

NO_AUTOMATIC_ROTATION = 1;

SERVER_CERTIFICATE_ROTATION_MODE_UNSPECIFIED

Unspecified: no automatic server certificate rotation.

SERVER_CERTIFICATE_ROTATION_MODE_UNSPECIFIED = 0;

SERVER_CERTIFICATE_ROTATION_MODE_UNSPECIFIED_VALUE

Unspecified: no automatic server certificate rotation.

SERVER_CERTIFICATE_ROTATION_MODE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()