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