Public Member Functions | |
__init__ (self, el) | |
The initializer. | |
Public Attributes | |
destinationAddress | |
destination address | |
destinationPort | |
destination port | |
protocol | |
network protocol | |
sourceAddress | |
class variablessource address | |
sourcePort | |
source port | |
Static Private Attributes | |
list | __slots_ = ["sourceAddress", "destinationAddress", "protocol", "sourcePort", "destinationPort"] |
class variable list | |
Definition at line 17 of file flowmon-parse-results.py.
flowmon-parse-results.FiveTuple.__init__ | ( | self, | |
el ) |
The initializer.
self | The object pointer. |
el | The element. |
Definition at line 33 of file flowmon-parse-results.py.
|
staticprivate |
class variable list
Definition at line 31 of file flowmon-parse-results.py.
flowmon-parse-results.FiveTuple.destinationAddress |
destination address
Definition at line 39 of file flowmon-parse-results.py.
flowmon-parse-results.FiveTuple.destinationPort |
destination port
Definition at line 41 of file flowmon-parse-results.py.
flowmon-parse-results.FiveTuple.protocol |
network protocol
Definition at line 42 of file flowmon-parse-results.py.
flowmon-parse-results.FiveTuple.sourceAddress |
class variablessource address
Definition at line 38 of file flowmon-parse-results.py.
flowmon-parse-results.FiveTuple.sourcePort |
source port
Definition at line 40 of file flowmon-parse-results.py.