MySQL 8.3.0
Source Code Documentation
mysqlrouter::SSLOptions Struct Reference

SSL connection related options. More...

#include <datatypes.h>

Public Attributes

std::string mode
 
std::string cipher
 
std::string tls_version
 
std::string ca
 
std::string capath
 
std::string crl
 
std::string crlpath
 

Detailed Description

SSL connection related options.

Member Data Documentation

◆ ca

std::string mysqlrouter::SSLOptions::ca

◆ capath

std::string mysqlrouter::SSLOptions::capath

◆ cipher

std::string mysqlrouter::SSLOptions::cipher

◆ crl

std::string mysqlrouter::SSLOptions::crl

◆ crlpath

std::string mysqlrouter::SSLOptions::crlpath

◆ mode

std::string mysqlrouter::SSLOptions::mode

◆ tls_version

std::string mysqlrouter::SSLOptions::tls_version

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