LocalLB::RateLimitMode

Introduced : BIG-IP_v11.2.1
A list of Rate Limiting modes.

Members

Member

Value

Description

RATE_LIMIT_MODE_UNKNOWN

0

An unknown mode (or unsupported by iControl).

RATE_LIMIT_MODE_OBJECT

1

Use only the object for rate limiting.

RATE_LIMIT_MODE_OBJECT_SRC

2

Rate limit using the object and the source address.

RATE_LIMIT_MODE_OBJECT_DST

3

Rate limit using the object and the destination address.

RATE_LIMIT_MODE_OBJECT_SRC_DST

4

Rate limit using the object, source, and destination address.

RATE_LIMIT_MODE_SRC

5

Use only the source address for rate limiting.

RATE_LIMIT_MODE_DST

6

Use only the destination address for rate limiting.

RATE_LIMIT_MODE_SRC_DST

7

Rate limit using the source and destination addresses.


See Also

Warning

The links to the sample code below are remnants of the old DevCentral wiki and will result in a 404 error. For best results, please copy the link text and search the codeshare directly on DevCentral.

Sample Code


The BIG-IP API Reference documentation contains community-contributed content. F5 does not monitor or control community code contributions. We make no guarantees or warranties regarding the available code, and it may contain errors, defects, bugs, inaccuracies, or security vulnerabilities. Your access to and use of any code available in the BIG-IP API reference guides is solely at your own risk.