Interface NodeConnectorUpdated

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

    @Deprecated
    public interface NodeConnectorUpdated
    extends DataObject, Augmentable<NodeConnectorUpdated>, NodeConnector, Notification
    Deprecated.
    A notification sent by someone who realized there was a modification to a node-connector, but did not modify the data tree. Describes that something on the node-connector has been updated (including addition of a new node-connector), but is for whatever reason is not modifying the data tree. Deprecated: If a process determines that a node-connector was updated, then logic should update the node-connector using the DataBroker directly. Listeners interested update 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-connector-updated {
       status deprecated;
       leaf node-connector-ref {
         ext:context-reference node-connector-context;
         type node-connector-ref;
       }
       uses node-connector;
     }
     
    The schema path to identify an instance is opendaylight-inventory/node-connector-updated

    To create instances of this class use NodeConnectorUpdatedBuilder.

    See Also:
    NodeConnectorUpdatedBuilder