Interface PortRemoved

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<PortRemoved>, org.opendaylight.yangtools.yang.binding.BaseNotification, org.opendaylight.yangtools.yang.binding.BindingObject, CommonPort, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, FlowCapablePort, FlowPortStatus, org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeContextRef, NodePort, org.opendaylight.yangtools.yang.binding.Notification, Queues

    @Deprecated
    public interface PortRemoved
    extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<PortRemoved>, NodePort, org.opendaylight.yangtools.yang.binding.Notification
    Deprecated.

    This class represents the following YANG schema fragment defined in module sal-port

     notification port-removed {
       status deprecated;
       uses node-port;
     }
     
    The schema path to identify an instance is sal-port/port-removed

    To create instances of this class use PortRemovedBuilder.

    See Also:
    PortRemovedBuilder