public interface WavebandSwitchingLabel extends org.opendaylight.yangtools.yang.binding.DataObject, CLabel
This class represents the following YANG schema fragment defined in module rsvp
grouping waveband-switching-label {
leaf end-label {
type uint32;
}
leaf start-label {
type uint32;
}
leaf waveband-id {
type uint32;
}
}
The schema path to identify an instance is
rsvp/waveband-switching-label| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
Long |
getEndLabel() |
Long |
getStartLabel() |
Long |
getWavebandId() |
Copyright © 2018 OpenDaylight. All rights reserved.