Google Cloud Network Security V1 Client - Class TlsVersion (1.3.0)

Reference documentation and code samples for the Google Cloud Network Security V1 Client class TlsVersion.

The minimum version of TLS protocol that can be used by clients or servers to establish a connection with the TLS inspection proxy.

Protobuf type google.cloud.networksecurity.v1.TlsInspectionPolicy.TlsVersion

Namespace

Google \ Cloud \ NetworkSecurity \ V1 \ TlsInspectionPolicy

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

TLS_VERSION_UNSPECIFIED

Value: 0

Indicates no TLS version was specified.

Generated from protobuf enum TLS_VERSION_UNSPECIFIED = 0;

TLS_1_0

Value: 1

TLS 1.0

Generated from protobuf enum TLS_1_0 = 1;

TLS_1_1

Value: 2

TLS 1.1

Generated from protobuf enum TLS_1_1 = 2;

TLS_1_2

Value: 3

TLS 1.2

Generated from protobuf enum TLS_1_2 = 3;

TLS_1_3

Value: 4

TLS 1.3

Generated from protobuf enum TLS_1_3 = 4;