Update Scdn API.

This commit is contained in:
sdk-team
2020-09-28 16:29:31 +00:00
parent b9a7e15af4
commit 5aead39d0e
3 changed files with 3 additions and 9 deletions

View File

@@ -1,3 +1,6 @@
2020-09-28 Version: patch
- Update Scdn API.
2020-09-28 Version: patch
- Support for resize hbaseue multi-zone cluster.

View File

@@ -69,7 +69,6 @@ namespace AlibabaCloud
std::vector<LockReason> getOperationLocks()const;
std::string getChangingAffectTime()const;
std::string getInternetChargeType()const;
std::string getChangingChargeType1()const;
std::string getDDoSBasicValue()const;
std::string getProtectType()const;
std::string getCurrentCcProtection()const;
@@ -107,7 +106,6 @@ namespace AlibabaCloud
std::vector<LockReason> operationLocks_;
std::string changingAffectTime_;
std::string internetChargeType_;
std::string changingChargeType1_;
std::string dDoSBasicValue_;
std::string protectType_;
std::string currentCcProtection_;

View File

@@ -111,8 +111,6 @@ void DescribeScdnServiceResult::parse(const std::string &payload)
priceType_ = value["PriceType"].asString();
if(!value["PricingCycle"].isNull())
pricingCycle_ = value["PricingCycle"].asString();
if(!value["ChangingChargeType"].isNull())
changingChargeType1_ = value["ChangingChargeType"].asString();
}
@@ -256,11 +254,6 @@ std::string DescribeScdnServiceResult::getInternetChargeType()const
return internetChargeType_;
}
std::string DescribeScdnServiceResult::getChangingChargeType1()const
{
return changingChargeType1_;
}
std::string DescribeScdnServiceResult::getDDoSBasicValue()const
{
return dDoSBasicValue_;