public interface Destination extends ChildOf<Link>, Augmentable<Destination>
This class represents the following YANG schema fragment defined in module ietf-network-topology
container destination {
leaf dest-node {
type leafref {
path ../../../nw:node/nw:node-id;
require-instance false;
}
}
leaf dest-tp {
type leafref {
path ../../../nw:node[nw:node-id=current()/../dest-node]/termination-point/tp-id;
require-instance false;
}
}
}
The schema path to identify an instance is
ietf-network-topology/networks/network/(urn:ietf:params:xml:ns:yang:ietf-network-topology?revision=2018-02-26)link/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.
|
@Nullable Object |
getDestTp()
This termination point is located within thedestination node and terminates the
link.
|
getImplementedInterfaceaugmentation@Nullable NodeId getDestNode()
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.network.rev180226.NodeId destNode, or null if not present@Nullable Object getDestTp()
java.lang.Object destTp, or null if not presentCopyright © 2019 OpenDaylight. All rights reserved.