Uses of Class
io.envoyproxy.envoy.config.cluster.v3.Cluster.DnsLookupFamily
-
Packages that use Cluster.DnsLookupFamily Package Description io.envoyproxy.envoy.config.cluster.v3 io.envoyproxy.envoy.extensions.common.dynamic_forward_proxy.v3 -
-
Uses of Cluster.DnsLookupFamily in io.envoyproxy.envoy.config.cluster.v3
Methods in io.envoyproxy.envoy.config.cluster.v3 that return Cluster.DnsLookupFamily Modifier and Type Method Description static Cluster.DnsLookupFamilyCluster.DnsLookupFamily. forNumber(int value)Cluster.DnsLookupFamilyCluster.Builder. getDnsLookupFamily()The DNS IP address resolution policy.Cluster.DnsLookupFamilyCluster. getDnsLookupFamily()The DNS IP address resolution policy.Cluster.DnsLookupFamilyClusterOrBuilder. getDnsLookupFamily()The DNS IP address resolution policy.static Cluster.DnsLookupFamilyCluster.DnsLookupFamily. valueOf(int value)Deprecated.static Cluster.DnsLookupFamilyCluster.DnsLookupFamily. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Cluster.DnsLookupFamilyCluster.DnsLookupFamily. valueOf(String name)Returns the enum constant of this type with the specified name.static Cluster.DnsLookupFamily[]Cluster.DnsLookupFamily. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.envoyproxy.envoy.config.cluster.v3 that return types with arguments of type Cluster.DnsLookupFamily Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Cluster.DnsLookupFamily>Cluster.DnsLookupFamily. internalGetValueMap()Methods in io.envoyproxy.envoy.config.cluster.v3 with parameters of type Cluster.DnsLookupFamily Modifier and Type Method Description Cluster.BuilderCluster.Builder. setDnsLookupFamily(Cluster.DnsLookupFamily value)The DNS IP address resolution policy. -
Uses of Cluster.DnsLookupFamily in io.envoyproxy.envoy.extensions.common.dynamic_forward_proxy.v3
Methods in io.envoyproxy.envoy.extensions.common.dynamic_forward_proxy.v3 that return Cluster.DnsLookupFamily Modifier and Type Method Description Cluster.DnsLookupFamilyDnsCacheConfig.Builder. getDnsLookupFamily()The DNS lookup family to use during resolution.Cluster.DnsLookupFamilyDnsCacheConfig. getDnsLookupFamily()The DNS lookup family to use during resolution.Cluster.DnsLookupFamilyDnsCacheConfigOrBuilder. getDnsLookupFamily()The DNS lookup family to use during resolution.Methods in io.envoyproxy.envoy.extensions.common.dynamic_forward_proxy.v3 with parameters of type Cluster.DnsLookupFamily Modifier and Type Method Description DnsCacheConfig.BuilderDnsCacheConfig.Builder. setDnsLookupFamily(Cluster.DnsLookupFamily value)The DNS lookup family to use during resolution.
-