Update by SDK platform.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user