Interface Queue

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject

    @Generated("mdsal-binding-generator")
    public interface Queue
    extends org.opendaylight.yangtools.yang.binding.DataObject

    This class represents the following YANG schema fragment defined in module flow-node-inventory

     grouping queue {
       leaf queue-id {
         type uint32;
       }
       container properties {
         leaf minimum-rate {
           type uint32;
         }
         leaf maximum-rate {
           type uint32;
         }
       }
     }
     
    The schema path to identify an instance is flow-node-inventory/queue
    • Field Detail

      • QNAME

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

      • implementedInterface

        Class<? extends Queue> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getQueueId

        org.opendaylight.yangtools.yang.common.Uint32 getQueueId()
        Return queueId, or null if it is not present.
             
                 id for the specific queue
             
         
        Returns:
        org.opendaylight.yangtools.yang.common.Uint32 queueId, or null if it is not present.
      • getProperties

        Properties getProperties()
        Return properties, or null if it is not present.
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.queue.Properties properties, or null if it is not present.