tencentcloud-sdk-cfw 3.0.1074 → 3.0.1085

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: 78fd6c9438b72e2d00bc99d16dd61edc41f7952f
4
- data.tar.gz: c593a7fe88cb9517ab2d3315cf2fc88c3ad12614
3
+ metadata.gz: 5be4fba3837203bc006ea17aea9f910d35207edf
4
+ data.tar.gz: a7a31ee314003de46406778e1e63b9637132b391
5
5
  SHA512:
6
- metadata.gz: e0014c711617a2d8d50b191c8b7d6a07f2d6fb1463e82039fb4c8e4d67cc045af83d9241df525467a7dc30a97576da457b75933ac06de08ab45154f807769b20
7
- data.tar.gz: a5605e275ae1895c4a3e76d9e5b05d5cdd79ecc533f5d7fc4dc371023cd4b05eaa8ffcf6c50bcf088af3710453195ae9c7d4c9ff050ebf6db8fb918045083d4f
6
+ metadata.gz: 27f1f24352ea9acce2bffd2a5f251881164d11439e10276a678f749c7dcf9167443c1603f24c900871bc6f6662200d29cf4c799036ab3f71cba3eb2b48451fe9
7
+ data.tar.gz: 59ac4b6c9d55cd8d0bc49f40135a5a8cfbbe98271e1f31a371ea208aa656a5b951b66e604c3a40383b18670bcb1e2c98c53898b96c4f5d04076293642869e826
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1074
1
+ 3.0.1085
@@ -975,17 +975,21 @@ module TencentCloud
975
975
  # @param TableType: 忽略数据来源:
976
976
  # AlertTable 告警中心 InterceptionTable拦截列表
977
977
  # @type TableType: String
978
+ # @param HandleEventIdList: 处置对象,事件ID列表
979
+ # @type HandleEventIdList: Array
978
980
 
979
- attr_accessor :HandleIdList, :TableType
981
+ attr_accessor :HandleIdList, :TableType, :HandleEventIdList
980
982
 
981
- def initialize(handleidlist=nil, tabletype=nil)
983
+ def initialize(handleidlist=nil, tabletype=nil, handleeventidlist=nil)
982
984
  @HandleIdList = handleidlist
983
985
  @TableType = tabletype
986
+ @HandleEventIdList = handleeventidlist
984
987
  end
985
988
 
986
989
  def deserialize(params)
987
990
  @HandleIdList = params['HandleIdList']
988
991
  @TableType = params['TableType']
992
+ @HandleEventIdList = params['HandleEventIdList']
989
993
  end
990
994
  end
991
995
 
@@ -3230,7 +3234,7 @@ module TencentCloud
3230
3234
  # @type Mode: Integer
3231
3235
  # @param NatGatewayId: ALL:查询所有弹性公网ip; nat-xxxxx:接入模式场景指定网关的弹性公网ip
3232
3236
  # @type NatGatewayId: String
3233
- # @param CfwInstance: 防火墙实例id,当前仅支持接入模式的实例
3237
+ # @param CfwInstance: 防火墙实例id,当前仅支持接入模式的实例,该字段必填
3234
3238
  # @type CfwInstance: String
3235
3239
 
3236
3240
  attr_accessor :Mode, :NatGatewayId, :CfwInstance
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cfw
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1074
4
+ version: 3.0.1085
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-06-04 00:00:00.000000000 Z
11
+ date: 2025-06-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common