Enum SslPolicy.MinTlsVersion (1.91.0)

public enum SslPolicy.MinTlsVersion extends Enum<SslPolicy.MinTlsVersion> implements ProtocolMessageEnum

The minimum version of SSL protocol that can be used by the clients to establish a connection with the load balancer. This can be one ofTLS_1_0, TLS_1_1, TLS_1_2,TLS_1_3. When set to TLS_1_3, the profile field must be set to RESTRICTED.

Protobuf enum google.cloud.compute.v1.SslPolicy.MinTlsVersion

Implements

ProtocolMessageEnum

Static Fields

Name Description
TLS_1_0

TLS 1.0

TLS_1_0 = 33116734;

TLS_1_0_VALUE

TLS 1.0

TLS_1_0 = 33116734;

TLS_1_1

TLS 1.1

TLS_1_1 = 33116735;

TLS_1_1_VALUE

TLS 1.1

TLS_1_1 = 33116735;

TLS_1_2

TLS 1.2

TLS_1_2 = 33116736;

TLS_1_2_VALUE

TLS 1.2

TLS_1_2 = 33116736;

TLS_1_3

TLS 1.3

TLS_1_3 = 33116737;

TLS_1_3_VALUE

TLS 1.3

TLS_1_3 = 33116737;

UNDEFINED_MIN_TLS_VERSION

A value indicating that the enum field is not set.

UNDEFINED_MIN_TLS_VERSION = 0;

UNDEFINED_MIN_TLS_VERSION_VALUE

A value indicating that the enum field is not set.

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