Uses of Enum
io.envoyproxy.envoy.config.cluster.v3.Cluster.LbSubsetConfig.LbSubsetFallbackPolicy
Packages that use Cluster.LbSubsetConfig.LbSubsetFallbackPolicy
-
Uses of Cluster.LbSubsetConfig.LbSubsetFallbackPolicy in io.envoyproxy.envoy.config.cluster.v3
Fields in io.envoyproxy.envoy.config.cluster.v3 declared as Cluster.LbSubsetConfig.LbSubsetFallbackPolicyModifier and TypeFieldDescriptionprivate static final Cluster.LbSubsetConfig.LbSubsetFallbackPolicy[]
Cluster.LbSubsetConfig.LbSubsetFallbackPolicy.VALUES
Fields in io.envoyproxy.envoy.config.cluster.v3 with type parameters of type Cluster.LbSubsetConfig.LbSubsetFallbackPolicyModifier and TypeFieldDescriptionprivate static final com.google.protobuf.Internal.EnumLiteMap
<Cluster.LbSubsetConfig.LbSubsetFallbackPolicy> Cluster.LbSubsetConfig.LbSubsetFallbackPolicy.internalValueMap
Methods in io.envoyproxy.envoy.config.cluster.v3 that return Cluster.LbSubsetConfig.LbSubsetFallbackPolicyModifier and TypeMethodDescriptionCluster.LbSubsetConfig.LbSubsetFallbackPolicy.forNumber
(int value) Cluster.LbSubsetConfig.Builder.getFallbackPolicy()
The behavior used when no endpoint subset matches the selected route's metadata.Cluster.LbSubsetConfig.getFallbackPolicy()
The behavior used when no endpoint subset matches the selected route's metadata.Cluster.LbSubsetConfigOrBuilder.getFallbackPolicy()
The behavior used when no endpoint subset matches the selected route's metadata.Cluster.LbSubsetConfig.LbSubsetFallbackPolicy.valueOf
(int value) Deprecated.Cluster.LbSubsetConfig.LbSubsetFallbackPolicy.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.Returns the enum constant of this type with the specified name.Cluster.LbSubsetConfig.LbSubsetFallbackPolicy.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.LbSubsetConfig.LbSubsetFallbackPolicyModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap
<Cluster.LbSubsetConfig.LbSubsetFallbackPolicy> Cluster.LbSubsetConfig.LbSubsetFallbackPolicy.internalGetValueMap()
Methods in io.envoyproxy.envoy.config.cluster.v3 with parameters of type Cluster.LbSubsetConfig.LbSubsetFallbackPolicyModifier and TypeMethodDescriptionCluster.LbSubsetConfig.Builder.setFallbackPolicy
(Cluster.LbSubsetConfig.LbSubsetFallbackPolicy value) The behavior used when no endpoint subset matches the selected route's metadata.