public interface NodeRef extends DataObject, NetworkRef
This class represents the following YANG schema fragment defined in module ietf-network
grouping node-ref { leaf node-ref { type leafref { path /nw:networks/nw:network[nw:network-id=current()/../network-ref]/nw:node/nw:node-id; require-instance false; } } uses network-ref; }The schema path to identify an instance is ietf-network/node-ref
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable Object |
getNodeRef()
Used to reference a node.Nodes are identified relative to the network
thatcontains them.
|
getNetworkRef
getImplementedInterface
@Nullable Object getNodeRef()
java.lang.Object
nodeRef
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.