LocalLB::ContentPolicyStrategy

Introduced : BIG-IP_v12.0.0
The Content Policy Strategy interface configures how Content Policy Rules will be matched on a Content Policy (See: LocalLB::ContentPolicy). Given the nature of Content Policy Strategies, a user of this API should familiarize themselves with iControl transactions described in the System::Session interface.

Methods

Method Description Introduced
add_operand Adds a set of Content Policy Strategy Operands to the specified Content Policy Strategy. The Operand ID determines the ordering of the Policy Strategy Operands. BIG-IP_v12.0.0
create Creates a new Content Policy Strategy. The default Content Policy Strategy Type is STRATEGY_ALL_MATCH. BIG-IP_v12.0.0
delete_all_policy_strategies Deletes all Content Policy Strategies. BIG-IP_v12.0.0
delete_policy_strategy Deletes a list of Content Policy Strategies. BIG-IP_v12.0.0
get_description Gets the descriptions for a set of Content Policy Strategies. BIG-IP_v12.0.0
get_list Gets a list of all Content Policy Strategies. BIG-IP_v12.0.0
get_operand Gets the Policy Strategy Operands for the specified Content Policy Strategies. The Policy Strategy Operand is the attribute of a connection that a Content Policy Rule Condition matches on. The ID of the Policy Strategy Operand determines the order in which they are matched. The Policy Strategy Operands are only relevant when when the Content Policy Strategy Type is STRATEGY_BEST_MATCH. BIG-IP_v12.0.0
get_operand_event Gets the Content Policy Event for the given Content Policy Operands to match upon. BIG-IP_v12.0.0
get_operand_selector Gets the Content Policy Selector Type for the given Content Policy Operands. BIG-IP_v12.0.0
get_operand_type Gets the Operand Type for the given Policy Strategies for the given Policy Strategy Operands. BIG-IP_v12.0.0
get_type Gets the Content Policy Strategy Types for a set of Conent Policy Strategies. BIG-IP_v12.0.0
get_version Gets the version information for this interface. BIG-IP_v12.0.0
remove_all_operands Removes all Content Policy Strategy Operands from the given Content Policy Strategies. BIG-IP_v12.0.0
remove_operand Removes a set of Content Policy Strategy Operands from the given Content Policy Strategy Operand IDs. BIG-IP_v12.0.0
set_description Sets the description for a set of Content Policy Strategies. This is an arbitrary field which can be used for any purpose. BIG-IP_v12.0.0
set_operand_event Sets the Content Policy Event for a given Content Policy Operand to match upon. This value will be dependent upon the Content Policy Operand Type of the given Content Policy Operand Type. See LocalLB::PolicyEvent for more details. BIG-IP_v12.0.0
set_operand_selector Sets the Content Policy Selector Type for the given Content Policy Operands. The Content Policy Selector is the value to match upon given a Content Policy Operand Type. See LocalLB::PolicySelector for more details. BIG-IP_v12.0.0
set_operand_type Sets the Operand Type for the given Policy Strategies for the given Policy Strategy Operands. The Operand Types specifies the attribute of a connection fo a Content Policy Rule to match on. See LocalLB::PolicyOperand for more details. BIG-IP_v12.0.0
set_type Sets the Content Policy Strategy Types for a set of Conent Policy Strategies. See PolicyStrategy for more details. BIG-IP_v12.0.0

Structures

Structure Description

Enumerations

Enumeration Description
PolicyStrategy The Policy Strategy Type specifies the method to determine which Content Policy Action to execute if all Content Policy Conditions in a Content Policy Rule are matched..

Exceptions

Exception Description

Constants

Constant Type Value Description

Aliases

Alias Type Description
PolicyStrategySequence PolicyStrategy [] A sequence of PolicyStrategies.
PolicyStrategySequenceSequence PolicyStrategy [] [] A sequence of sequence of PolicyStrategies.

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.