LocalLB::ContentPolicy::PolicyAction

Introduced : BIG-IP_v12.0.0
The Content Policy Action Type specifies what actions to take on a connection when a Content Policy Condition is matched.

Members

Member

Value

Description

POLICY_ACTION_UNKNOWN

0

The Content Policy Action is unknown (or unsupported by iControl).

POLICY_ACTION_INSERT

1

A value will be inserted into the connection.

POLICY_ACTION_REPLACE

2

A value will be replaced in the connection.

POLICY_ACTION_APPLY

3

A behavior will be applied to the connection.

POLICY_ACTION_ADD

4

A value will be added to the connection.

POLICY_ACTION_CLASSIFY

5

A connection will be classified in a certain way.

POLICY_ACTION_REMOVE

6

A value will be removed from the connection.

POLICY_ACTION_SELECT

7

A pool will be selected for the connection.

POLICY_ACTION_ENABLE

8

A setting will be enabled for the connection.

POLICY_ACTION_DISABLE

9

A setting will be disabled for the connection.

POLICY_ACTION_REDIRECT

10

The connection will be redirected.

POLICY_ACTION_WRITE

11

A value will be written into the connection.

POLICY_ACTION_RESET

12

The connection will be reset.

POLICY_ACTION_EVENT

13

An event will take place for the connection.

POLICY_ACTION_SET_VARIABLE

14

A variable will be set for the connection.

POLICY_ACTION_RENEGOTIATE

15

A connection will be renegotiated.

POLICY_ACTION_PERSIST_SOURCE_ADDRESS

16

The source address of a connection will be used to persist state.

POLICY_ACTION_PERSIST_DESTINATION_ADDRESS

17

The destination address of a connection will be used to persist state.

POLICY_ACTION_PERSIST_COOKIE_INSERT

18

A cookie inserted in a connection will be used to persist state.

POLICY_ACTION_PERSIST_COOKIE_REWRITE

19

A cookie rewritten in a connection will be used to persist state.

POLICY_ACTION_PERSIST_COOKIE_PASSIVE

20

A passive cookie in a connection will be used to persist state.

POLICY_ACTION_PERSIST_COOKIE_HASH

21

A hash of a cookie in a connection will be used to persist state.

POLICY_ACTION_PERSIST_UNIVERSAL

22

A universal value in a connection will be used to persist state.

POLICY_ACTION_PERSIST_HASH

23

A hash in a connection will be used to persist state.

POLICY_ACTION_PERSIST_CARP

24

The Common Address Redundancy Protocol (CARP) will be used for persistence.


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.