public interface LabelSet
extends org.opendaylight.yangtools.yang.binding.DataObject
This class represents the following YANG schema fragment defined in module rsvp
grouping label-set {
leaf action {
type enumeration;
}
container label-type {
}
list subchannels {
}
}
The schema path to identify an instance is
rsvp/label-set| Modifier and Type | Interface and Description |
|---|---|
static class |
LabelSet.Action |
| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
LabelSet.Action |
getAction() |
LabelType |
getLabelType() |
List<Subchannels> |
getSubchannels() |
LabelSet.Action getAction()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.LabelSet.Action action, or null if not presentLabelType getLabelType()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.label.set.LabelType labelType, or null if not presentList<Subchannels> getSubchannels()
java.util.List subchannels, or null if not presentCopyright © 2018 OpenDaylight. All rights reserved.