public interface UnnumberedAdjacency extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<UnnumberedAdjacency>, Nai
This class represents the following YANG schema fragment defined in module odl-pcep-segment-routing
case unnumbered-adjacency {
leaf local-node-id {
type uint32;
}
leaf local-interface-id {
type uint32;
}
leaf remote-node-id {
type uint32;
}
leaf remote-interface-id {
type uint32;
}
}
The schema path to identify an instance is
odl-pcep-segment-routing/sr-subobject/nai/unnumbered-adjacency| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
Long |
getLocalInterfaceId() |
Long |
getLocalNodeId() |
Long |
getRemoteInterfaceId() |
Long |
getRemoteNodeId() |
Long getLocalNodeId()
java.lang.Long localNodeId, or null if not presentLong getLocalInterfaceId()
java.lang.Long localInterfaceId, or null if not presentLong getRemoteNodeId()
java.lang.Long remoteNodeId, or null if not presentLong getRemoteInterfaceId()
java.lang.Long remoteInterfaceId, or null if not presentCopyright © 2018 OpenDaylight. All rights reserved.