public interface IgpLinkEvent extends DataObject, Augmentable<IgpLinkEvent>, IgpLinkAttributes, L3UnicastIgpTopologyType, LinkAttributes, Notification
This class represents the following YANG schema fragment defined in module l3-unicast-igp-topology
notification igp-link-event { leaf igp-event-type { type igp-event-type; } leaf topology-ref { type nt:topology-ref; } uses l3-unicast-igp-topology-type; uses nt:link-attributes; uses igp-link-attributes; }The schema path to identify an instance is l3-unicast-igp-topology/igp-link-event
To create instances of this class use IgpLinkEventBuilder
.
IgpLinkEventBuilder
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
getIgpLinkAttributes
getL3UnicastIgpTopology
getDestination, getLinkId, getSource, getSupportingLink, nonnullSupportingLink
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.