Home

envoy.config.core.v3.KeepaliveSettings

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.KeepaliveSettings
.withConnectionIdleInterval(types.google.protobuf.Duration)
.withInterval(types.google.protobuf.Duration)
.withIntervalJitter(types.envoy.type.v3.Percent)
.withTimeout(types.google.protobuf.Duration)
._validate()

Fields

Name Type One-of group Required Constraints
connection_idle_interval google.protobuf.Duration   {"Duration":{"gte":{"nanos":1000000}}}
interval google.protobuf.Duration   {"Duration":{"gte":{"nanos":1000000}}}
interval_jitter envoy.type.v3.Percent  
timeout google.protobuf.Duration   {"Duration":{"gte":{"nanos":1000000},"required":true}}