Red Hat Training

A Red Hat training course is available for Red Hat OpenStack Platform

8.175. neutron qos-bandwidth-limit-rule-update

usage: neutron qos-bandwidth-limit-rule-update [-h] [--request-format {json}]
                                               [--max-kbps MAX_KBPS]
                                               [--max-burst-kbps MAX_BURST_KBPS]
                                               BANDWIDTH_LIMIT_RULE QOS_POLICY
Update the given qos bandwidth limit rule.

Positional arguments

BANDWIDTH_LIMIT_RULE


        ID of bandwidth_limit_rule to update.

QOS_POLICY


        ID or name of the QoS policy.

Optional arguments

-h, --help


        show this help message and exit

--request-format {json}


      DEPRECATED! Only JSON request format is supported.

--max-kbps MAX_KBPS


        Maximum bandwidth in kbps.

--max-burst-kbps MAX_BURST_KBPS


      Maximum burst bandwidth in kbps.