Interface PacketInMessage

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

    public interface PacketInMessage
    extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<PacketInMessage>, PacketIn, org.opendaylight.yangtools.yang.binding.Notification

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

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

    To create instances of this class use PacketInMessageBuilder.

    See Also:
    PacketInMessageBuilder
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME