|
@@ -52,6 +52,8 @@ public:
|
|
|
void setNetworkType(const std::string &networkType);
|
|
void setNetworkType(const std::string &networkType);
|
|
|
std::vector<ReplicaSet> getReplicaSet() const;
|
|
std::vector<ReplicaSet> getReplicaSet() const;
|
|
|
void setReplicaSet(const std::vector<ReplicaSet> &replicaSet);
|
|
void setReplicaSet(const std::vector<ReplicaSet> &replicaSet);
|
|
|
|
|
+ std::string getStorageType() const;
|
|
|
|
|
+ void setStorageType(const std::string &storageType);
|
|
|
std::string getResourceGroupId() const;
|
|
std::string getResourceGroupId() const;
|
|
|
void setResourceGroupId(const std::string &resourceGroupId);
|
|
void setResourceGroupId(const std::string &resourceGroupId);
|
|
|
std::string getSecurityToken() const;
|
|
std::string getSecurityToken() const;
|
|
@@ -109,6 +111,7 @@ private:
|
|
|
std::string engineVersion_;
|
|
std::string engineVersion_;
|
|
|
std::string networkType_;
|
|
std::string networkType_;
|
|
|
std::vector<ReplicaSet> replicaSet_;
|
|
std::vector<ReplicaSet> replicaSet_;
|
|
|
|
|
+ std::string storageType_;
|
|
|
std::string resourceGroupId_;
|
|
std::string resourceGroupId_;
|
|
|
std::string securityToken_;
|
|
std::string securityToken_;
|
|
|
std::string dBInstanceDescription_;
|
|
std::string dBInstanceDescription_;
|