Skip to main content
  • adminOffline

    public AdminOfflineResponse adminOffline(AdminOfflineRequest request) throws GPUdbException
    Take the system offline. When the system is offline, no user operations can be performed with the exception of a system shutdown.
    Parameters:
    request - Request object containing the parameters for the operation.
    Returns:
    Response object containing the results of the operation.
    Throws:
    GPUdbException - if an error occurs during the operation.
  • adminOffline

    public AdminOfflineResponse adminOffline(boolean offline, Map<String,String> options) throws GPUdbException
    Take the system offline. When the system is offline, no user operations can be performed with the exception of a system shutdown.
    Parameters:
    offline - Set to true if desired state is offline. Supported values:
    • true
    • false
    options - Optional parameters.The default value is an empty Map.
    Returns:
    Response object containing the results of the operation.
    Throws:
    GPUdbException - if an error occurs during the operation.