MySQL 9.3.0
Source Code Documentation
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
MySQLRoutingAPI::SslOptions Struct Reference

#include <routing_component.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
 
std::string cert
 
std::string key
 
std::string curves
 

Member Data Documentation

◆ ca

std::string MySQLRoutingAPI::SslOptions::ca

◆ capath

std::string MySQLRoutingAPI::SslOptions::capath

◆ cert

std::string MySQLRoutingAPI::SslOptions::cert

◆ crl

std::string MySQLRoutingAPI::SslOptions::crl

◆ crlpath

std::string MySQLRoutingAPI::SslOptions::crlpath

◆ curves

std::string MySQLRoutingAPI::SslOptions::curves

◆ key

std::string MySQLRoutingAPI::SslOptions::key

◆ ssl_cipher

std::string MySQLRoutingAPI::SslOptions::ssl_cipher

◆ ssl_mode

mysql_ssl_mode MySQLRoutingAPI::SslOptions::ssl_mode

◆ tls_version

std::string MySQLRoutingAPI::SslOptions::tls_version

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