public interface Label extends org.opendaylight.yangtools.yang.binding.ChildOf<BasicExplicitRouteSubobjects>, org.opendaylight.yangtools.yang.binding.Augmentable<Label>, LabelSubobject
This class represents the following YANG schema fragment defined in module rsvp
container label {
leaf uni-directional {
type boolean;
}
choice label-type {
case generalized-label-case {
container generalized-label {
leaf generalized-label {
type binary;
}
uses generalized-label;
}
}
case type1-label-case {
container type1-label {
leaf type1-label {
type uint32;
}
uses type1-label;
}
}
case waveband-switching-label-case {
container waveband-switching-label {
leaf end-label {
type uint32;
}
leaf start-label {
type uint32;
}
leaf waveband-id {
type uint32;
}
uses waveband-switching-label;
}
}
}
uses label-subobject;
}
The schema path to identify an instance is
rsvp/basic-explicit-route-subobjects/subobject-type/label-case/label
To create instances of this class use LabelBuilder.
LabelBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
getAugmentationgetLabelType, isUniDirectionalCopyright © 2018 OpenDaylight. All rights reserved.