Interface BatchFlowInputGrouping

  • All Superinterfaces:
    BatchFlowIdGrouping, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, Flow, GenericFlowAttributes
    All Known Subinterfaces:
    BatchAddFlows, BatchRemoveFlows, FlatBatchAddFlow, FlatBatchRemoveFlow

    @Generated("mdsal-binding-generator")
    public interface BatchFlowInputGrouping
    extends org.opendaylight.yangtools.yang.binding.DataObject, BatchFlowIdGrouping, Flow
    Openflow flow structure suitable for batch rpc input.

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

     grouping batch-flow-input-grouping {
       uses batch-flow-id-grouping;
       uses types:flow;
     }