public static interface DnsFilterConfig.ServerContextConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
DnsFilterConfig.ServerContextConfig.ConfigSourceCase |
getConfigSourceCase() |
DataSource |
getExternalDnsTable()
Seed the filter configuration from an external path.
|
DataSourceOrBuilder |
getExternalDnsTableOrBuilder()
Seed the filter configuration from an external path.
|
DnsTable |
getInlineDnsTable()
Load the configuration specified from the control plane
.envoy.data.dns.v3.DnsTable inline_dns_table = 1; |
DnsTableOrBuilder |
getInlineDnsTableOrBuilder()
Load the configuration specified from the control plane
.envoy.data.dns.v3.DnsTable inline_dns_table = 1; |
boolean |
hasExternalDnsTable()
Seed the filter configuration from an external path.
|
boolean |
hasInlineDnsTable()
Load the configuration specified from the control plane
.envoy.data.dns.v3.DnsTable inline_dns_table = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasInlineDnsTable()
Load the configuration specified from the control plane
.envoy.data.dns.v3.DnsTable inline_dns_table = 1;DnsTable getInlineDnsTable()
Load the configuration specified from the control plane
.envoy.data.dns.v3.DnsTable inline_dns_table = 1;DnsTableOrBuilder getInlineDnsTableOrBuilder()
Load the configuration specified from the control plane
.envoy.data.dns.v3.DnsTable inline_dns_table = 1;boolean hasExternalDnsTable()
Seed the filter configuration from an external path. This source is a yaml formatted file that contains the DnsTable driving Envoy's responses to DNS queries
.envoy.config.core.v3.DataSource external_dns_table = 2;DataSource getExternalDnsTable()
Seed the filter configuration from an external path. This source is a yaml formatted file that contains the DnsTable driving Envoy's responses to DNS queries
.envoy.config.core.v3.DataSource external_dns_table = 2;DataSourceOrBuilder getExternalDnsTableOrBuilder()
Seed the filter configuration from an external path. This source is a yaml formatted file that contains the DnsTable driving Envoy's responses to DNS queries
.envoy.config.core.v3.DataSource external_dns_table = 2;DnsFilterConfig.ServerContextConfig.ConfigSourceCase getConfigSourceCase()
Copyright © 2018–2021 The Envoy Project. All rights reserved.