A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
flowmon-parse-results.FiveTuple Class Reference

FiveTuple. More...

+ Inheritance diagram for flowmon-parse-results.FiveTuple:
+ Collaboration diagram for flowmon-parse-results.FiveTuple:

Public Member Functions

def __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
 

Detailed Description

FiveTuple.

Definition at line 19 of file flowmon-parse-results.py.

Constructor & Destructor Documentation

◆ __init__()

def flowmon-parse-results.FiveTuple.__init__ (   self,
  el 
)

The initializer.

Parameters
selfThe object pointer.
elThe element.

Definition at line 35 of file flowmon-parse-results.py.

Member Data Documentation

◆ __slots_

flowmon-parse-results.FiveTuple.__slots_ = ["sourceAddress", "destinationAddress", "protocol", "sourcePort", "destinationPort"]
staticprivate

class variable list

Definition at line 33 of file flowmon-parse-results.py.

◆ destinationAddress

flowmon-parse-results.FiveTuple.destinationAddress

destination address

Definition at line 41 of file flowmon-parse-results.py.

◆ destinationPort

flowmon-parse-results.FiveTuple.destinationPort

destination port

Definition at line 43 of file flowmon-parse-results.py.

◆ protocol

flowmon-parse-results.FiveTuple.protocol

network protocol

Definition at line 44 of file flowmon-parse-results.py.

◆ sourceAddress

flowmon-parse-results.FiveTuple.sourceAddress

class variablessource address

Definition at line 40 of file flowmon-parse-results.py.

◆ sourcePort

flowmon-parse-results.FiveTuple.sourcePort

source port

Definition at line 42 of file flowmon-parse-results.py.


The documentation for this class was generated from the following file: