public interface StitchingPoint extends org.opendaylight.yangtools.yang.binding.ChildOf<FaEndPoint>, org.opendaylight.yangtools.yang.binding.Augmentable<StitchingPoint>
This class represents the following YANG schema fragment defined in module multilayer-topology
container stitching-point {
leaf-list supporting-tp {
type tp-ref;
}
leaf tp-id {
type tp-id;
}
}
The schema path to identify an instance is
multilayer-topology/fa-end-point/stitching-point
To create instances of this class use StitchingPointBuilder.
StitchingPointBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
List<org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.TpId> |
getSupportingTp()
List of termination points that support stiching 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 stitching TP unique identifier.
|
List<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 presentCopyright © 2018 OpenDaylight. All rights reserved.