minTlsVersion property

String? minTlsVersion
getter/setter pair

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. Possible string values are:

  • "TLS_1_0" : TLS 1.0
  • "TLS_1_1" : TLS 1.1
  • "TLS_1_2" : TLS 1.2

Implementation

core.String? minTlsVersion;