GPUdb C++ API
Version 7.0.19.0
|
A set of input parameters for const. More...
#include <gpudb/protocol/show_resource_groups.h>
Public Member Functions | |
ShowResourceGroupsRequest () | |
Constructs a ShowResourceGroupsRequest object with default parameter values. 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 |
std::map< std::string, std::string > | options |
A set of input parameters for const.
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 parameter values.
Definition at line 26 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 63 of file show_resource_groups.h.
std::vector<std::string> gpudb::ShowResourceGroupsRequest::names |
Definition at line 69 of file show_resource_groups.h.
std::map<std::string, std::string> gpudb::ShowResourceGroupsRequest::options |
Definition at line 70 of file show_resource_groups.h.