Source code for smc.policy.qos

'''
QoS Policy that would be applied to a rule set or physical / tunnel interface.
QoS can also be applied at the VLAN level of an interface.
'''

from smc.base.model import Element

[docs]class QoSPolicy(Element): typeof = 'qos_policy'