Uses of Enum
io.envoyproxy.envoy.config.cluster.v3.Cluster.DnsLookupFamily
Packages that use Cluster.DnsLookupFamily
-
Uses of Cluster.DnsLookupFamily in io.envoyproxy.envoy.config.cluster.v3
Fields in io.envoyproxy.envoy.config.cluster.v3 declared as Cluster.DnsLookupFamilyModifier and TypeFieldDescriptionprivate static final Cluster.DnsLookupFamily[]Cluster.DnsLookupFamily.VALUESFields in io.envoyproxy.envoy.config.cluster.v3 with type parameters of type Cluster.DnsLookupFamilyModifier and TypeFieldDescriptionprivate static final com.google.protobuf.Internal.EnumLiteMap<Cluster.DnsLookupFamily> Cluster.DnsLookupFamily.internalValueMapMethods in io.envoyproxy.envoy.config.cluster.v3 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.config.cluster.v3 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.config.cluster.v3 with parameters of type Cluster.DnsLookupFamilyModifier and TypeMethodDescriptionCluster.Builder.setDnsLookupFamily(Cluster.DnsLookupFamily value) The DNS IP address resolution policy.