Cisco Packet Tracer Extensions API 8.1.0
API for communication between Cisco Packet Tracer application and its extension applications and modules.
Public Member Functions | List of all members
NetflowFlow Class Reference

NetflowFlow holds and manipulates NetFlow flows. More...

Public Member Functions

int getMatchStatementCount ()
 Returns the number of match statements. More...
 
FlowMatchStatement getMatchStatementAt (int)
 Returns the match statement at the specified index. More...
 
int getCollectStatementCount ()
 Returns the number of collect statements. More...
 
FlowCollectStatement getCollectStatementAt (int)
 Returns the collect statement at the specified index. More...
 
string getAssociatedRecordName ()
 Returns the name of the associated record. More...
 
void setAssociatedRecordName (string)
 Sets the name for the associated record. More...
 
string getIpFlowCacheString ()
 Returns the IP cache flow output. More...
 

Detailed Description

NetflowFlow holds and manipulates NetFlow flows.

Member Function Documentation

◆ getAssociatedRecordName()

string NetflowFlow::getAssociatedRecordName ( )

Returns the name of the associated record.

Returns
string, the name of the associated record.

◆ getCollectStatementAt()

FlowCollectStatement NetflowFlow::getCollectStatementAt ( int  )

Returns the collect statement at the specified index.

Parameters
index,theindex of the collect statement of interest.
Returns
FlowCollectStatement, the FlowCollectStatement at the specified index.

◆ getCollectStatementCount()

int NetflowFlow::getCollectStatementCount ( )

Returns the number of collect statements.

Returns
int, the number of collect statements.

◆ getIpFlowCacheString()

string NetflowFlow::getIpFlowCacheString ( )

Returns the IP cache flow output.

Returns
string, the IP cache flow output.

◆ getMatchStatementAt()

FlowMatchStatement NetflowFlow::getMatchStatementAt ( int  )

Returns the match statement at the specified index.

Parameters
index,theindex of the match statement of interest.
Returns
FlowMatchStatement, the FlowMatchStatement at the specified index.

◆ getMatchStatementCount()

int NetflowFlow::getMatchStatementCount ( )

Returns the number of match statements.

Returns
int, the number of match statements.

◆ setAssociatedRecordName()

void NetflowFlow::setAssociatedRecordName ( string  )

Sets the name for the associated record.

Parameters
record,thename for the associated record.

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