Uses of Enum
io.envoyproxy.envoy.extensions.common.ratelimit.v3.VhRateLimitsOptions
Packages that use VhRateLimitsOptions
Package
Description
-
Uses of VhRateLimitsOptions in io.envoyproxy.envoy.extensions.common.ratelimit.v3
Methods in io.envoyproxy.envoy.extensions.common.ratelimit.v3 that return VhRateLimitsOptionsModifier and TypeMethodDescriptionstatic VhRateLimitsOptionsVhRateLimitsOptions.forNumber(int value) static VhRateLimitsOptionsVhRateLimitsOptions.valueOf(int value) Deprecated.static VhRateLimitsOptionsVhRateLimitsOptions.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static VhRateLimitsOptionsReturns the enum constant of this type with the specified name.static VhRateLimitsOptions[]VhRateLimitsOptions.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.envoyproxy.envoy.extensions.common.ratelimit.v3 that return types with arguments of type VhRateLimitsOptionsModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<VhRateLimitsOptions>VhRateLimitsOptions.internalGetValueMap() -
Uses of VhRateLimitsOptions in io.envoyproxy.envoy.extensions.filters.http.local_ratelimit.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.local_ratelimit.v3 that return VhRateLimitsOptionsModifier and TypeMethodDescriptionLocalRateLimit.Builder.getVhRateLimits()Specifies if the local rate limit filter should include the virtual host rate limits.LocalRateLimit.getVhRateLimits()Specifies if the local rate limit filter should include the virtual host rate limits.LocalRateLimitOrBuilder.getVhRateLimits()Specifies if the local rate limit filter should include the virtual host rate limits.Methods in io.envoyproxy.envoy.extensions.filters.http.local_ratelimit.v3 with parameters of type VhRateLimitsOptionsModifier and TypeMethodDescriptionLocalRateLimit.Builder.setVhRateLimits(VhRateLimitsOptions value) Specifies if the local rate limit filter should include the virtual host rate limits.