LocalLB::PolicySelector

Introduced : BIG-IP_v12.0.0
A Content Policy Selector determines the value that will be used to select a specific connection to be modified by a content policy.

Members

Member

Value

Description

POLICY_SELECTOR_UNKNOWN

0

The selector is unknown (or unsupported by iControl).

POLICY_SELECTOR_ALL

1

All values will be selected upon.

POLICY_SELECTOR_NAME

2

A name will be selected upon.

POLICY_SELECTOR_VALUE

3

A value will be selected upon.

POLICY_SELECTOR_ADDRESS

4

An IP address will be selected upon.

POLICY_SELECTOR_HEADER

5

A header will be selected upon.

POLICY_SELECTOR_SCHEME

6

A scheme will be selected upon.

POLICY_SELECTOR_HOST

7

A host will be selected upon.

POLICY_SELECTOR_PORT

8

A port will be selected upon.

POLICY_SELECTOR_PATH

9

A path will be selected upon.

POLICY_SELECTOR_QUERY_STRING

10

A query string will be selected upon.

POLICY_SELECTOR_EXTENSION

11

An extension will be selected upon.

POLICY_SELECTOR_PATH_SEGMENT

12

A path segment will be selected upon.

POLICY_SELECTOR_QUERY_PARAM

13

A named query parameter will be selected upon.

POLICY_SELECTOR_UNNAMED_QUERY_PARAM

14

An unnamed query parameter will be selected upon.

POLICY_SELECTOR_MAJOR

15

A major value will be selected upon.

POLICY_SELECTOR_MINOR

16

A minor value will be selected upon.

POLICY_SELECTOR_CODE

17

A code will be selected upon.

POLICY_SELECTOR_TEXT

18

Text will be selected upon.

POLICY_SELECTOR_DOMAIN

19

A domain will be selected upon.

POLICY_SELECTOR_EXPIRY

20

An expiry will be selected upon.

POLICY_SELECTOR_VERSION

21

A version will be selected upon.

POLICY_SELECTOR_USERNAME

22

A password will be selected upon.

POLICY_SELECTOR_PASSWORD

23

A password will be selected upon.

POLICY_SELECTOR_PROTOCOL

24

A protocol will be selected upon.

POLICY_SELECTOR_CIPHER

25

A cipher will be selected upon.

POLICY_SELECTOR_CIPHER_BITS

26

Cipher bits will be selected upon.

POLICY_SELECTOR_RTT

27

The round trip time will be selected upon.

POLICY_SELECTOR_MSS

28

A maximum segment size will be selected upon.

POLICY_SELECTOR_VLAN

29

A VLAN will be selected upon.

POLICY_SELECTOR_VLAN_ID

30

A VLAN ID will be selected upon.

POLICY_SELECTOR_ROUTE_DOMAIN

31

A route domain will be selected upon.

POLICY_SELECTOR_SERVER_NAME

32

A server name will be selected upon.

POLICY_SELECTOR_COMMON_NAME

33

A common name will be selected upon.

POLICY_SELECTOR_NPN

34

SSL next protocol negotiation will be selected upon.

POLICY_SELECTOR_ALPN

35

SSL Application-Layer Protocol Negotiation will be selected upon.

POLICY_SELECTOR_CONTINENT

36

A continent of client origin will be selected upon.

POLICY_SELECTOR_COUNTRY_CODE

37

A country code will be selected upon.

POLICY_SELECTOR_COUNTRY_NAME

38

A country name will be selected upon.

POLICY_SELECTOR_REGION_NAME

39

A region name will be selected upon.

POLICY_SELECTOR_REGION_CODE

40

A region code will be selected upon.

POLICY_SELECTOR_ORG

41

An organization will be selected upon.

POLICY_SELECTOR_ISP

42

An internet service provider will be selected upon.

POLICY_SELECTOR_LAST_15SECS

43

An event in the past 15 seconds will be selected upon.

POLICY_SELECTOR_LAST_1MIN

44

An event in the past minute will be selected upon.

POLICY_SELECTOR_LAST_5MINS

45

An event in the past 15 minutes will be selected upon.

POLICY_SELECTOR_DEVICE_MAKE

46

A client device make will be selected upon.

POLICY_SELECTOR_DEVICE_MODEL

47

A client device model will be selected upon.

POLICY_SELECTOR_BROWSER_TYPE

48

A client browser’s type will be selected upon.

POLICY_SELECTOR_BROWSER_VERSION

49

A client browser’s version will be selected upon.

POLICY_SELECTOR_UA_TOKEN

50

A client’s user-agent token will be selected upon.


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.