Interface FlowRemovedMessage

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<FlowRemovedMessage>, org.opendaylight.yangtools.yang.binding.BaseNotification, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, FlowRemoved, MatchGrouping, MatchV10Grouping, org.opendaylight.yangtools.yang.binding.Notification, OfHeader

    public interface FlowRemovedMessage
    extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<FlowRemovedMessage>, FlowRemoved, org.opendaylight.yangtools.yang.binding.Notification

    This class represents the following YANG schema fragment defined in module openflow-protocol

     notification flow-removed-message {
       uses flow-removed;
     }
     
    The schema path to identify an instance is openflow-protocol/flow-removed-message

    To create instances of this class use FlowRemovedMessageBuilder.

    See Also:
    FlowRemovedMessageBuilder