Home

envoy.data.dns.v3.DnsTable.DnsVirtualDomain

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.DnsVirtualDomain
.withAnswerTtl(types.google.protobuf.Duration)
.withEndpoint(types.envoy.data.dns.v3.DnsTable.DnsEndpoint)
.withName('string')
._validate()

Fields

Name Type One-of group Required Constraints
answer_ttl google.protobuf.Duration   {"Duration":{"gte":{"seconds":30}}}
endpoint envoy.data.dns.v3.DnsTable.DnsEndpoint  
name string   {"String_":{"WellKnown":{"WellKnownRegex":1},"min_len":1}}