public interface FaStitchedEndPoint
extends org.opendaylight.yangtools.yang.binding.DataObject
This class represents the following YANG schema fragment defined in module multilayer-topology
grouping fa-stitched-end-point {
leaf node {
type node-id;
}
leaf tp-id {
type tp-id;
}
}
The schema path to identify an instance is
multilayer-topology/fa-stitched-end-point| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.NodeId |
getNode()
Forwarding adjacency node end point identifier resulting afterwards stiching
occured
|
org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.TpId |
getTpId()
Forwarding adjacency stitching TP unique identifier resulting afterwards
stiching occured
|
org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.NodeId getNode()
org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.NodeId node, or null if not presentorg.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.TpId getTpId()
org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.TpId tpId, or null if not presentCopyright © 2018 OpenDaylight. All rights reserved.