Interface PacketQueues

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<PacketQueues>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<GetQueueOutput>, CommonQueue, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, QueuePacket

    public interface PacketQueues
    extends org.opendaylight.yangtools.yang.binding.ChildOf<GetQueueOutput>, org.opendaylight.yangtools.yang.binding.Augmentable<PacketQueues>, QueuePacket

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

     list packet-queues {
       uses queue-type:queue-packet;
     }
     
    The schema path to identify an instance is sal-queue/get-queue/output/packet-queues

    To create instances of this class use PacketQueuesBuilder.

    See Also:
    PacketQueuesBuilder
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static @NonNull org.opendaylight.yangtools.yang.common.QName QNAME  
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<PacketQueues> implementedInterface()
        Specified by:
        implementedInterface in interface CommonQueue
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
        Specified by:
        implementedInterface in interface QueuePacket