public interface PathKeySubobject extends org.opendaylight.yangtools.yang.binding.DataObject, CSubobject
This class represents the following YANG schema fragment defined in module rsvp
grouping path-key-subobject {
uses c-subobject;
leaf pce-id {
type pce-id;
}
leaf path-key {
type path-key;
}
}
The schema path to identify an instance is
rsvp/path-key-subobject| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
PathKey |
getPathKey() |
PceId |
getPceId() |
Copyright © 2018 OpenDaylight. All rights reserved.