envoy.extensions.filters.udp.udp_proxy.v3.UdpProxyConfig.HashPolicy
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.udp.udp_proxy.v3.UdpProxyConfig.HashPolicy
.withKey('string')
.withSourceIp(false)
._validate()
Fields
Name |
Type |
One-of group |
Required |
Constraints |
key |
string
|
policy_specifier |
|
{"String_":{"WellKnown":null,"min_len":1}}
|
source_ip |
bool
|
policy_specifier |
|
{"Bool":{"const":true}}
|