LocalLB::PolicyOperand

Introduced : BIG-IP_v12.0.0
A Content Policy Operand specifies the attribute for a Content Policy Rule to match on. Sometimes this represents a specific value (for example, http-method or http-status), but frequently a Policy Selector (See LocalLB::PolicySelector) must also be specified.

Members

Member

Value

Description

POLICY_OPERAND_UNKNOWN

0

The Conent Policy Operand is unknown (or unsupported by iControl).

POLICY_OPERAND_TCP

1

Specifies to operate on a TCP connection.

POLICY_OPERAND_CLIENT_SSL

2

Specifies to operate on a Client SSL connection.

POLICY_OPERAND_HTTP_METHOD

3

Specifies to operate on a HTTP method used.

POLICY_OPERAND_HTTP_URI

4

Specifies to operate on a HTTP URI used.

POLICY_OPERAND_HTTP_VERSION

5

Specifies to operate on a HTTP version used.

POLICY_OPERAND_HTTP_STATUS

6

Specifies to operate on a status of an HTTP connection.

POLICY_OPERAND_HTTP_HOST

7

Specifies to operate on an HTTP host.

POLICY_OPERAND_HTTP_HEADER

8

Specifies to operate on an HTTP header.

POLICY_OPERAND_HTTP_REFERER

9

Specifies to operate on an HTTP referer.

POLICY_OPERAND_HTTP_COOKIE

10

Specifies to operate on an HTTP cookie.

POLICY_OPERAND_HTTP_SET_COOKIE

11

Specifies to operate on an HTTP set cookie.

POLICY_OPERAND_HTTP_BASIC_AUTH

12

Specifies to operate on HTTP basic authorization.

POLICY_OPERAND_HTTP_USER_AGENT

13

Specifies to operate on HTTP user agent strings.

POLICY_OPERAND_SSL_EXTENSION

14

Specifies to operate on an SSL extension.

POLICY_OPERAND_SSL_CERT

15

Specifies to operate on an SSL certificate.

POLICY_OPERAND_GEOIP

16

Specifies to operate on the GEOIP database.

POLICY_OPERAND_CPU_USAGE

17

Specifies to operate on CPU usage.


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.