GPUdb C++ API
Version 7.1.10.0
|
A set of output parameters for const. More...
#include <gpudb/protocol/admin_alter_host.h>
Public Member Functions | |
AdminAlterHostResponse () | |
Constructs an AdminAlterHostResponse object with default parameter values. More... | |
Public Attributes | |
std::map< std::string, std::string > | info |
A set of output parameters for const.
Alter properties on an existing host in the cluster. Currently, the only property that can be altered is a hosts ability to accept failover processes.
Definition at line 120 of file admin_alter_host.h.
|
inline |
Constructs an AdminAlterHostResponse object with default parameter values.
Definition at line 127 of file admin_alter_host.h.
std::map<std::string, std::string> gpudb::AdminAlterHostResponse::info |
Definition at line 132 of file admin_alter_host.h.