Documentation
¶
Overview ¶
This module contains a collection of YANG definitions for Cisco IOS-XR qos package configuration.
This module contains definitions for the following management objects:
qos: Global QOS configuration.
This YANG module augments the
Cisco-IOS-XR-ifmgr-cfg, Cisco-IOS-XR-l2vpn-cfg,
modules with configuration data.
Copyright (c) 2013-2018 by Cisco Systems, Inc. All rights reserved.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Qos ¶
type Qos struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // Name of the fabric service policy. The type is string with length: 0..63. FabricServicePolicy interface{} }
Qos Global QOS configuration.
func (*Qos) GetEntityData ¶
func (qos *Qos) GetEntityData() *types.CommonEntityData
type QosFieldNotSupported ¶
type QosFieldNotSupported string
QosFieldNotSupported represents Qos field not supported
const ( // Dummy data type leave unspecified QosFieldNotSupported_not_supported QosFieldNotSupported = "not-supported" )
type QosPolicyAccount ¶
type QosPolicyAccount string
QosPolicyAccount represents Qos policy account
const ( // Turn on Layer 1 accounting QosPolicyAccount_layer1 QosPolicyAccount = "layer1" // Turn on Layer 2 accounting QosPolicyAccount_layer2 QosPolicyAccount = "layer2" // Turn on Layer 2 accounting QosPolicyAccount_nolayer2 QosPolicyAccount = "nolayer2" // User defined accounting QosPolicyAccount_user_defined QosPolicyAccount = "user-defined" )
Click to show internal directories.
Click to hide internal directories.