GPUdb C++ API
Version 7.2.2.4
|
A set of parameters for GPUdb::showResourceGroups. More...
#include <gpudb/protocol/show_resource_groups.h>
Public Member Functions | |
ShowResourceGroupsRequest () | |
Constructs a ShowResourceGroupsRequest object with default parameters. More... | |
ShowResourceGroupsRequest (const std::vector< std::string > &names_, const std::map< std::string, std::string > &options_) | |
Constructs a ShowResourceGroupsRequest object with the specified parameters. More... | |
Public Attributes | |
std::vector< std::string > | names |
List of names of groups to be shown. More... | |
std::map< std::string, std::string > | options |
Optional parameters. More... | |
A set of parameters for GPUdb::showResourceGroups.
Requests resource group properties. Returns detailed information about the requested resource groups.
Definition at line 19 of file show_resource_groups.h.
|
inline |
Constructs a ShowResourceGroupsRequest object with default parameters.
Definition at line 25 of file show_resource_groups.h.
|
inline |
Constructs a ShowResourceGroupsRequest object with the specified parameters.
[in] | names_ | List of names of groups to be shown. A single entry with an empty string returns all groups. |
[in] | options_ | Optional parameters.
|
Definition at line 102 of file show_resource_groups.h.
std::vector<std::string> gpudb::ShowResourceGroupsRequest::names |
List of names of groups to be shown.
A single entry with an empty string returns all groups.
Definition at line 112 of file show_resource_groups.h.
std::map<std::string, std::string> gpudb::ShowResourceGroupsRequest::options |
Optional parameters.
The default value is an empty map.
Definition at line 161 of file show_resource_groups.h.