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

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
 

Detailed Description

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.

Constructor & Destructor Documentation

gpudb::AdminAlterHostResponse::AdminAlterHostResponse ( )
inline

Constructs an AdminAlterHostResponse object with default parameter values.

Definition at line 127 of file admin_alter_host.h.

Member Data Documentation

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

Definition at line 132 of file admin_alter_host.h.


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