|
@@ -76,6 +76,8 @@ public:
|
|
|
void setAutoRenew(bool autoRenew);
|
|
void setAutoRenew(bool autoRenew);
|
|
|
std::string getHotStandbyCluster() const;
|
|
std::string getHotStandbyCluster() const;
|
|
|
void setHotStandbyCluster(const std::string &hotStandbyCluster);
|
|
void setHotStandbyCluster(const std::string &hotStandbyCluster);
|
|
|
|
|
+ std::string getStoragePayType() const;
|
|
|
|
|
+ void setStoragePayType(const std::string &storagePayType);
|
|
|
std::string getZoneId() const;
|
|
std::string getZoneId() const;
|
|
|
void setZoneId(const std::string &zoneId);
|
|
void setZoneId(const std::string &zoneId);
|
|
|
bool getTDEStatus() const;
|
|
bool getTDEStatus() const;
|
|
@@ -161,6 +163,7 @@ private:
|
|
|
std::string dBMinorVersion_;
|
|
std::string dBMinorVersion_;
|
|
|
bool autoRenew_;
|
|
bool autoRenew_;
|
|
|
std::string hotStandbyCluster_;
|
|
std::string hotStandbyCluster_;
|
|
|
|
|
+ std::string storagePayType_;
|
|
|
std::string zoneId_;
|
|
std::string zoneId_;
|
|
|
bool tDEStatus_;
|
|
bool tDEStatus_;
|
|
|
std::string allowShutDown_;
|
|
std::string allowShutDown_;
|