GPUdb C++ API
Version 7.2.2.4
|
A set of parameters for GPUdb::adminOffline. More...
#include <gpudb/protocol/admin_offline.h>
Public Member Functions | |
AdminOfflineRequest () | |
Constructs an AdminOfflineRequest object with default parameters. More... | |
AdminOfflineRequest (const bool offline_, const std::map< std::string, std::string > &options_) | |
Constructs an AdminOfflineRequest object with the specified parameters. More... | |
Public Attributes | |
bool | offline |
Set to true if desired state is offline. More... | |
std::map< std::string, std::string > | options |
Optional parameters. More... | |
A set of parameters for GPUdb::adminOffline.
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 19 of file admin_offline.h.
|
inline |
Constructs an AdminOfflineRequest object with default parameters.
Definition at line 24 of file admin_offline.h.
|
inline |
Constructs an AdminOfflineRequest object with the specified parameters.
[in] | offline_ | Set to true if desired state is offline. Supported values:
|
[in] | options_ | Optional parameters.
|
Definition at line 55 of file admin_offline.h.
bool gpudb::AdminOfflineRequest::offline |
Set to true if desired state is offline.
Supported values:
Definition at line 69 of file admin_offline.h.
std::map<std::string, std::string> gpudb::AdminOfflineRequest::options |
Optional parameters.
The default value is an empty map.
Definition at line 86 of file admin_offline.h.