Update by sdk platform.
This commit is contained in:
@@ -1,3 +1,6 @@
|
|||||||
|
2022-04-07 Version: 1.36.1100
|
||||||
|
- Update by sdk platform.
|
||||||
|
|
||||||
2022-04-06 Version: 1.36.1099
|
2022-04-06 Version: 1.36.1099
|
||||||
- Release FeedbackSession.
|
- Release FeedbackSession.
|
||||||
|
|
||||||
|
|||||||
@@ -42,6 +42,7 @@ namespace AlibabaCloud
|
|||||||
long connections;
|
long connections;
|
||||||
std::string endTime;
|
std::string endTime;
|
||||||
std::string resourceGroupId;
|
std::string resourceGroupId;
|
||||||
|
std::string editionType;
|
||||||
std::string config;
|
std::string config;
|
||||||
long port;
|
long port;
|
||||||
std::string destroyTime;
|
std::string destroyTime;
|
||||||
|
|||||||
@@ -121,6 +121,8 @@ void DescribeInstancesResult::parse(const std::string &payload)
|
|||||||
instancesObject.proxyCount = std::stoi(valueInstancesKVStoreInstance["ProxyCount"].asString());
|
instancesObject.proxyCount = std::stoi(valueInstancesKVStoreInstance["ProxyCount"].asString());
|
||||||
if(!valueInstancesKVStoreInstance["CloudType"].isNull())
|
if(!valueInstancesKVStoreInstance["CloudType"].isNull())
|
||||||
instancesObject.cloudType = valueInstancesKVStoreInstance["CloudType"].asString();
|
instancesObject.cloudType = valueInstancesKVStoreInstance["CloudType"].asString();
|
||||||
|
if(!valueInstancesKVStoreInstance["EditionType"].isNull())
|
||||||
|
instancesObject.editionType = valueInstancesKVStoreInstance["EditionType"].asString();
|
||||||
auto allTagsNode = valueInstancesKVStoreInstance["Tags"]["Tag"];
|
auto allTagsNode = valueInstancesKVStoreInstance["Tags"]["Tag"];
|
||||||
for (auto valueInstancesKVStoreInstanceTagsTag : allTagsNode)
|
for (auto valueInstancesKVStoreInstanceTagsTag : allTagsNode)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user