Compute V1 Client - Class MinTlsVersion (2.0.0)

Reference documentation and code samples for the Compute V1 Client class 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.

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

Namespace

Google \ Cloud \ Compute \ V1 \ SslPolicy

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

UNDEFINED_MIN_TLS_VERSION

Value: 0

A value indicating that the enum field is not set.

Generated from protobuf enum UNDEFINED_MIN_TLS_VERSION = 0;

TLS_1_0

Value: 33116734

TLS 1.0

Generated from protobuf enum TLS_1_0 = 33116734;

TLS_1_1

Value: 33116735

TLS 1.1

Generated from protobuf enum TLS_1_1 = 33116735;

TLS_1_2

Value: 33116736

TLS 1.2

Generated from protobuf enum TLS_1_2 = 33116736;