OpenSDN source code
|
#include <sandesh_options.h>
Public Member Functions | |
SandeshConfig () | |
~SandeshConfig () | |
Public Attributes | |
std::string | http_server_ip |
std::string | keyfile |
std::string | certfile |
std::string | server_keyfile |
std::string | server_certfile |
std::string | ca_cert |
std::string | stats_collector |
bool | sandesh_ssl_enable |
bool | introspect_ssl_enable |
bool | introspect_ssl_insecure |
bool | disable_object_logs |
bool | tcp_keepalive_enable |
int | tcp_keepalive_idle_time |
int | tcp_keepalive_probes |
int | tcp_keepalive_interval |
uint32_t | system_logs_rate_limit |
Definition at line 12 of file sandesh_options.h.
|
inline |
Definition at line 13 of file sandesh_options.h.
|
inline |
Definition at line 32 of file sandesh_options.h.
std::string SandeshConfig::ca_cert |
Definition at line 40 of file sandesh_options.h.
std::string SandeshConfig::certfile |
Definition at line 37 of file sandesh_options.h.
bool SandeshConfig::disable_object_logs |
Definition at line 45 of file sandesh_options.h.
std::string SandeshConfig::http_server_ip |
Definition at line 35 of file sandesh_options.h.
bool SandeshConfig::introspect_ssl_enable |
Definition at line 43 of file sandesh_options.h.
bool SandeshConfig::introspect_ssl_insecure |
Definition at line 44 of file sandesh_options.h.
std::string SandeshConfig::keyfile |
Definition at line 36 of file sandesh_options.h.
bool SandeshConfig::sandesh_ssl_enable |
Definition at line 42 of file sandesh_options.h.
std::string SandeshConfig::server_certfile |
Definition at line 39 of file sandesh_options.h.
std::string SandeshConfig::server_keyfile |
Definition at line 38 of file sandesh_options.h.
std::string SandeshConfig::stats_collector |
Definition at line 41 of file sandesh_options.h.
uint32_t SandeshConfig::system_logs_rate_limit |
Definition at line 50 of file sandesh_options.h.
bool SandeshConfig::tcp_keepalive_enable |
Definition at line 46 of file sandesh_options.h.
int SandeshConfig::tcp_keepalive_idle_time |
Definition at line 47 of file sandesh_options.h.
int SandeshConfig::tcp_keepalive_interval |
Definition at line 49 of file sandesh_options.h.
int SandeshConfig::tcp_keepalive_probes |
Definition at line 48 of file sandesh_options.h.