Interface NodeMeter

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, Meter, org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeContextRef
    All Known Subinterfaces:
    AddMeterInput, MeterAdded, MeterRemoved, MeterUpdated, RemoveMeterInput

    @Generated("mdsal-binding-generator")
    public interface NodeMeter
    extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeContextRef, Meter
    Basic openflow meter structure suitable for rpc input (contains node-context-ref)

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

     grouping node-meter {
       uses inv:node-context-ref;
       uses meter-type:meter;
     }
     
    The schema path to identify an instance is sal-meter/node-meter
    • Field Detail

      • QNAME

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

      • implementedInterface

        Class<? extends NodeMeter> implementedInterface()
        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 Meter
        Specified by:
        implementedInterface in interface org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeContextRef