tencentcloud-sdk-tcss 1.0.240 → 1.0.244
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/v20201101/models.rb +17 -6
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 38266f0beb7bf14d53e58e8e39cf18fbd5dc2230
|
4
|
+
data.tar.gz: 1c39880725b3e318eb8a657a1f8d7cbb94ea698d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ad2f1df13dce027ce85cca8a0d1ca8856ea78ba01d58d128564b155ead57675e251a79d7a180261a4afe5f01616afa8ee4affca810f8516bf06bf50b9b175bd7
|
7
|
+
data.tar.gz: c61677ce861539dfa1687e98ffeb2a9e04b03a892f28fa041af276c8529f275641176d07f2efd79b36f108ab83deab99bca5253631b0450f2781c8b9d9ee1d8f
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.244
|
data/lib/v20201101/models.rb
CHANGED
@@ -7700,17 +7700,20 @@ module TencentCloud
|
|
7700
7700
|
# @type UnhandledAbnormalProcessCnt: Integer
|
7701
7701
|
# @param UnhandledFileCnt: 未处理文件篡改
|
7702
7702
|
# @type UnhandledFileCnt: Integer
|
7703
|
+
# @param UnhandledVirusEventCnt: 未处理木马事件
|
7704
|
+
# @type UnhandledVirusEventCnt: Integer
|
7703
7705
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
7704
7706
|
# @type RequestId: String
|
7705
7707
|
|
7706
|
-
attr_accessor :UnhandledEscapeCnt, :UnhandledReverseShellCnt, :UnhandledRiskSyscallCnt, :UnhandledAbnormalProcessCnt, :UnhandledFileCnt, :RequestId
|
7708
|
+
attr_accessor :UnhandledEscapeCnt, :UnhandledReverseShellCnt, :UnhandledRiskSyscallCnt, :UnhandledAbnormalProcessCnt, :UnhandledFileCnt, :UnhandledVirusEventCnt, :RequestId
|
7707
7709
|
|
7708
|
-
def initialize(unhandledescapecnt=nil, unhandledreverseshellcnt=nil, unhandledrisksyscallcnt=nil, unhandledabnormalprocesscnt=nil, unhandledfilecnt=nil, requestid=nil)
|
7710
|
+
def initialize(unhandledescapecnt=nil, unhandledreverseshellcnt=nil, unhandledrisksyscallcnt=nil, unhandledabnormalprocesscnt=nil, unhandledfilecnt=nil, unhandledviruseventcnt=nil, requestid=nil)
|
7709
7711
|
@UnhandledEscapeCnt = unhandledescapecnt
|
7710
7712
|
@UnhandledReverseShellCnt = unhandledreverseshellcnt
|
7711
7713
|
@UnhandledRiskSyscallCnt = unhandledrisksyscallcnt
|
7712
7714
|
@UnhandledAbnormalProcessCnt = unhandledabnormalprocesscnt
|
7713
7715
|
@UnhandledFileCnt = unhandledfilecnt
|
7716
|
+
@UnhandledVirusEventCnt = unhandledviruseventcnt
|
7714
7717
|
@RequestId = requestid
|
7715
7718
|
end
|
7716
7719
|
|
@@ -7720,6 +7723,7 @@ module TencentCloud
|
|
7720
7723
|
@UnhandledRiskSyscallCnt = params['UnhandledRiskSyscallCnt']
|
7721
7724
|
@UnhandledAbnormalProcessCnt = params['UnhandledAbnormalProcessCnt']
|
7722
7725
|
@UnhandledFileCnt = params['UnhandledFileCnt']
|
7726
|
+
@UnhandledVirusEventCnt = params['UnhandledVirusEventCnt']
|
7723
7727
|
@RequestId = params['RequestId']
|
7724
7728
|
end
|
7725
7729
|
end
|
@@ -9848,6 +9852,7 @@ module TencentCloud
|
|
9848
9852
|
# @param ScanPath: 自选排除或扫描的地址
|
9849
9853
|
# @type ScanPath: Array
|
9850
9854
|
# @param ClickTimeout: 一键检测的超时设置
|
9855
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
9851
9856
|
# @type ClickTimeout: Integer
|
9852
9857
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
9853
9858
|
# @type RequestId: String
|
@@ -9913,6 +9918,7 @@ module TencentCloud
|
|
9913
9918
|
# SCAN_FINISH:扫描完成,
|
9914
9919
|
# SCAN_TIMEOUT:扫描超时
|
9915
9920
|
# SCAN_CANCELING: 取消中
|
9921
|
+
# SCAN_CANCELED:已取消
|
9916
9922
|
# @type Status: String
|
9917
9923
|
# @param Schedule: 扫描进度 I
|
9918
9924
|
# @type Schedule: Integer
|
@@ -11936,15 +11942,15 @@ module TencentCloud
|
|
11936
11942
|
class ModifyVirusScanSettingRequest < TencentCloud::Common::AbstractModel
|
11937
11943
|
# @param EnableScan: 是否开启定期扫描
|
11938
11944
|
# @type EnableScan: Boolean
|
11939
|
-
# @param Cycle: 检测周期每隔多少天
|
11945
|
+
# @param Cycle: 检测周期每隔多少天(1|3|7)
|
11940
11946
|
# @type Cycle: Integer
|
11941
11947
|
# @param BeginScanAt: 扫描开始时间
|
11942
11948
|
# @type BeginScanAt: String
|
11943
|
-
# @param ScanPathAll: 扫描全部路径
|
11949
|
+
# @param ScanPathAll: 扫描全部路径(true:全选,false:自选)
|
11944
11950
|
# @type ScanPathAll: Boolean
|
11945
11951
|
# @param ScanPathType: 当ScanPathAll为true 生效 0扫描以下路径 1、扫描除以下路径
|
11946
11952
|
# @type ScanPathType: Integer
|
11947
|
-
# @param Timeout: 超时时长
|
11953
|
+
# @param Timeout: 超时时长(5~24h)
|
11948
11954
|
# @type Timeout: Integer
|
11949
11955
|
# @param ScanRangeType: 扫描范围0容器1主机节点
|
11950
11956
|
# @type ScanRangeType: Integer
|
@@ -12002,7 +12008,7 @@ module TencentCloud
|
|
12002
12008
|
|
12003
12009
|
# ModifyVirusScanTimeoutSetting请求参数结构体
|
12004
12010
|
class ModifyVirusScanTimeoutSettingRequest < TencentCloud::Common::AbstractModel
|
12005
|
-
# @param Timeout: 超时时长单位小时
|
12011
|
+
# @param Timeout: 超时时长单位小时(5~24h)
|
12006
12012
|
# @type Timeout: Integer
|
12007
12013
|
# @param ScanType: 设置类型0一键检测,1定时检测
|
12008
12014
|
# @type ScanType: Integer
|
@@ -13485,6 +13491,11 @@ module TencentCloud
|
|
13485
13491
|
# BACKUP_FILE_NOT_FOUND:备份文件不存在
|
13486
13492
|
# CONTAINER_NOT_FOUND_DEAL_ISOLATE:隔离时,容器不存在
|
13487
13493
|
# CONTAINER_NOT_FOUND_DEAL_RECOVER:恢复时,容器不存在
|
13494
|
+
# TIMEOUT: 超时
|
13495
|
+
# TOO_MANY: 任务过多
|
13496
|
+
# OFFLINE: 离线
|
13497
|
+
# INTERNAL: 服务内部错误
|
13498
|
+
# VALIDATION: 参数非法
|
13488
13499
|
# @type SubStatus: String
|
13489
13500
|
|
13490
13501
|
attr_accessor :FileName, :FilePath, :VirusName, :CreateTime, :ModifyTime, :ContainerName, :ContainerId, :ContainerStatus, :ImageName, :ImageId, :Status, :Id, :HarmDescribe, :SuggestScheme, :SubStatus
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-tcss
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.244
|
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-01-
|
11
|
+
date: 2022-01-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|