Update by SDK platform.

This commit is contained in:
sdk-team
2023-02-16 10:24:08 +00:00
parent 2515aa4e65
commit 054bcf4d84
5 changed files with 16 additions and 1 deletions

View File

@@ -52,6 +52,8 @@ public:
void setOwnerId(long ownerId);
std::string getChargeType() const;
void setChargeType(const std::string &chargeType);
bool getIsDelete() const;
void setIsDelete(bool isDelete);
private:
long resourceOwnerId_;
@@ -65,6 +67,7 @@ private:
std::string ownerAccount_;
long ownerId_;
std::string chargeType_;
bool isDelete_;
};
} // namespace Model
} // namespace Dds

View File

@@ -133,6 +133,7 @@ namespace AlibabaCloud
std::string cloudType;
std::string vPCId;
std::string dBInstanceClass;
std::string dBInstanceOrderStatus;
std::string vSwitchId;
std::vector<DBInstance::ShardAttribute> shardList;
std::string lockMode;