Uses of Enum
io.envoyproxy.envoy.config.cluster.v3.Cluster.DiscoveryType
Packages that use Cluster.DiscoveryType
-
Uses of Cluster.DiscoveryType in io.envoyproxy.envoy.config.cluster.v3
Fields in io.envoyproxy.envoy.config.cluster.v3 declared as Cluster.DiscoveryTypeModifier and TypeFieldDescriptionprivate static final Cluster.DiscoveryType[]Cluster.DiscoveryType.VALUESFields in io.envoyproxy.envoy.config.cluster.v3 with type parameters of type Cluster.DiscoveryTypeModifier and TypeFieldDescriptionprivate static final com.google.protobuf.Internal.EnumLiteMap<Cluster.DiscoveryType> Cluster.DiscoveryType.internalValueMapMethods in io.envoyproxy.envoy.config.cluster.v3 that return Cluster.DiscoveryTypeModifier and TypeMethodDescriptionstatic Cluster.DiscoveryTypeCluster.DiscoveryType.forNumber(int value) Cluster.Builder.getType()The :ref:`service discovery type <arch_overview_service_discovery_types>` to use for resolving the cluster.Cluster.getType()The :ref:`service discovery type <arch_overview_service_discovery_types>` to use for resolving the cluster.ClusterOrBuilder.getType()The :ref:`service discovery type <arch_overview_service_discovery_types>` to use for resolving the cluster.static Cluster.DiscoveryTypeCluster.DiscoveryType.valueOf(int value) Deprecated.static Cluster.DiscoveryTypeCluster.DiscoveryType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static Cluster.DiscoveryTypeReturns the enum constant of this type with the specified name.static Cluster.DiscoveryType[]Cluster.DiscoveryType.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.DiscoveryTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Cluster.DiscoveryType> Cluster.DiscoveryType.internalGetValueMap()Methods in io.envoyproxy.envoy.config.cluster.v3 with parameters of type Cluster.DiscoveryTypeModifier and TypeMethodDescriptionCluster.Builder.setType(Cluster.DiscoveryType value) The :ref:`service discovery type <arch_overview_service_discovery_types>` to use for resolving the cluster.