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