Package onep :: Package policyservice :: Module statistics :: Class PoliceStatistics
[frames] | no frames]

Class PoliceStatistics


This class contains all the information received from the Network Element about PoliceStatistics.

Instance Methods
 
conform_bytes(self)
The conform bytes
 
conform_packets(self)
The conform packets
 
conform_rate(self)
The conform rate
 
exceed_bytes(self)
The exceed bytes
 
exceed_packets(self)
The exceed packets
 
exceed_rate(self)
The exceed rate
 
violate_bytes(self)
The violate bytes
 
violate_packets(self)
The violate packets
 
violate_rate(self)
The violate rate
 
__init__(self, conform_bytes, conform_packets, conform_rate, exceed_bytes, exceed_packets, exceed_rate, violate_bytes, violate_packets, violate_rate)
Constructor of PoliceStatistics.
 
__str__(self)
str(x)

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __subclasshook__

Properties

Inherited from object: __class__

Method Details

conform_bytes(self)

 
The conform bytes
Decorators:
  • @property

conform_packets(self)

 
The conform packets
Decorators:
  • @property

conform_rate(self)

 
The conform rate
Decorators:
  • @property

exceed_bytes(self)

 
The exceed bytes
Decorators:
  • @property

exceed_packets(self)

 
The exceed packets
Decorators:
  • @property

exceed_rate(self)

 
The exceed rate
Decorators:
  • @property

violate_bytes(self)

 
The violate bytes
Decorators:
  • @property

violate_packets(self)

 
The violate packets
Decorators:
  • @property

violate_rate(self)

 
The violate rate
Decorators:
  • @property

__init__(self, conform_bytes, conform_packets, conform_rate, exceed_bytes, exceed_packets, exceed_rate, violate_bytes, violate_packets, violate_rate)
(Constructor)

 

Constructor of PoliceStatistics.

Overrides: object.__init__

__str__(self)
(Informal representation operator)

 

str(x)

Overrides: object.__str__
(inherited documentation)