Home

envoy.extensions.transport_sockets.tls.v3.TlsParameters

Example

Disclaimer: The example is meant to show what methods are available on the object and does not necessarily constitute working code.
local types = import 'types.libsonnet';

types.envoy.extensions.transport_sockets.tls.v3.TlsParameters
.withCipherSuites([ 'string' ])
.withEcdhCurves([ 'string' ])
.withTlsMaximumProtocolVersion(types.envoy.extensions.transport_sockets.tls.v3.TlsParameters.TlsProtocol.TLS_AUTO)
.withTlsMinimumProtocolVersion(types.envoy.extensions.transport_sockets.tls.v3.TlsParameters.TlsProtocol.TLS_AUTO)
._validate()

Nested Enums

Fields

Name Type One-of group Required Constraints
cipher_suites [] string  
ecdh_curves [] string  
tls_maximum_protocol_version envoy.extensions.transport_sockets.tls.v3.TlsParameters.TlsProtocol   {"Enum":{"defined_only":true}}
tls_minimum_protocol_version envoy.extensions.transport_sockets.tls.v3.TlsParameters.TlsProtocol   {"Enum":{"defined_only":true}}