Home

envoy.data.dns.v3.DnsTable.AddressList

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.data.dns.v3.DnsTable.AddressList
.withAddress([ 'string' ])
._validate()

Fields

Name Type One-of group Required Constraints
address [] string yes  {"Repeated":{"items":{"Type":{"String_":{"WellKnown":null,"min_len":3}}},"min_items":1}}