MySQL 8.4.0
Source Code Documentation
mysqlrouter::InstanceAttributes Struct Reference

#include <cluster_metadata_instance_attributes.h>

Static Public Member Functions

static stdx::expected< InstanceType, std::string > ROUTER_LIB_EXPORT get_instance_type (const std::string &attributes, const mysqlrouter::InstanceType default_instance_type)
 
static stdx::expected< bool, std::string > ROUTER_LIB_EXPORT get_hidden (const std::string &attributes, bool default_res)
 
static stdx::expected< bool, std::string > ROUTER_LIB_EXPORT get_disconnect_existing_sessions_when_hidden (const std::string &attributes, bool default_res)
 

Member Function Documentation

◆ get_disconnect_existing_sessions_when_hidden()

stdx::expected< bool, std::string > mysqlrouter::InstanceAttributes::get_disconnect_existing_sessions_when_hidden ( const std::string &  attributes,
bool  default_res 
)
static

◆ get_hidden()

stdx::expected< bool, std::string > mysqlrouter::InstanceAttributes::get_hidden ( const std::string &  attributes,
bool  default_res 
)
static

◆ get_instance_type()

stdx::expected< InstanceType, std::string > mysqlrouter::InstanceAttributes::get_instance_type ( const std::string &  attributes,
const mysqlrouter::InstanceType  default_instance_type 
)
static

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