lib/v20201101/models.rb in tencentcloud-sdk-tcss-1.0.241 vs lib/v20201101/models.rb in tencentcloud-sdk-tcss-1.0.242

- old
+ new

@@ -7698,30 +7698,34 @@ # @type UnhandledRiskSyscallCnt: Integer # @param UnhandledAbnormalProcessCnt: 未处理异常进程 # @type UnhandledAbnormalProcessCnt: Integer # @param UnhandledFileCnt: 未处理文件篡改 # @type UnhandledFileCnt: Integer + # @param UnhandledVirusEventCnt: 未处理木马事件 + # @type UnhandledVirusEventCnt: Integer # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。 # @type RequestId: String - attr_accessor :UnhandledEscapeCnt, :UnhandledReverseShellCnt, :UnhandledRiskSyscallCnt, :UnhandledAbnormalProcessCnt, :UnhandledFileCnt, :RequestId + attr_accessor :UnhandledEscapeCnt, :UnhandledReverseShellCnt, :UnhandledRiskSyscallCnt, :UnhandledAbnormalProcessCnt, :UnhandledFileCnt, :UnhandledVirusEventCnt, :RequestId - def initialize(unhandledescapecnt=nil, unhandledreverseshellcnt=nil, unhandledrisksyscallcnt=nil, unhandledabnormalprocesscnt=nil, unhandledfilecnt=nil, requestid=nil) + def initialize(unhandledescapecnt=nil, unhandledreverseshellcnt=nil, unhandledrisksyscallcnt=nil, unhandledabnormalprocesscnt=nil, unhandledfilecnt=nil, unhandledviruseventcnt=nil, requestid=nil) @UnhandledEscapeCnt = unhandledescapecnt @UnhandledReverseShellCnt = unhandledreverseshellcnt @UnhandledRiskSyscallCnt = unhandledrisksyscallcnt @UnhandledAbnormalProcessCnt = unhandledabnormalprocesscnt @UnhandledFileCnt = unhandledfilecnt + @UnhandledVirusEventCnt = unhandledviruseventcnt @RequestId = requestid end def deserialize(params) @UnhandledEscapeCnt = params['UnhandledEscapeCnt'] @UnhandledReverseShellCnt = params['UnhandledReverseShellCnt'] @UnhandledRiskSyscallCnt = params['UnhandledRiskSyscallCnt'] @UnhandledAbnormalProcessCnt = params['UnhandledAbnormalProcessCnt'] @UnhandledFileCnt = params['UnhandledFileCnt'] + @UnhandledVirusEventCnt = params['UnhandledVirusEventCnt'] @RequestId = params['RequestId'] end end # DescribeEscapeEventDetail请求参数结构体 @@ -9846,10 +9850,11 @@ # @param ScanIds: 自选扫描范围的容器id或者主机id 根据ScanRangeType决定 # @type ScanIds: Array # @param ScanPath: 自选排除或扫描的地址 # @type ScanPath: Array # @param ClickTimeout: 一键检测的超时设置 + # 注意:此字段可能返回 null,表示取不到有效值。 # @type ClickTimeout: Integer # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。 # @type RequestId: String attr_accessor :EnableScan, :Cycle, :BeginScanAt, :ScanPathAll, :ScanPathType, :Timeout, :ScanRangeType, :ScanRangeAll, :ScanIds, :ScanPath, :ClickTimeout, :RequestId @@ -9911,10 +9916,11 @@ # SCAN_NONE:无, # SCAN_SCANNING:正在扫描中, # SCAN_FINISH:扫描完成, # SCAN_TIMEOUT:扫描超时 # SCAN_CANCELING: 取消中 + # SCAN_CANCELED:已取消 # @type Status: String # @param Schedule: 扫描进度 I # @type Schedule: Integer # @param ContainerScanCnt: 已经扫描了的容器个数 # @type ContainerScanCnt: Integer @@ -11934,19 +11940,19 @@ # ModifyVirusScanSetting请求参数结构体 class ModifyVirusScanSettingRequest < TencentCloud::Common::AbstractModel # @param EnableScan: 是否开启定期扫描 # @type EnableScan: Boolean - # @param Cycle: 检测周期每隔多少天 + # @param Cycle: 检测周期每隔多少天(1|3|7) # @type Cycle: Integer # @param BeginScanAt: 扫描开始时间 # @type BeginScanAt: String - # @param ScanPathAll: 扫描全部路径 + # @param ScanPathAll: 扫描全部路径(true:全选,false:自选) # @type ScanPathAll: Boolean # @param ScanPathType: 当ScanPathAll为true 生效 0扫描以下路径 1、扫描除以下路径 # @type ScanPathType: Integer - # @param Timeout: 超时时长 + # @param Timeout: 超时时长(5~24h) # @type Timeout: Integer # @param ScanRangeType: 扫描范围0容器1主机节点 # @type ScanRangeType: Integer # @param ScanRangeAll: true 全选,false 自选 # @type ScanRangeAll: Boolean @@ -12000,11 +12006,11 @@ end end # ModifyVirusScanTimeoutSetting请求参数结构体 class ModifyVirusScanTimeoutSettingRequest < TencentCloud::Common::AbstractModel - # @param Timeout: 超时时长单位小时 + # @param Timeout: 超时时长单位小时(5~24h) # @type Timeout: Integer # @param ScanType: 设置类型0一键检测,1定时检测 # @type ScanType: Integer attr_accessor :Timeout, :ScanType @@ -13483,9 +13489,12 @@ # FILE_ABNORMAL:文件异常 # FILE_ABNORMAL_DEAL_RECOVER:恢复文件时,文件异常 # BACKUP_FILE_NOT_FOUND:备份文件不存在 # CONTAINER_NOT_FOUND_DEAL_ISOLATE:隔离时,容器不存在 # CONTAINER_NOT_FOUND_DEAL_RECOVER:恢复时,容器不存在 + # TIMEOUT: 超时 + # TOO_MANY: 任务过多 + # OFFLINE: 离线 # @type SubStatus: String attr_accessor :FileName, :FilePath, :VirusName, :CreateTime, :ModifyTime, :ContainerName, :ContainerId, :ContainerStatus, :ImageName, :ImageId, :Status, :Id, :HarmDescribe, :SuggestScheme, :SubStatus def initialize(filename=nil, filepath=nil, virusname=nil, createtime=nil, modifytime=nil, containername=nil, containerid=nil, containerstatus=nil, imagename=nil, imageid=nil, status=nil, id=nil, harmdescribe=nil, suggestscheme=nil, substatus=nil)