GPUdb C++ API  Version 7.2.2.4
gpudb::AdminSwitchoverResponse Struct Reference

A set of results returned by GPUdb::adminSwitchover. More...

#include <gpudb/protocol/admin_switchover.h>

Public Member Functions

 AdminSwitchoverResponse ()
 Constructs an AdminSwitchoverResponse object with default parameters. More...
 

Public Attributes

std::map< std::string, std::string > info
 Additional information. More...
 

Detailed Description

A set of results returned by GPUdb::adminSwitchover.

Definition at line 190 of file admin_switchover.h.

Constructor & Destructor Documentation

◆ AdminSwitchoverResponse()

gpudb::AdminSwitchoverResponse::AdminSwitchoverResponse ( )
inline

Constructs an AdminSwitchoverResponse object with default parameters.

Definition at line 196 of file admin_switchover.h.

Member Data Documentation

◆ info

std::map<std::string, std::string> gpudb::AdminSwitchoverResponse::info

Additional information.

Definition at line 204 of file admin_switchover.h.


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