A Discrete-Event Network Simulator
API
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. More...
 

Public Attributes

 destinationAddress
 destination address More...
 
 destinationPort
 destination port More...
 
 protocol
 network protocol More...
 
 sourceAddress
 class variablessource address More...
 
 sourcePort
 source port More...
 

Static Private Attributes

list __slots_ = ['sourceAddress', 'destinationAddress', 'protocol', 'sourcePort', 'destinationPort']
 class variable list More...
 

Detailed Description

FiveTuple.

Definition at line 17 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 32 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 31 of file flowmon-parse-results.py.

◆ destinationAddress

flowmon-parse-results.FiveTuple.destinationAddress

destination address

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

◆ destinationPort

flowmon-parse-results.FiveTuple.destinationPort

destination port

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

◆ protocol

flowmon-parse-results.FiveTuple.protocol

network protocol

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

◆ sourceAddress

flowmon-parse-results.FiveTuple.sourceAddress

class variablessource address

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

◆ sourcePort

flowmon-parse-results.FiveTuple.sourcePort

source port

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


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