public interface WavebandSwitchingLabelCase extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<WavebandSwitchingLabelCase>, LabelType
This class represents the following YANG schema fragment defined in module rsvp
(Source path: META-INF/yang/rsvp.yang):
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;
}
}
The schema path to identify an instance is
rsvp/label-subobject/label-type/waveband-switching-label-case| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
WavebandSwitchingLabel |
getWavebandSwitchingLabel() |
WavebandSwitchingLabel getWavebandSwitchingLabel()
Copyright © 2014. All rights reserved.