public interface UnnumberedSubobject extends DataObject, CSubobject
This class represents the following YANG schema fragment defined in module rsvp
grouping unnumbered-subobject {
leaf router-id {
type uint32;
}
leaf interface-id {
type uint32;
}
}
The schema path to identify an instance is
rsvp/unnumbered-subobject| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
Long |
getInterfaceId() |
Long |
getRouterId() |
getImplementedInterfaceCopyright © 2016 OpenDaylight. All rights reserved.