CreateShardingDBInstance add ProtocolType, to support DynamoDB.

This commit is contained in:
sdk-team
2020-07-02 11:50:28 +08:00
parent 3ee66cb2b2
commit 65a601c5ba
28 changed files with 144 additions and 8 deletions

View File

@@ -98,6 +98,8 @@ namespace AlibabaCloud
void setVpcId(const std::string& vpcId);
std::string getZoneId()const;
void setZoneId(const std::string& zoneId);
std::string getProtocolType()const;
void setProtocolType(const std::string& protocolType);
std::string getChargeType()const;
void setChargeType(const std::string& chargeType);
@@ -126,6 +128,7 @@ namespace AlibabaCloud
std::string autoRenew_;
std::string vpcId_;
std::string zoneId_;
std::string protocolType_;
std::string chargeType_;
};

View File

@@ -67,6 +67,8 @@ namespace AlibabaCloud
void setForm(const std::string& form);
std::string getUser()const;
void setUser(const std::string& user);
std::string getOrderType()const;
void setOrderType(const std::string& orderType);
private:
long resourceOwnerId_;
@@ -85,6 +87,7 @@ namespace AlibabaCloud
long ownerId_;
std::string form_;
std::string user_;
std::string orderType_;
};
}

View File

@@ -101,6 +101,7 @@ namespace AlibabaCloud
std::string engine;
std::string maintainStartTime;
std::string replacateId;
bool dBInstanceReleaseProtection;
std::string engineVersion;
std::string zoneId;
std::string dBInstanceStatus;

View File

@@ -53,6 +53,8 @@ namespace AlibabaCloud
void setReplicationFactor(const std::string& replicationFactor);
std::string getAccessKeyId()const;
void setAccessKeyId(const std::string& accessKeyId);
std::string getResourceGroupId()const;
void setResourceGroupId(const std::string& resourceGroupId);
std::string getExpired()const;
void setExpired(const std::string& expired);
std::string getSecurityToken()const;
@@ -97,6 +99,7 @@ namespace AlibabaCloud
int pageNumber_;
std::string replicationFactor_;
std::string accessKeyId_;
std::string resourceGroupId_;
std::string expired_;
std::string securityToken_;
std::string engine_;

View File

@@ -55,6 +55,8 @@ namespace AlibabaCloud
void setEndTime(const std::string& endTime);
long getOwnerId()const;
void setOwnerId(long ownerId);
std::string getCharacterType()const;
void setCharacterType(const std::string& characterType);
private:
long resourceOwnerId_;
@@ -67,6 +69,7 @@ namespace AlibabaCloud
std::string ownerAccount_;
std::string endTime_;
long ownerId_;
std::string characterType_;
};
}

View File

@@ -51,6 +51,8 @@ namespace AlibabaCloud
void setOwnerAccount(const std::string& ownerAccount);
long getOwnerId()const;
void setOwnerId(long ownerId);
std::string getCharacterType()const;
void setCharacterType(const std::string& characterType);
private:
long resourceOwnerId_;
@@ -61,6 +63,7 @@ namespace AlibabaCloud
std::string resourceOwnerAccount_;
std::string ownerAccount_;
long ownerId_;
std::string characterType_;
};
}

View File

@@ -65,6 +65,8 @@ namespace AlibabaCloud
void setOwnerId(long ownerId);
std::string getDBName()const;
void setDBName(const std::string& dBName);
std::string getOrderType()const;
void setOrderType(const std::string& orderType);
private:
long resourceOwnerId_;
@@ -82,6 +84,7 @@ namespace AlibabaCloud
std::string endTime_;
long ownerId_;
std::string dBName_;
std::string orderType_;
};
}

View File

@@ -36,7 +36,7 @@ namespace AlibabaCloud
{
std::string connInfo;
std::string category;
std::string content;
long content;
std::string createTime;
int id;
};

View File

@@ -63,6 +63,8 @@ namespace AlibabaCloud
void setOwnerId(long ownerId);
std::string getDBName()const;
void setDBName(const std::string& dBName);
std::string getOrderType()const;
void setOrderType(const std::string& orderType);
private:
long resourceOwnerId_;
@@ -79,6 +81,7 @@ namespace AlibabaCloud
std::string endTime_;
long ownerId_;
std::string dBName_;
std::string orderType_;
};
}

View File

@@ -34,6 +34,7 @@ namespace AlibabaCloud
public:
struct LogRecords
{
std::string tableName;
std::string queryTimes;
std::string executionStartTime;
long returnRowCounts;

View File

@@ -63,6 +63,8 @@ namespace AlibabaCloud
void setOwnerAccount(const std::string& ownerAccount);
long getOwnerId()const;
void setOwnerId(long ownerId);
std::string getOrderType()const;
void setOrderType(const std::string& orderType);
private:
long resourceOwnerId_;
@@ -79,6 +81,7 @@ namespace AlibabaCloud
int nodeStorage_;
std::string ownerAccount_;
long ownerId_;
std::string orderType_;
};
}

View File

@@ -53,6 +53,8 @@ namespace AlibabaCloud
void setOwnerId(long ownerId);
std::string getParameters()const;
void setParameters(const std::string& parameters);
std::string getCharacterType()const;
void setCharacterType(const std::string& characterType);
private:
long resourceOwnerId_;
@@ -64,6 +66,7 @@ namespace AlibabaCloud
std::string ownerAccount_;
long ownerId_;
std::string parameters_;
std::string characterType_;
};
}