Support More Open Api.
This commit is contained in:
@@ -32,10 +32,8 @@ public:
|
||||
~DescribeDBInstancesAsCsvRequest();
|
||||
long getResourceOwnerId() const;
|
||||
void setResourceOwnerId(long resourceOwnerId);
|
||||
std::string getResourceOwnerAccount() const;
|
||||
void setResourceOwnerAccount(const std::string &resourceOwnerAccount);
|
||||
long getOwnerId() const;
|
||||
void setOwnerId(long ownerId);
|
||||
std::string getExportKey() const;
|
||||
void setExportKey(const std::string &exportKey);
|
||||
std::string getAccessKeyId() const;
|
||||
void setAccessKeyId(const std::string &accessKeyId);
|
||||
std::string getResourceGroupId() const;
|
||||
@@ -44,15 +42,23 @@ public:
|
||||
void setRegionId(const std::string ®ionId);
|
||||
std::string getDBInstanceId() const;
|
||||
void setDBInstanceId(const std::string &dBInstanceId);
|
||||
std::string getResourceOwnerAccount() const;
|
||||
void setResourceOwnerAccount(const std::string &resourceOwnerAccount);
|
||||
bool getCachedAsync() const;
|
||||
void setCachedAsync(bool cachedAsync);
|
||||
long getOwnerId() const;
|
||||
void setOwnerId(long ownerId);
|
||||
|
||||
private:
|
||||
long resourceOwnerId_;
|
||||
std::string resourceOwnerAccount_;
|
||||
long ownerId_;
|
||||
std::string exportKey_;
|
||||
std::string accessKeyId_;
|
||||
std::string resourceGroupId_;
|
||||
std::string regionId_;
|
||||
std::string dBInstanceId_;
|
||||
std::string resourceOwnerAccount_;
|
||||
bool cachedAsync_;
|
||||
long ownerId_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Rds
|
||||
|
||||
@@ -66,7 +66,9 @@ namespace AlibabaCloud
|
||||
std::string accountType;
|
||||
int maxIOPS;
|
||||
std::string supportUpgradeAccountType;
|
||||
std::vector<std::string> slaveZones;
|
||||
std::string vpcId;
|
||||
std::string exportKey;
|
||||
std::string masterInstanceId;
|
||||
std::string creationTime;
|
||||
std::string readDelayTime;
|
||||
|
||||
@@ -44,14 +44,17 @@ namespace AlibabaCloud
|
||||
std::string characterSetName;
|
||||
std::string resourceGroupId;
|
||||
int pageSize;
|
||||
std::vector<std::string> runtimeInfo;
|
||||
std::string tablespace;
|
||||
std::string dBDescription;
|
||||
std::string collate;
|
||||
std::string dBStatus;
|
||||
std::vector<std::string> advancedInfo;
|
||||
int totalCount;
|
||||
std::string dBInstanceId;
|
||||
int pageNumber;
|
||||
std::string dBName;
|
||||
std::vector<std::string> basicInfo;
|
||||
std::string ctype;
|
||||
std::vector<Database::AccountPrivilegeInfo> accounts;
|
||||
std::string engine;
|
||||
|
||||
Reference in New Issue
Block a user