public interface UnnumberedSubobject extends org.opendaylight.yangtools.yang.binding.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() |
Copyright © 2018 OpenDaylight. All rights reserved.