APIRef_tm_net_rate-shaping_queue¶
mgmt/tm/net/rate-shaping/queue
Queuing method configuration
REST Endpoints
- Collection URI
/mgmt/tm/net/rate-shaping/queue
- Collection Methods
OPTIONS, GET
- Resource URI
/mgmt/tm/net/rate-shaping/queue/~resource id
- Resource Methods
OPTIONS, GET, PUT, PATCH, DELETE, POST
- Resource Natural Key
name, subPath
Properties
Name | Type | Default Value | Required | Access | Description |
---|---|---|---|---|---|
appService |
string | optional | read/write | The application service that the object belongs to. | |
description |
string | optional | read/write | User defined description. | |
pfifoMaxSize |
integer | 0 | optional | read/write | Specifies the size in kilobytes or megabytes of the largest queue for the pfifo type only. The default value is 0 (zero). |
pfifoMinSize |
integer | 0 | optional | read/write | Specifies the size in kilobytes or megabytes of the smallest queue for the pfifo type only. The default value is 0 (zero). |
sfqBucketCount |
integer | 0 | optional | read/write | Specifies the number of buckets in kilobytes or megabytes into which the queue is divided when you are configuring the sfq type. Valid values are 0, 16, 32, 64, 128, 256, 512, and 1024. The default value is 0 (zero). |
sfqBucketSize |
integer | 0 | optional | read/write | Specifies the bucket size in kilobytes or megabytes for the sfq type. The default value is 0 (zero). |
sfqPerturbation |
integer | 10 | optional | read/write | Specifies the interval in seconds at which the system reconfigures the SFQ hash function. This option applies only to the sfq type. |
type |
string | optional | read/write | Specifies the queue discipline this custom queue uses. The available values are none, sfq, and pfifo. See the help page for a more detailed description. |
Copyright (c) 2016, 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.