Home

envoy.extensions.transport_sockets.tls.v3.TlsKeyLog

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.TlsKeyLog
.withLocalAddressRange([ types.envoy.config.core.v3.CidrRange ])
.withPath('string')
.withRemoteAddressRange([ types.envoy.config.core.v3.CidrRange ])
._validate()

Fields

Name Type One-of group Required Constraints
local_address_range [] envoy.config.core.v3.CidrRange  
path string   {"String_":{"WellKnown":null,"min_len":1}}
remote_address_range [] envoy.config.core.v3.CidrRange