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-24 UTC."],[[["The webpage provides documentation for the `MinTlsVersion` enum within the `Google.Cloud.Compute.V1` namespace, specifically focusing on the different versions of TLS protocols supported."],["The latest documented version for `MinTlsVersion` is 3.6.0, with a comprehensive list of previous versions ranging down to 1.0.0 available for review."],["The `MinTlsVersion` enum represents the minimum SSL/TLS protocol version permissible for client connections to a load balancer, with the available options being TLS 1.0, TLS 1.1, and TLS 1.2."],["The documentation includes a table detailing the fields within the `MinTlsVersion` enum, which are `Tls10`, `Tls11`, `Tls12`, and `UndefinedMinTlsVersion`, along with their respective descriptions."],["Each listed version in the document corresponds to a specific link, which contains more detailed information related to that version of the `MinTlsVersion` within the `Google.Cloud.Compute.V1` namespace."]]],[]]