public interface MplsLabelStack extends DataObject
This class represents the following YANG schema fragment defined in module ietf-routing-types
grouping mpls-label-stack { container mpls-label-stack { list entry { key id; leaf id { type uint8; } leaf label { type rt-types:mpls-label; } leaf ttl { type uint8; } leaf traffic-class { type uint8 { range 0..7; } } } } }The schema path to identify an instance is ietf-routing-types/mpls-label-stack
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
MplsLabelStack |
getMplsLabelStack()
Container for a list of MPLS label stack entries.
|
getImplementedInterface
MplsLabelStack getMplsLabelStack()
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.routing.types.rev171204.mpls.label.stack.MplsLabelStack
mplsLabelStack
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.