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 ofTLS_1_0, TLS_1_1, TLS_1_2,TLS_1_3. When set to TLS_1_3, the profile field must be set to RESTRICTED.
Protobuf type google.cloud.compute.v1.SslPolicy.MinTlsVersion
Namespace
Google \ Cloud \ Compute \ V1 \ SslPolicyMethods
static::name
value
mixed
static::value
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;
TLS_1_3
Value: 33116737
TLS 1.3
Generated from protobuf enum TLS_1_3 = 33116737;

