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

ZfwProcess is the process that handles zone based firewall. More...

Inheritance diagram for ZfwProcess:
Process FirewallProcess Firewallv6Process

Public Member Functions

int getZoneNameCount ()
 Returns the number of zones. More...
 
Zone getZoneNameAt (int)
 Returns the zone at specified index. More...
 
int getZonePairCount ()
 Returns the number of zone pairs. More...
 
ZonePair getZonePairEntryAt (int)
 Returns the zone pair at specified index. More...
 
- Public Member Functions inherited from Process
Device getOwnerDevice ()
 Returns the device for this process. More...
 

Detailed Description

ZfwProcess is the process that handles zone based firewall.

Member Function Documentation

◆ getZoneNameAt()

Zone ZfwProcess::getZoneNameAt ( int  )

Returns the zone at specified index.

Parameters
index,theindex of the zone of interest.
Returns
Zone, the Zone object at specified index.

◆ getZoneNameCount()

int ZfwProcess::getZoneNameCount ( )

Returns the number of zones.

Returns
int, the number of zones.

◆ getZonePairCount()

int ZfwProcess::getZonePairCount ( )

Returns the number of zone pairs.

Returns
int, the number of zones pairs.

◆ getZonePairEntryAt()

ZonePair ZfwProcess::getZonePairEntryAt ( int  )

Returns the zone pair at specified index.

Parameters
index,theindex of the zone pair of interest.
Returns
ZonePair, the ZonePair object at specified index.

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