| getqosactionResult Structure Definition |
The getqosactionResult structure defines the return type for getqosaction API. |
Syntax |
Members |
rc |
If the method succeeds, rc is 0 else rc > 0. Values above 0x8000 indicate Warnings. |
message |
If the method succeeds, message is NULL else message contains Error/Warning message. |
qosactionList |
List of qosactions |
| qosaction Structure Definition |
The qosaction structure defines the actual return type values for getqosaction API. |
Syntax |
Members |
name |
Name of the qos action. |
type |
Type of qos action. One of: link, node, leaf, or session |
filter |
a QoS filter string |
filterid |
a QoS filter id |
parent |
the parent action |
ratein |
rate in (bps+gmk i.e. -rateout 2001m) |
rateout |
rate out (bps+gmk i.e. -ratein 3.75G) |
priorityin |
priority inbound |
priorityout |
priority outbound |
precidence |
relative filter precidence |
burstratein |
session burst rate inbound |
burstrateout |
session burst rate outbound |
normalratein |
session normal rate inbound |
normalrateout |
session normal rate outbound |
bursttime |
session burst time |
_nextgenapiresource |
See Also |