public interface IgpNodeEvent extends DataObject, Augmentable<IgpNodeEvent>, NodeAttributes, L3UnicastIgpTopologyType, IgpNodeAttributes, Notification
This class represents the following YANG schema fragment defined in module l3-unicast-igp-topology
notification igp-node-event { leaf igp-event-type { type igp-event-type; } leaf topology-ref { type nt:topology-ref; } uses l3-unicast-igp-topology-type; uses nt:node-attributes; uses igp-node-attributes; }The schema path to identify an instance is l3-unicast-igp-topology/igp-node-event
To create instances of this class use IgpNodeEventBuilder
.
IgpNodeEventBuilder
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable IgpEventType |
getIgpEventType() |
@Nullable TopologyId |
getTopologyRef() |
augmentation
getNodeId, getSupportingNode, nonnullSupportingNode
getL3UnicastIgpTopology
getIgpNodeAttributes
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 presentCopyright © 2019 OpenDaylight. All rights reserved.