public interface LabelType extends org.opendaylight.yangtools.yang.binding.ChoiceIn<LabelSubobject>
This class represents the following YANG schema fragment defined in module rsvp
choice label-type {
case type1-label-case {
container type1-label {
uses type1-label;
}
}
case generalized-label-case {
container generalized-label {
uses generalized-label;
}
}
case waveband-switching-label-case {
container waveband-switching-label {
uses waveband-switching-label;
}
}
}
The schema path to identify an instance is
rsvp/label-subobject/label-type| Modifier and Type | Field and Description |
|---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
Copyright © 2020 OpenDaylight. All rights reserved.