tencentcloud-sdk-tcss 1.0.239 → 1.0.243

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20201101/models.rb +17 -6
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5fc64aaf264a15ff43955337a317a8096d4e072e
4
- data.tar.gz: 0be20ecf54458fc009695483e0cd24e0bf155bf1
3
+ metadata.gz: 5f63ec0813661a63bc0de450a4c65905530334f1
4
+ data.tar.gz: 3310b006a8387f4f56b0d6a84f7326fbe0e854ad
5
5
  SHA512:
6
- metadata.gz: c26fdc0820274326bc9d562e4147938a0779dc72f168c1477d1227b27c7879d74ba663fc71eab89940f113cd1466ab3bbb3bc14e4d6c93ed4ce16e7bae5cfe68
7
- data.tar.gz: bd4dfe48c171355395c00f7bf63732b9ce19a89a93a46232e857fb83793de0fddf1c495004886dfd157b7c1fab4aed51aa2ea912ffdc9fa57a00be9db9fd9ffc
6
+ metadata.gz: 76a3001657d250a7295117ddd9cedfa6f88b97b1487ecd97c78914b6bb9103c91f407369bbb83faa43bb93551795e320fe490be3856514fc0b5f8466a3943b8e
7
+ data.tar.gz: 4e2672e676f7c3a71d7ed2343514a2e034ccf7a9bf0e1d1045c59cea1e17a77ad9d2077f909df859964494b3cfe59591641bdc7c76912b9864256fc6f08da9b0
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.239
1
+ 1.0.243
@@ -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.239
4
+ version: 1.0.243
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 00:00:00.000000000 Z
11
+ date: 2022-01-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common