public enum IpConfiguration.ServerCertificateRotationMode extends Enum<IpConfiguration.ServerCertificateRotationMode> implements ProtocolMessageEnumSettings for automatic server certificate rotation.
Protobuf enum google.cloud.sql.v1beta4.IpConfiguration.ServerCertificateRotationMode
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
AUTOMATIC_ROTATION_DURING_MAINTENANCE |
Automatic server certificate rotation during Cloud SQL scheduled
maintenance or self-service maintenance updates. Requires
|
AUTOMATIC_ROTATION_DURING_MAINTENANCE_VALUE |
Automatic server certificate rotation during Cloud SQL scheduled
maintenance or self-service maintenance updates. Requires
|
NO_AUTOMATIC_ROTATION |
No automatic server certificate rotation. The user must manage server certificate rotation on their side. |
NO_AUTOMATIC_ROTATION_VALUE |
No automatic server certificate rotation. The user must manage server certificate rotation on their side. |
SERVER_CERTIFICATE_ROTATION_MODE_UNSPECIFIED |
Unspecified: no automatic server certificate rotation. |
SERVER_CERTIFICATE_ROTATION_MODE_UNSPECIFIED_VALUE |
Unspecified: no automatic server certificate rotation. |
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() |
|