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