envoy.extensions.filters.network.thrift_proxy.filters.ratelimit.v3.RateLimit
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.thrift_proxy.filters.ratelimit.v3.RateLimit
.withDomain('string')
.withFailureModeDeny(false)
.withRateLimitService(types.envoy.config.ratelimit.v3.RateLimitServiceConfig)
.withStage(1)
.withTimeout(types.google.protobuf.Duration)
._validate()
Fields