Generated 2019-09-10 for waf-openapi.
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
2020-05-20 Version: 1.36.426
|
||||
- Generated 2019-09-10 for `waf-openapi`.
|
||||
|
||||
2020-05-20 Version: 1.36.425
|
||||
- Edit GetTrace and SearchTraces api.
|
||||
|
||||
|
||||
@@ -38,7 +38,7 @@ namespace AlibabaCloud
|
||||
{
|
||||
std::string httpPort;
|
||||
std::string rs;
|
||||
int gSLBStatus;
|
||||
std::string gSLBStatus;
|
||||
int vipServiceStatus;
|
||||
std::string http2Port;
|
||||
int certStatus;
|
||||
|
||||
@@ -69,7 +69,7 @@ void DescribeDomainAdvanceConfigsResult::parse(const std::string &payload)
|
||||
if(!profileNode["ClusterType"].isNull())
|
||||
domainConfigsObject.profile.clusterType = std::stoi(profileNode["ClusterType"].asString());
|
||||
if(!profileNode["GSLBStatus"].isNull())
|
||||
domainConfigsObject.profile.gSLBStatus = std::stoi(profileNode["GSLBStatus"].asString());
|
||||
domainConfigsObject.profile.gSLBStatus = profileNode["GSLBStatus"].asString();
|
||||
domainConfigs_.push_back(domainConfigsObject);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user