Uses of Class
io.envoyproxy.envoy.config.cluster.v3.Cluster.DnsLookupFamily
-
Packages that use Cluster.DnsLookupFamily Package Description io.envoyproxy.envoy.config.cluster.v3 -
-
Uses of Cluster.DnsLookupFamily in io.envoyproxy.envoy.config.cluster.v3
Fields in io.envoyproxy.envoy.config.cluster.v3 declared as Cluster.DnsLookupFamily Modifier and Type Field Description private static Cluster.DnsLookupFamily[]Cluster.DnsLookupFamily. VALUESFields in io.envoyproxy.envoy.config.cluster.v3 with type parameters of type Cluster.DnsLookupFamily Modifier and Type Field Description private static com.google.protobuf.Internal.EnumLiteMap<Cluster.DnsLookupFamily>Cluster.DnsLookupFamily. internalValueMapMethods 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(java.lang.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.
-