NFExporterManager manages different NetFlow exporters configured on routers.
More...
NFExporterManager manages different NetFlow exporters configured on routers.
◆ createNFExporter()
NFExporter NFExporterManager::createNFExporter |
( |
string |
| ) |
|
Creates a NetFlow exporter with the specified name.
- Parameters
-
exporterName,the | name for the NetFlow exporter. |
- Returns
- NFExporter, the NFExporter object of the created NetFlow exporter.
◆ getNFExporterAt()
NFExporter NFExporterManager::getNFExporterAt |
( |
int |
| ) |
|
Returns the NetFlow exporter at the specified index.
- Parameters
-
index,the | index of the NetFlow exporter of interest. |
- Returns
- NFExporter, the NFExporter object at the specified index.
◆ getNFExporterByIpAndPort()
NFExporter NFExporterManager::getNFExporterByIpAndPort |
( |
ip |
, |
|
|
int |
|
|
) |
| |
Returns the NetFlow exporter with the specified IP address and UDP port number.
- Parameters
-
ipAddr,the | IP address of the NetFlow exporter of interest. |
udpPort,the | UDP port number of the NetFlow exporter of interest. |
- Returns
- NFExporter, the NFExporter object with the specified name.
◆ getNFExporterByName()
NFExporter NFExporterManager::getNFExporterByName |
( |
string |
| ) |
|
Returns the NetFlow exporter with the specified name.
- Parameters
-
name,the | name of the NetFlow exporter of interest. |
- Returns
- NFExporter, the NFExporter object with the specified name.
◆ getNFExporterCount()
int NFExporterManager::getNFExporterCount |
( |
| ) |
|
Returns the number of NetFlow exporters.
- Returns
- int, the number of NetFlow exporters.
◆ removeNFExporter()
void NFExporterManager::removeNFExporter |
( |
string |
| ) |
|
Removes the NetFlow exporter with the specified name.
- Parameters
-
exporterName,the | name of the NetFlow exporter of interest. |
◆ removeNFExporterAt()
void NFExporterManager::removeNFExporterAt |
( |
int |
| ) |
|
Removes the NetFlow exporter at the specified index.
- Parameters
-
index,the | index of the NetFlow exporter of interest. |
The documentation for this class was generated from the following file: