GPUdb C++ API  Version 6.1.0.0
gpudb::AdminAlterConfigurationResponse Struct Reference

A set of output parameters for adminAlterConfiguration(const AdminAlterConfigurationRequest&) const. More...

#include <gpudb/protocol/admin_alter_configuration.h>

Public Member Functions

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

Public Attributes

std::string status
 

Detailed Description

A set of output parameters for adminAlterConfiguration(const AdminAlterConfigurationRequest&) const.

Update the system config file. Updates to the config file are only permitted when the system is stopped.

Definition at line 103 of file admin_alter_configuration.h.

Constructor & Destructor Documentation

◆ AdminAlterConfigurationResponse()

gpudb::AdminAlterConfigurationResponse::AdminAlterConfigurationResponse ( )
inline

Constructs an AdminAlterConfigurationResponse object with default parameter values.

Definition at line 110 of file admin_alter_configuration.h.

Member Data Documentation

◆ status

std::string gpudb::AdminAlterConfigurationResponse::status

Definition at line 115 of file admin_alter_configuration.h.


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