Interface FlowTableStatisticsUpdate

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<FlowTableStatisticsUpdate>, org.opendaylight.yangtools.yang.binding.BaseNotification, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, FlowTableAndStatisticsMap, MultipartTransactionAware, org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.Node, org.opendaylight.yangtools.yang.binding.Notification, TransactionAware

    @Deprecated
    public interface FlowTableStatisticsUpdate
    extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<FlowTableStatisticsUpdate>, org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.Node, FlowTableAndStatisticsMap, MultipartTransactionAware, org.opendaylight.yangtools.yang.binding.Notification
    Deprecated.
    Receive flow table statistics update

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

     notification flow-table-statistics-update {
       status deprecated;
       uses inv:node;
       uses flow-table-and-statistics-map;
       uses tr:multipart-transaction-aware;
     }
     
    The schema path to identify an instance is opendaylight-flow-table-statistics/flow-table-statistics-update

    To create instances of this class use FlowTableStatisticsUpdateBuilder.

    See Also:
    FlowTableStatisticsUpdateBuilder