MySQL 9.3.0
Source Code Documentation
collector::CountedMySQLSession::ConnectionParameters::SslOptions Struct Reference

#include <counted_mysql_session.h>

Public Attributes

mysql_ssl_mode ssl_mode
 
std::string tls_version
 
std::string ssl_cipher
 
std::string ca
 
std::string capath
 
std::string crl
 
std::string crlpath
 

Member Data Documentation

◆ ca

std::string collector::CountedMySQLSession::ConnectionParameters::SslOptions::ca

◆ capath

std::string collector::CountedMySQLSession::ConnectionParameters::SslOptions::capath

◆ crl

std::string collector::CountedMySQLSession::ConnectionParameters::SslOptions::crl

◆ crlpath

std::string collector::CountedMySQLSession::ConnectionParameters::SslOptions::crlpath

◆ ssl_cipher

std::string collector::CountedMySQLSession::ConnectionParameters::SslOptions::ssl_cipher

◆ ssl_mode

mysql_ssl_mode collector::CountedMySQLSession::ConnectionParameters::SslOptions::ssl_mode

◆ tls_version

std::string collector::CountedMySQLSession::ConnectionParameters::SslOptions::tls_version

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