Home

envoy.extensions.filters.network.dubbo_proxy.v3.MethodMatch.ParameterMatchSpecifier

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.dubbo_proxy.v3.MethodMatch.ParameterMatchSpecifier
.withExactMatch('string')
.withRangeMatch(types.envoy.type.v3.Int64Range)
._validate()

Fields

Name Type One-of group Required Constraints
exact_match string parameter_match_specifier  
range_match envoy.type.v3.Int64Range parameter_match_specifier