tencentcloud-sdk-antiddos 1.0.273 → 1.0.276

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 96badf9fc755dd780aac4aaddaf43a4ef104364f
4
- data.tar.gz: b0a97cc5dab686d6ebb6a10c36a1c470187a7ab1
3
+ metadata.gz: a6b4ac68cff7fe1740ccfc85e4235d02ee8c3f42
4
+ data.tar.gz: 40e81ca5e89e2d08eea3765571f60326d84224af
5
5
  SHA512:
6
- metadata.gz: ed6e0f893f13a6786a71edba92d268a48f3cb064cf588c5b9aedfb2abe8040701d40348e0f83a18dae86b10c4fdf1e3978adb72f61b3e954718f26d6b1cf7f0b
7
- data.tar.gz: 81da0ed9537a552a925e24e81ecb688b50f9d3e84b7a4f639d1a7102b105d05090b0f879c07f94fc74d231ccb696db6a430ca1b470fb11a204e8e9b7483f8cd4
6
+ metadata.gz: baf1fb97228ae99d89104fccf0d314bc055da178a8bc341fc981553705cec45121589545e6d93471e3cac70fdf1c66d7e03d611ce813965c231eb13979c9714d
7
+ data.tar.gz: 9cbe080d0e23c7528297a1e6cc3f4a44404b4d8f6e7302fe09c23a05ac6a3747a4a0ac6534890b7abce710e588471f1aad0db5036d284e5f21484cd6bcd73547
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.273
1
+ 1.0.276
@@ -496,14 +496,18 @@ module TencentCloud
496
496
  # 1:开启了自动续费
497
497
  # ]
498
498
  # @type AutoRenewFlag: Integer
499
+ # @param UnionPackFlag: 联合产品标记,0代表普通高防包,1代表联合高防包
500
+ # 注意:此字段可能返回 null,表示取不到有效值。
501
+ # @type UnionPackFlag: Integer
499
502
 
500
- attr_accessor :ProtectBandwidth, :ProtectCountLimit, :ProtectIPNumberLimit, :AutoRenewFlag
503
+ attr_accessor :ProtectBandwidth, :ProtectCountLimit, :ProtectIPNumberLimit, :AutoRenewFlag, :UnionPackFlag
501
504
 
502
- def initialize(protectbandwidth=nil, protectcountlimit=nil, protectipnumberlimit=nil, autorenewflag=nil)
505
+ def initialize(protectbandwidth=nil, protectcountlimit=nil, protectipnumberlimit=nil, autorenewflag=nil, unionpackflag=nil)
503
506
  @ProtectBandwidth = protectbandwidth
504
507
  @ProtectCountLimit = protectcountlimit
505
508
  @ProtectIPNumberLimit = protectipnumberlimit
506
509
  @AutoRenewFlag = autorenewflag
510
+ @UnionPackFlag = unionpackflag
507
511
  end
508
512
 
509
513
  def deserialize(params)
@@ -511,6 +515,7 @@ module TencentCloud
511
515
  @ProtectCountLimit = params['ProtectCountLimit']
512
516
  @ProtectIPNumberLimit = params['ProtectIPNumberLimit']
513
517
  @AutoRenewFlag = params['AutoRenewFlag']
518
+ @UnionPackFlag = params['UnionPackFlag']
514
519
  end
515
520
  end
516
521
 
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: 1.0.273
4
+ version: 1.0.276
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-03-09 00:00:00.000000000 Z
11
+ date: 2022-03-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common