public interface TerminationPoint extends ChildOf<Node>, Augmentable<TerminationPoint>, TpAttributes, Identifiable<TerminationPointKey>
This class represents the following YANG schema fragment defined in module network-topology
list termination-point { key tp-id; uses tp-attributes; }The schema path to identify an instance is network-topology/network-topology/topology/node/termination-point
To create instances of this class use TerminationPointBuilder
.
TerminationPointBuilder
,
TerminationPointKey
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
TerminationPointKey |
key()
Returns an unique key for the object.
|
augmentation
getTpId, getTpRef
getImplementedInterface
TerminationPointKey key()
Identifiable
key
in interface Identifiable<TerminationPointKey>
Copyright © 2019 OpenDaylight. All rights reserved.