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