LocalLB::ContentPolicy::set_condition_internal_state

Introduced : BIG-IP_v12.0.0
Sets whether or not a Content Policy Condition matches internally. A connection between a client and the server across the system contains four endpoints. Two of which are the client-side or external endpoints. In other words, one endpoint indicates the client end of the connection and one endpoint indicates the system end. The other two are the server-side or internal endpoints. In other words, one endpoint indicates the system end and the other indicates the server end. When a condition matches internally, it matches on the server-side of a connection. Whether a connection is matched on the system side or the client or server side is determined by the local state.

Prototype

 set_condition_internal_state(
    in String [] policies,
    in String [] [] rules,
    in long [] [] [] condition_ids,
    in EnabledState [] [] [] states
);

Parameters

Parameter Type Description
policies String [] A list of Content Policies.
rules String [] [] A list of Content Policy Rules for the specified Content Policies.
condition_ids long [] [] [] A list of Content Policy Conditions for the specified Content Policy Rules.
states EnabledState [] [] [] A list of states determining whether or not Content Policy Conditions match internally.

Return Type

Type Description
void  

Exceptions

Exception Description
Common::AccessDenied Raised if the client credentials are not valid.
Common::InvalidArgument Raised if one of the arguments is invalid.
Common::OperationFailed Raised if an operation error occurs.

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.