public enum SqlInstancesResetSslConfigRequest.ResetSslMode extends Enum<SqlInstancesResetSslConfigRequest.ResetSslMode> implements ProtocolMessageEnumReset SSL mode to selectively refresh the SSL materials.
Protobuf enum google.cloud.sql.v1beta4.SqlInstancesResetSslConfigRequest.ResetSslMode
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
ALL |
Refresh all TLS configs. This is the default behaviour. |
ALL_VALUE |
Refresh all TLS configs. This is the default behaviour. |
RESET_SSL_MODE_UNSPECIFIED |
Reset SSL mode is not specified. |
RESET_SSL_MODE_UNSPECIFIED_VALUE |
Reset SSL mode is not specified. |
SYNC_FROM_PRIMARY |
Refreshes the replication-related TLS configuration settings provided by the primary instance. Not applicable to on-premises replication instances. |
SYNC_FROM_PRIMARY_VALUE |
Refreshes the replication-related TLS configuration settings provided by the primary instance. Not applicable to on-premises replication instances. |
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() |
|