GPUdb C++ API  Version 7.0.19.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
gpudb::AdminShowAlertsResponse Struct Reference

A set of output parameters for const. More...

#include <gpudb/protocol/admin_show_alerts.h>

Public Member Functions

 AdminShowAlertsResponse ()
 Constructs an AdminShowAlertsResponse object with default parameter values. More...
 

Public Attributes

std::vector< std::string > timestamps
 
std::vector< std::string > types
 
std::vector< std::map
< std::string, std::string > > 
params
 
std::map< std::string,
std::string > 
info
 

Detailed Description

A set of output parameters for const.

Requests a list of the most recent alerts. Returns lists of alert data, including timestamp and type.

Definition at line 107 of file admin_show_alerts.h.

Constructor & Destructor Documentation

gpudb::AdminShowAlertsResponse::AdminShowAlertsResponse ( )
inline

Constructs an AdminShowAlertsResponse object with default parameter values.

Definition at line 114 of file admin_show_alerts.h.

Member Data Documentation

std::map<std::string, std::string> gpudb::AdminShowAlertsResponse::info

Definition at line 125 of file admin_show_alerts.h.

std::vector<std::map<std::string, std::string> > gpudb::AdminShowAlertsResponse::params

Definition at line 124 of file admin_show_alerts.h.

std::vector<std::string> gpudb::AdminShowAlertsResponse::timestamps

Definition at line 122 of file admin_show_alerts.h.

std::vector<std::string> gpudb::AdminShowAlertsResponse::types

Definition at line 123 of file admin_show_alerts.h.


The documentation for this struct was generated from the following file: