GPUdb C++ API
Version 7.2.3.0
|
A set of results returned by GPUdb::showBackup. More...
#include <gpudb/protocol/show_backup.h>
Public Member Functions | |
ShowBackupResponse () | |
Constructs a ShowBackupResponse object with default parameters. More... | |
Public Attributes | |
std::string | backupName |
Value of backupName. More... | |
std::vector< std::map< std::string, std::string > > | backupDescription |
Backup description. More... | |
std::vector< std::map< std::string, std::string > > | backupIds |
Backup instances in this backup. More... | |
std::vector< std::map< std::string, std::string > > | backupContents |
Backup contents. More... | |
std::vector< std::map< std::string, std::string > > | deletedBackupIds |
Backup instances that have been deleted from this backup object. More... | |
std::map< std::string, std::string > | info |
Additional information. More... | |
A set of results returned by GPUdb::showBackup.
Definition at line 199 of file show_backup.h.
|
inline |
Constructs a ShowBackupResponse object with default parameters.
Definition at line 204 of file show_backup.h.
std::vector<std::map<std::string, std::string> > gpudb::ShowBackupResponse::backupContents |
Backup contents.
Definition at line 232 of file show_backup.h.
std::vector<std::map<std::string, std::string> > gpudb::ShowBackupResponse::backupDescription |
Backup description.
Definition at line 222 of file show_backup.h.
std::vector<std::map<std::string, std::string> > gpudb::ShowBackupResponse::backupIds |
Backup instances in this backup.
Definition at line 227 of file show_backup.h.
std::string gpudb::ShowBackupResponse::backupName |
Value of backupName.
Definition at line 217 of file show_backup.h.
std::vector<std::map<std::string, std::string> > gpudb::ShowBackupResponse::deletedBackupIds |
Backup instances that have been deleted from this backup object.
Definition at line 237 of file show_backup.h.
std::map<std::string, std::string> gpudb::ShowBackupResponse::info |
Additional information.
Definition at line 242 of file show_backup.h.