0.9.1

  • iApps Home
  • iControlREST Home
  • iControl (SOAP) Home
  • iRules Home
  • iRulesLX Home
  • TMSH Home

  • Clouddocs > > PEM::Policy::set_rule_sub_policy_downlink

Version notice:

PEM::Policy::set_rule_sub_policy_downlink¶

Introduced : BIG-IP_v11.4.0
Sets the QoS rate control sub-policies in downlink traffic for the specified rules. A sub-policy specifies a category in downlink traffic within the bandwidth control policy; the rule is applied to the specified category. This option provides more specific rate control to a certain type in downlink traffic. The category must be defined in the specified bandwidth control policy. The default value is Disabled, meaning that rate control applies to all downlink traffic that matches the rule.

Prototype¶

 set_rule_sub_policy_downlink(
    in String [] policies,
    in String [] [] rules,
    in String [] [] sub_policies
);

Parameters¶

Parameter Type Description
policies String [] The names of the policies.
rules String [] [] The rules for the specified policies.
sub_policies String [] [] The sub-policies in downlink traffic for the specified rules.

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¶

iControl ::
iControl :: PEM :: Policy

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¶


Copyright © 1996-2012, F5 Networks, Inc. All rights reserved.

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.