Inheritance diagram for flowmon-parse-results.FiveTuple:
 Collaboration diagram for flowmon-parse-results.FiveTuple:Public Member Functions | |
| def | __init__ (self, el) | 
Public Attributes | |
| destinationAddress | |
| destinationPort | |
| protocol | |
| sourceAddress | |
| sourcePort | |
Static Private Attributes | |
| list | __slots__ = ['sourceAddress', 'destinationAddress', 'protocol', 'sourcePort', 'destinationPort'] | 
Definition at line 16 of file flowmon-parse-results.py.
| def flowmon-parse-results.FiveTuple.__init__ | ( | self, | |
| el | |||
| ) | 
Definition at line 18 of file flowmon-parse-results.py.
      
  | 
  staticprivate | 
Definition at line 17 of file flowmon-parse-results.py.
| flowmon-parse-results.FiveTuple.destinationAddress | 
Definition at line 20 of file flowmon-parse-results.py.
| flowmon-parse-results.FiveTuple.destinationPort | 
Definition at line 22 of file flowmon-parse-results.py.
| flowmon-parse-results.FiveTuple.protocol | 
Definition at line 23 of file flowmon-parse-results.py.
| flowmon-parse-results.FiveTuple.sourceAddress | 
Definition at line 19 of file flowmon-parse-results.py.
| flowmon-parse-results.FiveTuple.sourcePort | 
Definition at line 21 of file flowmon-parse-results.py.