Enum SqlInstancesResetSslConfigRequest.ResetSslMode (0.1.0)

public enum SqlInstancesResetSslConfigRequest.ResetSslMode extends Enum<SqlInstancesResetSslConfigRequest.ResetSslMode> implements ProtocolMessageEnum

Reset SSL mode to selectively refresh the SSL materials.

Protobuf enum google.cloud.sql.v1.SqlInstancesResetSslConfigRequest.ResetSslMode

Implements

ProtocolMessageEnum

Static Fields

Name Description
ALL

Refresh all TLS configs. This is the default behaviour.

ALL = 1;

ALL_VALUE

Refresh all TLS configs. This is the default behaviour.

ALL = 1;

RESET_SSL_MODE_UNSPECIFIED

Reset SSL mode is not specified.

RESET_SSL_MODE_UNSPECIFIED = 0;

RESET_SSL_MODE_UNSPECIFIED_VALUE

Reset SSL mode is not specified.

RESET_SSL_MODE_UNSPECIFIED = 0;

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 = 2;

SYNC_FROM_PRIMARY_VALUE

Refreshes the replication-related TLS configuration settings provided by the primary instance. Not applicable to on-premises replication instances.

SYNC_FROM_PRIMARY = 2;

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()