public interface IgpPrefixEvent extends DataObject, Augmentable<IgpPrefixEvent>, L3UnicastIgpTopologyType, Notification
This class represents the following YANG schema fragment defined in module l3-unicast-igp-topology
notification igp-prefix-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; container prefix { uses igp-prefix-attributes; } }The schema path to identify an instance is l3-unicast-igp-topology/igp-prefix-event
To create instances of this class use IgpPrefixEventBuilder
.
IgpPrefixEventBuilder
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 Prefix |
getPrefix() |
@Nullable TopologyId |
getTopologyRef() |
augmentation
getL3UnicastIgpTopology
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 present@Nullable Prefix getPrefix()
org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.nt.l3.unicast.igp.topology.rev131021.igp.prefix.event.Prefix
prefix
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.