GPUdb C++ API
Version 7.0.19.0
|
A set of output parameters for const. More...
#include <gpudb/protocol/admin_offline.h>
Public Member Functions | |
AdminOfflineResponse () | |
Constructs an AdminOfflineResponse object with default parameter values. More... | |
Public Attributes | |
bool | isOffline |
std::map< std::string, std::string > | info |
A set of output parameters for const.
Take the system offline. When the system is offline, no user operations can be performed with the exception of a system shutdown.
Definition at line 116 of file admin_offline.h.
|
inline |
Constructs an AdminOfflineResponse object with default parameter values.
Definition at line 123 of file admin_offline.h.
std::map<std::string, std::string> gpudb::AdminOfflineResponse::info |
Definition at line 130 of file admin_offline.h.
bool gpudb::AdminOfflineResponse::isOffline |
Definition at line 129 of file admin_offline.h.