Module: Google::Cloud::Compute::V1::SslPolicy::MinTlsVersion
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
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.
Constant Summary collapse
- UNDEFINED_MIN_TLS_VERSION =
A value indicating that the enum field is not set.
0
- TLS_1_0 =
TLS 1.0
33_116_734
- TLS_1_1 =
TLS 1.1
33_116_735
- TLS_1_2 =
TLS 1.2
33_116_736