MySQL 8.3.0
Source Code Documentation
mysqlrouter::ClusterInfo Struct Reference

#include <cluster_metadata.h>

Public Member Functions

std::string get_cluster_type_specific_id () const
 

Public Attributes

std::vector< std::string > metadata_servers
 
std::string cluster_id
 
std::string cluster_type_specific_id
 
std::string name
 
bool is_primary {false}
 

Member Function Documentation

◆ get_cluster_type_specific_id()

std::string mysqlrouter::ClusterInfo::get_cluster_type_specific_id ( ) const
inline

Member Data Documentation

◆ cluster_id

std::string mysqlrouter::ClusterInfo::cluster_id

◆ cluster_type_specific_id

std::string mysqlrouter::ClusterInfo::cluster_type_specific_id

◆ is_primary

bool mysqlrouter::ClusterInfo::is_primary {false}

◆ metadata_servers

std::vector<std::string> mysqlrouter::ClusterInfo::metadata_servers

◆ name

std::string mysqlrouter::ClusterInfo::name

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