tencentcloud-sdk-tcss 3.0.1189 → 3.0.1209
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 +52 -0
- data/lib/v20201101/models.rb +24 -20
- 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: de9ad666534041542e503f688baae84c4e6b1bf9
|
|
4
|
+
data.tar.gz: 321398c37a93c3bdd217423a11ecc3ca3900dc75
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 88782b4ba398d993f6d94ef468457522ac2ea5098b5a213c318f73d98f0ca2223ba7a8fe826ab768d24f9958a0dfaf12c7641bf5a004e6a7a2ca34c470ad46db
|
|
7
|
+
data.tar.gz: 1d50923010d4fe35fc14a4f9e4e07a4298c8755c1fdb182c854833b185de8f1b5b553fff48cb4d2b4685f558174e6fdee2a40257fb73f6a4713ed6668266cd2a
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1209
|
data/lib/v20201101/client.rb
CHANGED
|
@@ -29,6 +29,8 @@ module TencentCloud
|
|
|
29
29
|
end
|
|
30
30
|
|
|
31
31
|
|
|
32
|
+
# 功能已下线待三合一重构
|
|
33
|
+
|
|
32
34
|
# 容器网络创建网络策略添加并发布任务
|
|
33
35
|
|
|
34
36
|
# @param request: Request instance for AddAndPublishNetworkFirewallPolicyDetail.
|
|
@@ -53,6 +55,8 @@ module TencentCloud
|
|
|
53
55
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
54
56
|
end
|
|
55
57
|
|
|
58
|
+
# 功能已下线待三合一重构
|
|
59
|
+
|
|
56
60
|
# 容器网络创建Yaml网络策略并发布任务
|
|
57
61
|
|
|
58
62
|
# @param request: Request instance for AddAndPublishNetworkFirewallPolicyYamlDetail.
|
|
@@ -367,6 +371,8 @@ module TencentCloud
|
|
|
367
371
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
368
372
|
end
|
|
369
373
|
|
|
374
|
+
# 功能已下线待三合一重构
|
|
375
|
+
|
|
370
376
|
# 容器网络创建网络策略添加任务
|
|
371
377
|
|
|
372
378
|
# @param request: Request instance for AddNetworkFirewallPolicyDetail.
|
|
@@ -391,6 +397,8 @@ module TencentCloud
|
|
|
391
397
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
392
398
|
end
|
|
393
399
|
|
|
400
|
+
# 功能已下线待三合一重构
|
|
401
|
+
|
|
394
402
|
# 容器网络创建Yaml网络策略添加任务
|
|
395
403
|
|
|
396
404
|
# @param request: Request instance for AddNetworkFirewallPolicyYamlDetail.
|
|
@@ -415,6 +423,8 @@ module TencentCloud
|
|
|
415
423
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
416
424
|
end
|
|
417
425
|
|
|
426
|
+
# 功能已下线待三合一重构
|
|
427
|
+
|
|
418
428
|
# 容器网络创建检查Yaml网络策略任务
|
|
419
429
|
|
|
420
430
|
# @param request: Request instance for CheckNetworkFirewallPolicyYaml.
|
|
@@ -463,6 +473,8 @@ module TencentCloud
|
|
|
463
473
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
464
474
|
end
|
|
465
475
|
|
|
476
|
+
# 功能已下线待三合一重构
|
|
477
|
+
|
|
466
478
|
# 容器网络创建网络策略确认任务
|
|
467
479
|
|
|
468
480
|
# @param request: Request instance for ConfirmNetworkFirewallPolicy.
|
|
@@ -1015,6 +1027,8 @@ module TencentCloud
|
|
|
1015
1027
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
1016
1028
|
end
|
|
1017
1029
|
|
|
1030
|
+
# 功能已下线待三合一重构
|
|
1031
|
+
|
|
1018
1032
|
# 容器网络集群下发刷新任务
|
|
1019
1033
|
|
|
1020
1034
|
# @param request: Request instance for CreateNetworkFirewallClusterRefresh.
|
|
@@ -1039,6 +1053,8 @@ module TencentCloud
|
|
|
1039
1053
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
1040
1054
|
end
|
|
1041
1055
|
|
|
1056
|
+
# 功能已下线待三合一重构
|
|
1057
|
+
|
|
1042
1058
|
# 容器网络集群网络策略创建自动发现任务
|
|
1043
1059
|
|
|
1044
1060
|
# @param request: Request instance for CreateNetworkFirewallPolicyDiscover.
|
|
@@ -1063,6 +1079,8 @@ module TencentCloud
|
|
|
1063
1079
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
1064
1080
|
end
|
|
1065
1081
|
|
|
1082
|
+
# 功能已下线待三合一重构
|
|
1083
|
+
|
|
1066
1084
|
# 容器网络创建网络策略发布任务
|
|
1067
1085
|
|
|
1068
1086
|
# @param request: Request instance for CreateNetworkFirewallPublish.
|
|
@@ -1087,6 +1105,8 @@ module TencentCloud
|
|
|
1087
1105
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
1088
1106
|
end
|
|
1089
1107
|
|
|
1108
|
+
# 功能已下线待三合一重构
|
|
1109
|
+
|
|
1090
1110
|
# 容器网络创建网络策略撤销任务
|
|
1091
1111
|
|
|
1092
1112
|
# @param request: Request instance for CreateNetworkFirewallUndoPublish.
|
|
@@ -1690,6 +1710,8 @@ module TencentCloud
|
|
|
1690
1710
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
1691
1711
|
end
|
|
1692
1712
|
|
|
1713
|
+
# 功能已下线待三合一重构
|
|
1714
|
+
|
|
1693
1715
|
# 容器网络创建网络策略删除任务
|
|
1694
1716
|
|
|
1695
1717
|
# @param request: Request instance for DeleteNetworkFirewallPolicyDetail.
|
|
@@ -4498,6 +4520,8 @@ module TencentCloud
|
|
|
4498
4520
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
4499
4521
|
end
|
|
4500
4522
|
|
|
4523
|
+
# 功能已下线待三合一重构
|
|
4524
|
+
|
|
4501
4525
|
# 查询集群策略审计列表
|
|
4502
4526
|
|
|
4503
4527
|
# @param request: Request instance for DescribeNetworkFirewallAuditRecord.
|
|
@@ -4522,6 +4546,8 @@ module TencentCloud
|
|
|
4522
4546
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
4523
4547
|
end
|
|
4524
4548
|
|
|
4549
|
+
# 功能已下线待三合一重构
|
|
4550
|
+
|
|
4525
4551
|
# 查询集群策略列表
|
|
4526
4552
|
|
|
4527
4553
|
# @param request: Request instance for DescribeNetworkFirewallClusterList.
|
|
@@ -4546,6 +4572,8 @@ module TencentCloud
|
|
|
4546
4572
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
4547
4573
|
end
|
|
4548
4574
|
|
|
4575
|
+
# 功能已下线待三合一重构
|
|
4576
|
+
|
|
4549
4577
|
# 容器网络查询资产任务进度
|
|
4550
4578
|
|
|
4551
4579
|
# @param request: Request instance for DescribeNetworkFirewallClusterRefreshStatus.
|
|
@@ -4570,6 +4598,8 @@ module TencentCloud
|
|
|
4570
4598
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
4571
4599
|
end
|
|
4572
4600
|
|
|
4601
|
+
# 功能已下线待三合一重构
|
|
4602
|
+
|
|
4573
4603
|
# 查询集群网络空间标签列表
|
|
4574
4604
|
|
|
4575
4605
|
# @param request: Request instance for DescribeNetworkFirewallNamespaceLabelList.
|
|
@@ -4594,6 +4624,8 @@ module TencentCloud
|
|
|
4594
4624
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
4595
4625
|
end
|
|
4596
4626
|
|
|
4627
|
+
# 功能已下线待三合一重构
|
|
4628
|
+
|
|
4597
4629
|
# 查询集群网络空间列表
|
|
4598
4630
|
|
|
4599
4631
|
# @param request: Request instance for DescribeNetworkFirewallNamespaceList.
|
|
@@ -4618,6 +4650,8 @@ module TencentCloud
|
|
|
4618
4650
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
4619
4651
|
end
|
|
4620
4652
|
|
|
4653
|
+
# 功能已下线待三合一重构
|
|
4654
|
+
|
|
4621
4655
|
# 查询集群网络pod标签
|
|
4622
4656
|
|
|
4623
4657
|
# @param request: Request instance for DescribeNetworkFirewallPodLabelsList.
|
|
@@ -4642,6 +4676,8 @@ module TencentCloud
|
|
|
4642
4676
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
4643
4677
|
end
|
|
4644
4678
|
|
|
4679
|
+
# 功能已下线待三合一重构
|
|
4680
|
+
|
|
4645
4681
|
# 容器网络集群查看策略详情
|
|
4646
4682
|
|
|
4647
4683
|
# @param request: Request instance for DescribeNetworkFirewallPolicyDetail.
|
|
@@ -4666,6 +4702,8 @@ module TencentCloud
|
|
|
4666
4702
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
4667
4703
|
end
|
|
4668
4704
|
|
|
4705
|
+
# 功能已下线待三合一重构
|
|
4706
|
+
|
|
4669
4707
|
# 容器网络查询网络策略自动发现任务进度
|
|
4670
4708
|
|
|
4671
4709
|
# @param request: Request instance for DescribeNetworkFirewallPolicyDiscover.
|
|
@@ -4690,6 +4728,8 @@ module TencentCloud
|
|
|
4690
4728
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
4691
4729
|
end
|
|
4692
4730
|
|
|
4731
|
+
# 功能已下线待三合一重构
|
|
4732
|
+
|
|
4693
4733
|
# 查询集群网络策略列表
|
|
4694
4734
|
|
|
4695
4735
|
# @param request: Request instance for DescribeNetworkFirewallPolicyList.
|
|
@@ -4714,6 +4754,8 @@ module TencentCloud
|
|
|
4714
4754
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
4715
4755
|
end
|
|
4716
4756
|
|
|
4757
|
+
# 功能已下线待三合一重构
|
|
4758
|
+
|
|
4717
4759
|
# 容器网络查询网络策略策略执行状态
|
|
4718
4760
|
|
|
4719
4761
|
# @param request: Request instance for DescribeNetworkFirewallPolicyStatus.
|
|
@@ -4738,6 +4780,8 @@ module TencentCloud
|
|
|
4738
4780
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
4739
4781
|
end
|
|
4740
4782
|
|
|
4783
|
+
# 功能已下线待三合一重构
|
|
4784
|
+
|
|
4741
4785
|
# 容器网络集群查看Yaml网络策略详情
|
|
4742
4786
|
|
|
4743
4787
|
# @param request: Request instance for DescribeNetworkFirewallPolicyYamlDetail.
|
|
@@ -8074,6 +8118,8 @@ module TencentCloud
|
|
|
8074
8118
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
8075
8119
|
end
|
|
8076
8120
|
|
|
8121
|
+
# 功能已下线待三合一重构
|
|
8122
|
+
|
|
8077
8123
|
# 容器网络创建网络策略更新并发布任务
|
|
8078
8124
|
|
|
8079
8125
|
# @param request: Request instance for UpdateAndPublishNetworkFirewallPolicyDetail.
|
|
@@ -8098,6 +8144,8 @@ module TencentCloud
|
|
|
8098
8144
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
8099
8145
|
end
|
|
8100
8146
|
|
|
8147
|
+
# 功能已下线待三合一重构
|
|
8148
|
+
|
|
8101
8149
|
# 容器网络更新Yaml网络策略并发布任务
|
|
8102
8150
|
|
|
8103
8151
|
# @param request: Request instance for UpdateAndPublishNetworkFirewallPolicyYamlDetail.
|
|
@@ -8170,6 +8218,8 @@ module TencentCloud
|
|
|
8170
8218
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
8171
8219
|
end
|
|
8172
8220
|
|
|
8221
|
+
# 功能已下线待三合一重构
|
|
8222
|
+
|
|
8173
8223
|
# 容器网络创建网络策略更新任务
|
|
8174
8224
|
|
|
8175
8225
|
# @param request: Request instance for UpdateNetworkFirewallPolicyDetail.
|
|
@@ -8194,6 +8244,8 @@ module TencentCloud
|
|
|
8194
8244
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
8195
8245
|
end
|
|
8196
8246
|
|
|
8247
|
+
# 功能已下线待三合一重构
|
|
8248
|
+
|
|
8197
8249
|
# 容器网络更新Yaml网络策略任务
|
|
8198
8250
|
|
|
8199
8251
|
# @param request: Request instance for UpdateNetworkFirewallPolicyYamlDetail.
|
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
|
|
@@ -22100,8 +22104,8 @@ module TencentCloud
|
|
|
22100
22104
|
|
|
22101
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
|
|
22102
22106
|
extend Gem::Deprecate
|
|
22103
|
-
deprecate :SentiveInfoCnt, :none,
|
|
22104
|
-
deprecate :SentiveInfoCnt=, :none,
|
|
22107
|
+
deprecate :SentiveInfoCnt, :none, 2026, 1
|
|
22108
|
+
deprecate :SentiveInfoCnt=, :none, 2026, 1
|
|
22105
22109
|
|
|
22106
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)
|
|
22107
22111
|
@ImageDigest = imagedigest
|
|
@@ -28519,8 +28523,8 @@ module TencentCloud
|
|
|
28519
28523
|
|
|
28520
28524
|
attr_accessor :ScanPeriod, :Enable, :ScanTime, :ScanType, :Images, :All, :Id, :Latest, :ContainerRunning, :ScanEndTime, :ScanScope, :RegistryType, :Namespace, :ExcludeImageAssetIds
|
|
28521
28525
|
extend Gem::Deprecate
|
|
28522
|
-
deprecate :All, :none,
|
|
28523
|
-
deprecate :All=, :none,
|
|
28526
|
+
deprecate :All, :none, 2026, 1
|
|
28527
|
+
deprecate :All=, :none, 2026, 1
|
|
28524
28528
|
|
|
28525
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)
|
|
28526
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.1209
|
|
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-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|