tencentcloud-sdk-tcss 3.0.1168 → 3.0.1198
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 +30 -22
- 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: e5ce1550051237096bc274d4fe07e0db39ea0c34
|
|
4
|
+
data.tar.gz: be02b2f7a278dc2fefe199d74567e7003e387b24
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1546868d846f720676042a303821d757592dc37816e1ddcc894e2f176ae3adbf14c3b1f8fb333975c3d03c831620f7744ec9e29893ff3f570d9d3a1ee651a6c8
|
|
7
|
+
data.tar.gz: 1a14afc41f01add76320c5173936e11bff70a52a3f32a4f50c2e49efb49bf8cc43ed4a18029a6d20b136d4123061e6ba2ee9fa72fe393acf07f56f426ba5389a
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1198
|
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,
|
|
3659
|
-
deprecate :Component=, :none,
|
|
3658
|
+
deprecate :Component, :none, 2026, 1
|
|
3659
|
+
deprecate :Component=, :none, 2026, 1
|
|
3660
3660
|
|
|
3661
3661
|
def initialize(component=nil, version=nil, fixedversion=nil, path=nil, type=nil, name=nil)
|
|
3662
3662
|
@Component = component
|
|
@@ -4091,6 +4091,8 @@ module TencentCloud
|
|
|
4091
4091
|
# @type ScanType: Array
|
|
4092
4092
|
# @param Id: 扫描的镜像列表Id
|
|
4093
4093
|
# @type Id: Array
|
|
4094
|
+
# @param ExcludeIDs: 剔除扫描的镜像id列表
|
|
4095
|
+
# @type ExcludeIDs: Array
|
|
4094
4096
|
# @param IsLatest: 是否最新镜像
|
|
4095
4097
|
# @type IsLatest: Boolean
|
|
4096
4098
|
# @param ScanScope: 扫描范围 0全部镜像,1自选镜像,2推荐扫描镜像
|
|
@@ -4104,16 +4106,17 @@ module TencentCloud
|
|
|
4104
4106
|
# @param Timeout: 任务超时时长单位s
|
|
4105
4107
|
# @type Timeout: Integer
|
|
4106
4108
|
|
|
4107
|
-
attr_accessor :All, :Images, :ScanType, :Id, :IsLatest, :ScanScope, :RegistryType, :Namespace, :ContainerRunning, :Timeout
|
|
4109
|
+
attr_accessor :All, :Images, :ScanType, :Id, :ExcludeIDs, :IsLatest, :ScanScope, :RegistryType, :Namespace, :ContainerRunning, :Timeout
|
|
4108
4110
|
extend Gem::Deprecate
|
|
4109
|
-
deprecate :All, :none,
|
|
4110
|
-
deprecate :All=, :none,
|
|
4111
|
+
deprecate :All, :none, 2026, 1
|
|
4112
|
+
deprecate :All=, :none, 2026, 1
|
|
4111
4113
|
|
|
4112
|
-
def initialize(all=nil, images=nil, scantype=nil, id=nil, islatest=nil, scanscope=nil, registrytype=nil, namespace=nil, containerrunning=nil, timeout=nil)
|
|
4114
|
+
def initialize(all=nil, images=nil, scantype=nil, id=nil, excludeids=nil, islatest=nil, scanscope=nil, registrytype=nil, namespace=nil, containerrunning=nil, timeout=nil)
|
|
4113
4115
|
@All = all
|
|
4114
4116
|
@Images = images
|
|
4115
4117
|
@ScanType = scantype
|
|
4116
4118
|
@Id = id
|
|
4119
|
+
@ExcludeIDs = excludeids
|
|
4117
4120
|
@IsLatest = islatest
|
|
4118
4121
|
@ScanScope = scanscope
|
|
4119
4122
|
@RegistryType = registrytype
|
|
@@ -4134,6 +4137,7 @@ module TencentCloud
|
|
|
4134
4137
|
end
|
|
4135
4138
|
@ScanType = params['ScanType']
|
|
4136
4139
|
@Id = params['Id']
|
|
4140
|
+
@ExcludeIDs = params['ExcludeIDs']
|
|
4137
4141
|
@IsLatest = params['IsLatest']
|
|
4138
4142
|
@ScanScope = params['ScanScope']
|
|
4139
4143
|
@RegistryType = params['RegistryType']
|
|
@@ -4268,8 +4272,8 @@ module TencentCloud
|
|
|
4268
4272
|
|
|
4269
4273
|
attr_accessor :Enable, :ScanTime, :ScanPeriod, :ScanVirus, :ScanRisk, :ScanVul, :All, :Images, :ContainerRunning, :ScanScope, :ScanEndTime, :ExcludeImages
|
|
4270
4274
|
extend Gem::Deprecate
|
|
4271
|
-
deprecate :All, :none,
|
|
4272
|
-
deprecate :All=, :none,
|
|
4275
|
+
deprecate :All, :none, 2026, 1
|
|
4276
|
+
deprecate :All=, :none, 2026, 1
|
|
4273
4277
|
|
|
4274
4278
|
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
4279
|
@Enable = enable
|
|
@@ -4345,8 +4349,8 @@ module TencentCloud
|
|
|
4345
4349
|
|
|
4346
4350
|
attr_accessor :All, :Images, :ScanVul, :ScanVirus, :ScanRisk, :Filters, :ExcludeImageIds, :ContainerRunning, :ScanScope, :Timeout, :IsOneClickScanningTask
|
|
4347
4351
|
extend Gem::Deprecate
|
|
4348
|
-
deprecate :All, :none,
|
|
4349
|
-
deprecate :All=, :none,
|
|
4352
|
+
deprecate :All, :none, 2026, 1
|
|
4353
|
+
deprecate :All=, :none, 2026, 1
|
|
4350
4354
|
|
|
4351
4355
|
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
4356
|
@All = all
|
|
@@ -9318,8 +9322,8 @@ module TencentCloud
|
|
|
9318
9322
|
|
|
9319
9323
|
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, :Solution, :Reason, :RequestId
|
|
9320
9324
|
extend Gem::Deprecate
|
|
9321
|
-
deprecate :SentiveInfoCnt, :none,
|
|
9322
|
-
deprecate :SentiveInfoCnt=, :none,
|
|
9325
|
+
deprecate :SentiveInfoCnt, :none, 2026, 1
|
|
9326
|
+
deprecate :SentiveInfoCnt=, :none, 2026, 1
|
|
9323
9327
|
|
|
9324
9328
|
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, solution=nil, reason=nil, requestid=nil)
|
|
9325
9329
|
@ImageDigest = imagedigest
|
|
@@ -10485,8 +10489,8 @@ module TencentCloud
|
|
|
10485
10489
|
|
|
10486
10490
|
attr_accessor :Enable, :ScanTime, :ScanPeriod, :ScanVirus, :ScanRisk, :ScanVul, :All, :Images, :ContainerRunning, :ScanScope, :ScanEndTime, :ExcludeImages, :LastScanTime, :ScanResult, :RequestId
|
|
10487
10491
|
extend Gem::Deprecate
|
|
10488
|
-
deprecate :All, :none,
|
|
10489
|
-
deprecate :All=, :none,
|
|
10492
|
+
deprecate :All, :none, 2026, 1
|
|
10493
|
+
deprecate :All=, :none, 2026, 1
|
|
10490
10494
|
|
|
10491
10495
|
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)
|
|
10492
10496
|
@Enable = enable
|
|
@@ -13936,8 +13940,8 @@ module TencentCloud
|
|
|
13936
13940
|
|
|
13937
13941
|
attr_accessor :Enable, :ScanTime, :ScanPeriod, :ScanType, :All, :Images, :Id, :Latest, :ScanEndTime, :RegistryType, :ContainerRunning, :ScanScope, :Namespace, :ExcludeImageAssetIds, :LastScanTime, :ScanResult, :RequestId
|
|
13938
13942
|
extend Gem::Deprecate
|
|
13939
|
-
deprecate :All, :none,
|
|
13940
|
-
deprecate :All=, :none,
|
|
13943
|
+
deprecate :All, :none, 2026, 1
|
|
13944
|
+
deprecate :All=, :none, 2026, 1
|
|
13941
13945
|
|
|
13942
13946
|
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)
|
|
13943
13947
|
@Enable = enable
|
|
@@ -21694,10 +21698,12 @@ module TencentCloud
|
|
|
21694
21698
|
# @type DefendStatus: String
|
|
21695
21699
|
# @param CoresCnt: 核数
|
|
21696
21700
|
# @type CoresCnt: Integer
|
|
21701
|
+
# @param LastOnlineTime: 最近在线时间
|
|
21702
|
+
# @type LastOnlineTime: String
|
|
21697
21703
|
|
|
21698
|
-
attr_accessor :HostID, :HostIP, :HostName, :Group, :DockerVersion, :DockerFileSystemDriver, :ImageCnt, :ContainerCnt, :Status, :IsContainerd, :MachineType, :PublicIp, :Uuid, :InstanceID, :RegionID, :Project, :Tags, :ClusterID, :ClusterName, :ClusterAccessedStatus, :ChargeCoresCnt, :DefendStatus, :CoresCnt
|
|
21704
|
+
attr_accessor :HostID, :HostIP, :HostName, :Group, :DockerVersion, :DockerFileSystemDriver, :ImageCnt, :ContainerCnt, :Status, :IsContainerd, :MachineType, :PublicIp, :Uuid, :InstanceID, :RegionID, :Project, :Tags, :ClusterID, :ClusterName, :ClusterAccessedStatus, :ChargeCoresCnt, :DefendStatus, :CoresCnt, :LastOnlineTime
|
|
21699
21705
|
|
|
21700
|
-
def initialize(hostid=nil, hostip=nil, hostname=nil, group=nil, dockerversion=nil, dockerfilesystemdriver=nil, imagecnt=nil, containercnt=nil, status=nil, iscontainerd=nil, machinetype=nil, publicip=nil, uuid=nil, instanceid=nil, regionid=nil, project=nil, tags=nil, clusterid=nil, clustername=nil, clusteraccessedstatus=nil, chargecorescnt=nil, defendstatus=nil, corescnt=nil)
|
|
21706
|
+
def initialize(hostid=nil, hostip=nil, hostname=nil, group=nil, dockerversion=nil, dockerfilesystemdriver=nil, imagecnt=nil, containercnt=nil, status=nil, iscontainerd=nil, machinetype=nil, publicip=nil, uuid=nil, instanceid=nil, regionid=nil, project=nil, tags=nil, clusterid=nil, clustername=nil, clusteraccessedstatus=nil, chargecorescnt=nil, defendstatus=nil, corescnt=nil, lastonlinetime=nil)
|
|
21701
21707
|
@HostID = hostid
|
|
21702
21708
|
@HostIP = hostip
|
|
21703
21709
|
@HostName = hostname
|
|
@@ -21721,6 +21727,7 @@ module TencentCloud
|
|
|
21721
21727
|
@ChargeCoresCnt = chargecorescnt
|
|
21722
21728
|
@DefendStatus = defendstatus
|
|
21723
21729
|
@CoresCnt = corescnt
|
|
21730
|
+
@LastOnlineTime = lastonlinetime
|
|
21724
21731
|
end
|
|
21725
21732
|
|
|
21726
21733
|
def deserialize(params)
|
|
@@ -21757,6 +21764,7 @@ module TencentCloud
|
|
|
21757
21764
|
@ChargeCoresCnt = params['ChargeCoresCnt']
|
|
21758
21765
|
@DefendStatus = params['DefendStatus']
|
|
21759
21766
|
@CoresCnt = params['CoresCnt']
|
|
21767
|
+
@LastOnlineTime = params['LastOnlineTime']
|
|
21760
21768
|
end
|
|
21761
21769
|
end
|
|
21762
21770
|
|
|
@@ -22096,8 +22104,8 @@ module TencentCloud
|
|
|
22096
22104
|
|
|
22097
22105
|
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, :Solution, :Reason
|
|
22098
22106
|
extend Gem::Deprecate
|
|
22099
|
-
deprecate :SentiveInfoCnt, :none,
|
|
22100
|
-
deprecate :SentiveInfoCnt=, :none,
|
|
22107
|
+
deprecate :SentiveInfoCnt, :none, 2026, 1
|
|
22108
|
+
deprecate :SentiveInfoCnt=, :none, 2026, 1
|
|
22101
22109
|
|
|
22102
22110
|
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, solution=nil, reason=nil)
|
|
22103
22111
|
@ImageDigest = imagedigest
|
|
@@ -28515,8 +28523,8 @@ module TencentCloud
|
|
|
28515
28523
|
|
|
28516
28524
|
attr_accessor :ScanPeriod, :Enable, :ScanTime, :ScanType, :Images, :All, :Id, :Latest, :ContainerRunning, :ScanEndTime, :ScanScope, :RegistryType, :Namespace, :ExcludeImageAssetIds
|
|
28517
28525
|
extend Gem::Deprecate
|
|
28518
|
-
deprecate :All, :none,
|
|
28519
|
-
deprecate :All=, :none,
|
|
28526
|
+
deprecate :All, :none, 2026, 1
|
|
28527
|
+
deprecate :All=, :none, 2026, 1
|
|
28520
28528
|
|
|
28521
28529
|
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)
|
|
28522
28530
|
@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.1198
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2026-01-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|