Compute Engine v1 API - Enum SslPolicy.Types.MinTlsVersion (2.15.0)

public enum SslPolicy.Types.MinTlsVersion

Reference documentation and code samples for the Compute Engine v1 API enum SslPolicy.Types.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.