public interface Source extends ChildOf<LinkAttributes>, Augmentable<Source>
This class represents the following YANG schema fragment defined in module network-topology
container source { leaf source-node { type node-ref; } leaf source-tp { type tp-ref; } }The schema path to identify an instance is network-topology/link-attributes/source
To create instances of this class use SourceBuilder
.
SourceBuilder
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable NodeId |
getSourceNode()
Source node identifier, must be in same topology.
|
@Nullable TpId |
getSourceTp()
Termination point within source node that terminates the link.
|
getImplementedInterface
augmentation
@Nullable NodeId getSourceNode()
org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.NodeId
sourceNode
, or null
if not present@Nullable TpId getSourceTp()
org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.TpId
sourceTp
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.