◆ adminOffline() [1/4]
| AdminOfflineResponse gpudb::GPUdb::adminOffline | ( | const AdminOfflineRequest & | request_ | ) | const |
◆ adminOffline() [2/4]
| AdminOfflineResponse & gpudb::GPUdb::adminOffline | ( | const AdminOfflineRequest & | request_, |
| AdminOfflineResponse & | response_ ) const |
Take the system offline.
When the system is offline, no user operations can be performed with the exception of a system shutdown.
Parameters
Returns
Response object containing the result of the operation (initially passed in by reference).
◆ adminOffline() [3/4]
| AdminOfflineResponse gpudb::GPUdb::adminOffline | ( | const bool | offline, |
| const std::map< std::string, std::string > & | options ) const |
Take the system offline.
When the system is offline, no user operations can be performed with the exception of a system shutdown.
Parameters
| [in] | offline | Set to true if desired state is offline. Supported values:
|
| [in] | options | Optional parameters.
|
Returns
Response object containing the result of the operation.
◆ adminOffline() [4/4]
| AdminOfflineResponse & gpudb::GPUdb::adminOffline | ( | const bool | offline, |
| const std::map< std::string, std::string > & | options, | ||
| AdminOfflineResponse & | response_ ) const |
Take the system offline.
When the system is offline, no user operations can be performed with the exception of a system shutdown.
Parameters
| [in] | offline | Set to true if desired state is offline. Supported values:
|
| [in] | options | Optional parameters.
|
| [out] | response_ | Response object containing the results of the operation. |
Returns
Response object containing the result of the operation (initially passed in by reference).