Home

envoy.extensions.matching.input_matchers.ip.v3.Ip

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.matching.input_matchers.ip.v3.Ip
.withCidrRanges([ types.envoy.config.core.v3.CidrRange ])
.withStatPrefix('string')
._validate()

Fields

Name Type One-of group Required Constraints
cidr_ranges [] envoy.config.core.v3.CidrRange yes  {"Repeated":{"min_items":1}}
stat_prefix string   {"String_":{"WellKnown":null,"min_len":1}}