FlowMonitorManager manages all the flow monitors defined on a device.
More...
FlowMonitorManager manages all the flow monitors defined on a device.
◆ createMonitor()
FlowMonitor FlowMonitorManager::createMonitor |
( |
string |
| ) |
|
Creates a flow monitor with the specified name.
- Parameters
-
monitorName,the | name of the flow monitor. |
- Returns
- FlowMonitor, the flow monitor with the specified name.
◆ getMonitor()
Returns the flow monitor with the specified name.
- Parameters
-
monitorName,the | name of the flow monitor of interest. |
- Returns
- FlowMonitor, the flow monitor with the specified name.
◆ getMonitorAt()
Returns the flow monitor at the specified index.
- Parameters
-
index,the | index of the flow monitor of interest. |
- Returns
- FlowMonitor, the flow monitor at the specified index.
◆ getMonitorCount()
int FlowMonitorManager::getMonitorCount |
( |
| ) |
|
Returns the number of flow monitors.
- Returns
- int, the number of flow monitors.
◆ removeMonitor()
void FlowMonitorManager::removeMonitor |
( |
string |
| ) |
|
Removes the flow monitor with the specified name.
- Parameters
-
monitorName,the | name of the flow monitor of interest. |
The documentation for this class was generated from the following file: