tencentcloud-sdk-tcss 3.0.1073 → 3.0.1074
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 +106 -42
- 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: c98f677b041cbba6cc4e56a986bad337b3599a00
|
4
|
+
data.tar.gz: 3da282a7286a37c2697f1227250fa83e2f7bbe91
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ba15cb697d4680631fc74fa3b816bb6e3dedfbd2ea91b73903929ead8b594260795e0f8946aa3d6cad0ed23689947192bb9666894f06feef83ec4f505513bcc6
|
7
|
+
data.tar.gz: 2f7d3b4a3db163193e01c58e8487a4b02262a7bc3ee6d7071fddb1467a6cdb829e059300e62e9c08512946535d5f609e821718b7852a59909e74aacbabe69906
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1074
|
data/lib/v20201101/models.rb
CHANGED
@@ -2401,10 +2401,12 @@ module TencentCloud
|
|
2401
2401
|
# @type ClusterAuditStatus: String
|
2402
2402
|
# @param ClusterAuditFailedInfo: 集群审计开关失败信息
|
2403
2403
|
# @type ClusterAuditFailedInfo: String
|
2404
|
+
# @param OwnerName: 所有者名称
|
2405
|
+
# @type OwnerName: String
|
2404
2406
|
|
2405
|
-
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
|
2407
|
+
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
|
2406
2408
|
|
2407
|
-
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)
|
2409
|
+
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)
|
2408
2410
|
@ClusterId = clusterid
|
2409
2411
|
@ClusterName = clustername
|
2410
2412
|
@ClusterVersion = clusterversion
|
@@ -2436,6 +2438,7 @@ module TencentCloud
|
|
2436
2438
|
@CoresCnt = corescnt
|
2437
2439
|
@ClusterAuditStatus = clusterauditstatus
|
2438
2440
|
@ClusterAuditFailedInfo = clusterauditfailedinfo
|
2441
|
+
@OwnerName = ownername
|
2439
2442
|
end
|
2440
2443
|
|
2441
2444
|
def deserialize(params)
|
@@ -2470,6 +2473,7 @@ module TencentCloud
|
|
2470
2473
|
@CoresCnt = params['CoresCnt']
|
2471
2474
|
@ClusterAuditStatus = params['ClusterAuditStatus']
|
2472
2475
|
@ClusterAuditFailedInfo = params['ClusterAuditFailedInfo']
|
2476
|
+
@OwnerName = params['OwnerName']
|
2473
2477
|
end
|
2474
2478
|
end
|
2475
2479
|
|
@@ -3643,8 +3647,8 @@ module TencentCloud
|
|
3643
3647
|
|
3644
3648
|
attr_accessor :Component, :Version, :FixedVersion, :Path, :Type, :Name
|
3645
3649
|
extend Gem::Deprecate
|
3646
|
-
deprecate :Component, :none, 2025,
|
3647
|
-
deprecate :Component=, :none, 2025,
|
3650
|
+
deprecate :Component, :none, 2025, 6
|
3651
|
+
deprecate :Component=, :none, 2025, 6
|
3648
3652
|
|
3649
3653
|
def initialize(component=nil, version=nil, fixedversion=nil, path=nil, type=nil, name=nil)
|
3650
3654
|
@Component = component
|
@@ -4094,8 +4098,8 @@ module TencentCloud
|
|
4094
4098
|
|
4095
4099
|
attr_accessor :All, :Images, :ScanType, :Id, :IsLatest, :ScanScope, :RegistryType, :Namespace, :ContainerRunning, :Timeout
|
4096
4100
|
extend Gem::Deprecate
|
4097
|
-
deprecate :All, :none, 2025,
|
4098
|
-
deprecate :All=, :none, 2025,
|
4101
|
+
deprecate :All, :none, 2025, 6
|
4102
|
+
deprecate :All=, :none, 2025, 6
|
4099
4103
|
|
4100
4104
|
def initialize(all=nil, images=nil, scantype=nil, id=nil, islatest=nil, scanscope=nil, registrytype=nil, namespace=nil, containerrunning=nil, timeout=nil)
|
4101
4105
|
@All = all
|
@@ -4256,8 +4260,8 @@ module TencentCloud
|
|
4256
4260
|
|
4257
4261
|
attr_accessor :Enable, :ScanTime, :ScanPeriod, :ScanVirus, :ScanRisk, :ScanVul, :All, :Images, :ContainerRunning, :ScanScope, :ScanEndTime, :ExcludeImages
|
4258
4262
|
extend Gem::Deprecate
|
4259
|
-
deprecate :All, :none, 2025,
|
4260
|
-
deprecate :All=, :none, 2025,
|
4263
|
+
deprecate :All, :none, 2025, 6
|
4264
|
+
deprecate :All=, :none, 2025, 6
|
4261
4265
|
|
4262
4266
|
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)
|
4263
4267
|
@Enable = enable
|
@@ -4333,8 +4337,8 @@ module TencentCloud
|
|
4333
4337
|
|
4334
4338
|
attr_accessor :All, :Images, :ScanVul, :ScanVirus, :ScanRisk, :Filters, :ExcludeImageIds, :ContainerRunning, :ScanScope, :Timeout, :IsOneClickScanningTask
|
4335
4339
|
extend Gem::Deprecate
|
4336
|
-
deprecate :All, :none, 2025,
|
4337
|
-
deprecate :All=, :none, 2025,
|
4340
|
+
deprecate :All, :none, 2025, 6
|
4341
|
+
deprecate :All=, :none, 2025, 6
|
4338
4342
|
|
4339
4343
|
def initialize(all=nil, images=nil, scanvul=nil, scanvirus=nil, scanrisk=nil, filters=nil, excludeimageids=nil, containerrunning=nil, scanscope=nil, timeout=nil, isoneclickscanningtask=nil)
|
4340
4344
|
@All = all
|
@@ -6634,15 +6638,23 @@ module TencentCloud
|
|
6634
6638
|
class DeleteMachineRequest < TencentCloud::Common::AbstractModel
|
6635
6639
|
# @param Uuid: 客户端Uuid
|
6636
6640
|
# @type Uuid: String
|
6641
|
+
# @param NodeUniqueIds: 超级节点唯一id
|
6642
|
+
# @type NodeUniqueIds: Array
|
6643
|
+
# @param UUIDs: uuid列表
|
6644
|
+
# @type UUIDs: Array
|
6637
6645
|
|
6638
|
-
attr_accessor :Uuid
|
6646
|
+
attr_accessor :Uuid, :NodeUniqueIds, :UUIDs
|
6639
6647
|
|
6640
|
-
def initialize(uuid=nil)
|
6648
|
+
def initialize(uuid=nil, nodeuniqueids=nil, uuids=nil)
|
6641
6649
|
@Uuid = uuid
|
6650
|
+
@NodeUniqueIds = nodeuniqueids
|
6651
|
+
@UUIDs = uuids
|
6642
6652
|
end
|
6643
6653
|
|
6644
6654
|
def deserialize(params)
|
6645
6655
|
@Uuid = params['Uuid']
|
6656
|
+
@NodeUniqueIds = params['NodeUniqueIds']
|
6657
|
+
@UUIDs = params['UUIDs']
|
6646
6658
|
end
|
6647
6659
|
end
|
6648
6660
|
|
@@ -7471,14 +7483,20 @@ module TencentCloud
|
|
7471
7483
|
# @type TotalCount: Integer
|
7472
7484
|
# @param EventSet: 访问控制事件数组
|
7473
7485
|
# @type EventSet: Array
|
7486
|
+
# @param SupportCoreVersion: 支持的内核版本
|
7487
|
+
# @type SupportCoreVersion: String
|
7488
|
+
# @param InterceptionFailureTip: 拦截失败可能的原因
|
7489
|
+
# @type InterceptionFailureTip: String
|
7474
7490
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
7475
7491
|
# @type RequestId: String
|
7476
7492
|
|
7477
|
-
attr_accessor :TotalCount, :EventSet, :RequestId
|
7493
|
+
attr_accessor :TotalCount, :EventSet, :SupportCoreVersion, :InterceptionFailureTip, :RequestId
|
7478
7494
|
|
7479
|
-
def initialize(totalcount=nil, eventset=nil, requestid=nil)
|
7495
|
+
def initialize(totalcount=nil, eventset=nil, supportcoreversion=nil, interceptionfailuretip=nil, requestid=nil)
|
7480
7496
|
@TotalCount = totalcount
|
7481
7497
|
@EventSet = eventset
|
7498
|
+
@SupportCoreVersion = supportcoreversion
|
7499
|
+
@InterceptionFailureTip = interceptionfailuretip
|
7482
7500
|
@RequestId = requestid
|
7483
7501
|
end
|
7484
7502
|
|
@@ -7492,6 +7510,8 @@ module TencentCloud
|
|
7492
7510
|
@EventSet << accesscontroleventinfo_tmp
|
7493
7511
|
end
|
7494
7512
|
end
|
7513
|
+
@SupportCoreVersion = params['SupportCoreVersion']
|
7514
|
+
@InterceptionFailureTip = params['InterceptionFailureTip']
|
7495
7515
|
@RequestId = params['RequestId']
|
7496
7516
|
end
|
7497
7517
|
end
|
@@ -9231,8 +9251,8 @@ module TencentCloud
|
|
9231
9251
|
|
9232
9252
|
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
|
9233
9253
|
extend Gem::Deprecate
|
9234
|
-
deprecate :SentiveInfoCnt, :none, 2025,
|
9235
|
-
deprecate :SentiveInfoCnt=, :none, 2025,
|
9254
|
+
deprecate :SentiveInfoCnt, :none, 2025, 6
|
9255
|
+
deprecate :SentiveInfoCnt=, :none, 2025, 6
|
9236
9256
|
|
9237
9257
|
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)
|
9238
9258
|
@ImageDigest = imagedigest
|
@@ -9362,18 +9382,22 @@ module TencentCloud
|
|
9362
9382
|
class DescribeAssetImageRegistryListExportResponse < TencentCloud::Common::AbstractModel
|
9363
9383
|
# @param DownloadUrl: excel文件下载地址
|
9364
9384
|
# @type DownloadUrl: String
|
9385
|
+
# @param JobId: 导出任务id
|
9386
|
+
# @type JobId: String
|
9365
9387
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
9366
9388
|
# @type RequestId: String
|
9367
9389
|
|
9368
|
-
attr_accessor :DownloadUrl, :RequestId
|
9390
|
+
attr_accessor :DownloadUrl, :JobId, :RequestId
|
9369
9391
|
|
9370
|
-
def initialize(downloadurl=nil, requestid=nil)
|
9392
|
+
def initialize(downloadurl=nil, jobid=nil, requestid=nil)
|
9371
9393
|
@DownloadUrl = downloadurl
|
9394
|
+
@JobId = jobid
|
9372
9395
|
@RequestId = requestid
|
9373
9396
|
end
|
9374
9397
|
|
9375
9398
|
def deserialize(params)
|
9376
9399
|
@DownloadUrl = params['DownloadUrl']
|
9400
|
+
@JobId = params['JobId']
|
9377
9401
|
@RequestId = params['RequestId']
|
9378
9402
|
end
|
9379
9403
|
end
|
@@ -9967,18 +9991,22 @@ module TencentCloud
|
|
9967
9991
|
class DescribeAssetImageRegistryVirusListExportResponse < TencentCloud::Common::AbstractModel
|
9968
9992
|
# @param DownloadUrl: excel文件下载地址
|
9969
9993
|
# @type DownloadUrl: String
|
9994
|
+
# @param JobId: 导出任务id
|
9995
|
+
# @type JobId: String
|
9970
9996
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
9971
9997
|
# @type RequestId: String
|
9972
9998
|
|
9973
|
-
attr_accessor :DownloadUrl, :RequestId
|
9999
|
+
attr_accessor :DownloadUrl, :JobId, :RequestId
|
9974
10000
|
|
9975
|
-
def initialize(downloadurl=nil, requestid=nil)
|
10001
|
+
def initialize(downloadurl=nil, jobid=nil, requestid=nil)
|
9976
10002
|
@DownloadUrl = downloadurl
|
10003
|
+
@JobId = jobid
|
9977
10004
|
@RequestId = requestid
|
9978
10005
|
end
|
9979
10006
|
|
9980
10007
|
def deserialize(params)
|
9981
10008
|
@DownloadUrl = params['DownloadUrl']
|
10009
|
+
@JobId = params['JobId']
|
9982
10010
|
@RequestId = params['RequestId']
|
9983
10011
|
end
|
9984
10012
|
end
|
@@ -10110,18 +10138,22 @@ module TencentCloud
|
|
10110
10138
|
class DescribeAssetImageRegistryVulListExportResponse < TencentCloud::Common::AbstractModel
|
10111
10139
|
# @param DownloadUrl: excel文件下载地址
|
10112
10140
|
# @type DownloadUrl: String
|
10141
|
+
# @param JobId: 导出任务id
|
10142
|
+
# @type JobId: String
|
10113
10143
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
10114
10144
|
# @type RequestId: String
|
10115
10145
|
|
10116
|
-
attr_accessor :DownloadUrl, :RequestId
|
10146
|
+
attr_accessor :DownloadUrl, :JobId, :RequestId
|
10117
10147
|
|
10118
|
-
def initialize(downloadurl=nil, requestid=nil)
|
10148
|
+
def initialize(downloadurl=nil, jobid=nil, requestid=nil)
|
10119
10149
|
@DownloadUrl = downloadurl
|
10150
|
+
@JobId = jobid
|
10120
10151
|
@RequestId = requestid
|
10121
10152
|
end
|
10122
10153
|
|
10123
10154
|
def deserialize(params)
|
10124
10155
|
@DownloadUrl = params['DownloadUrl']
|
10156
|
+
@JobId = params['JobId']
|
10125
10157
|
@RequestId = params['RequestId']
|
10126
10158
|
end
|
10127
10159
|
end
|
@@ -10378,8 +10410,8 @@ module TencentCloud
|
|
10378
10410
|
|
10379
10411
|
attr_accessor :Enable, :ScanTime, :ScanPeriod, :ScanVirus, :ScanRisk, :ScanVul, :All, :Images, :ContainerRunning, :ScanScope, :ScanEndTime, :ExcludeImages, :LastScanTime, :ScanResult, :RequestId
|
10380
10412
|
extend Gem::Deprecate
|
10381
|
-
deprecate :All, :none, 2025,
|
10382
|
-
deprecate :All=, :none, 2025,
|
10413
|
+
deprecate :All, :none, 2025, 6
|
10414
|
+
deprecate :All=, :none, 2025, 6
|
10383
10415
|
|
10384
10416
|
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)
|
10385
10417
|
@Enable = enable
|
@@ -11238,15 +11270,21 @@ module TencentCloud
|
|
11238
11270
|
# @type TaskStatus: String
|
11239
11271
|
# @param TaskProcess: 任务进度(百分比)
|
11240
11272
|
# @type TaskProcess: Integer
|
11273
|
+
# @param FailedHostCount: 失败主机数
|
11274
|
+
# @type FailedHostCount: Integer
|
11275
|
+
# @param TaskId: 任务id
|
11276
|
+
# @type TaskId: Integer
|
11241
11277
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
11242
11278
|
# @type RequestId: String
|
11243
11279
|
|
11244
|
-
attr_accessor :AssetSyncLastTime, :TaskStatus, :TaskProcess, :RequestId
|
11280
|
+
attr_accessor :AssetSyncLastTime, :TaskStatus, :TaskProcess, :FailedHostCount, :TaskId, :RequestId
|
11245
11281
|
|
11246
|
-
def initialize(assetsynclasttime=nil, taskstatus=nil, taskprocess=nil, requestid=nil)
|
11282
|
+
def initialize(assetsynclasttime=nil, taskstatus=nil, taskprocess=nil, failedhostcount=nil, taskid=nil, requestid=nil)
|
11247
11283
|
@AssetSyncLastTime = assetsynclasttime
|
11248
11284
|
@TaskStatus = taskstatus
|
11249
11285
|
@TaskProcess = taskprocess
|
11286
|
+
@FailedHostCount = failedhostcount
|
11287
|
+
@TaskId = taskid
|
11250
11288
|
@RequestId = requestid
|
11251
11289
|
end
|
11252
11290
|
|
@@ -11254,6 +11292,8 @@ module TencentCloud
|
|
11254
11292
|
@AssetSyncLastTime = params['AssetSyncLastTime']
|
11255
11293
|
@TaskStatus = params['TaskStatus']
|
11256
11294
|
@TaskProcess = params['TaskProcess']
|
11295
|
+
@FailedHostCount = params['FailedHostCount']
|
11296
|
+
@TaskId = params['TaskId']
|
11257
11297
|
@RequestId = params['RequestId']
|
11258
11298
|
end
|
11259
11299
|
end
|
@@ -11527,12 +11567,14 @@ module TencentCloud
|
|
11527
11567
|
# @type IngressCount: Integer
|
11528
11568
|
# @param MasterIps: 主节点的ip列表
|
11529
11569
|
# @type MasterIps: String
|
11570
|
+
# @param OwnerName: 所有者名称
|
11571
|
+
# @type OwnerName: String
|
11530
11572
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
11531
11573
|
# @type RequestId: String
|
11532
11574
|
|
11533
|
-
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, :RequestId
|
11575
|
+
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
|
11534
11576
|
|
11535
|
-
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, requestid=nil)
|
11577
|
+
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)
|
11536
11578
|
@ClusterId = clusterid
|
11537
11579
|
@ClusterName = clustername
|
11538
11580
|
@ScanTaskProgress = scantaskprogress
|
@@ -11559,6 +11601,7 @@ module TencentCloud
|
|
11559
11601
|
@ServiceCount = servicecount
|
11560
11602
|
@IngressCount = ingresscount
|
11561
11603
|
@MasterIps = masterips
|
11604
|
+
@OwnerName = ownername
|
11562
11605
|
@RequestId = requestid
|
11563
11606
|
end
|
11564
11607
|
|
@@ -11589,6 +11632,7 @@ module TencentCloud
|
|
11589
11632
|
@ServiceCount = params['ServiceCount']
|
11590
11633
|
@IngressCount = params['IngressCount']
|
11591
11634
|
@MasterIps = params['MasterIps']
|
11635
|
+
@OwnerName = params['OwnerName']
|
11592
11636
|
@RequestId = params['RequestId']
|
11593
11637
|
end
|
11594
11638
|
end
|
@@ -13813,8 +13857,8 @@ module TencentCloud
|
|
13813
13857
|
|
13814
13858
|
attr_accessor :Enable, :ScanTime, :ScanPeriod, :ScanType, :All, :Images, :Id, :Latest, :ScanEndTime, :RegistryType, :ContainerRunning, :ScanScope, :Namespace, :ExcludeImageAssetIds, :LastScanTime, :ScanResult, :RequestId
|
13815
13859
|
extend Gem::Deprecate
|
13816
|
-
deprecate :All, :none, 2025,
|
13817
|
-
deprecate :All=, :none, 2025,
|
13860
|
+
deprecate :All, :none, 2025, 6
|
13861
|
+
deprecate :All=, :none, 2025, 6
|
13818
13862
|
|
13819
13863
|
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)
|
13820
13864
|
@Enable = enable
|
@@ -18678,12 +18722,14 @@ module TencentCloud
|
|
18678
18722
|
# @type Namespace: String
|
18679
18723
|
# @param WorkloadType: 工作负载类型
|
18680
18724
|
# @type WorkloadType: String
|
18725
|
+
# @param ContainerStatus: 容器状态
|
18726
|
+
# @type ContainerStatus: String
|
18681
18727
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
18682
18728
|
# @type RequestId: String
|
18683
18729
|
|
18684
|
-
attr_accessor :ImageId, :ImageName, :CreateTime, :Size, :FilePath, :ModifyTime, :VirusName, :RiskLevel, :ContainerName, :ContainerId, :HostName, :HostId, :ProcessName, :ProcessPath, :ProcessMd5, :ProcessId, :ProcessArgv, :ProcessChan, :ProcessAccountGroup, :ProcessStartAccount, :ProcessFileAuthority, :SourceType, :Tags, :HarmDescribe, :SuggestScheme, :Mark, :FileName, :FileMd5, :EventType, :PodName, :Status, :SubStatus, :HostIP, :ClientIP, :PProcessStartUser, :PProcessUserGroup, :PProcessPath, :PProcessParam, :AncestorProcessStartUser, :AncestorProcessUserGroup, :AncestorProcessPath, :AncestorProcessParam, :OperationTime, :ContainerNetStatus, :ContainerNetSubStatus, :ContainerIsolateOperationSrc, :CheckPlatform, :FileAccessTime, :FileModifyTime, :NodeSubNetID, :NodeSubNetName, :NodeSubNetCIDR, :ClusterID, :PodIP, :PodStatus, :NodeUniqueID, :NodeType, :NodeID, :ClusterName, :Namespace, :WorkloadType, :RequestId
|
18730
|
+
attr_accessor :ImageId, :ImageName, :CreateTime, :Size, :FilePath, :ModifyTime, :VirusName, :RiskLevel, :ContainerName, :ContainerId, :HostName, :HostId, :ProcessName, :ProcessPath, :ProcessMd5, :ProcessId, :ProcessArgv, :ProcessChan, :ProcessAccountGroup, :ProcessStartAccount, :ProcessFileAuthority, :SourceType, :Tags, :HarmDescribe, :SuggestScheme, :Mark, :FileName, :FileMd5, :EventType, :PodName, :Status, :SubStatus, :HostIP, :ClientIP, :PProcessStartUser, :PProcessUserGroup, :PProcessPath, :PProcessParam, :AncestorProcessStartUser, :AncestorProcessUserGroup, :AncestorProcessPath, :AncestorProcessParam, :OperationTime, :ContainerNetStatus, :ContainerNetSubStatus, :ContainerIsolateOperationSrc, :CheckPlatform, :FileAccessTime, :FileModifyTime, :NodeSubNetID, :NodeSubNetName, :NodeSubNetCIDR, :ClusterID, :PodIP, :PodStatus, :NodeUniqueID, :NodeType, :NodeID, :ClusterName, :Namespace, :WorkloadType, :ContainerStatus, :RequestId
|
18685
18731
|
|
18686
|
-
def initialize(imageid=nil, imagename=nil, createtime=nil, size=nil, filepath=nil, modifytime=nil, virusname=nil, risklevel=nil, containername=nil, containerid=nil, hostname=nil, hostid=nil, processname=nil, processpath=nil, processmd5=nil, processid=nil, processargv=nil, processchan=nil, processaccountgroup=nil, processstartaccount=nil, processfileauthority=nil, sourcetype=nil, tags=nil, harmdescribe=nil, suggestscheme=nil, mark=nil, filename=nil, filemd5=nil, eventtype=nil, podname=nil, status=nil, substatus=nil, hostip=nil, clientip=nil, pprocessstartuser=nil, pprocessusergroup=nil, pprocesspath=nil, pprocessparam=nil, ancestorprocessstartuser=nil, ancestorprocessusergroup=nil, ancestorprocesspath=nil, ancestorprocessparam=nil, operationtime=nil, containernetstatus=nil, containernetsubstatus=nil, containerisolateoperationsrc=nil, checkplatform=nil, fileaccesstime=nil, filemodifytime=nil, nodesubnetid=nil, nodesubnetname=nil, nodesubnetcidr=nil, clusterid=nil, podip=nil, podstatus=nil, nodeuniqueid=nil, nodetype=nil, nodeid=nil, clustername=nil, namespace=nil, workloadtype=nil, requestid=nil)
|
18732
|
+
def initialize(imageid=nil, imagename=nil, createtime=nil, size=nil, filepath=nil, modifytime=nil, virusname=nil, risklevel=nil, containername=nil, containerid=nil, hostname=nil, hostid=nil, processname=nil, processpath=nil, processmd5=nil, processid=nil, processargv=nil, processchan=nil, processaccountgroup=nil, processstartaccount=nil, processfileauthority=nil, sourcetype=nil, tags=nil, harmdescribe=nil, suggestscheme=nil, mark=nil, filename=nil, filemd5=nil, eventtype=nil, podname=nil, status=nil, substatus=nil, hostip=nil, clientip=nil, pprocessstartuser=nil, pprocessusergroup=nil, pprocesspath=nil, pprocessparam=nil, ancestorprocessstartuser=nil, ancestorprocessusergroup=nil, ancestorprocesspath=nil, ancestorprocessparam=nil, operationtime=nil, containernetstatus=nil, containernetsubstatus=nil, containerisolateoperationsrc=nil, checkplatform=nil, fileaccesstime=nil, filemodifytime=nil, nodesubnetid=nil, nodesubnetname=nil, nodesubnetcidr=nil, clusterid=nil, podip=nil, podstatus=nil, nodeuniqueid=nil, nodetype=nil, nodeid=nil, clustername=nil, namespace=nil, workloadtype=nil, containerstatus=nil, requestid=nil)
|
18687
18733
|
@ImageId = imageid
|
18688
18734
|
@ImageName = imagename
|
18689
18735
|
@CreateTime = createtime
|
@@ -18745,6 +18791,7 @@ module TencentCloud
|
|
18745
18791
|
@ClusterName = clustername
|
18746
18792
|
@Namespace = namespace
|
18747
18793
|
@WorkloadType = workloadtype
|
18794
|
+
@ContainerStatus = containerstatus
|
18748
18795
|
@RequestId = requestid
|
18749
18796
|
end
|
18750
18797
|
|
@@ -18810,6 +18857,7 @@ module TencentCloud
|
|
18810
18857
|
@ClusterName = params['ClusterName']
|
18811
18858
|
@Namespace = params['Namespace']
|
18812
18859
|
@WorkloadType = params['WorkloadType']
|
18860
|
+
@ContainerStatus = params['ContainerStatus']
|
18813
18861
|
@RequestId = params['RequestId']
|
18814
18862
|
end
|
18815
18863
|
end
|
@@ -21961,8 +22009,8 @@ module TencentCloud
|
|
21961
22009
|
|
21962
22010
|
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
|
21963
22011
|
extend Gem::Deprecate
|
21964
|
-
deprecate :SentiveInfoCnt, :none, 2025,
|
21965
|
-
deprecate :SentiveInfoCnt=, :none, 2025,
|
22012
|
+
deprecate :SentiveInfoCnt, :none, 2025, 6
|
22013
|
+
deprecate :SentiveInfoCnt=, :none, 2025, 6
|
21966
22014
|
|
21967
22015
|
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)
|
21968
22016
|
@ImageDigest = imagedigest
|
@@ -26241,10 +26289,14 @@ module TencentCloud
|
|
26241
26289
|
# @type NodeUniqueID: String
|
26242
26290
|
# @param ClusterName: 集群名称
|
26243
26291
|
# @type ClusterName: String
|
26292
|
+
# @param ImageId: 镜像ID
|
26293
|
+
# @type ImageId: String
|
26294
|
+
# @param ContainerId: 容器ID
|
26295
|
+
# @type ContainerId: String
|
26244
26296
|
|
26245
|
-
attr_accessor :EventID, :EventType, :Address, :ContainerID, :ContainerName, :ContainerNetStatus, :ContainerStatus, :ContainerNetSubStatus, :ContainerIsolateOperationSrc, :ImageID, :ImageName, :FoundTime, :LatestFoundTime, :EventStatus, :EventCount, :Description, :Solution, :City, :HostName, :HostID, :HostIP, :PublicIP, :NodeType, :NodeName, :PodIP, :PodName, :ClusterID, :NodeID, :NodeUniqueID, :ClusterName
|
26297
|
+
attr_accessor :EventID, :EventType, :Address, :ContainerID, :ContainerName, :ContainerNetStatus, :ContainerStatus, :ContainerNetSubStatus, :ContainerIsolateOperationSrc, :ImageID, :ImageName, :FoundTime, :LatestFoundTime, :EventStatus, :EventCount, :Description, :Solution, :City, :HostName, :HostID, :HostIP, :PublicIP, :NodeType, :NodeName, :PodIP, :PodName, :ClusterID, :NodeID, :NodeUniqueID, :ClusterName, :ImageId, :ContainerId
|
26246
26298
|
|
26247
|
-
def initialize(eventid=nil, eventtype=nil, address=nil, containerid=nil, containername=nil, containernetstatus=nil, containerstatus=nil, containernetsubstatus=nil, containerisolateoperationsrc=nil, imageid=nil, imagename=nil, foundtime=nil, latestfoundtime=nil, eventstatus=nil, eventcount=nil, description=nil, solution=nil, city=nil, hostname=nil, hostid=nil, hostip=nil, publicip=nil, nodetype=nil, nodename=nil, podip=nil, podname=nil, clusterid=nil, nodeid=nil, nodeuniqueid=nil, clustername=nil)
|
26299
|
+
def initialize(eventid=nil, eventtype=nil, address=nil, containerid=nil, containername=nil, containernetstatus=nil, containerstatus=nil, containernetsubstatus=nil, containerisolateoperationsrc=nil, imageid=nil, imagename=nil, foundtime=nil, latestfoundtime=nil, eventstatus=nil, eventcount=nil, description=nil, solution=nil, city=nil, hostname=nil, hostid=nil, hostip=nil, publicip=nil, nodetype=nil, nodename=nil, podip=nil, podname=nil, clusterid=nil, nodeid=nil, nodeuniqueid=nil, clustername=nil, imageid=nil, containerid=nil)
|
26248
26300
|
@EventID = eventid
|
26249
26301
|
@EventType = eventtype
|
26250
26302
|
@Address = address
|
@@ -26275,6 +26327,8 @@ module TencentCloud
|
|
26275
26327
|
@NodeID = nodeid
|
26276
26328
|
@NodeUniqueID = nodeuniqueid
|
26277
26329
|
@ClusterName = clustername
|
26330
|
+
@ImageId = imageid
|
26331
|
+
@ContainerId = containerid
|
26278
26332
|
end
|
26279
26333
|
|
26280
26334
|
def deserialize(params)
|
@@ -26308,6 +26362,8 @@ module TencentCloud
|
|
26308
26362
|
@NodeID = params['NodeID']
|
26309
26363
|
@NodeUniqueID = params['NodeUniqueID']
|
26310
26364
|
@ClusterName = params['ClusterName']
|
26365
|
+
@ImageId = params['ImageId']
|
26366
|
+
@ContainerId = params['ContainerId']
|
26311
26367
|
end
|
26312
26368
|
end
|
26313
26369
|
|
@@ -26707,10 +26763,12 @@ module TencentCloud
|
|
26707
26763
|
# @type Namespace: String
|
26708
26764
|
# @param WorkloadType: WorkloadType
|
26709
26765
|
# @type WorkloadType: String
|
26766
|
+
# @param ContainerStatus: 容器运行状态
|
26767
|
+
# @type ContainerStatus: String
|
26710
26768
|
|
26711
|
-
attr_accessor :EventId, :FoundTime, :ContainerId, :ContainerName, :ImageId, :ImageName, :NodeName, :Status, :EventName, :EventType, :EventCount, :LatestFoundTime, :HostIP, :ClientIP, :ContainerNetStatus, :ContainerNetSubStatus, :ContainerIsolateOperationSrc, :NodeID, :NodeType, :NodeSubNetID, :NodeSubNetName, :NodeSubNetCIDR, :PodName, :PodIP, :PodStatus, :ClusterID, :ClusterName, :NodeUniqueID, :HostID, :Namespace, :WorkloadType
|
26769
|
+
attr_accessor :EventId, :FoundTime, :ContainerId, :ContainerName, :ImageId, :ImageName, :NodeName, :Status, :EventName, :EventType, :EventCount, :LatestFoundTime, :HostIP, :ClientIP, :ContainerNetStatus, :ContainerNetSubStatus, :ContainerIsolateOperationSrc, :NodeID, :NodeType, :NodeSubNetID, :NodeSubNetName, :NodeSubNetCIDR, :PodName, :PodIP, :PodStatus, :ClusterID, :ClusterName, :NodeUniqueID, :HostID, :Namespace, :WorkloadType, :ContainerStatus
|
26712
26770
|
|
26713
|
-
def initialize(eventid=nil, foundtime=nil, containerid=nil, containername=nil, imageid=nil, imagename=nil, nodename=nil, status=nil, eventname=nil, eventtype=nil, eventcount=nil, latestfoundtime=nil, hostip=nil, clientip=nil, containernetstatus=nil, containernetsubstatus=nil, containerisolateoperationsrc=nil, nodeid=nil, nodetype=nil, nodesubnetid=nil, nodesubnetname=nil, nodesubnetcidr=nil, podname=nil, podip=nil, podstatus=nil, clusterid=nil, clustername=nil, nodeuniqueid=nil, hostid=nil, namespace=nil, workloadtype=nil)
|
26771
|
+
def initialize(eventid=nil, foundtime=nil, containerid=nil, containername=nil, imageid=nil, imagename=nil, nodename=nil, status=nil, eventname=nil, eventtype=nil, eventcount=nil, latestfoundtime=nil, hostip=nil, clientip=nil, containernetstatus=nil, containernetsubstatus=nil, containerisolateoperationsrc=nil, nodeid=nil, nodetype=nil, nodesubnetid=nil, nodesubnetname=nil, nodesubnetcidr=nil, podname=nil, podip=nil, podstatus=nil, clusterid=nil, clustername=nil, nodeuniqueid=nil, hostid=nil, namespace=nil, workloadtype=nil, containerstatus=nil)
|
26714
26772
|
@EventId = eventid
|
26715
26773
|
@FoundTime = foundtime
|
26716
26774
|
@ContainerId = containerid
|
@@ -26742,6 +26800,7 @@ module TencentCloud
|
|
26742
26800
|
@HostID = hostid
|
26743
26801
|
@Namespace = namespace
|
26744
26802
|
@WorkloadType = workloadtype
|
26803
|
+
@ContainerStatus = containerstatus
|
26745
26804
|
end
|
26746
26805
|
|
26747
26806
|
def deserialize(params)
|
@@ -26776,6 +26835,7 @@ module TencentCloud
|
|
26776
26835
|
@HostID = params['HostID']
|
26777
26836
|
@Namespace = params['Namespace']
|
26778
26837
|
@WorkloadType = params['WorkloadType']
|
26838
|
+
@ContainerStatus = params['ContainerStatus']
|
26779
26839
|
end
|
26780
26840
|
end
|
26781
26841
|
|
@@ -28201,8 +28261,8 @@ module TencentCloud
|
|
28201
28261
|
|
28202
28262
|
attr_accessor :ScanPeriod, :Enable, :ScanTime, :ScanType, :Images, :All, :Id, :Latest, :ContainerRunning, :ScanEndTime, :ScanScope, :RegistryType, :Namespace, :ExcludeImageAssetIds
|
28203
28263
|
extend Gem::Deprecate
|
28204
|
-
deprecate :All, :none, 2025,
|
28205
|
-
deprecate :All=, :none, 2025,
|
28264
|
+
deprecate :All, :none, 2025, 6
|
28265
|
+
deprecate :All=, :none, 2025, 6
|
28206
28266
|
|
28207
28267
|
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)
|
28208
28268
|
@ScanPeriod = scanperiod
|
@@ -28571,10 +28631,12 @@ module TencentCloud
|
|
28571
28631
|
# @type HostID: String
|
28572
28632
|
# @param ClusterName: 集群名称
|
28573
28633
|
# @type ClusterName: String
|
28634
|
+
# @param HostIP: 节点内网IP,同innerIP
|
28635
|
+
# @type HostIP: String
|
28574
28636
|
|
28575
|
-
attr_accessor :FileName, :FilePath, :VirusName, :CreateTime, :ModifyTime, :ContainerName, :ContainerId, :ContainerStatus, :ImageName, :ImageId, :Status, :Id, :HarmDescribe, :SuggestScheme, :SubStatus, :ContainerNetStatus, :ContainerNetSubStatus, :ContainerIsolateOperationSrc, :MD5, :RiskLevel, :CheckPlatform, :NodeID, :NodeName, :PodIP, :PodName, :ClusterID, :NodeType, :PublicIP, :InnerIP, :NodeUniqueID, :HostID, :ClusterName
|
28637
|
+
attr_accessor :FileName, :FilePath, :VirusName, :CreateTime, :ModifyTime, :ContainerName, :ContainerId, :ContainerStatus, :ImageName, :ImageId, :Status, :Id, :HarmDescribe, :SuggestScheme, :SubStatus, :ContainerNetStatus, :ContainerNetSubStatus, :ContainerIsolateOperationSrc, :MD5, :RiskLevel, :CheckPlatform, :NodeID, :NodeName, :PodIP, :PodName, :ClusterID, :NodeType, :PublicIP, :InnerIP, :NodeUniqueID, :HostID, :ClusterName, :HostIP
|
28576
28638
|
|
28577
|
-
def initialize(filename=nil, filepath=nil, virusname=nil, createtime=nil, modifytime=nil, containername=nil, containerid=nil, containerstatus=nil, imagename=nil, imageid=nil, status=nil, id=nil, harmdescribe=nil, suggestscheme=nil, substatus=nil, containernetstatus=nil, containernetsubstatus=nil, containerisolateoperationsrc=nil, md5=nil, risklevel=nil, checkplatform=nil, nodeid=nil, nodename=nil, podip=nil, podname=nil, clusterid=nil, nodetype=nil, publicip=nil, innerip=nil, nodeuniqueid=nil, hostid=nil, clustername=nil)
|
28639
|
+
def initialize(filename=nil, filepath=nil, virusname=nil, createtime=nil, modifytime=nil, containername=nil, containerid=nil, containerstatus=nil, imagename=nil, imageid=nil, status=nil, id=nil, harmdescribe=nil, suggestscheme=nil, substatus=nil, containernetstatus=nil, containernetsubstatus=nil, containerisolateoperationsrc=nil, md5=nil, risklevel=nil, checkplatform=nil, nodeid=nil, nodename=nil, podip=nil, podname=nil, clusterid=nil, nodetype=nil, publicip=nil, innerip=nil, nodeuniqueid=nil, hostid=nil, clustername=nil, hostip=nil)
|
28578
28640
|
@FileName = filename
|
28579
28641
|
@FilePath = filepath
|
28580
28642
|
@VirusName = virusname
|
@@ -28607,6 +28669,7 @@ module TencentCloud
|
|
28607
28669
|
@NodeUniqueID = nodeuniqueid
|
28608
28670
|
@HostID = hostid
|
28609
28671
|
@ClusterName = clustername
|
28672
|
+
@HostIP = hostip
|
28610
28673
|
end
|
28611
28674
|
|
28612
28675
|
def deserialize(params)
|
@@ -28642,6 +28705,7 @@ module TencentCloud
|
|
28642
28705
|
@NodeUniqueID = params['NodeUniqueID']
|
28643
28706
|
@HostID = params['HostID']
|
28644
28707
|
@ClusterName = params['ClusterName']
|
28708
|
+
@HostIP = params['HostIP']
|
28645
28709
|
end
|
28646
28710
|
end
|
28647
28711
|
|
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.1074
|
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-06-
|
11
|
+
date: 2025-06-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|