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

ZonePair holds and manipulates information about the configured zone pairs. More...

Public Member Functions

string getSrcZone ()
 Returns the source zone in the zone pair. More...
 
string getDestZone ()
 Returns the destinaton zone in the zone pair. More...
 
void setSrcZone (string)
 Sets the source zone. More...
 
void setDestZone (string)
 Sets the destinaton zone. More...
 
string getPolicyMap ()
 Returns the name of the policy map for this zone pair. More...
 
void setPolicyMap (string)
 Sets the name of the policy map for this zone pair. More...
 

Detailed Description

ZonePair holds and manipulates information about the configured zone pairs.

Member Function Documentation

◆ getDestZone()

string ZonePair::getDestZone ( )

Returns the destinaton zone in the zone pair.

Returns
string, the destinaton zone in the zone pair.

◆ getPolicyMap()

string ZonePair::getPolicyMap ( )

Returns the name of the policy map for this zone pair.

Returns
string, the name of the policy map for this zone pair.

◆ getSrcZone()

string ZonePair::getSrcZone ( )

Returns the source zone in the zone pair.

Returns
string, the source zone in the zone pair.

◆ setDestZone()

void ZonePair::setDestZone ( string  )

Sets the destinaton zone.

Parameters
name,thename of the destinaton zone.

◆ setPolicyMap()

void ZonePair::setPolicyMap ( string  )

Sets the name of the policy map for this zone pair.

Parameters
name,thename of the policy map for this zone pair.

◆ setSrcZone()

void ZonePair::setSrcZone ( string  )

Sets the source zone.

Parameters
name,thename of the source zone.

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