MeterStatistics¶
Keys
Leafs
- 
class 
InterfacesState.Interface.DiffservTargetEntry.DiffservTargetClassifierStatistics.MeterStatistics¶ Bases:
EntityClass Hierarchy:
InterfacesStateInterfaceDiffservTargetEntryDiffservTargetClassifierStatisticsMeterStatisticsThis class represents state data.
Meter statistics
- 
meter_id(key)¶ Meter Identifier
type: int
range: 0..65535config: False
- 
meter_succeed_pkts¶ Number of packets which succeed the meter
type: int
range: 0..18446744073709551615config: False
- 
meter_succeed_bytes¶ Bytes of packets which succeed the meter
type: int
range: 0..18446744073709551615config: False
- 
meter_failed_pkts¶ Number of packets which failed the meter
type: int
range: 0..18446744073709551615config: False
- 
meter_failed_bytes¶ Bytes of packets which failed the meter
type: int
range: 0..18446744073709551615config: False
-