Interface BatchMeterOutputListGrouping

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
    All Known Subinterfaces:
    AddMetersBatchOutput, RemoveMetersBatchOutput, UpdateMetersBatchOutput

    public interface BatchMeterOutputListGrouping
    extends org.opendaylight.yangtools.yang.binding.DataObject
    Openflow meter list suitable for batch rpc output.

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

     grouping batch-meter-output-list-grouping {
       list batch-failed-meters-output {
         key batch-order;
         uses batch:batch-order-grouping;
         leaf meter-id {
           type meter-type:meter-id;
         }
       }
     }
     
    The schema path to identify an instance is sal-meters-batch/batch-meter-output-list-grouping
    • Field Detail

      • QNAME

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

      • implementedInterface

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