public interface DnsTableOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getExternalRetryCount()
Control how many times Envoy makes an attempt to forward a query to an external DNS server
uint32 external_retry_count = 1 [(.validate.rules) = { ... } |
StringMatcher |
getKnownSuffixes(int index)
This field serves to help Envoy determine whether it can authoritatively answer a query
for a name matching a suffix in this list.
|
int |
getKnownSuffixesCount()
This field serves to help Envoy determine whether it can authoritatively answer a query
for a name matching a suffix in this list.
|
List<StringMatcher> |
getKnownSuffixesList()
This field serves to help Envoy determine whether it can authoritatively answer a query
for a name matching a suffix in this list.
|
StringMatcherOrBuilder |
getKnownSuffixesOrBuilder(int index)
This field serves to help Envoy determine whether it can authoritatively answer a query
for a name matching a suffix in this list.
|
List<? extends StringMatcherOrBuilder> |
getKnownSuffixesOrBuilderList()
This field serves to help Envoy determine whether it can authoritatively answer a query
for a name matching a suffix in this list.
|
DnsTable.DnsVirtualDomain |
getVirtualDomains(int index)
Fully qualified domain names for which Envoy will respond to DNS queries.
|
int |
getVirtualDomainsCount()
Fully qualified domain names for which Envoy will respond to DNS queries.
|
List<DnsTable.DnsVirtualDomain> |
getVirtualDomainsList()
Fully qualified domain names for which Envoy will respond to DNS queries.
|
DnsTable.DnsVirtualDomainOrBuilder |
getVirtualDomainsOrBuilder(int index)
Fully qualified domain names for which Envoy will respond to DNS queries.
|
List<? extends DnsTable.DnsVirtualDomainOrBuilder> |
getVirtualDomainsOrBuilderList()
Fully qualified domain names for which Envoy will respond to DNS queries.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getExternalRetryCount()
Control how many times Envoy makes an attempt to forward a query to an external DNS server
uint32 external_retry_count = 1 [(.validate.rules) = { ... }List<DnsTable.DnsVirtualDomain> getVirtualDomainsList()
Fully qualified domain names for which Envoy will respond to DNS queries. By leaving this list empty, Envoy will forward all queries to external resolvers
repeated .envoy.data.dns.v4alpha.DnsTable.DnsVirtualDomain virtual_domains = 2;DnsTable.DnsVirtualDomain getVirtualDomains(int index)
Fully qualified domain names for which Envoy will respond to DNS queries. By leaving this list empty, Envoy will forward all queries to external resolvers
repeated .envoy.data.dns.v4alpha.DnsTable.DnsVirtualDomain virtual_domains = 2;int getVirtualDomainsCount()
Fully qualified domain names for which Envoy will respond to DNS queries. By leaving this list empty, Envoy will forward all queries to external resolvers
repeated .envoy.data.dns.v4alpha.DnsTable.DnsVirtualDomain virtual_domains = 2;List<? extends DnsTable.DnsVirtualDomainOrBuilder> getVirtualDomainsOrBuilderList()
Fully qualified domain names for which Envoy will respond to DNS queries. By leaving this list empty, Envoy will forward all queries to external resolvers
repeated .envoy.data.dns.v4alpha.DnsTable.DnsVirtualDomain virtual_domains = 2;DnsTable.DnsVirtualDomainOrBuilder getVirtualDomainsOrBuilder(int index)
Fully qualified domain names for which Envoy will respond to DNS queries. By leaving this list empty, Envoy will forward all queries to external resolvers
repeated .envoy.data.dns.v4alpha.DnsTable.DnsVirtualDomain virtual_domains = 2;List<StringMatcher> getKnownSuffixesList()
This field serves to help Envoy determine whether it can authoritatively answer a query for a name matching a suffix in this list. If the query name does not match a suffix in this list, Envoy will forward the query to an upstream DNS server
repeated .envoy.type.matcher.v4alpha.StringMatcher known_suffixes = 3;StringMatcher getKnownSuffixes(int index)
This field serves to help Envoy determine whether it can authoritatively answer a query for a name matching a suffix in this list. If the query name does not match a suffix in this list, Envoy will forward the query to an upstream DNS server
repeated .envoy.type.matcher.v4alpha.StringMatcher known_suffixes = 3;int getKnownSuffixesCount()
This field serves to help Envoy determine whether it can authoritatively answer a query for a name matching a suffix in this list. If the query name does not match a suffix in this list, Envoy will forward the query to an upstream DNS server
repeated .envoy.type.matcher.v4alpha.StringMatcher known_suffixes = 3;List<? extends StringMatcherOrBuilder> getKnownSuffixesOrBuilderList()
This field serves to help Envoy determine whether it can authoritatively answer a query for a name matching a suffix in this list. If the query name does not match a suffix in this list, Envoy will forward the query to an upstream DNS server
repeated .envoy.type.matcher.v4alpha.StringMatcher known_suffixes = 3;StringMatcherOrBuilder getKnownSuffixesOrBuilder(int index)
This field serves to help Envoy determine whether it can authoritatively answer a query for a name matching a suffix in this list. If the query name does not match a suffix in this list, Envoy will forward the query to an upstream DNS server
repeated .envoy.type.matcher.v4alpha.StringMatcher known_suffixes = 3;Copyright © 2018–2021 The Envoy Project. All rights reserved.