neutron-lib/api-ref/source/v2/samples/qos/bandwidth_limit_rule-update-response.json
Sławek Kapłoński 38fa5a00e1 Add info about direction in QoS bandwidth limit rule
As `direction` parameter was added to QoS bandwidth limit rule
in Ia13568879c2b6f80fb190ccafe7e19ca05b0c6a8
This commit adds info about this parameter to API documention.

Change-Id: Id41844715f5385e89b2b9f97ee922b7072360a8a
2017-07-12 19:53:33 +00:00

9 lines
180 B
JSON

{
"bandwidth_limit_rule": {
"id": "5f126d84-551a-4dcf-bb01-0e9c0df0c793",
"max_kbps": 10000,
"max_burst_kbps": 0,
"direction": "egress"
}
}