tencentcloud-sdk-antiddos 3.0.406 → 3.0.407

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9cd4804958691e4addb9beb77de8facaec60c272
4
- data.tar.gz: cb018712eb667875d498bd240aca38356fb7c6d0
3
+ metadata.gz: a1d24016fe9335fcc13d24b62b5d79a6e87b9576
4
+ data.tar.gz: 21f275ddc6c6da7fe41d49e25140041f1804d4ca
5
5
  SHA512:
6
- metadata.gz: a0ad45c00f4be968a7902d625a913031d5978bec89df60483b817ff4bd68d0bc9d64663e6258aca3cb080653bc23f43551a0ce14f688779e2874296a4dea573f
7
- data.tar.gz: 55b7133c8d702935c7953c2ef2c436453e5b6e94cad05207a1d48fc29adfb6246c2d7700bed7ca5595095342a1370ff0cdf5c8726a3d04c42b56c1b56bc5a4d2
6
+ metadata.gz: 97f3ffb3ce12336a3dc3a154b9e00b37b7b57d2be1c74613b971d1f779d3a43595929e9453adb358adbd21333b558cc894de655c2f2e7311a4b1087f00805afe
7
+ data.tar.gz: 993b25ef07e4d2a4a1eced7c5e92c6592f9391d90d66d30cdd5f54effab041d89688b25dfee2cbc8ce2ff176a8120ace59ab688532b9ca564cd364b979a5bf14
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.406
1
+ 3.0.407
@@ -492,10 +492,12 @@ module TencentCloud
492
492
  # @type TagInfoList: Array
493
493
  # @param IpCountNewFlag: 新版本1ip高防包
494
494
  # @type IpCountNewFlag: Integer
495
+ # @param VitalityVersion: 攻击封堵套餐标记
496
+ # @type VitalityVersion: Integer
495
497
 
496
- attr_accessor :InstanceDetail, :SpecificationLimit, :Usage, :Region, :Status, :CreatedTime, :ExpiredTime, :Name, :PackInfo, :EipProductInfos, :BoundStatus, :DDoSLevel, :CCEnable, :TagInfoList, :IpCountNewFlag
498
+ attr_accessor :InstanceDetail, :SpecificationLimit, :Usage, :Region, :Status, :CreatedTime, :ExpiredTime, :Name, :PackInfo, :EipProductInfos, :BoundStatus, :DDoSLevel, :CCEnable, :TagInfoList, :IpCountNewFlag, :VitalityVersion
497
499
 
498
- def initialize(instancedetail=nil, specificationlimit=nil, usage=nil, region=nil, status=nil, createdtime=nil, expiredtime=nil, name=nil, packinfo=nil, eipproductinfos=nil, boundstatus=nil, ddoslevel=nil, ccenable=nil, taginfolist=nil, ipcountnewflag=nil)
500
+ def initialize(instancedetail=nil, specificationlimit=nil, usage=nil, region=nil, status=nil, createdtime=nil, expiredtime=nil, name=nil, packinfo=nil, eipproductinfos=nil, boundstatus=nil, ddoslevel=nil, ccenable=nil, taginfolist=nil, ipcountnewflag=nil, vitalityversion=nil)
499
501
  @InstanceDetail = instancedetail
500
502
  @SpecificationLimit = specificationlimit
501
503
  @Usage = usage
@@ -511,6 +513,7 @@ module TencentCloud
511
513
  @CCEnable = ccenable
512
514
  @TagInfoList = taginfolist
513
515
  @IpCountNewFlag = ipcountnewflag
516
+ @VitalityVersion = vitalityversion
514
517
  end
515
518
 
516
519
  def deserialize(params)
@@ -558,6 +561,7 @@ module TencentCloud
558
561
  end
559
562
  end
560
563
  @IpCountNewFlag = params['IpCountNewFlag']
564
+ @VitalityVersion = params['VitalityVersion']
561
565
  end
562
566
  end
563
567
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-antiddos
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.406
4
+ version: 3.0.407
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-09-08 00:00:00.000000000 Z
11
+ date: 2022-09-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common