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 \ TlsInspectionPolicyMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
TLS_VERSION_UNSPECIFIED
Value: 0Indicates no TLS version was specified.
Generated from protobuf enum TLS_VERSION_UNSPECIFIED = 0;
TLS_1_0
Value: 1TLS 1.0
Generated from protobuf enum TLS_1_0 = 1;
TLS_1_1
Value: 2TLS 1.1
Generated from protobuf enum TLS_1_1 = 2;
TLS_1_2
Value: 3TLS 1.2
Generated from protobuf enum TLS_1_2 = 3;
TLS_1_3
Value: 4TLS 1.3
Generated from protobuf enum TLS_1_3 = 4;