KnownTlsVersion enum
Optional: requires clients to use a specified TLS version (or higher) to connect (e,g, '1.0', '1.1', '1.2')
Fields
| One0 | TLS protocol version 1.0 -- deprecated for security reasons. Do not use this value for new caches. |
| One1 | TLS protocol version 1.1 -- deprecated for security reasons. Do not use this value for new caches. |
| One2 | TLS protocol version 1.2 -- use this value, or higher, for new caches. Or do not specify, so that your cache uses the recommended default value |