|
|
@@ -46,6 +46,8 @@ public:
|
|
|
void setAccessKeyId(const std::string &accessKeyId);
|
|
|
std::string getResourceGroupId() const;
|
|
|
void setResourceGroupId(const std::string &resourceGroupId);
|
|
|
+ std::string getDBNodeType() const;
|
|
|
+ void setDBNodeType(const std::string &dBNodeType);
|
|
|
std::string getResourceOwnerAccount() const;
|
|
|
void setResourceOwnerAccount(const std::string &resourceOwnerAccount);
|
|
|
std::string getDBClusterId() const;
|
|
|
@@ -68,6 +70,7 @@ private:
|
|
|
std::string plannedEndTime_;
|
|
|
std::string accessKeyId_;
|
|
|
std::string resourceGroupId_;
|
|
|
+ std::string dBNodeType_;
|
|
|
std::string resourceOwnerAccount_;
|
|
|
std::string dBClusterId_;
|
|
|
std::string ownerAccount_;
|