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