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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version available is 3.6.0, but versions from 1.0.0 to 3.5.0 are also accessible, providing a wide range of compatibility options."],["The content details the `MinTlsVersion` enum within the `Google.Cloud.Compute.V1` namespace, specifying the minimum SSL protocol version for client connections."],["The `MinTlsVersion` enum supports three TLS versions: `Tls10` (TLS 1.0), `Tls11` (TLS 1.1), and `Tls12` (TLS 1.2), along with an `UndefinedMinTlsVersion` option."],["The minimum TLS version dictates the lowest security protocol accepted by the load balancer for establishing client connections, and is determined by the `MinTlsVersion` enum."]]],[]]