OpenSDN source code
SandeshConfig Struct Reference

#include <sandesh_options.h>

Collaboration diagram for SandeshConfig:

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
 

Detailed Description

Definition at line 12 of file sandesh_options.h.

Constructor & Destructor Documentation

◆ SandeshConfig()

SandeshConfig::SandeshConfig ( )
inline

Definition at line 13 of file sandesh_options.h.

◆ ~SandeshConfig()

SandeshConfig::~SandeshConfig ( )
inline

Definition at line 32 of file sandesh_options.h.

Member Data Documentation

◆ ca_cert

std::string SandeshConfig::ca_cert

Definition at line 40 of file sandesh_options.h.

◆ certfile

std::string SandeshConfig::certfile

Definition at line 37 of file sandesh_options.h.

◆ disable_object_logs

bool SandeshConfig::disable_object_logs

Definition at line 45 of file sandesh_options.h.

◆ http_server_ip

std::string SandeshConfig::http_server_ip

Definition at line 35 of file sandesh_options.h.

◆ introspect_ssl_enable

bool SandeshConfig::introspect_ssl_enable

Definition at line 43 of file sandesh_options.h.

◆ introspect_ssl_insecure

bool SandeshConfig::introspect_ssl_insecure

Definition at line 44 of file sandesh_options.h.

◆ keyfile

std::string SandeshConfig::keyfile

Definition at line 36 of file sandesh_options.h.

◆ sandesh_ssl_enable

bool SandeshConfig::sandesh_ssl_enable

Definition at line 42 of file sandesh_options.h.

◆ server_certfile

std::string SandeshConfig::server_certfile

Definition at line 39 of file sandesh_options.h.

◆ server_keyfile

std::string SandeshConfig::server_keyfile

Definition at line 38 of file sandesh_options.h.

◆ stats_collector

std::string SandeshConfig::stats_collector

Definition at line 41 of file sandesh_options.h.

◆ system_logs_rate_limit

uint32_t SandeshConfig::system_logs_rate_limit

Definition at line 50 of file sandesh_options.h.

◆ tcp_keepalive_enable

bool SandeshConfig::tcp_keepalive_enable

Definition at line 46 of file sandesh_options.h.

◆ tcp_keepalive_idle_time

int SandeshConfig::tcp_keepalive_idle_time

Definition at line 47 of file sandesh_options.h.

◆ tcp_keepalive_interval

int SandeshConfig::tcp_keepalive_interval

Definition at line 49 of file sandesh_options.h.

◆ tcp_keepalive_probes

int SandeshConfig::tcp_keepalive_probes

Definition at line 48 of file sandesh_options.h.


The documentation for this struct was generated from the following file: