tencentcloud-sdk-tcss 3.0.1123 → 3.0.1143
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 +18 -18
- 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: 83ad9a5412694db9d404e2227e31f30b36fa1f1b
|
4
|
+
data.tar.gz: 5bffeb9fa3e7d8cf44b7f8f157e199d8909707af
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d0c94f394e454bfe1e1cb9348c9436a5d0c2cac2f598b7b1624d0e97c47d38ba11567e0c4526376c3d0e44dd1c2166b1de47df24863ca8afe2b49a0deab8bd84
|
7
|
+
data.tar.gz: 33379d25009f125b7dd6c1d8fe4a9acfda6cdf6c78dd8faf899226cbe28fd13ab14ce055606eeba0b0600c94501741c8b9b76fdb43a40cbf3b1acfc7b0f0a383
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1143
|
data/lib/v20201101/models.rb
CHANGED
@@ -3655,8 +3655,8 @@ module TencentCloud
|
|
3655
3655
|
|
3656
3656
|
attr_accessor :Component, :Version, :FixedVersion, :Path, :Type, :Name
|
3657
3657
|
extend Gem::Deprecate
|
3658
|
-
deprecate :Component, :none, 2025,
|
3659
|
-
deprecate :Component=, :none, 2025,
|
3658
|
+
deprecate :Component, :none, 2025, 9
|
3659
|
+
deprecate :Component=, :none, 2025, 9
|
3660
3660
|
|
3661
3661
|
def initialize(component=nil, version=nil, fixedversion=nil, path=nil, type=nil, name=nil)
|
3662
3662
|
@Component = component
|
@@ -4106,8 +4106,8 @@ module TencentCloud
|
|
4106
4106
|
|
4107
4107
|
attr_accessor :All, :Images, :ScanType, :Id, :IsLatest, :ScanScope, :RegistryType, :Namespace, :ContainerRunning, :Timeout
|
4108
4108
|
extend Gem::Deprecate
|
4109
|
-
deprecate :All, :none, 2025,
|
4110
|
-
deprecate :All=, :none, 2025,
|
4109
|
+
deprecate :All, :none, 2025, 9
|
4110
|
+
deprecate :All=, :none, 2025, 9
|
4111
4111
|
|
4112
4112
|
def initialize(all=nil, images=nil, scantype=nil, id=nil, islatest=nil, scanscope=nil, registrytype=nil, namespace=nil, containerrunning=nil, timeout=nil)
|
4113
4113
|
@All = all
|
@@ -4268,8 +4268,8 @@ module TencentCloud
|
|
4268
4268
|
|
4269
4269
|
attr_accessor :Enable, :ScanTime, :ScanPeriod, :ScanVirus, :ScanRisk, :ScanVul, :All, :Images, :ContainerRunning, :ScanScope, :ScanEndTime, :ExcludeImages
|
4270
4270
|
extend Gem::Deprecate
|
4271
|
-
deprecate :All, :none, 2025,
|
4272
|
-
deprecate :All=, :none, 2025,
|
4271
|
+
deprecate :All, :none, 2025, 9
|
4272
|
+
deprecate :All=, :none, 2025, 9
|
4273
4273
|
|
4274
4274
|
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)
|
4275
4275
|
@Enable = enable
|
@@ -4345,8 +4345,8 @@ module TencentCloud
|
|
4345
4345
|
|
4346
4346
|
attr_accessor :All, :Images, :ScanVul, :ScanVirus, :ScanRisk, :Filters, :ExcludeImageIds, :ContainerRunning, :ScanScope, :Timeout, :IsOneClickScanningTask
|
4347
4347
|
extend Gem::Deprecate
|
4348
|
-
deprecate :All, :none, 2025,
|
4349
|
-
deprecate :All=, :none, 2025,
|
4348
|
+
deprecate :All, :none, 2025, 9
|
4349
|
+
deprecate :All=, :none, 2025, 9
|
4350
4350
|
|
4351
4351
|
def initialize(all=nil, images=nil, scanvul=nil, scanvirus=nil, scanrisk=nil, filters=nil, excludeimageids=nil, containerrunning=nil, scanscope=nil, timeout=nil, isoneclickscanningtask=nil)
|
4352
4352
|
@All = all
|
@@ -9263,8 +9263,8 @@ module TencentCloud
|
|
9263
9263
|
|
9264
9264
|
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
|
9265
9265
|
extend Gem::Deprecate
|
9266
|
-
deprecate :SentiveInfoCnt, :none, 2025,
|
9267
|
-
deprecate :SentiveInfoCnt=, :none, 2025,
|
9266
|
+
deprecate :SentiveInfoCnt, :none, 2025, 9
|
9267
|
+
deprecate :SentiveInfoCnt=, :none, 2025, 9
|
9268
9268
|
|
9269
9269
|
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)
|
9270
9270
|
@ImageDigest = imagedigest
|
@@ -10422,8 +10422,8 @@ module TencentCloud
|
|
10422
10422
|
|
10423
10423
|
attr_accessor :Enable, :ScanTime, :ScanPeriod, :ScanVirus, :ScanRisk, :ScanVul, :All, :Images, :ContainerRunning, :ScanScope, :ScanEndTime, :ExcludeImages, :LastScanTime, :ScanResult, :RequestId
|
10424
10424
|
extend Gem::Deprecate
|
10425
|
-
deprecate :All, :none, 2025,
|
10426
|
-
deprecate :All=, :none, 2025,
|
10425
|
+
deprecate :All, :none, 2025, 9
|
10426
|
+
deprecate :All=, :none, 2025, 9
|
10427
10427
|
|
10428
10428
|
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)
|
10429
10429
|
@Enable = enable
|
@@ -13873,8 +13873,8 @@ module TencentCloud
|
|
13873
13873
|
|
13874
13874
|
attr_accessor :Enable, :ScanTime, :ScanPeriod, :ScanType, :All, :Images, :Id, :Latest, :ScanEndTime, :RegistryType, :ContainerRunning, :ScanScope, :Namespace, :ExcludeImageAssetIds, :LastScanTime, :ScanResult, :RequestId
|
13875
13875
|
extend Gem::Deprecate
|
13876
|
-
deprecate :All, :none, 2025,
|
13877
|
-
deprecate :All=, :none, 2025,
|
13876
|
+
deprecate :All, :none, 2025, 9
|
13877
|
+
deprecate :All=, :none, 2025, 9
|
13878
13878
|
|
13879
13879
|
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)
|
13880
13880
|
@Enable = enable
|
@@ -22029,8 +22029,8 @@ module TencentCloud
|
|
22029
22029
|
|
22030
22030
|
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
|
22031
22031
|
extend Gem::Deprecate
|
22032
|
-
deprecate :SentiveInfoCnt, :none, 2025,
|
22033
|
-
deprecate :SentiveInfoCnt=, :none, 2025,
|
22032
|
+
deprecate :SentiveInfoCnt, :none, 2025, 9
|
22033
|
+
deprecate :SentiveInfoCnt=, :none, 2025, 9
|
22034
22034
|
|
22035
22035
|
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)
|
22036
22036
|
@ImageDigest = imagedigest
|
@@ -28360,8 +28360,8 @@ module TencentCloud
|
|
28360
28360
|
|
28361
28361
|
attr_accessor :ScanPeriod, :Enable, :ScanTime, :ScanType, :Images, :All, :Id, :Latest, :ContainerRunning, :ScanEndTime, :ScanScope, :RegistryType, :Namespace, :ExcludeImageAssetIds
|
28362
28362
|
extend Gem::Deprecate
|
28363
|
-
deprecate :All, :none, 2025,
|
28364
|
-
deprecate :All=, :none, 2025,
|
28363
|
+
deprecate :All, :none, 2025, 9
|
28364
|
+
deprecate :All=, :none, 2025, 9
|
28365
28365
|
|
28366
28366
|
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)
|
28367
28367
|
@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.1143
|
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-
|
11
|
+
date: 2025-09-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|