Home

envoy.extensions.filters.network.connection_limit.v3.ConnectionLimit

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.filters.network.connection_limit.v3.ConnectionLimit
.withDelay(types.google.protobuf.Duration)
.withMaxConnections(1)
.withRuntimeEnabled(types.envoy.config.core.v3.RuntimeFeatureFlag)
.withStatPrefix('string')
._validate()

Fields

Name Type One-of group Required Constraints
delay google.protobuf.Duration  
max_connections google.protobuf.UInt64Value   {"Uint64":{"gte":1}}
runtime_enabled envoy.config.core.v3.RuntimeFeatureFlag  
stat_prefix string   {"String_":{"WellKnown":null,"min_len":1}}