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

PolicyMapManager holds and manages policy maps. More...

Public Member Functions

int getPolicyMapCount ()
 Returns the number of policy maps. More...
 
PolicyMap getPolicyMapAt (int)
 Returns the policy map at the specified index. More...
 
PolicyMap getPolicyMap (string)
 Returns the policy map with the specified name. More...
 

Detailed Description

PolicyMapManager holds and manages policy maps.

Member Function Documentation

◆ getPolicyMap()

PolicyMap PolicyMapManager::getPolicyMap ( string  )

Returns the policy map with the specified name.

Parameters
name,thename of the policy map of interest.
Returns
PolicyMap, the PolicyMap object with the specified name.

◆ getPolicyMapAt()

PolicyMap PolicyMapManager::getPolicyMapAt ( int  )

Returns the policy map at the specified index.

Parameters
index,theindex of the policy map of interest.
Returns
PolicyMap, the PolicyMap object at the specified index.

◆ getPolicyMapCount()

int PolicyMapManager::getPolicyMapCount ( )

Returns the number of policy maps.

Returns
int, the number of policy maps.

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