Update Scdn API.
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
2020-09-28 Version: patch
|
||||
- Update Scdn API.
|
||||
|
||||
2020-09-28 Version: patch
|
||||
- Support for resize hbaseue multi-zone cluster.
|
||||
|
||||
|
||||
@@ -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_;
|
||||
|
||||
@@ -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_;
|
||||
|
||||
Reference in New Issue
Block a user