Uses of Enum
io.envoyproxy.envoy.extensions.load_balancing_policies.subset.v3.Subset.LbSubsetFallbackPolicy
Packages that use Subset.LbSubsetFallbackPolicy
-
Uses of Subset.LbSubsetFallbackPolicy in io.envoyproxy.envoy.extensions.load_balancing_policies.subset.v3
Methods in io.envoyproxy.envoy.extensions.load_balancing_policies.subset.v3 that return Subset.LbSubsetFallbackPolicyModifier and TypeMethodDescriptionSubset.LbSubsetFallbackPolicy.forNumber(int value) Subset.Builder.getFallbackPolicy()The behavior used when no endpoint subset matches the selected route's metadata.Subset.getFallbackPolicy()The behavior used when no endpoint subset matches the selected route's metadata.SubsetOrBuilder.getFallbackPolicy()The behavior used when no endpoint subset matches the selected route's metadata.Subset.LbSubsetFallbackPolicy.valueOf(int value) Deprecated.Subset.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.static Subset.LbSubsetFallbackPolicy[]Subset.LbSubsetFallbackPolicy.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.envoyproxy.envoy.extensions.load_balancing_policies.subset.v3 that return types with arguments of type Subset.LbSubsetFallbackPolicyModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Subset.LbSubsetFallbackPolicy>Subset.LbSubsetFallbackPolicy.internalGetValueMap()Methods in io.envoyproxy.envoy.extensions.load_balancing_policies.subset.v3 with parameters of type Subset.LbSubsetFallbackPolicyModifier and TypeMethodDescriptionSubset.Builder.setFallbackPolicy(Subset.LbSubsetFallbackPolicy value) The behavior used when no endpoint subset matches the selected route's metadata.