ParameterMapManager holds and manages Zone-Based Policy Firewall parameter maps.
More...
ParameterMapManager holds and manages Zone-Based Policy Firewall parameter maps.
◆ deleteParameterMap()
void ParameterMapManager::deleteParameterMap |
( |
string |
| ) |
|
Deletes the parameter map with the specified name.
- Parameters
-
name,the | name of the paramter map of interest. |
◆ getParameterMap()
ParameterMap ParameterMapManager::getParameterMap |
( |
string |
| ) |
|
Returns the parameter map with the specified name.
- Parameters
-
name,the | name of the paramter map of interest. |
- Returns
- ParameterMap, the ParameterMap object with the specified name.
◆ getParameterMapAt()
Returns the parameter map at the specified index.
- Parameters
-
index,the | index 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,the | name 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: