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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20201101/models.rb +10 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 83ad9a5412694db9d404e2227e31f30b36fa1f1b
4
- data.tar.gz: 5bffeb9fa3e7d8cf44b7f8f157e199d8909707af
3
+ metadata.gz: 6f8a744d2a5fcbd05cc10530448c69ab0eb19f5b
4
+ data.tar.gz: 5ccbadf85396622538f70592c0b8449902f57cc8
5
5
  SHA512:
6
- metadata.gz: d0c94f394e454bfe1e1cb9348c9436a5d0c2cac2f598b7b1624d0e97c47d38ba11567e0c4526376c3d0e44dd1c2166b1de47df24863ca8afe2b49a0deab8bd84
7
- data.tar.gz: 33379d25009f125b7dd6c1d8fe4a9acfda6cdf6c78dd8faf899226cbe28fd13ab14ce055606eeba0b0600c94501741c8b9b76fdb43a40cbf3b1acfc7b0f0a383
6
+ metadata.gz: b9a665d1c24cfc742b3ba5e5742e60bca133f7b1eb27e794b4965926eaa60e64afcaa115fa6d15feaed560e968bce06bbb14f921795a1891f88bec2f3376e474
7
+ data.tar.gz: bb2e72868e715c4971eb7f78bcb0599797c6bd58c93912fb3021cf6b802261847a610490386a88084dab56c23b894fd236699de3a387147b974f67bc5f0a8d5c
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1143
1
+ 3.0.1146
@@ -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.1143
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-18 00:00:00.000000000 Z
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