tencentcloud-sdk-tcss 3.0.1089 → 3.0.1123
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/client.rb +1 -1
- data/lib/v20201101/models.rb +37 -25
- 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: 1a85679c239bd5f6548dbd09992ce83250dae120
|
4
|
+
data.tar.gz: bd1754662fe30749f78e28fbb4c27af77f799131
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2dc5ca81aaa8d5be1444c8134b12dfcb0b55239a29f8ac437f43f86962b487ae22be2b18d6317499257b51f0f2589aba574d3cda64e290083c38331bb449117c
|
7
|
+
data.tar.gz: ea531a8a3da77f6a86d0c3b150f18f8609fc576a864b6a19b15a8aeb585c718066412d36474550d637c8ebb4b51b12fcecad808522c0d386b3234370a49387da
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1123
|
data/lib/v20201101/client.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# Copyright (c) 2017-
|
3
|
+
# Copyright (c) 2017-2025 Tencent. All Rights Reserved.
|
4
4
|
#
|
5
5
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
6
6
|
# you may not use this file except in compliance with the License.
|
data/lib/v20201101/models.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# Copyright (c) 2017-
|
3
|
+
# Copyright (c) 2017-2025 Tencent. All Rights Reserved.
|
4
4
|
#
|
5
5
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
6
6
|
# you may not use this file except in compliance with the License.
|
@@ -2388,6 +2388,8 @@ module TencentCloud
|
|
2388
2388
|
# @type AccessedStatus: String
|
2389
2389
|
# @param AccessedSubStatus: 接入失败原因
|
2390
2390
|
# @type AccessedSubStatus: String
|
2391
|
+
# @param AccessedErrorReason: 接入/卸载失败原因
|
2392
|
+
# @type AccessedErrorReason: String
|
2391
2393
|
# @param NodeCount: 节点总数
|
2392
2394
|
# @type NodeCount: Integer
|
2393
2395
|
# @param OffLineNodeCount: 离线节点数
|
@@ -2408,9 +2410,9 @@ module TencentCloud
|
|
2408
2410
|
# @param OwnerName: 所有者名称
|
2409
2411
|
# @type OwnerName: String
|
2410
2412
|
|
2411
|
-
attr_accessor :ClusterId, :ClusterName, :ClusterVersion, :ClusterOs, :ClusterType, :ClusterNodeNum, :Region, :DefenderStatus, :ClusterStatus, :ClusterSubStatus, :ClusterCheckMode, :ClusterAutoCheck, :DefenderErrorReason, :UnreadyNodeNum, :SeriousRiskCount, :HighRiskCount, :MiddleRiskCount, :HintRiskCount, :CheckFailReason, :CheckStatus, :TaskCreateTime, :AccessedStatus, :AccessedSubStatus, :NodeCount, :OffLineNodeCount, :UnInstallAgentNodeCount, :ChargeCoresCnt, :MasterAddresses, :CoresCnt, :ClusterAuditStatus, :ClusterAuditFailedInfo, :OwnerName
|
2413
|
+
attr_accessor :ClusterId, :ClusterName, :ClusterVersion, :ClusterOs, :ClusterType, :ClusterNodeNum, :Region, :DefenderStatus, :ClusterStatus, :ClusterSubStatus, :ClusterCheckMode, :ClusterAutoCheck, :DefenderErrorReason, :UnreadyNodeNum, :SeriousRiskCount, :HighRiskCount, :MiddleRiskCount, :HintRiskCount, :CheckFailReason, :CheckStatus, :TaskCreateTime, :AccessedStatus, :AccessedSubStatus, :AccessedErrorReason, :NodeCount, :OffLineNodeCount, :UnInstallAgentNodeCount, :ChargeCoresCnt, :MasterAddresses, :CoresCnt, :ClusterAuditStatus, :ClusterAuditFailedInfo, :OwnerName
|
2412
2414
|
|
2413
|
-
def initialize(clusterid=nil, clustername=nil, clusterversion=nil, clusteros=nil, clustertype=nil, clusternodenum=nil, region=nil, defenderstatus=nil, clusterstatus=nil, clustersubstatus=nil, clustercheckmode=nil, clusterautocheck=nil, defendererrorreason=nil, unreadynodenum=nil, seriousriskcount=nil, highriskcount=nil, middleriskcount=nil, hintriskcount=nil, checkfailreason=nil, checkstatus=nil, taskcreatetime=nil, accessedstatus=nil, accessedsubstatus=nil, nodecount=nil, offlinenodecount=nil, uninstallagentnodecount=nil, chargecorescnt=nil, masteraddresses=nil, corescnt=nil, clusterauditstatus=nil, clusterauditfailedinfo=nil, ownername=nil)
|
2415
|
+
def initialize(clusterid=nil, clustername=nil, clusterversion=nil, clusteros=nil, clustertype=nil, clusternodenum=nil, region=nil, defenderstatus=nil, clusterstatus=nil, clustersubstatus=nil, clustercheckmode=nil, clusterautocheck=nil, defendererrorreason=nil, unreadynodenum=nil, seriousriskcount=nil, highriskcount=nil, middleriskcount=nil, hintriskcount=nil, checkfailreason=nil, checkstatus=nil, taskcreatetime=nil, accessedstatus=nil, accessedsubstatus=nil, accessederrorreason=nil, nodecount=nil, offlinenodecount=nil, uninstallagentnodecount=nil, chargecorescnt=nil, masteraddresses=nil, corescnt=nil, clusterauditstatus=nil, clusterauditfailedinfo=nil, ownername=nil)
|
2414
2416
|
@ClusterId = clusterid
|
2415
2417
|
@ClusterName = clustername
|
2416
2418
|
@ClusterVersion = clusterversion
|
@@ -2434,6 +2436,7 @@ module TencentCloud
|
|
2434
2436
|
@TaskCreateTime = taskcreatetime
|
2435
2437
|
@AccessedStatus = accessedstatus
|
2436
2438
|
@AccessedSubStatus = accessedsubstatus
|
2439
|
+
@AccessedErrorReason = accessederrorreason
|
2437
2440
|
@NodeCount = nodecount
|
2438
2441
|
@OffLineNodeCount = offlinenodecount
|
2439
2442
|
@UnInstallAgentNodeCount = uninstallagentnodecount
|
@@ -2469,6 +2472,7 @@ module TencentCloud
|
|
2469
2472
|
@TaskCreateTime = params['TaskCreateTime']
|
2470
2473
|
@AccessedStatus = params['AccessedStatus']
|
2471
2474
|
@AccessedSubStatus = params['AccessedSubStatus']
|
2475
|
+
@AccessedErrorReason = params['AccessedErrorReason']
|
2472
2476
|
@NodeCount = params['NodeCount']
|
2473
2477
|
@OffLineNodeCount = params['OffLineNodeCount']
|
2474
2478
|
@UnInstallAgentNodeCount = params['UnInstallAgentNodeCount']
|
@@ -3651,8 +3655,8 @@ module TencentCloud
|
|
3651
3655
|
|
3652
3656
|
attr_accessor :Component, :Version, :FixedVersion, :Path, :Type, :Name
|
3653
3657
|
extend Gem::Deprecate
|
3654
|
-
deprecate :Component, :none, 2025,
|
3655
|
-
deprecate :Component=, :none, 2025,
|
3658
|
+
deprecate :Component, :none, 2025, 8
|
3659
|
+
deprecate :Component=, :none, 2025, 8
|
3656
3660
|
|
3657
3661
|
def initialize(component=nil, version=nil, fixedversion=nil, path=nil, type=nil, name=nil)
|
3658
3662
|
@Component = component
|
@@ -4102,8 +4106,8 @@ module TencentCloud
|
|
4102
4106
|
|
4103
4107
|
attr_accessor :All, :Images, :ScanType, :Id, :IsLatest, :ScanScope, :RegistryType, :Namespace, :ContainerRunning, :Timeout
|
4104
4108
|
extend Gem::Deprecate
|
4105
|
-
deprecate :All, :none, 2025,
|
4106
|
-
deprecate :All=, :none, 2025,
|
4109
|
+
deprecate :All, :none, 2025, 8
|
4110
|
+
deprecate :All=, :none, 2025, 8
|
4107
4111
|
|
4108
4112
|
def initialize(all=nil, images=nil, scantype=nil, id=nil, islatest=nil, scanscope=nil, registrytype=nil, namespace=nil, containerrunning=nil, timeout=nil)
|
4109
4113
|
@All = all
|
@@ -4264,8 +4268,8 @@ module TencentCloud
|
|
4264
4268
|
|
4265
4269
|
attr_accessor :Enable, :ScanTime, :ScanPeriod, :ScanVirus, :ScanRisk, :ScanVul, :All, :Images, :ContainerRunning, :ScanScope, :ScanEndTime, :ExcludeImages
|
4266
4270
|
extend Gem::Deprecate
|
4267
|
-
deprecate :All, :none, 2025,
|
4268
|
-
deprecate :All=, :none, 2025,
|
4271
|
+
deprecate :All, :none, 2025, 8
|
4272
|
+
deprecate :All=, :none, 2025, 8
|
4269
4273
|
|
4270
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)
|
4271
4275
|
@Enable = enable
|
@@ -4341,8 +4345,8 @@ module TencentCloud
|
|
4341
4345
|
|
4342
4346
|
attr_accessor :All, :Images, :ScanVul, :ScanVirus, :ScanRisk, :Filters, :ExcludeImageIds, :ContainerRunning, :ScanScope, :Timeout, :IsOneClickScanningTask
|
4343
4347
|
extend Gem::Deprecate
|
4344
|
-
deprecate :All, :none, 2025,
|
4345
|
-
deprecate :All=, :none, 2025,
|
4348
|
+
deprecate :All, :none, 2025, 8
|
4349
|
+
deprecate :All=, :none, 2025, 8
|
4346
4350
|
|
4347
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)
|
4348
4352
|
@All = all
|
@@ -8616,12 +8620,14 @@ module TencentCloud
|
|
8616
8620
|
# @type ClusterName: String
|
8617
8621
|
# @param ClusterAccessedStatus: 集群接入状态
|
8618
8622
|
# @type ClusterAccessedStatus: String
|
8623
|
+
# @param AssetSyncTime: 资产同步时间
|
8624
|
+
# @type AssetSyncTime: String
|
8619
8625
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
8620
8626
|
# @type RequestId: String
|
8621
8627
|
|
8622
|
-
attr_accessor :UUID, :UpdateTime, :HostName, :Group, :HostIP, :OsName, :AgentVersion, :KernelVersion, :DockerVersion, :DockerAPIVersion, :DockerGoVersion, :DockerFileSystemDriver, :DockerRootDir, :ImageCnt, :ContainerCnt, :K8sMasterIP, :K8sVersion, :KubeProxyVersion, :Status, :IsContainerd, :MachineType, :PublicIp, :InstanceID, :RegionID, :Project, :Tags, :ClusterID, :ClusterName, :ClusterAccessedStatus, :RequestId
|
8628
|
+
attr_accessor :UUID, :UpdateTime, :HostName, :Group, :HostIP, :OsName, :AgentVersion, :KernelVersion, :DockerVersion, :DockerAPIVersion, :DockerGoVersion, :DockerFileSystemDriver, :DockerRootDir, :ImageCnt, :ContainerCnt, :K8sMasterIP, :K8sVersion, :KubeProxyVersion, :Status, :IsContainerd, :MachineType, :PublicIp, :InstanceID, :RegionID, :Project, :Tags, :ClusterID, :ClusterName, :ClusterAccessedStatus, :AssetSyncTime, :RequestId
|
8623
8629
|
|
8624
|
-
def initialize(uuid=nil, updatetime=nil, hostname=nil, group=nil, hostip=nil, osname=nil, agentversion=nil, kernelversion=nil, dockerversion=nil, dockerapiversion=nil, dockergoversion=nil, dockerfilesystemdriver=nil, dockerrootdir=nil, imagecnt=nil, containercnt=nil, k8smasterip=nil, k8sversion=nil, kubeproxyversion=nil, status=nil, iscontainerd=nil, machinetype=nil, publicip=nil, instanceid=nil, regionid=nil, project=nil, tags=nil, clusterid=nil, clustername=nil, clusteraccessedstatus=nil, requestid=nil)
|
8630
|
+
def initialize(uuid=nil, updatetime=nil, hostname=nil, group=nil, hostip=nil, osname=nil, agentversion=nil, kernelversion=nil, dockerversion=nil, dockerapiversion=nil, dockergoversion=nil, dockerfilesystemdriver=nil, dockerrootdir=nil, imagecnt=nil, containercnt=nil, k8smasterip=nil, k8sversion=nil, kubeproxyversion=nil, status=nil, iscontainerd=nil, machinetype=nil, publicip=nil, instanceid=nil, regionid=nil, project=nil, tags=nil, clusterid=nil, clustername=nil, clusteraccessedstatus=nil, assetsynctime=nil, requestid=nil)
|
8625
8631
|
@UUID = uuid
|
8626
8632
|
@UpdateTime = updatetime
|
8627
8633
|
@HostName = hostname
|
@@ -8651,6 +8657,7 @@ module TencentCloud
|
|
8651
8657
|
@ClusterID = clusterid
|
8652
8658
|
@ClusterName = clustername
|
8653
8659
|
@ClusterAccessedStatus = clusteraccessedstatus
|
8660
|
+
@AssetSyncTime = assetsynctime
|
8654
8661
|
@RequestId = requestid
|
8655
8662
|
end
|
8656
8663
|
|
@@ -8694,6 +8701,7 @@ module TencentCloud
|
|
8694
8701
|
@ClusterID = params['ClusterID']
|
8695
8702
|
@ClusterName = params['ClusterName']
|
8696
8703
|
@ClusterAccessedStatus = params['ClusterAccessedStatus']
|
8704
|
+
@AssetSyncTime = params['AssetSyncTime']
|
8697
8705
|
@RequestId = params['RequestId']
|
8698
8706
|
end
|
8699
8707
|
end
|
@@ -9255,8 +9263,8 @@ module TencentCloud
|
|
9255
9263
|
|
9256
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
|
9257
9265
|
extend Gem::Deprecate
|
9258
|
-
deprecate :SentiveInfoCnt, :none, 2025,
|
9259
|
-
deprecate :SentiveInfoCnt=, :none, 2025,
|
9266
|
+
deprecate :SentiveInfoCnt, :none, 2025, 8
|
9267
|
+
deprecate :SentiveInfoCnt=, :none, 2025, 8
|
9260
9268
|
|
9261
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)
|
9262
9270
|
@ImageDigest = imagedigest
|
@@ -10414,8 +10422,8 @@ module TencentCloud
|
|
10414
10422
|
|
10415
10423
|
attr_accessor :Enable, :ScanTime, :ScanPeriod, :ScanVirus, :ScanRisk, :ScanVul, :All, :Images, :ContainerRunning, :ScanScope, :ScanEndTime, :ExcludeImages, :LastScanTime, :ScanResult, :RequestId
|
10416
10424
|
extend Gem::Deprecate
|
10417
|
-
deprecate :All, :none, 2025,
|
10418
|
-
deprecate :All=, :none, 2025,
|
10425
|
+
deprecate :All, :none, 2025, 8
|
10426
|
+
deprecate :All=, :none, 2025, 8
|
10419
10427
|
|
10420
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)
|
10421
10429
|
@Enable = enable
|
@@ -11573,12 +11581,14 @@ module TencentCloud
|
|
11573
11581
|
# @type MasterIps: String
|
11574
11582
|
# @param OwnerName: 所有者名称
|
11575
11583
|
# @type OwnerName: String
|
11584
|
+
# @param CheckFailReason: 检查失败原因
|
11585
|
+
# @type CheckFailReason: String
|
11576
11586
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
11577
11587
|
# @type RequestId: String
|
11578
11588
|
|
11579
|
-
attr_accessor :ClusterId, :ClusterName, :ScanTaskProgress, :ClusterVersion, :ContainerRuntime, :ClusterNodeNum, :ClusterStatus, :ClusterSubStatus, :ClusterType, :Region, :SeriousRiskCount, :HighRiskCount, :MiddleRiskCount, :HintRiskCount, :CheckStatus, :DefenderStatus, :TaskCreateTime, :NetworkType, :ApiServerAddress, :NodeCount, :NamespaceCount, :WorkloadCount, :PodCount, :ServiceCount, :IngressCount, :MasterIps, :OwnerName, :RequestId
|
11589
|
+
attr_accessor :ClusterId, :ClusterName, :ScanTaskProgress, :ClusterVersion, :ContainerRuntime, :ClusterNodeNum, :ClusterStatus, :ClusterSubStatus, :ClusterType, :Region, :SeriousRiskCount, :HighRiskCount, :MiddleRiskCount, :HintRiskCount, :CheckStatus, :DefenderStatus, :TaskCreateTime, :NetworkType, :ApiServerAddress, :NodeCount, :NamespaceCount, :WorkloadCount, :PodCount, :ServiceCount, :IngressCount, :MasterIps, :OwnerName, :CheckFailReason, :RequestId
|
11580
11590
|
|
11581
|
-
def initialize(clusterid=nil, clustername=nil, scantaskprogress=nil, clusterversion=nil, containerruntime=nil, clusternodenum=nil, clusterstatus=nil, clustersubstatus=nil, clustertype=nil, region=nil, seriousriskcount=nil, highriskcount=nil, middleriskcount=nil, hintriskcount=nil, checkstatus=nil, defenderstatus=nil, taskcreatetime=nil, networktype=nil, apiserveraddress=nil, nodecount=nil, namespacecount=nil, workloadcount=nil, podcount=nil, servicecount=nil, ingresscount=nil, masterips=nil, ownername=nil, requestid=nil)
|
11591
|
+
def initialize(clusterid=nil, clustername=nil, scantaskprogress=nil, clusterversion=nil, containerruntime=nil, clusternodenum=nil, clusterstatus=nil, clustersubstatus=nil, clustertype=nil, region=nil, seriousriskcount=nil, highriskcount=nil, middleriskcount=nil, hintriskcount=nil, checkstatus=nil, defenderstatus=nil, taskcreatetime=nil, networktype=nil, apiserveraddress=nil, nodecount=nil, namespacecount=nil, workloadcount=nil, podcount=nil, servicecount=nil, ingresscount=nil, masterips=nil, ownername=nil, checkfailreason=nil, requestid=nil)
|
11582
11592
|
@ClusterId = clusterid
|
11583
11593
|
@ClusterName = clustername
|
11584
11594
|
@ScanTaskProgress = scantaskprogress
|
@@ -11606,6 +11616,7 @@ module TencentCloud
|
|
11606
11616
|
@IngressCount = ingresscount
|
11607
11617
|
@MasterIps = masterips
|
11608
11618
|
@OwnerName = ownername
|
11619
|
+
@CheckFailReason = checkfailreason
|
11609
11620
|
@RequestId = requestid
|
11610
11621
|
end
|
11611
11622
|
|
@@ -11637,6 +11648,7 @@ module TencentCloud
|
|
11637
11648
|
@IngressCount = params['IngressCount']
|
11638
11649
|
@MasterIps = params['MasterIps']
|
11639
11650
|
@OwnerName = params['OwnerName']
|
11651
|
+
@CheckFailReason = params['CheckFailReason']
|
11640
11652
|
@RequestId = params['RequestId']
|
11641
11653
|
end
|
11642
11654
|
end
|
@@ -13861,8 +13873,8 @@ module TencentCloud
|
|
13861
13873
|
|
13862
13874
|
attr_accessor :Enable, :ScanTime, :ScanPeriod, :ScanType, :All, :Images, :Id, :Latest, :ScanEndTime, :RegistryType, :ContainerRunning, :ScanScope, :Namespace, :ExcludeImageAssetIds, :LastScanTime, :ScanResult, :RequestId
|
13863
13875
|
extend Gem::Deprecate
|
13864
|
-
deprecate :All, :none, 2025,
|
13865
|
-
deprecate :All=, :none, 2025,
|
13876
|
+
deprecate :All, :none, 2025, 8
|
13877
|
+
deprecate :All=, :none, 2025, 8
|
13866
13878
|
|
13867
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)
|
13868
13880
|
@Enable = enable
|
@@ -22017,8 +22029,8 @@ module TencentCloud
|
|
22017
22029
|
|
22018
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
|
22019
22031
|
extend Gem::Deprecate
|
22020
|
-
deprecate :SentiveInfoCnt, :none, 2025,
|
22021
|
-
deprecate :SentiveInfoCnt=, :none, 2025,
|
22032
|
+
deprecate :SentiveInfoCnt, :none, 2025, 8
|
22033
|
+
deprecate :SentiveInfoCnt=, :none, 2025, 8
|
22022
22034
|
|
22023
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)
|
22024
22036
|
@ImageDigest = imagedigest
|
@@ -28348,8 +28360,8 @@ module TencentCloud
|
|
28348
28360
|
|
28349
28361
|
attr_accessor :ScanPeriod, :Enable, :ScanTime, :ScanType, :Images, :All, :Id, :Latest, :ContainerRunning, :ScanEndTime, :ScanScope, :RegistryType, :Namespace, :ExcludeImageAssetIds
|
28350
28362
|
extend Gem::Deprecate
|
28351
|
-
deprecate :All, :none, 2025,
|
28352
|
-
deprecate :All=, :none, 2025,
|
28363
|
+
deprecate :All, :none, 2025, 8
|
28364
|
+
deprecate :All=, :none, 2025, 8
|
28353
28365
|
|
28354
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)
|
28355
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.1123
|
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-08-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|