public interface LinkRef extends DataObject, NetworkRef
This class represents the following YANG schema fragment defined in module ietf-network-topology-state
grouping link-ref { leaf link-ref { type leafref { path /nw-s:networks/nw-s:network[nw-s:network-id=current()/../network-ref]/nt-s:link/nt-s:link-id; require-instance false; } } uses nw-s:network-ref; }The schema path to identify an instance is ietf-network-topology-state/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.