Interface PortMessage

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<PortMessage>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<OpendaylightPortTypesData>, CommonPort, CommonPortWithMask, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, OfHeader

    public interface PortMessage
    extends org.opendaylight.yangtools.yang.binding.ChildOf<OpendaylightPortTypesData>, org.opendaylight.yangtools.yang.binding.Augmentable<PortMessage>, CommonPortWithMask, OfHeader

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

     container port-message {
       uses common-port-with-mask;
       uses ofproto:ofHeader;
     }
     
    The schema path to identify an instance is opendaylight-port-types/port-message

    To create instances of this class use PortMessageBuilder.

    See Also:
    PortMessageBuilder