Home

envoy.extensions.filters.network.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.ratelimit.v3.RateLimit
.withDescriptors([ types.envoy.extensions.common.ratelimit.v3.RateLimitDescriptor ])
.withDomain('string')
.withFailureModeDeny(false)
.withRateLimitService(types.envoy.config.ratelimit.v3.RateLimitServiceConfig)
.withStatPrefix('string')
.withTimeout(types.google.protobuf.Duration)
._validate()

Fields

Name Type One-of group Required Constraints
descriptors [] envoy.extensions.common.ratelimit.v3.RateLimitDescriptor yes  {"Repeated":{"min_items":1}}
domain string   {"String_":{"WellKnown":null,"min_len":1}}
failure_mode_deny bool  
rate_limit_service envoy.config.ratelimit.v3.RateLimitServiceConfig yes 
stat_prefix string   {"String_":{"WellKnown":null,"min_len":1}}
timeout google.protobuf.Duration