|
|
@@ -34,6 +34,8 @@ public:
|
|
|
void setResourceOwnerId(long resourceOwnerId);
|
|
|
std::string getAccessKeyId() const;
|
|
|
void setAccessKeyId(const std::string &accessKeyId);
|
|
|
+ std::string getResourceGroupId() const;
|
|
|
+ void setResourceGroupId(const std::string &resourceGroupId);
|
|
|
std::string getEnableBackupLog() const;
|
|
|
void setEnableBackupLog(const std::string &enableBackupLog);
|
|
|
std::string getResourceOwnerAccount() const;
|
|
|
@@ -50,6 +52,7 @@ public:
|
|
|
private:
|
|
|
long resourceOwnerId_;
|
|
|
std::string accessKeyId_;
|
|
|
+ std::string resourceGroupId_;
|
|
|
std::string enableBackupLog_;
|
|
|
std::string resourceOwnerAccount_;
|
|
|
std::string dBClusterId_;
|