Home

envoy.config.core.v3.TcpKeepalive

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.config.core.v3.TcpKeepalive
.withKeepaliveInterval(1)
.withKeepaliveProbes(1)
.withKeepaliveTime(1)
._validate()

Fields

Name Type One-of group Required Constraints
keepalive_interval google.protobuf.UInt32Value  
keepalive_probes google.protobuf.UInt32Value  
keepalive_time google.protobuf.UInt32Value