public interface FaEndPoint
extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yang.gen.v1.urn.opendaylight.topology.multitechnology.rev150122.MtInfo
This class represents the following YANG schema fragment defined in module multilayer-topology
grouping fa-end-point {
leaf node {
type node-ref;
}
leaf-list supporting-tp {
type tp-ref;
}
leaf tp-id {
type tp-id;
}
container stitching-point {
leaf-list supporting-tp {
type tp-ref;
}
leaf tp-id {
type tp-id;
}
}
list attribute {
key "id";
leaf attribute-type {
type identityref;
}
leaf id {
type uri;
}
container value {
}
}
}
The schema path to identify an instance is
multilayer-topology/fa-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()
Network node end point.
|
StitchingPoint |
getStitchingPoint()
Traffic patch to end-point.If present, forwarding adjacency announcement refers
to a FA segment.If present, termination point may not be created.
|
List<org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.TpId> |
getSupportingTp()
List of termination points that support end point TP.If forwarding adjacency
announcement triggers termination pointcreation, this list is used to fill
tp-ref attribute.
|
org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.TpId |
getTpId()
Forwarding adjacency interface unique identifier.If forwarding adjacency
announcement triggers termination pointcreation, this id is used for TP
creation.
|
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 presentList<org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.TpId> getSupportingTp()
java.util.List supportingTp, 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 presentStitchingPoint getStitchingPoint()
org.opendaylight.yang.gen.v1.urn.opendaylight.topology.multilayer.rev150123.fa.end.point.StitchingPoint stitchingPoint, or null if not presentCopyright © 2018 OpenDaylight. All rights reserved.