tencentcloud-sdk-cwp 1.0.355 → 1.0.356
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/v20180228/models.rb +12 -2
- 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: 661c68cae0f6eddfb1fe37f642c7a121efa52d2f
|
|
4
|
+
data.tar.gz: 3f771f03a27fb9232ca7077709773fef07356d2b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1f8a4c00b57b174f0a97c0ffe09d4cfab9d2993122617315a9e815dfe26ebe9096aed80877f35aec32f18fad5445c7afba48a7c4ae6bcd1321ae3082310bbeef
|
|
7
|
+
data.tar.gz: 807d67501c449947670dc963d702a36a836967d6a41d78c79733d790dbb8b9b5c2e572d9c890df631a81a3fc32e1d3905cd64ddcab535e686440a8286cc7cb55
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.356
|
data/lib/v20180228/models.rb
CHANGED
|
@@ -14971,10 +14971,16 @@ module TencentCloud
|
|
|
14971
14971
|
# @param Uuid: 主机uuid
|
|
14972
14972
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
14973
14973
|
# @type Uuid: String
|
|
14974
|
+
# @param ModifyTime: 最近修改时间
|
|
14975
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
14976
|
+
# @type ModifyTime: String
|
|
14977
|
+
# @param StrFileAccessTime: 最近访问时间
|
|
14978
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
14979
|
+
# @type StrFileAccessTime: String
|
|
14974
14980
|
|
|
14975
|
-
attr_accessor :VirusName, :FileSize, :MD5, :FilePath, :FileCreateTime, :FileModifierTime, :HarmDescribe, :SuggestScheme, :ServersName, :HostIp, :ProcessName, :ProcessID, :Tags, :Breadth, :Heat, :Id, :FileName, :CreateTime, :LatestScanTime, :Reference, :MachineWanIp, :PsTree, :MachineStatus, :Status, :Level, :CheckPlatform, :Uuid
|
|
14981
|
+
attr_accessor :VirusName, :FileSize, :MD5, :FilePath, :FileCreateTime, :FileModifierTime, :HarmDescribe, :SuggestScheme, :ServersName, :HostIp, :ProcessName, :ProcessID, :Tags, :Breadth, :Heat, :Id, :FileName, :CreateTime, :LatestScanTime, :Reference, :MachineWanIp, :PsTree, :MachineStatus, :Status, :Level, :CheckPlatform, :Uuid, :ModifyTime, :StrFileAccessTime
|
|
14976
14982
|
|
|
14977
|
-
def initialize(virusname=nil, filesize=nil, md5=nil, filepath=nil, filecreatetime=nil, filemodifiertime=nil, harmdescribe=nil, suggestscheme=nil, serversname=nil, hostip=nil, processname=nil, processid=nil, tags=nil, breadth=nil, heat=nil, id=nil, filename=nil, createtime=nil, latestscantime=nil, reference=nil, machinewanip=nil, pstree=nil, machinestatus=nil, status=nil, level=nil, checkplatform=nil, uuid=nil)
|
|
14983
|
+
def initialize(virusname=nil, filesize=nil, md5=nil, filepath=nil, filecreatetime=nil, filemodifiertime=nil, harmdescribe=nil, suggestscheme=nil, serversname=nil, hostip=nil, processname=nil, processid=nil, tags=nil, breadth=nil, heat=nil, id=nil, filename=nil, createtime=nil, latestscantime=nil, reference=nil, machinewanip=nil, pstree=nil, machinestatus=nil, status=nil, level=nil, checkplatform=nil, uuid=nil, modifytime=nil, strfileaccesstime=nil)
|
|
14978
14984
|
@VirusName = virusname
|
|
14979
14985
|
@FileSize = filesize
|
|
14980
14986
|
@MD5 = md5
|
|
@@ -15002,6 +15008,8 @@ module TencentCloud
|
|
|
15002
15008
|
@Level = level
|
|
15003
15009
|
@CheckPlatform = checkplatform
|
|
15004
15010
|
@Uuid = uuid
|
|
15011
|
+
@ModifyTime = modifytime
|
|
15012
|
+
@StrFileAccessTime = strfileaccesstime
|
|
15005
15013
|
end
|
|
15006
15014
|
|
|
15007
15015
|
def deserialize(params)
|
|
@@ -15032,6 +15040,8 @@ module TencentCloud
|
|
|
15032
15040
|
@Level = params['Level']
|
|
15033
15041
|
@CheckPlatform = params['CheckPlatform']
|
|
15034
15042
|
@Uuid = params['Uuid']
|
|
15043
|
+
@ModifyTime = params['ModifyTime']
|
|
15044
|
+
@StrFileAccessTime = params['StrFileAccessTime']
|
|
15035
15045
|
end
|
|
15036
15046
|
end
|
|
15037
15047
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-cwp
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.356
|
|
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-07-
|
|
11
|
+
date: 2022-07-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|