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
ParameterMapManager Class Reference

ParameterMapManager holds and manages Zone-Based Policy Firewall parameter maps. More...

Public Member Functions

void deleteParameterMap (string)
 Deletes the parameter map with the specified name. More...
 
ParameterMap getParameterMap (string)
 Returns the parameter map with the specified name. More...
 
ParameterMap getParameterMapAt (int)
 Returns the parameter map at the specified index. More...
 
bool isParameterMapExists (string)
 Returns true if the paramter map with the specified name exists, otherwise false. More...
 
int getParameterMapCount ()
 Returns the number of paramter maps. More...
 

Detailed Description

ParameterMapManager holds and manages Zone-Based Policy Firewall parameter maps.

Member Function Documentation

◆ deleteParameterMap()

void ParameterMapManager::deleteParameterMap ( string  )

Deletes the parameter map with the specified name.

Parameters
name,thename of the paramter map of interest.

◆ getParameterMap()

ParameterMap ParameterMapManager::getParameterMap ( string  )

Returns the parameter map with the specified name.

Parameters
name,thename of the paramter map of interest.
Returns
ParameterMap, the ParameterMap object with the specified name.

◆ getParameterMapAt()

ParameterMap ParameterMapManager::getParameterMapAt ( int  )

Returns the parameter map at the specified index.

Parameters
index,theindex of the paramter map of interest.
Returns
ParameterMap, the ParameterMap object at the specified index.

◆ getParameterMapCount()

int ParameterMapManager::getParameterMapCount ( )

Returns the number of paramter maps.

Returns
int, the number of paramter maps.

◆ isParameterMapExists()

bool ParameterMapManager::isParameterMapExists ( string  )

Returns true if the paramter map with the specified name exists, otherwise false.

Parameters
name,thename of the paramter map of interest.
Returns
bool, the true if the paramter map with the specified name exists, otherwise false.

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