tencentcloud-sdk-tcss 3.0.1143 → 3.0.1146
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/v20201101/models.rb +10 -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: 6f8a744d2a5fcbd05cc10530448c69ab0eb19f5b
|
4
|
+
data.tar.gz: 5ccbadf85396622538f70592c0b8449902f57cc8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b9a665d1c24cfc742b3ba5e5742e60bca133f7b1eb27e794b4965926eaa60e64afcaa115fa6d15feaed560e968bce06bbb14f921795a1891f88bec2f3376e474
|
7
|
+
data.tar.gz: bb2e72868e715c4971eb7f78bcb0599797c6bd58c93912fb3021cf6b802261847a610490386a88084dab56c23b894fd236699de3a387147b974f67bc5f0a8d5c
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1146
|
data/lib/v20201101/models.rb
CHANGED
@@ -29868,10 +29868,14 @@ module TencentCloud
|
|
29868
29868
|
# @type DefenceHostCount: Integer
|
29869
29869
|
# @param DefendedCount: 已防御攻击次数
|
29870
29870
|
# @type DefendedCount: Integer
|
29871
|
+
# @param RaspOpenNodeCount: 漏洞对应机器的应用防护开启数量
|
29872
|
+
# @type RaspOpenNodeCount: Integer
|
29873
|
+
# @param RaspClosedNodeCount: 漏洞对应机器的应用防护关闭数量
|
29874
|
+
# @type RaspClosedNodeCount: Integer
|
29871
29875
|
|
29872
|
-
attr_accessor :Name, :Tags, :CVSSV3Score, :Level, :CVEID, :Category, :FoundTime, :LatestFoundTime, :ID, :LocalImageCount, :ContainerCount, :RegistryImageCount, :PocID, :DefenceStatus, :DefenceScope, :DefenceHostCount, :DefendedCount
|
29876
|
+
attr_accessor :Name, :Tags, :CVSSV3Score, :Level, :CVEID, :Category, :FoundTime, :LatestFoundTime, :ID, :LocalImageCount, :ContainerCount, :RegistryImageCount, :PocID, :DefenceStatus, :DefenceScope, :DefenceHostCount, :DefendedCount, :RaspOpenNodeCount, :RaspClosedNodeCount
|
29873
29877
|
|
29874
|
-
def initialize(name=nil, tags=nil, cvssv3score=nil, level=nil, cveid=nil, category=nil, foundtime=nil, latestfoundtime=nil, id=nil, localimagecount=nil, containercount=nil, registryimagecount=nil, pocid=nil, defencestatus=nil, defencescope=nil, defencehostcount=nil, defendedcount=nil)
|
29878
|
+
def initialize(name=nil, tags=nil, cvssv3score=nil, level=nil, cveid=nil, category=nil, foundtime=nil, latestfoundtime=nil, id=nil, localimagecount=nil, containercount=nil, registryimagecount=nil, pocid=nil, defencestatus=nil, defencescope=nil, defencehostcount=nil, defendedcount=nil, raspopennodecount=nil, raspclosednodecount=nil)
|
29875
29879
|
@Name = name
|
29876
29880
|
@Tags = tags
|
29877
29881
|
@CVSSV3Score = cvssv3score
|
@@ -29889,6 +29893,8 @@ module TencentCloud
|
|
29889
29893
|
@DefenceScope = defencescope
|
29890
29894
|
@DefenceHostCount = defencehostcount
|
29891
29895
|
@DefendedCount = defendedcount
|
29896
|
+
@RaspOpenNodeCount = raspopennodecount
|
29897
|
+
@RaspClosedNodeCount = raspclosednodecount
|
29892
29898
|
end
|
29893
29899
|
|
29894
29900
|
def deserialize(params)
|
@@ -29909,6 +29915,8 @@ module TencentCloud
|
|
29909
29915
|
@DefenceScope = params['DefenceScope']
|
29910
29916
|
@DefenceHostCount = params['DefenceHostCount']
|
29911
29917
|
@DefendedCount = params['DefendedCount']
|
29918
|
+
@RaspOpenNodeCount = params['RaspOpenNodeCount']
|
29919
|
+
@RaspClosedNodeCount = params['RaspClosedNodeCount']
|
29912
29920
|
end
|
29913
29921
|
end
|
29914
29922
|
|
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: 3.0.
|
4
|
+
version: 3.0.1146
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-09-
|
11
|
+
date: 2025-09-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|