tencentcloud-sdk-cwp 3.0.435 → 3.0.436

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20180228/models.rb +12 -4
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1c2830c555e2216a93720339a97216936ed128b1
4
- data.tar.gz: 4e9fc30bfeee486ac3e4e73e7511a738eb77d9ec
3
+ metadata.gz: 2f97303287abdf81f788bb4666de05669c086a9d
4
+ data.tar.gz: 3d9df0f07ea883cb75cda688a8de19f77530f0ea
5
5
  SHA512:
6
- metadata.gz: 72cb20b0b2e8f59efdbbd1f31aee1fee16edb832b09418985696af6ef730c360399b30b1ee286ba5a629c58a6db1a2a0a39d9da097a829fc78d7e60120e4c172
7
- data.tar.gz: 0947db730fcadb84427c2a2e697493c20e76f577605960df4feedecde4a200cac203f5ce0e84ac6d5339c8c3637ee3c071ca8899aa8f57a9201e3e5ccf1fa79f
6
+ metadata.gz: 2f73f2f6449cc56f12f3b85c5480e9f6958a7f191553ea69795f9ae8788f9224b98683ac1a82f935c66055bd9b2a145c639a0ea33513efbef47485b161566211
7
+ data.tar.gz: d4e1d6554fba4328d2353c969730732bf0b9d02a2d560461597850d765b2780c5b3c48a70c041a02b08dfd0959f65a50ff5b9cc8648aae6453315df546aa3819
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.435
1
+ 3.0.436
@@ -10886,12 +10886,14 @@ module TencentCloud
10886
10886
  # @type KillProcess: Integer
10887
10887
  # @param EngineType: 1标准模式(只报严重、高危)、2增强模式(报严重、高危、中危)、3严格模式(报严重、高、中、低、提示)
10888
10888
  # @type EngineType: Integer
10889
+ # @param EnableInspiredEngine: 启发引擎 0 关闭 1开启
10890
+ # @type EnableInspiredEngine: Integer
10889
10891
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
10890
10892
  # @type RequestId: String
10891
10893
 
10892
- attr_accessor :CheckPattern, :StartTime, :EndTime, :IsGlobal, :QuuidList, :MonitoringPattern, :Cycle, :EnableScan, :Id, :RealTimeMonitoring, :AutoIsolation, :ClickTimeout, :KillProcess, :EngineType, :RequestId
10894
+ attr_accessor :CheckPattern, :StartTime, :EndTime, :IsGlobal, :QuuidList, :MonitoringPattern, :Cycle, :EnableScan, :Id, :RealTimeMonitoring, :AutoIsolation, :ClickTimeout, :KillProcess, :EngineType, :EnableInspiredEngine, :RequestId
10893
10895
 
10894
- def initialize(checkpattern=nil, starttime=nil, endtime=nil, isglobal=nil, quuidlist=nil, monitoringpattern=nil, cycle=nil, enablescan=nil, id=nil, realtimemonitoring=nil, autoisolation=nil, clicktimeout=nil, killprocess=nil, enginetype=nil, requestid=nil)
10896
+ def initialize(checkpattern=nil, starttime=nil, endtime=nil, isglobal=nil, quuidlist=nil, monitoringpattern=nil, cycle=nil, enablescan=nil, id=nil, realtimemonitoring=nil, autoisolation=nil, clicktimeout=nil, killprocess=nil, enginetype=nil, enableinspiredengine=nil, requestid=nil)
10895
10897
  @CheckPattern = checkpattern
10896
10898
  @StartTime = starttime
10897
10899
  @EndTime = endtime
@@ -10906,6 +10908,7 @@ module TencentCloud
10906
10908
  @ClickTimeout = clicktimeout
10907
10909
  @KillProcess = killprocess
10908
10910
  @EngineType = enginetype
10911
+ @EnableInspiredEngine = enableinspiredengine
10909
10912
  @RequestId = requestid
10910
10913
  end
10911
10914
 
@@ -10924,6 +10927,7 @@ module TencentCloud
10924
10927
  @ClickTimeout = params['ClickTimeout']
10925
10928
  @KillProcess = params['KillProcess']
10926
10929
  @EngineType = params['EngineType']
10930
+ @EnableInspiredEngine = params['EnableInspiredEngine']
10927
10931
  @RequestId = params['RequestId']
10928
10932
  end
10929
10933
  end
@@ -17238,10 +17242,12 @@ module TencentCloud
17238
17242
  # @type KillProcess: Integer
17239
17243
  # @param EngineType: 1标准模式(只报严重、高危)、2增强模式(报严重、高危、中危)、3严格模式(报严重、高、中、低、提示)
17240
17244
  # @type EngineType: Integer
17245
+ # @param EnableInspiredEngine: 启发引擎开关 0 关闭 1开启
17246
+ # @type EnableInspiredEngine: Integer
17241
17247
 
17242
- attr_accessor :CheckPattern, :StartTime, :EndTime, :IsGlobal, :EnableScan, :MonitoringPattern, :Cycle, :RealTimeMonitoring, :QuuidList, :AutoIsolation, :KillProcess, :EngineType
17248
+ attr_accessor :CheckPattern, :StartTime, :EndTime, :IsGlobal, :EnableScan, :MonitoringPattern, :Cycle, :RealTimeMonitoring, :QuuidList, :AutoIsolation, :KillProcess, :EngineType, :EnableInspiredEngine
17243
17249
 
17244
- def initialize(checkpattern=nil, starttime=nil, endtime=nil, isglobal=nil, enablescan=nil, monitoringpattern=nil, cycle=nil, realtimemonitoring=nil, quuidlist=nil, autoisolation=nil, killprocess=nil, enginetype=nil)
17250
+ def initialize(checkpattern=nil, starttime=nil, endtime=nil, isglobal=nil, enablescan=nil, monitoringpattern=nil, cycle=nil, realtimemonitoring=nil, quuidlist=nil, autoisolation=nil, killprocess=nil, enginetype=nil, enableinspiredengine=nil)
17245
17251
  @CheckPattern = checkpattern
17246
17252
  @StartTime = starttime
17247
17253
  @EndTime = endtime
@@ -17254,6 +17260,7 @@ module TencentCloud
17254
17260
  @AutoIsolation = autoisolation
17255
17261
  @KillProcess = killprocess
17256
17262
  @EngineType = enginetype
17263
+ @EnableInspiredEngine = enableinspiredengine
17257
17264
  end
17258
17265
 
17259
17266
  def deserialize(params)
@@ -17269,6 +17276,7 @@ module TencentCloud
17269
17276
  @AutoIsolation = params['AutoIsolation']
17270
17277
  @KillProcess = params['KillProcess']
17271
17278
  @EngineType = params['EngineType']
17279
+ @EnableInspiredEngine = params['EnableInspiredEngine']
17272
17280
  end
17273
17281
  end
17274
17282
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cwp
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.435
4
+ version: 3.0.436
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-10-25 00:00:00.000000000 Z
11
+ date: 2022-10-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common