Home

envoy.config.route.v3.RateLimit.Action.MaskedRemoteAddress

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.route.v3.RateLimit.Action.MaskedRemoteAddress
.withV4PrefixMaskLen(1)
.withV6PrefixMaskLen(1)
._validate()

Fields

Name Type One-of group Required Constraints
v4_prefix_mask_len google.protobuf.UInt32Value   {"Uint32":{"lte":32}}
v6_prefix_mask_len google.protobuf.UInt32Value   {"Uint32":{"lte":128}}