public interface LabelSet
extends org.opendaylight.yangtools.yang.binding.DataObject
This class represents the following YANG schema fragment defined in module rsvp
(Source path: META-INF/yang/rsvp.yang):
grouping label-set {
leaf action {
type enumeration;
}
container label-type {
}
list subchannels {
key }
}
The schema path to identify an instance is
rsvp/label-set| Modifier and Type | Interface and Description |
|---|---|
static class |
LabelSet.Action
The enumeration built-in type represents values from a set of assigned names.
|
| 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()
LabelType getLabelType()
List<Subchannels> getSubchannels()
Copyright © 2014. All rights reserved.