tencentcloud-sdk-cfw 3.0.544 → 3.0.546
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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20190904/models.rb +47 -3
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1e23ecb19ea5b1bc2159e873f1be3e375c399eb4
|
4
|
+
data.tar.gz: 5019442c714612c76bdb1f10a3c4116759127990
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e9b1f04f87a690c93a839d6b12edec13ae139385a0472ff636d4bf08f7fdf5ca22c5001208305544a876c662747b692b32c2655b048edfffe2f4299c59f58426
|
7
|
+
data.tar.gz: 6411ac3df9e8d93780b37ffef3ce24b4723654478f6d65fc9a3e13c76ca4dda873d934239c12b23a98e77242adf037fc62c1d38b6441f603463c63b49e9b9a6b
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.546
|
data/lib/v20190904/models.rb
CHANGED
@@ -388,6 +388,33 @@ module TencentCloud
|
|
388
388
|
end
|
389
389
|
end
|
390
390
|
|
391
|
+
# 规则关联的beta任务
|
392
|
+
class BetaInfoByACL < TencentCloud::Common::AbstractModel
|
393
|
+
# @param TaskId: 任务id
|
394
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
395
|
+
# @type TaskId: Integer
|
396
|
+
# @param TaskName: 任务名称
|
397
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
398
|
+
# @type TaskName: String
|
399
|
+
# @param LastTime: 上次执行时间
|
400
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
401
|
+
# @type LastTime: String
|
402
|
+
|
403
|
+
attr_accessor :TaskId, :TaskName, :LastTime
|
404
|
+
|
405
|
+
def initialize(taskid=nil, taskname=nil, lasttime=nil)
|
406
|
+
@TaskId = taskid
|
407
|
+
@TaskName = taskname
|
408
|
+
@LastTime = lasttime
|
409
|
+
end
|
410
|
+
|
411
|
+
def deserialize(params)
|
412
|
+
@TaskId = params['TaskId']
|
413
|
+
@TaskName = params['TaskName']
|
414
|
+
@LastTime = params['LastTime']
|
415
|
+
end
|
416
|
+
end
|
417
|
+
|
391
418
|
# 入侵防御放通封禁规则
|
392
419
|
class BlockIgnoreRule < TencentCloud::Common::AbstractModel
|
393
420
|
# @param Domain: 域名
|
@@ -1379,10 +1406,13 @@ module TencentCloud
|
|
1379
1406
|
# @param Status: 规则状态,查询规则命中详情时该字段有效,0:新增,1: 已删除, 2: 编辑删除
|
1380
1407
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
1381
1408
|
# @type Status: Integer
|
1409
|
+
# @param BetaList: 关联任务详情
|
1410
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1411
|
+
# @type BetaList: Array
|
1382
1412
|
|
1383
|
-
attr_accessor :SourceContent, :TargetContent, :Protocol, :Port, :RuleAction, :Description, :Count, :OrderIndex, :SourceType, :TargetType, :Uuid, :Invalid, :IsRegion, :CountryCode, :CityCode, :CountryName, :CityName, :CloudCode, :IsCloud, :Enable, :Direction, :InstanceName, :InternalUuid, :Status
|
1413
|
+
attr_accessor :SourceContent, :TargetContent, :Protocol, :Port, :RuleAction, :Description, :Count, :OrderIndex, :SourceType, :TargetType, :Uuid, :Invalid, :IsRegion, :CountryCode, :CityCode, :CountryName, :CityName, :CloudCode, :IsCloud, :Enable, :Direction, :InstanceName, :InternalUuid, :Status, :BetaList
|
1384
1414
|
|
1385
|
-
def initialize(sourcecontent=nil, targetcontent=nil, protocol=nil, port=nil, ruleaction=nil, description=nil, count=nil, orderindex=nil, sourcetype=nil, targettype=nil, uuid=nil, invalid=nil, isregion=nil, countrycode=nil, citycode=nil, countryname=nil, cityname=nil, cloudcode=nil, iscloud=nil, enable=nil, direction=nil, instancename=nil, internaluuid=nil, status=nil)
|
1415
|
+
def initialize(sourcecontent=nil, targetcontent=nil, protocol=nil, port=nil, ruleaction=nil, description=nil, count=nil, orderindex=nil, sourcetype=nil, targettype=nil, uuid=nil, invalid=nil, isregion=nil, countrycode=nil, citycode=nil, countryname=nil, cityname=nil, cloudcode=nil, iscloud=nil, enable=nil, direction=nil, instancename=nil, internaluuid=nil, status=nil, betalist=nil)
|
1386
1416
|
@SourceContent = sourcecontent
|
1387
1417
|
@TargetContent = targetcontent
|
1388
1418
|
@Protocol = protocol
|
@@ -1407,6 +1437,7 @@ module TencentCloud
|
|
1407
1437
|
@InstanceName = instancename
|
1408
1438
|
@InternalUuid = internaluuid
|
1409
1439
|
@Status = status
|
1440
|
+
@BetaList = betalist
|
1410
1441
|
end
|
1411
1442
|
|
1412
1443
|
def deserialize(params)
|
@@ -1434,6 +1465,14 @@ module TencentCloud
|
|
1434
1465
|
@InstanceName = params['InstanceName']
|
1435
1466
|
@InternalUuid = params['InternalUuid']
|
1436
1467
|
@Status = params['Status']
|
1468
|
+
unless params['BetaList'].nil?
|
1469
|
+
@BetaList = []
|
1470
|
+
params['BetaList'].each do |i|
|
1471
|
+
betainfobyacl_tmp = BetaInfoByACL.new
|
1472
|
+
betainfobyacl_tmp.deserialize(i)
|
1473
|
+
@BetaList << betainfobyacl_tmp
|
1474
|
+
end
|
1475
|
+
end
|
1437
1476
|
end
|
1438
1477
|
end
|
1439
1478
|
|
@@ -2891,7 +2930,12 @@ module TencentCloud
|
|
2891
2930
|
|
2892
2931
|
# DescribeTLogInfo返回参数结构体
|
2893
2932
|
class DescribeTLogInfoResponse < TencentCloud::Common::AbstractModel
|
2894
|
-
# @param Data:
|
2933
|
+
# @param Data: "NetworkNum":网络扫描探测
|
2934
|
+
# "HandleNum": 待处理事件
|
2935
|
+
# "BanNum":
|
2936
|
+
# "VulNum": 漏洞利用
|
2937
|
+
# "OutNum": 失陷主机
|
2938
|
+
# "BruteForceNum": 0
|
2895
2939
|
# @type Data: :class:`Tencentcloud::Cfw.v20190904.models.TLogInfo`
|
2896
2940
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
2897
2941
|
# @type RequestId: String
|
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.
|
4
|
+
version: 3.0.546
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-04-
|
11
|
+
date: 2023-04-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|
@@ -33,9 +33,9 @@ executables: []
|
|
33
33
|
extensions: []
|
34
34
|
extra_rdoc_files: []
|
35
35
|
files:
|
36
|
-
- lib/tencentcloud-sdk-cfw.rb
|
37
|
-
- lib/v20190904/models.rb
|
38
36
|
- lib/v20190904/client.rb
|
37
|
+
- lib/v20190904/models.rb
|
38
|
+
- lib/tencentcloud-sdk-cfw.rb
|
39
39
|
- lib/VERSION
|
40
40
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|
41
41
|
licenses:
|