Interface NodeRemoved

  • All Superinterfaces:
    Augmentable<NodeRemoved>, BaseNotification, BindingObject, DataContainer, DataObject, Notification

    @Deprecated
    public interface NodeRemoved
    extends DataObject, Augmentable<NodeRemoved>, Notification
    Deprecated.
    A notification sent by someone who realized there was a node was removed, but did not modify the data tree. Describes that a node has been removed but is for whatever reason is not modifying the data tree. Deprecated: If a process determines that a node was removed, then that logic should remove the node from the DataBroker directly. Listeners interested in changes should register a data change listener for notifications on removals.

    This class represents the following YANG schema fragment defined in module opendaylight-inventory

     notification node-removed {
       status deprecated;
       leaf node-ref {
         ext:context-reference node-context;
         type node-ref;
       }
     }
     
    The schema path to identify an instance is opendaylight-inventory/node-removed

    To create instances of this class use NodeRemovedBuilder.

    See Also:
    NodeRemovedBuilder