public interface MplsLabelStack extends ChildOf<MplsLabelStack>, Augmentable<MplsLabelStack>
This class represents the following YANG schema fragment defined in module ietf-routing-types
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/mpls-label-stack
To create instances of this class use MplsLabelStackBuilder
.
MplsLabelStackBuilder
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable List<Entry> |
getEntry()
List of MPLS label stack entries.
|
default @NonNull List<Entry> |
nonnullEntry() |
getImplementedInterface
augmentation
Copyright © 2019 OpenDaylight. All rights reserved.