public interface LinkRef extends DataObject, NetworkRef
This class represents the following YANG schema fragment defined in module ietf-network-topology
grouping link-ref { leaf link-ref { type leafref { path /nw:networks/nw:network[nw:network-id=current()/../network-ref]/nt:link/nt:link-id; require-instance false; } } uses nw:network-ref; }The schema path to identify an instance is ietf-network-topology/link-ref
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable Object |
getLinkRef()
A type for an absolute reference to a link instance.(This type should not be
used for relative references.In such a case, a relative path should be used
instead.)
|
getNetworkRef
getImplementedInterface
@Nullable Object getLinkRef()
java.lang.Object
linkRef
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.