Uses of Enum
io.envoyproxy.envoy.extensions.filters.http.ratelimit.v3.RateLimitPerRoute.OverrideOptions
Packages that use RateLimitPerRoute.OverrideOptions
-
Uses of RateLimitPerRoute.OverrideOptions in io.envoyproxy.envoy.extensions.filters.http.ratelimit.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.ratelimit.v3 that return RateLimitPerRoute.OverrideOptionsModifier and TypeMethodDescriptionRateLimitPerRoute.OverrideOptions.forNumber(int value) RateLimitPerRoute.Builder.getOverrideOption()Specifies if the rate limit filter should include the lower levels (route level, virtual host level or cluster weight level) rate limits override options.RateLimitPerRoute.getOverrideOption()Specifies if the rate limit filter should include the lower levels (route level, virtual host level or cluster weight level) rate limits override options.RateLimitPerRouteOrBuilder.getOverrideOption()Specifies if the rate limit filter should include the lower levels (route level, virtual host level or cluster weight level) rate limits override options.RateLimitPerRoute.OverrideOptions.valueOf(int value) Deprecated.RateLimitPerRoute.OverrideOptions.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 RateLimitPerRoute.OverrideOptions[]RateLimitPerRoute.OverrideOptions.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.envoyproxy.envoy.extensions.filters.http.ratelimit.v3 that return types with arguments of type RateLimitPerRoute.OverrideOptionsModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<RateLimitPerRoute.OverrideOptions>RateLimitPerRoute.OverrideOptions.internalGetValueMap()Methods in io.envoyproxy.envoy.extensions.filters.http.ratelimit.v3 with parameters of type RateLimitPerRoute.OverrideOptionsModifier and TypeMethodDescriptionRateLimitPerRoute.Builder.setOverrideOption(RateLimitPerRoute.OverrideOptions value) Specifies if the rate limit filter should include the lower levels (route level, virtual host level or cluster weight level) rate limits override options.