Uses of Class
io.envoyproxy.envoy.extensions.common.ratelimit.v3.VhRateLimitsOptions
-
Packages that use VhRateLimitsOptions Package Description io.envoyproxy.envoy.extensions.common.ratelimit.v3 io.envoyproxy.envoy.extensions.filters.http.local_ratelimit.v3 -
-
Uses of VhRateLimitsOptions in io.envoyproxy.envoy.extensions.common.ratelimit.v3
Methods in io.envoyproxy.envoy.extensions.common.ratelimit.v3 that return VhRateLimitsOptions Modifier and Type Method Description static 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 VhRateLimitsOptionsVhRateLimitsOptions. valueOf(String name)Returns 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 VhRateLimitsOptions Modifier and Type Method Description static 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 VhRateLimitsOptions Modifier and Type Method Description VhRateLimitsOptionsLocalRateLimit.Builder. getVhRateLimits()Specifies if the local rate limit filter should include the virtual host rate limits.VhRateLimitsOptionsLocalRateLimit. getVhRateLimits()Specifies if the local rate limit filter should include the virtual host rate limits.VhRateLimitsOptionsLocalRateLimitOrBuilder. 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 VhRateLimitsOptions Modifier and Type Method Description LocalRateLimit.BuilderLocalRateLimit.Builder. setVhRateLimits(VhRateLimitsOptions value)Specifies if the local rate limit filter should include the virtual host rate limits.
-