public interface Link extends ChildOf<Topology>, Augmentable<Link>, LinkAttributes, Identifiable<LinkKey>
This class represents the following YANG schema fragment defined in module network-topology
list link { key link-id; uses link-attributes; must boolean(../underlay-topology/link[./supporting-link]); must boolean(../node[./source/source-node]); must boolean(../node[./destination/dest-node]); must boolean(../node/termination-point[./source/source-tp]); must boolean(../node/termination-point[./destination/dest-tp]); }The schema path to identify an instance is network-topology/network-topology/topology/link
To create instances of this class use LinkBuilder
.
LinkBuilder
,
LinkKey
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
LinkKey |
key()
Returns an unique key for the object.
|
augmentation
getDestination, getLinkId, getSource, getSupportingLink, nonnullSupportingLink
getImplementedInterface
LinkKey key()
Identifiable
key
in interface Identifiable<LinkKey>
Copyright © 2019 OpenDaylight. All rights reserved.