lib/v20201101/models.rb in tencentcloud-sdk-tcss-1.0.228 vs lib/v20201101/models.rb in tencentcloud-sdk-tcss-1.0.229
- old
+ new
@@ -9585,16 +9585,22 @@
# BACKUP_FILE_NOT_FOUND:备份文件不存在
# CONTAINER_NOT_FOUND_DEAL_ISOLATE:隔离时,容器不存在
# CONTAINER_NOT_FOUND_DEAL_RECOVER:恢复时,容器不存在
# 注意:此字段可能返回 null,表示取不到有效值。
# @type SubStatus: String
+ # @param HostIP: 内网ip
+ # 注意:此字段可能返回 null,表示取不到有效值。
+ # @type HostIP: String
+ # @param ClientIP: 外网ip
+ # 注意:此字段可能返回 null,表示取不到有效值。
+ # @type ClientIP: String
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
# @type RequestId: String
- attr_accessor :ImageId, :ImageName, :CreateTime, :Size, :FilePath, :ModifyTime, :VirusName, :RiskLevel, :ContainerName, :ContainerId, :HostName, :HostId, :ProcessName, :ProcessPath, :ProcessMd5, :ProcessId, :ProcessArgv, :ProcessChan, :ProcessAccountGroup, :ProcessStartAccount, :ProcessFileAuthority, :SourceType, :PodName, :Tags, :HarmDescribe, :SuggestScheme, :Mark, :FileName, :FileMd5, :EventType, :Status, :SubStatus, :RequestId
+ attr_accessor :ImageId, :ImageName, :CreateTime, :Size, :FilePath, :ModifyTime, :VirusName, :RiskLevel, :ContainerName, :ContainerId, :HostName, :HostId, :ProcessName, :ProcessPath, :ProcessMd5, :ProcessId, :ProcessArgv, :ProcessChan, :ProcessAccountGroup, :ProcessStartAccount, :ProcessFileAuthority, :SourceType, :PodName, :Tags, :HarmDescribe, :SuggestScheme, :Mark, :FileName, :FileMd5, :EventType, :Status, :SubStatus, :HostIP, :ClientIP, :RequestId
- def initialize(imageid=nil, imagename=nil, createtime=nil, size=nil, filepath=nil, modifytime=nil, virusname=nil, risklevel=nil, containername=nil, containerid=nil, hostname=nil, hostid=nil, processname=nil, processpath=nil, processmd5=nil, processid=nil, processargv=nil, processchan=nil, processaccountgroup=nil, processstartaccount=nil, processfileauthority=nil, sourcetype=nil, podname=nil, tags=nil, harmdescribe=nil, suggestscheme=nil, mark=nil, filename=nil, filemd5=nil, eventtype=nil, status=nil, substatus=nil, requestid=nil)
+ def initialize(imageid=nil, imagename=nil, createtime=nil, size=nil, filepath=nil, modifytime=nil, virusname=nil, risklevel=nil, containername=nil, containerid=nil, hostname=nil, hostid=nil, processname=nil, processpath=nil, processmd5=nil, processid=nil, processargv=nil, processchan=nil, processaccountgroup=nil, processstartaccount=nil, processfileauthority=nil, sourcetype=nil, podname=nil, tags=nil, harmdescribe=nil, suggestscheme=nil, mark=nil, filename=nil, filemd5=nil, eventtype=nil, status=nil, substatus=nil, hostip=nil, clientip=nil, requestid=nil)
@ImageId = imageid
@ImageName = imagename
@CreateTime = createtime
@Size = size
@FilePath = filepath
@@ -9623,10 +9629,12 @@
@FileName = filename
@FileMd5 = filemd5
@EventType = eventtype
@Status = status
@SubStatus = substatus
+ @HostIP = hostip
+ @ClientIP = clientip
@RequestId = requestid
end
def deserialize(params)
@ImageId = params['ImageId']
@@ -9659,10 +9667,12 @@
@FileName = params['FileName']
@FileMd5 = params['FileMd5']
@EventType = params['EventType']
@Status = params['Status']
@SubStatus = params['SubStatus']
+ @HostIP = params['HostIP']
+ @ClientIP = params['ClientIP']
@RequestId = params['RequestId']
end
end
# DescribeVirusList请求参数结构体
@@ -12743,14 +12753,20 @@
# @type EventType: String
# @param EventCount: 事件数量
# @type EventCount: Integer
# @param LatestFoundTime: 最近生成时间
# @type LatestFoundTime: String
+ # @param HostIP: 内网ip
+ # 注意:此字段可能返回 null,表示取不到有效值。
+ # @type HostIP: String
+ # @param ClientIP: 外网ip
+ # 注意:此字段可能返回 null,表示取不到有效值。
+ # @type ClientIP: String
- attr_accessor :EventId, :FoundTime, :ContainerId, :ContainerName, :ImageId, :ImageName, :NodeName, :PodName, :Status, :EventName, :EventType, :EventCount, :LatestFoundTime
+ attr_accessor :EventId, :FoundTime, :ContainerId, :ContainerName, :ImageId, :ImageName, :NodeName, :PodName, :Status, :EventName, :EventType, :EventCount, :LatestFoundTime, :HostIP, :ClientIP
- def initialize(eventid=nil, foundtime=nil, containerid=nil, containername=nil, imageid=nil, imagename=nil, nodename=nil, podname=nil, status=nil, eventname=nil, eventtype=nil, eventcount=nil, latestfoundtime=nil)
+ def initialize(eventid=nil, foundtime=nil, containerid=nil, containername=nil, imageid=nil, imagename=nil, nodename=nil, podname=nil, status=nil, eventname=nil, eventtype=nil, eventcount=nil, latestfoundtime=nil, hostip=nil, clientip=nil)
@EventId = eventid
@FoundTime = foundtime
@ContainerId = containerid
@ContainerName = containername
@ImageId = imageid
@@ -12760,10 +12776,12 @@
@Status = status
@EventName = eventname
@EventType = eventtype
@EventCount = eventcount
@LatestFoundTime = latestfoundtime
+ @HostIP = hostip
+ @ClientIP = clientip
end
def deserialize(params)
@EventId = params['EventId']
@FoundTime = params['FoundTime']
@@ -12776,9 +12794,11 @@
@Status = params['Status']
@EventName = params['EventName']
@EventType = params['EventType']
@EventCount = params['EventCount']
@LatestFoundTime = params['LatestFoundTime']
+ @HostIP = params['HostIP']
+ @ClientIP = params['ClientIP']
end
end
# 容器安全
# 描述键值对过滤器,用于条件过滤查询。例如过滤ID、名称、状态等