summaryrefslogtreecommitdiff
path: root/interface-definitions/include/qos/burst.xml.i
blob: 76161802763198c7dbbed1e589561e903eb76408 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!-- include start from qos/burst.xml.i -->
<leafNode name="burst">
  <properties>
    <help>Burst size for this class</help>
    <valueHelp>
      <format>&lt;number&gt;</format>
      <description>Bytes</description>
    </valueHelp>
    <valueHelp>
      <format>&lt;number&gt;&lt;suffix&gt;</format>
      <description>Bytes with scaling suffix (kb, mb, gb)</description>
    </valueHelp>
  </properties>
  <defaultValue>15k</defaultValue>
</leafNode>
<!-- include end -->