Interface AggregateFlowStatisticsUpdate

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

    @Deprecated
    public interface AggregateFlowStatisticsUpdate
    extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<AggregateFlowStatisticsUpdate>, org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.Node, AggregateFlowStatistics, MultipartTransactionAware, org.opendaylight.yangtools.yang.binding.Notification
    Deprecated.
    Aggregate flow statistics for a table, sent by switch

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

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

    To create instances of this class use AggregateFlowStatisticsUpdateBuilder.

    See Also:
    AggregateFlowStatisticsUpdateBuilder