tencentcloud-sdk-cwp 3.0.1196 → 3.0.1198
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 +6 -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: 095c3ced33ba3ca558dcba43eb7595759e8889fc
|
|
4
|
+
data.tar.gz: bd03ec412265dd3c9adb6117105ac20265b5f199
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6b953b955d5e595d75dcba1151bcb174f4eea8a7a1cd721486b590e711d5ecad2f131d622ea62df65e44a701e632d20adc31978301ef41263c0a65e80b3353a1
|
|
7
|
+
data.tar.gz: d71d1893424c0c604637f7c84f6299cd3e6be4defba41dad6c60b1b01a9e80476553ee5ae47205d7a956c2e74aa2dc84ed9b1108ef879b6bcad72d028fd3ac4c
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1198
|
data/lib/v20180228/models.rb
CHANGED
|
@@ -34687,10 +34687,12 @@ module TencentCloud
|
|
|
34687
34687
|
# @type HostOpProcessTree: String
|
|
34688
34688
|
# @param IPAnalyse: IP分析
|
|
34689
34689
|
# @type IPAnalyse: :class:`Tencentcloud::Cwp.v20180228.models.IPAnalyse`
|
|
34690
|
+
# @param NetResponsePayload: 响应数据包 base64编码
|
|
34691
|
+
# @type NetResponsePayload: String
|
|
34690
34692
|
|
|
34691
|
-
attr_accessor :Status, :SrcIP, :Location, :VulName, :VulId, :CVEId, :AttackLevel, :VulDefenceStatus, :VulSupportDefense, :SvcPs, :NetPayload, :AbnormalAction, :Uuid, :Id, :MachineExtraInfo, :DstPort, :Count, :PayVersion, :Quuid, :MergeTime, :Type, :HostOpType, :HostOpProcessTree, :IPAnalyse
|
|
34693
|
+
attr_accessor :Status, :SrcIP, :Location, :VulName, :VulId, :CVEId, :AttackLevel, :VulDefenceStatus, :VulSupportDefense, :SvcPs, :NetPayload, :AbnormalAction, :Uuid, :Id, :MachineExtraInfo, :DstPort, :Count, :PayVersion, :Quuid, :MergeTime, :Type, :HostOpType, :HostOpProcessTree, :IPAnalyse, :NetResponsePayload
|
|
34692
34694
|
|
|
34693
|
-
def initialize(status=nil, srcip=nil, location=nil, vulname=nil, vulid=nil, cveid=nil, attacklevel=nil, vuldefencestatus=nil, vulsupportdefense=nil, svcps=nil, netpayload=nil, abnormalaction=nil, uuid=nil, id=nil, machineextrainfo=nil, dstport=nil, count=nil, payversion=nil, quuid=nil, mergetime=nil, type=nil, hostoptype=nil, hostopprocesstree=nil, ipanalyse=nil)
|
|
34695
|
+
def initialize(status=nil, srcip=nil, location=nil, vulname=nil, vulid=nil, cveid=nil, attacklevel=nil, vuldefencestatus=nil, vulsupportdefense=nil, svcps=nil, netpayload=nil, abnormalaction=nil, uuid=nil, id=nil, machineextrainfo=nil, dstport=nil, count=nil, payversion=nil, quuid=nil, mergetime=nil, type=nil, hostoptype=nil, hostopprocesstree=nil, ipanalyse=nil, netresponsepayload=nil)
|
|
34694
34696
|
@Status = status
|
|
34695
34697
|
@SrcIP = srcip
|
|
34696
34698
|
@Location = location
|
|
@@ -34715,6 +34717,7 @@ module TencentCloud
|
|
|
34715
34717
|
@HostOpType = hostoptype
|
|
34716
34718
|
@HostOpProcessTree = hostopprocesstree
|
|
34717
34719
|
@IPAnalyse = ipanalyse
|
|
34720
|
+
@NetResponsePayload = netresponsepayload
|
|
34718
34721
|
end
|
|
34719
34722
|
|
|
34720
34723
|
def deserialize(params)
|
|
@@ -34748,6 +34751,7 @@ module TencentCloud
|
|
|
34748
34751
|
@IPAnalyse = IPAnalyse.new
|
|
34749
34752
|
@IPAnalyse.deserialize(params['IPAnalyse'])
|
|
34750
34753
|
end
|
|
34754
|
+
@NetResponsePayload = params['NetResponsePayload']
|
|
34751
34755
|
end
|
|
34752
34756
|
end
|
|
34753
34757
|
|
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: 3.0.
|
|
4
|
+
version: 3.0.1198
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-01-
|
|
11
|
+
date: 2026-01-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|