public interface SupportingLink extends ChildOf<Link>, Augmentable<SupportingLink>, Identifiable<SupportingLinkKey>
This class represents the following YANG schema fragment defined in module ietf-network-topology
list supporting-link { key "network-ref link-ref"; leaf network-ref { type leafref { path ../../../nw:supporting-network/nw:network-ref; require-instance false; } } leaf link-ref { type leafref { path /nw:networks/nw:network[nw:network-id=current()/../network-ref]/link/link-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/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 Object |
getLinkRef()
This leaf identifies a link that is a partof this link's underlay.
|
@Nullable NetworkId |
getNetworkRef()
This leaf identifies in which underlay topologythe supporting link is present.
|
SupportingLinkKey |
key()
Returns an unique key for the object.
|
getImplementedInterface
augmentation
@Nullable NetworkId getNetworkRef()
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.network.rev180226.NetworkId
networkRef
, or null
if not present@Nullable Object getLinkRef()
java.lang.Object
linkRef
, or null
if not presentSupportingLinkKey key()
Identifiable
key
in interface Identifiable<SupportingLinkKey>
Copyright © 2019 OpenDaylight. All rights reserved.