LocalLB::ContentPolicy::PolicyCondition

Introduced : BIG-IP_v12.0.0
A Content Policy Condition Type specifies how to match a Content Policy Condition. For example, when the Content Policy Condition Type is POLICY_CONDITION_STARTS, then the Content Policy will match based on if the beginning of a string is the same as some string value. Similarly, when the Content Policy Condition Type is POLICY_CONDITION_EQUALS, then the Content Policy will match when a numeric value equals a given numeric value.

Members

Member

Value

Description

POLICY_CONDITION_UNKNOWN

0

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

POLICY_CONDITION_EQUALS

1

The Content Policy Condition Type will match the value given if the value equals the given value.

POLICY_CONDITION_STARTS

2

The Content Policy Condition Type will match the value given if the value starts with the given substring.

POLICY_CONDITION_ENDS

3

The Content Policy Condition Type will match the value given if the value ends with the given substring.

POLICY_CONDITION_CONTAINS

4

The Content Policy Condition Type will match the value given if the value contains the given substring.

POLICY_CONDITION_LESS

5

The Content Policy Condition Type will match the value given if the value is less than the given value.

POLICY_CONDITION_GREATER

6

The Content Policy Condition Type will match the value given if the value is greater than the given value.

POLICY_CONDITION_LESS_OR_EQUAL

7

The Content Policy Condition Type will match the value given if the value is less than or equal to the given value.

POLICY_CONDITION_GREATER_OR_EQUAL

8

The Content Policy Condition Type will match the value given if the value is greater than or equal to the given value.

POLICY_CONDITION_MATCHES

9

The Content Policy Condition Type will match the value given if it matches the given value.


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.