public interface SupportingTerminationPoint extends ChildOf<TerminationPoint>, Augmentable<SupportingTerminationPoint>, Identifiable<SupportingTerminationPointKey>
This class represents the following YANG schema fragment defined in module ietf-network-topology
list supporting-termination-point { key "network-ref node-ref tp-ref"; leaf network-ref { type leafref { path ../../../nw:supporting-node/nw:network-ref; require-instance false; } } leaf node-ref { type leafref { path ../../../nw:supporting-node/nw:node-ref; require-instance false; } } leaf tp-ref { type leafref { path /nw:networks/nw:network[nw:network-id=current()/../network-ref]/nw:node[nw:node-id=current()/../node-ref]/termination-point/tp-id; require-instance false; } } }The schema path to identify an instance is ietf-network-topology/networks/network/node/(urn:ietf:params:xml:ns:yang:ietf-network-topology?revision=2018-02-26)termination-point/supporting-termination-point
To create instances of this class use SupportingTerminationPointBuilder
.
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable NetworkId |
getNetworkRef()
This leaf identifies in which topology thesupporting termination point is
present.
|
@Nullable NodeId |
getNodeRef()
This leaf identifies in which node the supportingtermination point is present.
|
@Nullable Object |
getTpRef()
Reference to the underlay node (the underlay node mustbe in a different
topology).
|
SupportingTerminationPointKey |
key()
Returns an unique key for the object.
|
getImplementedInterface
augmentation
@Nullable NetworkId getNetworkRef()
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.network.rev180226.NetworkId
networkRef
, or null
if not present@Nullable NodeId getNodeRef()
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.network.rev180226.NodeId
nodeRef
, or null
if not present@Nullable Object getTpRef()
java.lang.Object
tpRef
, or null
if not presentSupportingTerminationPointKey key()
Identifiable
key
in interface Identifiable<SupportingTerminationPointKey>
Copyright © 2019 OpenDaylight. All rights reserved.