public interface SupportingLink extends ChildOf<LinkAttributes>, Augmentable<SupportingLink>, Identifiable<SupportingLinkKey>
This class represents the following YANG schema fragment defined in module network-topology
list supporting-link { key link-ref; leaf link-ref { type link-ref; } }The schema path to identify an instance is network-topology/link-attributes/supporting-link
To create instances of this class use SupportingLinkBuilder
.
SupportingLinkBuilder
,
SupportingLinkKey
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable LinkId |
getLinkRef() |
SupportingLinkKey |
key()
Returns an unique key for the object.
|
getImplementedInterface
augmentation
@Nullable LinkId getLinkRef()
org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.LinkId
linkRef
, or null
if not presentSupportingLinkKey key()
Identifiable
key
in interface Identifiable<SupportingLinkKey>
Copyright © 2019 OpenDaylight. All rights reserved.