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