| // SPDX-FileCopyrightText: 2021 Open Networking Foundation |
| // SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 |
| module onf-traffic-class { |
| namespace "http://opennetworking.org/aether/traffic-class"; |
| import ietf-yang-types{ prefix yg; } |
| import onf-aether-types{ prefix at; } |
| organization "Open Networking Foundation."; |
| "The aether traffic class associates qos constants |
| with a named class of service"; |
| description "An Aether Traffic Class"; |
| typedef traffic-class-id { |
| type yg:yang-identifier { |
| description "The typedef for traffic-class-id"; |
| container traffic-class { |
| description "The top level container"; |
| description "ID for this traffic class."; |
| description "display name to use in GUI or CLI"; |
| description "Allocation and Retention Priority. 1 is the highest. 15 is the lowest."; |
| description "QOS Class Identifier"; |
| description "PELR exponent"; |
| description "description of this traffic class"; |