public interface WavebandSwitchingLabel extends org.opendaylight.yangtools.yang.binding.ChildOf<LabelSubobject>, org.opendaylight.yangtools.yang.binding.Augmentable<WavebandSwitchingLabel>, WavebandSwitchingLabel
This class represents the following YANG schema fragment defined in module rsvp
container waveband-switching-label {
leaf end-label {
type uint32;
}
leaf start-label {
type uint32;
}
leaf waveband-id {
type uint32;
}
uses waveband-switching-label;
}
The schema path to identify an instance is
rsvp/label-subobject/label-type/waveband-switching-label-case/waveband-switching-label
To create instances of this class use WavebandSwitchingLabelBuilder.
WavebandSwitchingLabelBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
getAugmentationgetEndLabel, getStartLabel, getWavebandIdCopyright © 2018 OpenDaylight. All rights reserved.