GPUdb C++ API  Version 7.1.10.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
gpudb::AdminAddHostResponse Struct Reference

A set of output parameters for const. More...

#include <gpudb/protocol/admin_add_host.h>

Public Member Functions

 AdminAddHostResponse ()
 Constructs an AdminAddHostResponse object with default parameter values. More...
 

Public Attributes

std::string addedHost
 
std::map< std::string,
std::string > 
info
 

Detailed Description

A set of output parameters for const.

Adds a host to an existing cluster.

Definition at line 158 of file admin_add_host.h.

Constructor & Destructor Documentation

gpudb::AdminAddHostResponse::AdminAddHostResponse ( )
inline

Constructs an AdminAddHostResponse object with default parameter values.

Definition at line 165 of file admin_add_host.h.

Member Data Documentation

std::string gpudb::AdminAddHostResponse::addedHost

Definition at line 171 of file admin_add_host.h.

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

Definition at line 172 of file admin_add_host.h.


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