Interface QueueIdAndStatisticsMap

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
    All Known Subinterfaces:
    GetAllQueuesStatisticsFromAllPortsOutput, GetAllQueuesStatisticsFromGivenPortOutput, GetQueueStatisticsFromGivenPortOutput, GetQueueStatisticsOutput, MultipartReplyQueueStats, QueueStatisticsUpdate

    public interface QueueIdAndStatisticsMap
    extends org.opendaylight.yangtools.yang.binding.DataObject

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

     grouping queue-id-and-statistics-map {
       list queue-id-and-statistics-map {
         key "queue-id node-connector-id";
         leaf queue-id {
           type queue-types:queue-id;
         }
         leaf node-connector-id {
           type inv:node-connector-id;
         }
         uses stat-types:generic-queue-statistics;
       }
     }
     
    The schema path to identify an instance is opendaylight-queue-statistics/queue-id-and-statistics-map
    • Field Detail

      • QNAME

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

      • implementedInterface

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