tencentcloud-sdk-tcss 3.0.737 → 3.0.739
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20201101/models.rb +48 -24
- 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: c821b44858d70ae8bb2edba64b9378c9fc068545
|
4
|
+
data.tar.gz: 9c9d4e9beb259547c578e2b2c15920dc880dad3e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 250e5a1a6b201867dd56197eb8befc342155ff36f477347476a1d46cdca354ef7855b2ba1ab1d4b8d3c6157a453b2099ed35c09e0242149731a98daf06d05c5d
|
7
|
+
data.tar.gz: b79c6bfbe3ea43c8128462941e3e26e6148bd580ea6084218eabbb8e74055fb3248b0124726a2aff246b160027959865db9e42def2b2a54c4115e2b7e6fe47d2
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.739
|
data/lib/v20201101/models.rb
CHANGED
@@ -2400,7 +2400,15 @@ module TencentCloud
|
|
2400
2400
|
# @type CheckStatus: String
|
2401
2401
|
# @param TaskCreateTime: 任务创建时间,检查时间
|
2402
2402
|
# @type TaskCreateTime: String
|
2403
|
-
# @param AccessedStatus:
|
2403
|
+
# @param AccessedStatus: 接入状态:
|
2404
|
+
# 未接入: AccessedNone
|
2405
|
+
# 已防护: AccessedDefended
|
2406
|
+
# 未防护: AccessedInstalled
|
2407
|
+
# 部分防护: AccessedPartialDefence
|
2408
|
+
# 接入异常: AccessedException
|
2409
|
+
# 卸载异常: AccessedUninstallException
|
2410
|
+
# 接入中: AccessedInstalling
|
2411
|
+
# 卸载中: AccessedUninstalling
|
2404
2412
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
2405
2413
|
# @type AccessedStatus: String
|
2406
2414
|
# @param AccessedSubStatus: 接入失败原因
|
@@ -2415,10 +2423,13 @@ module TencentCloud
|
|
2415
2423
|
# @param UnInstallAgentNodeCount: 未安装agent节点数
|
2416
2424
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
2417
2425
|
# @type UnInstallAgentNodeCount: Integer
|
2426
|
+
# @param ChargeCoresCnt: 计费核数
|
2427
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
2428
|
+
# @type ChargeCoresCnt: Integer
|
2418
2429
|
|
2419
|
-
attr_accessor :ClusterId, :ClusterName, :ClusterVersion, :ClusterOs, :ClusterType, :ClusterNodeNum, :Region, :DefenderStatus, :ClusterStatus, :ClusterCheckMode, :ClusterAutoCheck, :DefenderErrorReason, :UnreadyNodeNum, :SeriousRiskCount, :HighRiskCount, :MiddleRiskCount, :HintRiskCount, :CheckFailReason, :CheckStatus, :TaskCreateTime, :AccessedStatus, :AccessedSubStatus, :NodeCount, :OffLineNodeCount, :UnInstallAgentNodeCount
|
2430
|
+
attr_accessor :ClusterId, :ClusterName, :ClusterVersion, :ClusterOs, :ClusterType, :ClusterNodeNum, :Region, :DefenderStatus, :ClusterStatus, :ClusterCheckMode, :ClusterAutoCheck, :DefenderErrorReason, :UnreadyNodeNum, :SeriousRiskCount, :HighRiskCount, :MiddleRiskCount, :HintRiskCount, :CheckFailReason, :CheckStatus, :TaskCreateTime, :AccessedStatus, :AccessedSubStatus, :NodeCount, :OffLineNodeCount, :UnInstallAgentNodeCount, :ChargeCoresCnt
|
2420
2431
|
|
2421
|
-
def initialize(clusterid=nil, clustername=nil, clusterversion=nil, clusteros=nil, clustertype=nil, clusternodenum=nil, region=nil, defenderstatus=nil, clusterstatus=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)
|
2432
|
+
def initialize(clusterid=nil, clustername=nil, clusterversion=nil, clusteros=nil, clustertype=nil, clusternodenum=nil, region=nil, defenderstatus=nil, clusterstatus=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)
|
2422
2433
|
@ClusterId = clusterid
|
2423
2434
|
@ClusterName = clustername
|
2424
2435
|
@ClusterVersion = clusterversion
|
@@ -2444,6 +2455,7 @@ module TencentCloud
|
|
2444
2455
|
@NodeCount = nodecount
|
2445
2456
|
@OffLineNodeCount = offlinenodecount
|
2446
2457
|
@UnInstallAgentNodeCount = uninstallagentnodecount
|
2458
|
+
@ChargeCoresCnt = chargecorescnt
|
2447
2459
|
end
|
2448
2460
|
|
2449
2461
|
def deserialize(params)
|
@@ -2472,6 +2484,7 @@ module TencentCloud
|
|
2472
2484
|
@NodeCount = params['NodeCount']
|
2473
2485
|
@OffLineNodeCount = params['OffLineNodeCount']
|
2474
2486
|
@UnInstallAgentNodeCount = params['UnInstallAgentNodeCount']
|
2487
|
+
@ChargeCoresCnt = params['ChargeCoresCnt']
|
2475
2488
|
end
|
2476
2489
|
end
|
2477
2490
|
|
@@ -3444,8 +3457,8 @@ module TencentCloud
|
|
3444
3457
|
|
3445
3458
|
attr_accessor :Component, :Version, :FixedVersion, :Path, :Type, :Name
|
3446
3459
|
extend Gem::Deprecate
|
3447
|
-
deprecate :Component, :none, 2023,
|
3448
|
-
deprecate :Component=, :none, 2023,
|
3460
|
+
deprecate :Component, :none, 2023, 12
|
3461
|
+
deprecate :Component=, :none, 2023, 12
|
3449
3462
|
|
3450
3463
|
def initialize(component=nil, version=nil, fixedversion=nil, path=nil, type=nil, name=nil)
|
3451
3464
|
@Component = component
|
@@ -3898,8 +3911,8 @@ module TencentCloud
|
|
3898
3911
|
|
3899
3912
|
attr_accessor :All, :Images, :ScanType, :Id, :IsLatest, :ScanScope, :RegistryType, :Namespace, :ContainerRunning, :Timeout
|
3900
3913
|
extend Gem::Deprecate
|
3901
|
-
deprecate :All, :none, 2023,
|
3902
|
-
deprecate :All=, :none, 2023,
|
3914
|
+
deprecate :All, :none, 2023, 12
|
3915
|
+
deprecate :All=, :none, 2023, 12
|
3903
3916
|
|
3904
3917
|
def initialize(all=nil, images=nil, scantype=nil, id=nil, islatest=nil, scanscope=nil, registrytype=nil, namespace=nil, containerrunning=nil, timeout=nil)
|
3905
3918
|
@All = all
|
@@ -4058,8 +4071,8 @@ module TencentCloud
|
|
4058
4071
|
|
4059
4072
|
attr_accessor :Enable, :ScanTime, :ScanPeriod, :ScanVirus, :ScanRisk, :ScanVul, :All, :Images, :ContainerRunning, :ScanScope, :ScanEndTime
|
4060
4073
|
extend Gem::Deprecate
|
4061
|
-
deprecate :All, :none, 2023,
|
4062
|
-
deprecate :All=, :none, 2023,
|
4074
|
+
deprecate :All, :none, 2023, 12
|
4075
|
+
deprecate :All=, :none, 2023, 12
|
4063
4076
|
|
4064
4077
|
def initialize(enable=nil, scantime=nil, scanperiod=nil, scanvirus=nil, scanrisk=nil, scanvul=nil, all=nil, images=nil, containerrunning=nil, scanscope=nil, scanendtime=nil)
|
4065
4078
|
@Enable = enable
|
@@ -4131,8 +4144,8 @@ module TencentCloud
|
|
4131
4144
|
|
4132
4145
|
attr_accessor :All, :Images, :ScanVul, :ScanVirus, :ScanRisk, :Filters, :ExcludeImageIds, :ContainerRunning, :ScanScope, :Timeout
|
4133
4146
|
extend Gem::Deprecate
|
4134
|
-
deprecate :All, :none, 2023,
|
4135
|
-
deprecate :All=, :none, 2023,
|
4147
|
+
deprecate :All, :none, 2023, 12
|
4148
|
+
deprecate :All=, :none, 2023, 12
|
4136
4149
|
|
4137
4150
|
def initialize(all=nil, images=nil, scanvul=nil, scanvirus=nil, scanrisk=nil, filters=nil, excludeimageids=nil, containerrunning=nil, scanscope=nil, timeout=nil)
|
4138
4151
|
@All = all
|
@@ -9297,8 +9310,8 @@ module TencentCloud
|
|
9297
9310
|
|
9298
9311
|
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
|
9299
9312
|
extend Gem::Deprecate
|
9300
|
-
deprecate :SentiveInfoCnt, :none, 2023,
|
9301
|
-
deprecate :SentiveInfoCnt=, :none, 2023,
|
9313
|
+
deprecate :SentiveInfoCnt, :none, 2023, 12
|
9314
|
+
deprecate :SentiveInfoCnt=, :none, 2023, 12
|
9302
9315
|
|
9303
9316
|
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)
|
9304
9317
|
@ImageDigest = imagedigest
|
@@ -10392,8 +10405,8 @@ module TencentCloud
|
|
10392
10405
|
|
10393
10406
|
attr_accessor :Enable, :ScanTime, :ScanPeriod, :ScanVirus, :ScanRisk, :ScanVul, :All, :Images, :ContainerRunning, :ScanScope, :ScanEndTime, :RequestId
|
10394
10407
|
extend Gem::Deprecate
|
10395
|
-
deprecate :All, :none, 2023,
|
10396
|
-
deprecate :All=, :none, 2023,
|
10408
|
+
deprecate :All, :none, 2023, 12
|
10409
|
+
deprecate :All=, :none, 2023, 12
|
10397
10410
|
|
10398
10411
|
def initialize(enable=nil, scantime=nil, scanperiod=nil, scanvirus=nil, scanrisk=nil, scanvul=nil, all=nil, images=nil, containerrunning=nil, scanscope=nil, scanendtime=nil, requestid=nil)
|
10399
10412
|
@Enable = enable
|
@@ -13030,7 +13043,8 @@ module TencentCloud
|
|
13030
13043
|
class DescribeExportJobManageListRequest < TencentCloud::Common::AbstractModel
|
13031
13044
|
# @param Filters: 过滤条件。
|
13032
13045
|
# <li>ExportStatus- string -是否必填: 否 - 导出状态 RUNNING: 导出中 SUCCESS:导出完成 FAILURE:失败
|
13033
|
-
#
|
13046
|
+
# </li>
|
13047
|
+
# <li>ExportSource- string -是否必填: 否 - 导出来源 LocalImage: 本地镜像 RegistryImage: 仓库镜像
|
13034
13048
|
# </li>
|
13035
13049
|
# @type Filters: Array
|
13036
13050
|
# @param Offset: 偏移量,默认为0。
|
@@ -13595,8 +13609,8 @@ module TencentCloud
|
|
13595
13609
|
|
13596
13610
|
attr_accessor :Enable, :ScanTime, :ScanPeriod, :ScanType, :All, :Images, :Id, :Latest, :ScanEndTime, :RegistryType, :ContainerRunning, :ScanScope, :Namespace, :RequestId
|
13597
13611
|
extend Gem::Deprecate
|
13598
|
-
deprecate :All, :none, 2023,
|
13599
|
-
deprecate :All=, :none, 2023,
|
13612
|
+
deprecate :All, :none, 2023, 12
|
13613
|
+
deprecate :All=, :none, 2023, 12
|
13600
13614
|
|
13601
13615
|
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, requestid=nil)
|
13602
13616
|
@Enable = enable
|
@@ -21018,10 +21032,16 @@ module TencentCloud
|
|
21018
21032
|
# @type ClusterName: String
|
21019
21033
|
# @param ClusterAccessedStatus: 集群接入状态
|
21020
21034
|
# @type ClusterAccessedStatus: String
|
21035
|
+
# @param ChargeCoresCnt: 计费核数
|
21036
|
+
# @type ChargeCoresCnt: Integer
|
21037
|
+
# @param DefendStatus: 防护状态:
|
21038
|
+
# 已防护: Defended
|
21039
|
+
# 未防护: UnDefended
|
21040
|
+
# @type DefendStatus: String
|
21021
21041
|
|
21022
|
-
attr_accessor :HostID, :HostIP, :HostName, :Group, :DockerVersion, :DockerFileSystemDriver, :ImageCnt, :ContainerCnt, :Status, :IsContainerd, :MachineType, :PublicIp, :Uuid, :InstanceID, :RegionID, :Project, :Tags, :ClusterID, :ClusterName, :ClusterAccessedStatus
|
21042
|
+
attr_accessor :HostID, :HostIP, :HostName, :Group, :DockerVersion, :DockerFileSystemDriver, :ImageCnt, :ContainerCnt, :Status, :IsContainerd, :MachineType, :PublicIp, :Uuid, :InstanceID, :RegionID, :Project, :Tags, :ClusterID, :ClusterName, :ClusterAccessedStatus, :ChargeCoresCnt, :DefendStatus
|
21023
21043
|
|
21024
|
-
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)
|
21044
|
+
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)
|
21025
21045
|
@HostID = hostid
|
21026
21046
|
@HostIP = hostip
|
21027
21047
|
@HostName = hostname
|
@@ -21042,6 +21062,8 @@ module TencentCloud
|
|
21042
21062
|
@ClusterID = clusterid
|
21043
21063
|
@ClusterName = clustername
|
21044
21064
|
@ClusterAccessedStatus = clusteraccessedstatus
|
21065
|
+
@ChargeCoresCnt = chargecorescnt
|
21066
|
+
@DefendStatus = defendstatus
|
21045
21067
|
end
|
21046
21068
|
|
21047
21069
|
def deserialize(params)
|
@@ -21075,6 +21097,8 @@ module TencentCloud
|
|
21075
21097
|
@ClusterID = params['ClusterID']
|
21076
21098
|
@ClusterName = params['ClusterName']
|
21077
21099
|
@ClusterAccessedStatus = params['ClusterAccessedStatus']
|
21100
|
+
@ChargeCoresCnt = params['ChargeCoresCnt']
|
21101
|
+
@DefendStatus = params['DefendStatus']
|
21078
21102
|
end
|
21079
21103
|
end
|
21080
21104
|
|
@@ -21408,8 +21432,8 @@ module TencentCloud
|
|
21408
21432
|
|
21409
21433
|
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
|
21410
21434
|
extend Gem::Deprecate
|
21411
|
-
deprecate :SentiveInfoCnt, :none, 2023,
|
21412
|
-
deprecate :SentiveInfoCnt=, :none, 2023,
|
21435
|
+
deprecate :SentiveInfoCnt, :none, 2023, 12
|
21436
|
+
deprecate :SentiveInfoCnt=, :none, 2023, 12
|
21413
21437
|
|
21414
21438
|
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)
|
21415
21439
|
@ImageDigest = imagedigest
|
@@ -27191,8 +27215,8 @@ module TencentCloud
|
|
27191
27215
|
|
27192
27216
|
attr_accessor :ScanPeriod, :Enable, :ScanTime, :ScanType, :Images, :All, :Id, :Latest, :ContainerRunning, :ScanEndTime, :ScanScope, :RegistryType, :Namespace
|
27193
27217
|
extend Gem::Deprecate
|
27194
|
-
deprecate :All, :none, 2023,
|
27195
|
-
deprecate :All=, :none, 2023,
|
27218
|
+
deprecate :All, :none, 2023, 12
|
27219
|
+
deprecate :All=, :none, 2023, 12
|
27196
27220
|
|
27197
27221
|
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)
|
27198
27222
|
@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.739
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-12-
|
11
|
+
date: 2023-12-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|