tencentcloud-sdk-antiddos 1.0.274 → 1.0.277

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: b1f18b24369e04275d2bbc2a884dda99aec41d09
4
- data.tar.gz: ee1d9648d0f38ed1ae65ffd74d0300b196b82909
3
+ metadata.gz: dfb160d68e56e5b7a125ecf4b8eabdcd83740bf0
4
+ data.tar.gz: 03b0639770f44ece58874b01b36109b395e67e28
5
5
  SHA512:
6
- metadata.gz: e4bc256e0d6ca4ab3ccbd3fb4f3be50c09678396ff23a1f4ab6dc65cd828539b1c5a4e49c083ebb1d29f7c707f084daf17c22ee9967093af14b621f875bcdcc6
7
- data.tar.gz: 559ea421edd0c7c1163b1e69c0a102e7c40cc81bf30914de1307941258417e2c6723cfccaa202900fbeb82e0143e118fedf5454c33fc91859846d10ca1e22113
6
+ metadata.gz: b29099c7ec46885a13347e4511c89d2a113d17fd429ac732fc4e14fce51bfd398d6c8d898bdf619161bca65d4888ae7848918f8afce76ac2696afe7b89b5a175
7
+ data.tar.gz: d2b77b7ea29c4bb2949b94c024753d819cac2ad01961814dadcee3df6bdb3c0341f6e608983e272d1ea84855b30e84df94ae112d8e7c230eabcf4b6b99d85bed
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.274
1
+ 1.0.277
@@ -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.274
4
+ version: 1.0.277
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-10 00:00:00.000000000 Z
11
+ date: 2022-03-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common