Uses of Enum
io.envoyproxy.envoy.api.v2.Cluster.DnsLookupFamily
Packages that use Cluster.DnsLookupFamily
Package
Description
-
Uses of Cluster.DnsLookupFamily in io.envoyproxy.envoy.api.v2
Methods in io.envoyproxy.envoy.api.v2 that return Cluster.DnsLookupFamilyModifier and TypeMethodDescriptionstatic Cluster.DnsLookupFamilyCluster.DnsLookupFamily.forNumber(int value) Cluster.Builder.getDnsLookupFamily()The DNS IP address resolution policy.Cluster.getDnsLookupFamily()The DNS IP address resolution policy.ClusterOrBuilder.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.DnsLookupFamilyReturns 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.api.v2 that return types with arguments of type Cluster.DnsLookupFamilyModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Cluster.DnsLookupFamily>Cluster.DnsLookupFamily.internalGetValueMap()Methods in io.envoyproxy.envoy.api.v2 with parameters of type Cluster.DnsLookupFamilyModifier and TypeMethodDescriptionCluster.Builder.setDnsLookupFamily(Cluster.DnsLookupFamily value) The DNS IP address resolution policy. -
Uses of Cluster.DnsLookupFamily in io.envoyproxy.envoy.config.common.dynamic_forward_proxy.v2alpha
Methods in io.envoyproxy.envoy.config.common.dynamic_forward_proxy.v2alpha that return Cluster.DnsLookupFamilyModifier and TypeMethodDescriptionDnsCacheConfig.Builder.getDnsLookupFamily()The DNS lookup family to use during resolution.DnsCacheConfig.getDnsLookupFamily()The DNS lookup family to use during resolution.DnsCacheConfigOrBuilder.getDnsLookupFamily()The DNS lookup family to use during resolution.Methods in io.envoyproxy.envoy.config.common.dynamic_forward_proxy.v2alpha with parameters of type Cluster.DnsLookupFamilyModifier and TypeMethodDescriptionDnsCacheConfig.Builder.setDnsLookupFamily(Cluster.DnsLookupFamily value) The DNS lookup family to use during resolution.