tencentcloud-sdk-antiddos 1.0.275 → 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: c7f313a8a6c1ec9d6fa6b0fda38232e308c27a00
4
- data.tar.gz: 94cf7be3555ab8b3298c20d4f3abc5398dd502a9
3
+ metadata.gz: a6b4ac68cff7fe1740ccfc85e4235d02ee8c3f42
4
+ data.tar.gz: 40e81ca5e89e2d08eea3765571f60326d84224af
5
5
  SHA512:
6
- metadata.gz: cd23e62f2f183fd27cacfa8b76a35504cc05c82866dfa1494779778f4e6e5b0eb1b1e9230fcd7bec97e37776bc6003267d5609a855d5e7e3588a1c78204c2d44
7
- data.tar.gz: ef4e4a1e6b0df2c97dd688c0154ba3c8282defbab7a72c966bf79b00faed49f481235e9fdb3f850ef6d60f3196de322aaec595d809e36f655c1c92f7764c3d29
6
+ metadata.gz: baf1fb97228ae99d89104fccf0d314bc055da178a8bc341fc981553705cec45121589545e6d93471e3cac70fdf1c66d7e03d611ce813965c231eb13979c9714d
7
+ data.tar.gz: 9cbe080d0e23c7528297a1e6cc3f4a44404b4d8f6e7302fe09c23a05ac6a3747a4a0ac6534890b7abce710e588471f1aad0db5036d284e5f21484cd6bcd73547
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.275
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.275
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-11 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