OpenSDN source code
|
#include <session_stats_collector.h>
Public Member Functions | |
SessionExportInfo () | |
Public Attributes | |
bool | valid |
std::string | vm_cfg_name |
std::string | other_vrouter |
uint16_t | underlay_proto |
UuidList | vmi_slo_list |
UuidList | vn_slo_list |
SessionFlowExportInfo | fwd_flow |
SessionFlowExportInfo | rev_flow |
Definition at line 91 of file session_stats_collector.h.
|
inline |
Definition at line 100 of file session_stats_collector.h.
SessionFlowExportInfo SessionExportInfo::fwd_flow |
Definition at line 98 of file session_stats_collector.h.
std::string SessionExportInfo::other_vrouter |
Definition at line 94 of file session_stats_collector.h.
SessionFlowExportInfo SessionExportInfo::rev_flow |
Definition at line 99 of file session_stats_collector.h.
uint16_t SessionExportInfo::underlay_proto |
Definition at line 95 of file session_stats_collector.h.
bool SessionExportInfo::valid |
Definition at line 92 of file session_stats_collector.h.
std::string SessionExportInfo::vm_cfg_name |
Definition at line 93 of file session_stats_collector.h.
UuidList SessionExportInfo::vmi_slo_list |
Definition at line 96 of file session_stats_collector.h.
UuidList SessionExportInfo::vn_slo_list |
Definition at line 97 of file session_stats_collector.h.