Uses of Enum
io.envoyproxy.envoy.extensions.clusters.common.dns.v3.DnsLookupFamily
Packages that use DnsLookupFamily
Package
Description
-
Uses of DnsLookupFamily in io.envoyproxy.envoy.extensions.clusters.common.dns.v3
Methods in io.envoyproxy.envoy.extensions.clusters.common.dns.v3 that return DnsLookupFamilyModifier and TypeMethodDescriptionstatic DnsLookupFamilyDnsLookupFamily.forNumber(int value) static DnsLookupFamilyDnsLookupFamily.valueOf(int value) Deprecated.static DnsLookupFamilyDnsLookupFamily.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static DnsLookupFamilyReturns the enum constant of this type with the specified name.static DnsLookupFamily[]DnsLookupFamily.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.envoyproxy.envoy.extensions.clusters.common.dns.v3 that return types with arguments of type DnsLookupFamilyModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<DnsLookupFamily>DnsLookupFamily.internalGetValueMap() -
Uses of DnsLookupFamily in io.envoyproxy.envoy.extensions.clusters.dns.v3
Methods in io.envoyproxy.envoy.extensions.clusters.dns.v3 that return DnsLookupFamilyModifier and TypeMethodDescriptionDnsCluster.Builder.getDnsLookupFamily()The DNS IP address resolution policy.DnsCluster.getDnsLookupFamily()The DNS IP address resolution policy.DnsClusterOrBuilder.getDnsLookupFamily()The DNS IP address resolution policy.Methods in io.envoyproxy.envoy.extensions.clusters.dns.v3 with parameters of type DnsLookupFamilyModifier and TypeMethodDescriptionDnsCluster.Builder.setDnsLookupFamily(DnsLookupFamily value) The DNS IP address resolution policy.