tencentcloud-sdk-tcss 3.0.1033 → 3.0.1035
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 +22 -19
- 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: 99af7cd02d4b6c9da010c89770bdd7024f2c1b2f
|
4
|
+
data.tar.gz: b72c51c8ffa59f2a77c9c89dda9b0ff08e1ca631
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0381715d0ed82cbde92567ff99fc3f7c3519b161cf696d6e18637485d44366290e778e4fed6cf5eff2fe488fd295da92a3c78a204117c93693d1e8624c5d053e
|
7
|
+
data.tar.gz: 5b2d8157d95eba1fd7d7188942205b95ca778b83b4fb0f66b597ce1ca696ab2d951be3fda3fd1e8887e8a5d670ac4f311c6ab1a3696249e7fd919c5f0b85dc70
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1035
|
data/lib/v20201101/models.rb
CHANGED
@@ -2341,7 +2341,10 @@ module TencentCloud
|
|
2341
2341
|
# @type ClusterNodeNum: Integer
|
2342
2342
|
# @param Region: 集群区域
|
2343
2343
|
# @type Region: String
|
2344
|
-
# @param DefenderStatus: 防护状态:
|
2344
|
+
# @param DefenderStatus: 防护状态:
|
2345
|
+
# 已防护: Defended
|
2346
|
+
# 未防护: UnDefended
|
2347
|
+
# 部分防护: PartDefened
|
2345
2348
|
# @type DefenderStatus: String
|
2346
2349
|
# @param ClusterStatus: 集群状态
|
2347
2350
|
# @type ClusterStatus: String
|
@@ -3640,8 +3643,8 @@ module TencentCloud
|
|
3640
3643
|
|
3641
3644
|
attr_accessor :Component, :Version, :FixedVersion, :Path, :Type, :Name
|
3642
3645
|
extend Gem::Deprecate
|
3643
|
-
deprecate :Component, :none, 2025,
|
3644
|
-
deprecate :Component=, :none, 2025,
|
3646
|
+
deprecate :Component, :none, 2025, 4
|
3647
|
+
deprecate :Component=, :none, 2025, 4
|
3645
3648
|
|
3646
3649
|
def initialize(component=nil, version=nil, fixedversion=nil, path=nil, type=nil, name=nil)
|
3647
3650
|
@Component = component
|
@@ -4091,8 +4094,8 @@ module TencentCloud
|
|
4091
4094
|
|
4092
4095
|
attr_accessor :All, :Images, :ScanType, :Id, :IsLatest, :ScanScope, :RegistryType, :Namespace, :ContainerRunning, :Timeout
|
4093
4096
|
extend Gem::Deprecate
|
4094
|
-
deprecate :All, :none, 2025,
|
4095
|
-
deprecate :All=, :none, 2025,
|
4097
|
+
deprecate :All, :none, 2025, 4
|
4098
|
+
deprecate :All=, :none, 2025, 4
|
4096
4099
|
|
4097
4100
|
def initialize(all=nil, images=nil, scantype=nil, id=nil, islatest=nil, scanscope=nil, registrytype=nil, namespace=nil, containerrunning=nil, timeout=nil)
|
4098
4101
|
@All = all
|
@@ -4253,8 +4256,8 @@ module TencentCloud
|
|
4253
4256
|
|
4254
4257
|
attr_accessor :Enable, :ScanTime, :ScanPeriod, :ScanVirus, :ScanRisk, :ScanVul, :All, :Images, :ContainerRunning, :ScanScope, :ScanEndTime, :ExcludeImages
|
4255
4258
|
extend Gem::Deprecate
|
4256
|
-
deprecate :All, :none, 2025,
|
4257
|
-
deprecate :All=, :none, 2025,
|
4259
|
+
deprecate :All, :none, 2025, 4
|
4260
|
+
deprecate :All=, :none, 2025, 4
|
4258
4261
|
|
4259
4262
|
def initialize(enable=nil, scantime=nil, scanperiod=nil, scanvirus=nil, scanrisk=nil, scanvul=nil, all=nil, images=nil, containerrunning=nil, scanscope=nil, scanendtime=nil, excludeimages=nil)
|
4260
4263
|
@Enable = enable
|
@@ -4330,8 +4333,8 @@ module TencentCloud
|
|
4330
4333
|
|
4331
4334
|
attr_accessor :All, :Images, :ScanVul, :ScanVirus, :ScanRisk, :Filters, :ExcludeImageIds, :ContainerRunning, :ScanScope, :Timeout, :IsOneClickScanningTask
|
4332
4335
|
extend Gem::Deprecate
|
4333
|
-
deprecate :All, :none, 2025,
|
4334
|
-
deprecate :All=, :none, 2025,
|
4336
|
+
deprecate :All, :none, 2025, 4
|
4337
|
+
deprecate :All=, :none, 2025, 4
|
4335
4338
|
|
4336
4339
|
def initialize(all=nil, images=nil, scanvul=nil, scanvirus=nil, scanrisk=nil, filters=nil, excludeimageids=nil, containerrunning=nil, scanscope=nil, timeout=nil, isoneclickscanningtask=nil)
|
4337
4340
|
@All = all
|
@@ -9212,8 +9215,8 @@ module TencentCloud
|
|
9212
9215
|
|
9213
9216
|
attr_accessor :ImageDigest, :ImageRepoAddress, :RegistryType, :ImageName, :ImageTag, :ScanTime, :ScanStatus, :VulCnt, :VirusCnt, :RiskCnt, :SentiveInfoCnt, :OsName, :ScanVirusError, :ScanVulError, :LayerInfo, :InstanceId, :InstanceName, :Namespace, :ScanRiskError, :ScanVirusProgress, :ScanVulProgress, :ScanRiskProgress, :ScanRemainTime, :CveStatus, :RiskStatus, :VirusStatus, :Progress, :IsAuthorized, :ImageSize, :ImageId, :RegistryRegion, :ImageCreateTime, :SensitiveInfoCnt, :Id, :RequestId
|
9214
9217
|
extend Gem::Deprecate
|
9215
|
-
deprecate :SentiveInfoCnt, :none, 2025,
|
9216
|
-
deprecate :SentiveInfoCnt=, :none, 2025,
|
9218
|
+
deprecate :SentiveInfoCnt, :none, 2025, 4
|
9219
|
+
deprecate :SentiveInfoCnt=, :none, 2025, 4
|
9217
9220
|
|
9218
9221
|
def initialize(imagedigest=nil, imagerepoaddress=nil, registrytype=nil, imagename=nil, imagetag=nil, scantime=nil, scanstatus=nil, vulcnt=nil, viruscnt=nil, riskcnt=nil, sentiveinfocnt=nil, osname=nil, scanviruserror=nil, scanvulerror=nil, layerinfo=nil, instanceid=nil, instancename=nil, namespace=nil, scanriskerror=nil, scanvirusprogress=nil, scanvulprogress=nil, scanriskprogress=nil, scanremaintime=nil, cvestatus=nil, riskstatus=nil, virusstatus=nil, progress=nil, isauthorized=nil, imagesize=nil, imageid=nil, registryregion=nil, imagecreatetime=nil, sensitiveinfocnt=nil, id=nil, requestid=nil)
|
9219
9222
|
@ImageDigest = imagedigest
|
@@ -10359,8 +10362,8 @@ module TencentCloud
|
|
10359
10362
|
|
10360
10363
|
attr_accessor :Enable, :ScanTime, :ScanPeriod, :ScanVirus, :ScanRisk, :ScanVul, :All, :Images, :ContainerRunning, :ScanScope, :ScanEndTime, :ExcludeImages, :LastScanTime, :ScanResult, :RequestId
|
10361
10364
|
extend Gem::Deprecate
|
10362
|
-
deprecate :All, :none, 2025,
|
10363
|
-
deprecate :All=, :none, 2025,
|
10365
|
+
deprecate :All, :none, 2025, 4
|
10366
|
+
deprecate :All=, :none, 2025, 4
|
10364
10367
|
|
10365
10368
|
def initialize(enable=nil, scantime=nil, scanperiod=nil, scanvirus=nil, scanrisk=nil, scanvul=nil, all=nil, images=nil, containerrunning=nil, scanscope=nil, scanendtime=nil, excludeimages=nil, lastscantime=nil, scanresult=nil, requestid=nil)
|
10366
10369
|
@Enable = enable
|
@@ -13794,8 +13797,8 @@ module TencentCloud
|
|
13794
13797
|
|
13795
13798
|
attr_accessor :Enable, :ScanTime, :ScanPeriod, :ScanType, :All, :Images, :Id, :Latest, :ScanEndTime, :RegistryType, :ContainerRunning, :ScanScope, :Namespace, :ExcludeImageAssetIds, :LastScanTime, :ScanResult, :RequestId
|
13796
13799
|
extend Gem::Deprecate
|
13797
|
-
deprecate :All, :none, 2025,
|
13798
|
-
deprecate :All=, :none, 2025,
|
13800
|
+
deprecate :All, :none, 2025, 4
|
13801
|
+
deprecate :All=, :none, 2025, 4
|
13799
13802
|
|
13800
13803
|
def initialize(enable=nil, scantime=nil, scanperiod=nil, scantype=nil, all=nil, images=nil, id=nil, latest=nil, scanendtime=nil, registrytype=nil, containerrunning=nil, scanscope=nil, namespace=nil, excludeimageassetids=nil, lastscantime=nil, scanresult=nil, requestid=nil)
|
13801
13804
|
@Enable = enable
|
@@ -21934,8 +21937,8 @@ module TencentCloud
|
|
21934
21937
|
|
21935
21938
|
attr_accessor :ImageDigest, :ImageRepoAddress, :RegistryType, :ImageName, :ImageTag, :ImageSize, :ScanTime, :ScanStatus, :VulCnt, :VirusCnt, :RiskCnt, :SentiveInfoCnt, :IsTrustImage, :OsName, :ScanVirusError, :ScanVulError, :InstanceId, :InstanceName, :Namespace, :ScanRiskError, :ScanVirusProgress, :ScanVulProgress, :ScanRiskProgress, :ScanRemainTime, :CveStatus, :RiskStatus, :VirusStatus, :Progress, :IsAuthorized, :RegistryRegion, :Id, :ImageId, :ImageCreateTime, :IsLatestImage, :LowLevelVulCnt, :MediumLevelVulCnt, :HighLevelVulCnt, :CriticalLevelVulCnt, :ContainerCnt, :ComponentCnt, :IsRunning, :HasNeedFixVul, :SensitiveInfoCnt, :RecommendedFix
|
21936
21939
|
extend Gem::Deprecate
|
21937
|
-
deprecate :SentiveInfoCnt, :none, 2025,
|
21938
|
-
deprecate :SentiveInfoCnt=, :none, 2025,
|
21940
|
+
deprecate :SentiveInfoCnt, :none, 2025, 4
|
21941
|
+
deprecate :SentiveInfoCnt=, :none, 2025, 4
|
21939
21942
|
|
21940
21943
|
def initialize(imagedigest=nil, imagerepoaddress=nil, registrytype=nil, imagename=nil, imagetag=nil, imagesize=nil, scantime=nil, scanstatus=nil, vulcnt=nil, viruscnt=nil, riskcnt=nil, sentiveinfocnt=nil, istrustimage=nil, osname=nil, scanviruserror=nil, scanvulerror=nil, instanceid=nil, instancename=nil, namespace=nil, scanriskerror=nil, scanvirusprogress=nil, scanvulprogress=nil, scanriskprogress=nil, scanremaintime=nil, cvestatus=nil, riskstatus=nil, virusstatus=nil, progress=nil, isauthorized=nil, registryregion=nil, id=nil, imageid=nil, imagecreatetime=nil, islatestimage=nil, lowlevelvulcnt=nil, mediumlevelvulcnt=nil, highlevelvulcnt=nil, criticallevelvulcnt=nil, containercnt=nil, componentcnt=nil, isrunning=nil, hasneedfixvul=nil, sensitiveinfocnt=nil, recommendedfix=nil)
|
21941
21944
|
@ImageDigest = imagedigest
|
@@ -28170,8 +28173,8 @@ module TencentCloud
|
|
28170
28173
|
|
28171
28174
|
attr_accessor :ScanPeriod, :Enable, :ScanTime, :ScanType, :Images, :All, :Id, :Latest, :ContainerRunning, :ScanEndTime, :ScanScope, :RegistryType, :Namespace, :ExcludeImageAssetIds
|
28172
28175
|
extend Gem::Deprecate
|
28173
|
-
deprecate :All, :none, 2025,
|
28174
|
-
deprecate :All=, :none, 2025,
|
28176
|
+
deprecate :All, :none, 2025, 4
|
28177
|
+
deprecate :All=, :none, 2025, 4
|
28175
28178
|
|
28176
28179
|
def initialize(scanperiod=nil, enable=nil, scantime=nil, scantype=nil, images=nil, all=nil, id=nil, latest=nil, containerrunning=nil, scanendtime=nil, scanscope=nil, registrytype=nil, namespace=nil, excludeimageassetids=nil)
|
28177
28180
|
@ScanPeriod = scanperiod
|
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.1035
|
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-04-
|
11
|
+
date: 2025-04-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|