Enum SslPolicy.Types.MinTlsVersion (1.3.0)

public enum MinTlsVersion

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 of TLS_1_0, TLS_1_1, TLS_1_2.

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

NameDescription
Tls10

TLS 1.0

Tls11

TLS 1.1

Tls12

TLS 1.2

UndefinedMinTlsVersion

A value indicating that the enum field is not set.