public interface TerminationPointEvent extends DataObject, Augmentable<TerminationPointEvent>, L3UnicastIgpTopologyType, IgpTerminationPointAttributes, TpAttributes, Notification
This class represents the following YANG schema fragment defined in module l3-unicast-igp-topology
notification termination-point-event { leaf igp-event-type { type igp-event-type; } leaf topology-ref { type nt:topology-ref; } leaf node-ref { type nt:node-ref; } uses l3-unicast-igp-topology-type; uses nt:tp-attributes; uses igp-termination-point-attributes; }The schema path to identify an instance is l3-unicast-igp-topology/termination-point-event
To create instances of this class use TerminationPointEventBuilder
.
TerminationPointEventBuilder
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable IgpEventType |
getIgpEventType() |
@Nullable NodeId |
getNodeRef() |
@Nullable TopologyId |
getTopologyRef() |
augmentation
getL3UnicastIgpTopology
getIgpTerminationPointAttributes
getTpId, getTpRef
getImplementedInterface
@Nullable IgpEventType getIgpEventType()
org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.nt.l3.unicast.igp.topology.rev131021.IgpEventType
igpEventType
, or null
if not present@Nullable TopologyId getTopologyRef()
org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.TopologyId
topologyRef
, or null
if not present@Nullable NodeId getNodeRef()
org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.NodeId
nodeRef
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.