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
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; }The schema path to identify an instance is sal-flows-batch/batch-flow-input-grouping
-
-
Field Summary
Fields Modifier and Type Field Description static @NonNull org.opendaylight.yangtools.yang.common.QNameQNAME
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Class<? extends BatchFlowInputGrouping>implementedInterface()-
Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.flows.service.rev160314.BatchFlowIdGrouping
getFlowId
-
Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.Flow
getBufferId, getContainerName, getCookieMask, getFlags, getFlowName, getInstructions, getMatch, getOutGroup, getOutPort, isBarrier, isInstallHw, isStrict
-
Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.GenericFlowAttributes
getCookie, getHardTimeout, getIdleTimeout, getPriority, getTableId
-
-
-
-
Method Detail
-
implementedInterface
Class<? extends BatchFlowInputGrouping> implementedInterface()
- Specified by:
implementedInterfacein interfaceBatchFlowIdGrouping- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataContainer- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataObject- Specified by:
implementedInterfacein interfaceFlow- Specified by:
implementedInterfacein interfaceGenericFlowAttributes
-
-