tencentcloud-sdk-csip 3.0.650 → 3.0.651

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2cab637255fb2e17e18825b45e7752ea3cb39ad3
4
- data.tar.gz: 222494159bd4f27143d42e8439f99ce7fc6c26ba
3
+ metadata.gz: 43075a640a6db6a797c3d2f14017f4f21cf49496
4
+ data.tar.gz: e1acfd995e182611e52f65ec994c8292f65fa86c
5
5
  SHA512:
6
- metadata.gz: 38156cd8d7548fc7c577a896d38dbae2ade14e2870fef0697c4a7d2721019c0ce9979f64c62ecbecbf3262d0c1ba1b977de715c5feb66c259642004e3f296a16
7
- data.tar.gz: ef9f87866490aa85f6150101ff0cc277e1d18bec3b772699693ad4e1d440457d5d68ce728c1959eb189b7605b2fb9b9a56226147a429ab3691f810b484960189
6
+ metadata.gz: a5a26e3b7a5c0680ee344f7d4dd595d9f8e011cce001ea905d2e94d5cb331e7e6ecf522a46adb9cef0629e3f887afb17a2ea49ebc41e2fa45a9bae3c64606b17
7
+ data.tar.gz: fa49d870cceea352d80a66326206f696b0a2c5e89eccc7c4a3a2910aecf6e309dd887c1191e59dfeac4bc098cc6d8938aaed7e3c47fba5743fa02bd40a9d3464
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.650
1
+ 3.0.651
@@ -365,6 +365,54 @@ module TencentCloud
365
365
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
366
366
  end
367
367
 
368
+ # 获取扫描任务列表
369
+
370
+ # @param request: Request instance for DescribeScanTaskList.
371
+ # @type request: :class:`Tencentcloud::csip::V20221121::DescribeScanTaskListRequest`
372
+ # @rtype: :class:`Tencentcloud::csip::V20221121::DescribeScanTaskListResponse`
373
+ def DescribeScanTaskList(request)
374
+ body = send_request('DescribeScanTaskList', request.serialize)
375
+ response = JSON.parse(body)
376
+ if response['Response'].key?('Error') == false
377
+ model = DescribeScanTaskListResponse.new
378
+ model.deserialize(response['Response'])
379
+ model
380
+ else
381
+ code = response['Response']['Error']['Code']
382
+ message = response['Response']['Error']['Message']
383
+ reqid = response['Response']['RequestId']
384
+ raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
385
+ end
386
+ rescue TencentCloud::Common::TencentCloudSDKException => e
387
+ raise e
388
+ rescue StandardError => e
389
+ raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
390
+ end
391
+
392
+ # 立体防护中心查询漏洞信息
393
+
394
+ # @param request: Request instance for DescribeSearchBugInfo.
395
+ # @type request: :class:`Tencentcloud::csip::V20221121::DescribeSearchBugInfoRequest`
396
+ # @rtype: :class:`Tencentcloud::csip::V20221121::DescribeSearchBugInfoResponse`
397
+ def DescribeSearchBugInfo(request)
398
+ body = send_request('DescribeSearchBugInfo', request.serialize)
399
+ response = JSON.parse(body)
400
+ if response['Response'].key?('Error') == false
401
+ model = DescribeSearchBugInfoResponse.new
402
+ model.deserialize(response['Response'])
403
+ model
404
+ else
405
+ code = response['Response']['Error']['Code']
406
+ message = response['Response']['Error']['Message']
407
+ reqid = response['Response']['RequestId']
408
+ raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
409
+ end
410
+ rescue TencentCloud::Common::TencentCloudSDKException => e
411
+ raise e
412
+ rescue StandardError => e
413
+ raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
414
+ end
415
+
368
416
  # 获取子网列表
369
417
 
370
418
  # @param request: Request instance for DescribeSubnetAssets.
@@ -389,6 +437,54 @@ module TencentCloud
389
437
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
390
438
  end
391
439
 
440
+ # 获取任务扫描报告列表
441
+
442
+ # @param request: Request instance for DescribeTaskLogList.
443
+ # @type request: :class:`Tencentcloud::csip::V20221121::DescribeTaskLogListRequest`
444
+ # @rtype: :class:`Tencentcloud::csip::V20221121::DescribeTaskLogListResponse`
445
+ def DescribeTaskLogList(request)
446
+ body = send_request('DescribeTaskLogList', request.serialize)
447
+ response = JSON.parse(body)
448
+ if response['Response'].key?('Error') == false
449
+ model = DescribeTaskLogListResponse.new
450
+ model.deserialize(response['Response'])
451
+ model
452
+ else
453
+ code = response['Response']['Error']['Code']
454
+ message = response['Response']['Error']['Message']
455
+ reqid = response['Response']['RequestId']
456
+ raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
457
+ end
458
+ rescue TencentCloud::Common::TencentCloudSDKException => e
459
+ raise e
460
+ rescue StandardError => e
461
+ raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
462
+ end
463
+
464
+ # 获取报告下载的临时链接
465
+
466
+ # @param request: Request instance for DescribeTaskLogURL.
467
+ # @type request: :class:`Tencentcloud::csip::V20221121::DescribeTaskLogURLRequest`
468
+ # @rtype: :class:`Tencentcloud::csip::V20221121::DescribeTaskLogURLResponse`
469
+ def DescribeTaskLogURL(request)
470
+ body = send_request('DescribeTaskLogURL', request.serialize)
471
+ response = JSON.parse(body)
472
+ if response['Response'].key?('Error') == false
473
+ model = DescribeTaskLogURLResponse.new
474
+ model.deserialize(response['Response'])
475
+ model
476
+ else
477
+ code = response['Response']['Error']['Code']
478
+ message = response['Response']['Error']['Message']
479
+ reqid = response['Response']['RequestId']
480
+ raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
481
+ end
482
+ rescue TencentCloud::Common::TencentCloudSDKException => e
483
+ raise e
484
+ rescue StandardError => e
485
+ raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
486
+ end
487
+
392
488
  # 获取vpc列表
393
489
 
394
490
  # @param request: Request instance for DescribeVpcAssets.
@@ -319,6 +319,68 @@ module TencentCloud
319
319
  end
320
320
  end
321
321
 
322
+ # 资产扫描结构细节
323
+ class AssetInfoDetail < TencentCloud::Common::AbstractModel
324
+ # @param AppID: 用户appid
325
+ # 注意:此字段可能返回 null,表示取不到有效值。
326
+ # @type AppID: String
327
+ # @param CVEId: CVE编号
328
+ # 注意:此字段可能返回 null,表示取不到有效值。
329
+ # @type CVEId: String
330
+ # @param IsScan: 是扫描,0默认未扫描,1正在扫描,2扫描完成,3扫描出错
331
+ # 注意:此字段可能返回 null,表示取不到有效值。
332
+ # @type IsScan: Integer
333
+ # @param InfluenceAsset: 影响资产数目
334
+ # 注意:此字段可能返回 null,表示取不到有效值。
335
+ # @type InfluenceAsset: Integer
336
+ # @param NotRepairAsset: 未修复资产数目
337
+ # 注意:此字段可能返回 null,表示取不到有效值。
338
+ # @type NotRepairAsset: Integer
339
+ # @param NotProtectAsset: 未防护资产数目
340
+ # 注意:此字段可能返回 null,表示取不到有效值。
341
+ # @type NotProtectAsset: Integer
342
+ # @param TaskId: 任务ID
343
+ # 注意:此字段可能返回 null,表示取不到有效值。
344
+ # @type TaskId: String
345
+ # @param TaskPercent: 任务百分比
346
+ # 注意:此字段可能返回 null,表示取不到有效值。
347
+ # @type TaskPercent: Integer
348
+ # @param TaskTime: 任务时间
349
+ # 注意:此字段可能返回 null,表示取不到有效值。
350
+ # @type TaskTime: Integer
351
+ # @param ScanTime: 扫描时间
352
+ # 注意:此字段可能返回 null,表示取不到有效值。
353
+ # @type ScanTime: String
354
+
355
+ attr_accessor :AppID, :CVEId, :IsScan, :InfluenceAsset, :NotRepairAsset, :NotProtectAsset, :TaskId, :TaskPercent, :TaskTime, :ScanTime
356
+
357
+ def initialize(appid=nil, cveid=nil, isscan=nil, influenceasset=nil, notrepairasset=nil, notprotectasset=nil, taskid=nil, taskpercent=nil, tasktime=nil, scantime=nil)
358
+ @AppID = appid
359
+ @CVEId = cveid
360
+ @IsScan = isscan
361
+ @InfluenceAsset = influenceasset
362
+ @NotRepairAsset = notrepairasset
363
+ @NotProtectAsset = notprotectasset
364
+ @TaskId = taskid
365
+ @TaskPercent = taskpercent
366
+ @TaskTime = tasktime
367
+ @ScanTime = scantime
368
+ end
369
+
370
+ def deserialize(params)
371
+ @AppID = params['AppID']
372
+ @CVEId = params['CVEId']
373
+ @IsScan = params['IsScan']
374
+ @InfluenceAsset = params['InfluenceAsset']
375
+ @NotRepairAsset = params['NotRepairAsset']
376
+ @NotProtectAsset = params['NotProtectAsset']
377
+ @TaskId = params['TaskId']
378
+ @TaskPercent = params['TaskPercent']
379
+ @TaskTime = params['TaskTime']
380
+ @ScanTime = params['ScanTime']
381
+ end
382
+ end
383
+
322
384
  # 资产视角的端口风险对象
323
385
  class AssetViewPortRisk < TencentCloud::Common::AbstractModel
324
386
  # @param Port: 端口
@@ -556,6 +618,118 @@ module TencentCloud
556
618
  end
557
619
  end
558
620
 
621
+ # 漏洞详细信息
622
+ class BugInfoDetail < TencentCloud::Common::AbstractModel
623
+ # @param Id: 漏洞编号
624
+ # 注意:此字段可能返回 null,表示取不到有效值。
625
+ # @type Id: Integer
626
+ # @param PatchId: 漏洞对应pocId
627
+ # 注意:此字段可能返回 null,表示取不到有效值。
628
+ # @type PatchId: String
629
+ # @param VULName: 漏洞名称
630
+ # 注意:此字段可能返回 null,表示取不到有效值。
631
+ # @type VULName: String
632
+ # @param Level: 漏洞严重性:high,middle,low,info
633
+ # 注意:此字段可能返回 null,表示取不到有效值。
634
+ # @type Level: String
635
+ # @param CVSSScore: cvss评分
636
+ # 注意:此字段可能返回 null,表示取不到有效值。
637
+ # @type CVSSScore: String
638
+ # @param CVEId: cve编号
639
+ # 注意:此字段可能返回 null,表示取不到有效值。
640
+ # @type CVEId: String
641
+ # @param Tag: 漏洞标签
642
+ # 注意:此字段可能返回 null,表示取不到有效值。
643
+ # @type Tag: String
644
+ # @param VULCategory: 漏洞种类,1:web应用,2:系统组件漏洞,3:配置风险
645
+ # 注意:此字段可能返回 null,表示取不到有效值。
646
+ # @type VULCategory: Integer
647
+ # @param ImpactOs: 漏洞影响系统
648
+ # 注意:此字段可能返回 null,表示取不到有效值。
649
+ # @type ImpactOs: String
650
+ # @param ImpactCOMPENT: 漏洞影响组件
651
+ # 注意:此字段可能返回 null,表示取不到有效值。
652
+ # @type ImpactCOMPENT: String
653
+ # @param ImpactVersion: 漏洞影响版本
654
+ # 注意:此字段可能返回 null,表示取不到有效值。
655
+ # @type ImpactVersion: String
656
+ # @param Reference: 链接
657
+ # 注意:此字段可能返回 null,表示取不到有效值。
658
+ # @type Reference: String
659
+ # @param VULDescribe: 漏洞描述
660
+ # 注意:此字段可能返回 null,表示取不到有效值。
661
+ # @type VULDescribe: String
662
+ # @param Fix: 修复建议
663
+ # 注意:此字段可能返回 null,表示取不到有效值。
664
+ # @type Fix: String
665
+ # @param ProSupport: 产品支持状态,实时返回
666
+ # 注意:此字段可能返回 null,表示取不到有效值。
667
+ # @type ProSupport: Integer
668
+ # @param IsPublish: 是否公开,0为未发布,1为发布
669
+ # 注意:此字段可能返回 null,表示取不到有效值。
670
+ # @type IsPublish: Integer
671
+ # @param ReleaseTime: 释放时间
672
+ # 注意:此字段可能返回 null,表示取不到有效值。
673
+ # @type ReleaseTime: String
674
+ # @param CreateTime: 创建时间
675
+ # 注意:此字段可能返回 null,表示取不到有效值。
676
+ # @type CreateTime: String
677
+ # @param UpdateTime: 更新时间
678
+ # 注意:此字段可能返回 null,表示取不到有效值。
679
+ # @type UpdateTime: String
680
+ # @param SubCategory: 漏洞子类别
681
+ # 注意:此字段可能返回 null,表示取不到有效值。
682
+ # @type SubCategory: String
683
+
684
+ attr_accessor :Id, :PatchId, :VULName, :Level, :CVSSScore, :CVEId, :Tag, :VULCategory, :ImpactOs, :ImpactCOMPENT, :ImpactVersion, :Reference, :VULDescribe, :Fix, :ProSupport, :IsPublish, :ReleaseTime, :CreateTime, :UpdateTime, :SubCategory
685
+
686
+ def initialize(id=nil, patchid=nil, vulname=nil, level=nil, cvssscore=nil, cveid=nil, tag=nil, vulcategory=nil, impactos=nil, impactcompent=nil, impactversion=nil, reference=nil, vuldescribe=nil, fix=nil, prosupport=nil, ispublish=nil, releasetime=nil, createtime=nil, updatetime=nil, subcategory=nil)
687
+ @Id = id
688
+ @PatchId = patchid
689
+ @VULName = vulname
690
+ @Level = level
691
+ @CVSSScore = cvssscore
692
+ @CVEId = cveid
693
+ @Tag = tag
694
+ @VULCategory = vulcategory
695
+ @ImpactOs = impactos
696
+ @ImpactCOMPENT = impactcompent
697
+ @ImpactVersion = impactversion
698
+ @Reference = reference
699
+ @VULDescribe = vuldescribe
700
+ @Fix = fix
701
+ @ProSupport = prosupport
702
+ @IsPublish = ispublish
703
+ @ReleaseTime = releasetime
704
+ @CreateTime = createtime
705
+ @UpdateTime = updatetime
706
+ @SubCategory = subcategory
707
+ end
708
+
709
+ def deserialize(params)
710
+ @Id = params['Id']
711
+ @PatchId = params['PatchId']
712
+ @VULName = params['VULName']
713
+ @Level = params['Level']
714
+ @CVSSScore = params['CVSSScore']
715
+ @CVEId = params['CVEId']
716
+ @Tag = params['Tag']
717
+ @VULCategory = params['VULCategory']
718
+ @ImpactOs = params['ImpactOs']
719
+ @ImpactCOMPENT = params['ImpactCOMPENT']
720
+ @ImpactVersion = params['ImpactVersion']
721
+ @Reference = params['Reference']
722
+ @VULDescribe = params['VULDescribe']
723
+ @Fix = params['Fix']
724
+ @ProSupport = params['ProSupport']
725
+ @IsPublish = params['IsPublish']
726
+ @ReleaseTime = params['ReleaseTime']
727
+ @CreateTime = params['CreateTime']
728
+ @UpdateTime = params['UpdateTime']
729
+ @SubCategory = params['SubCategory']
730
+ end
731
+ end
732
+
559
733
  # 主机资产信息
560
734
  class CVMAssetVO < TencentCloud::Common::AbstractModel
561
735
  # @param AssetId: 资产id
@@ -1163,6 +1337,71 @@ module TencentCloud
1163
1337
  end
1164
1338
  end
1165
1339
 
1340
+ # 漏洞和资产信息
1341
+ class DataSearchBug < TencentCloud::Common::AbstractModel
1342
+ # @param StateCode: 返回查询状态
1343
+ # @type StateCode: String
1344
+ # @param DataBug: 无
1345
+ # 注意:此字段可能返回 null,表示取不到有效值。
1346
+ # @type DataBug: Array
1347
+ # @param DataAsset: 无
1348
+ # 注意:此字段可能返回 null,表示取不到有效值。
1349
+ # @type DataAsset: Array
1350
+ # @param VSSScan: true支持扫描。false不支持扫描
1351
+ # 注意:此字段可能返回 null,表示取不到有效值。
1352
+ # @type VSSScan: Boolean
1353
+ # @param CWPScan: 0不支持,1支持
1354
+ # 注意:此字段可能返回 null,表示取不到有效值。
1355
+ # @type CWPScan: String
1356
+ # @param CFWPatch: 1支持虚拟补丁,0或空不支持
1357
+ # 注意:此字段可能返回 null,表示取不到有效值。
1358
+ # @type CFWPatch: String
1359
+ # @param WafPatch: 0不支持,1支持
1360
+ # 注意:此字段可能返回 null,表示取不到有效值。
1361
+ # @type WafPatch: Integer
1362
+ # @param CWPFix: 0不支持,1支持
1363
+ # 注意:此字段可能返回 null,表示取不到有效值。
1364
+ # @type CWPFix: Integer
1365
+
1366
+ attr_accessor :StateCode, :DataBug, :DataAsset, :VSSScan, :CWPScan, :CFWPatch, :WafPatch, :CWPFix
1367
+
1368
+ def initialize(statecode=nil, databug=nil, dataasset=nil, vssscan=nil, cwpscan=nil, cfwpatch=nil, wafpatch=nil, cwpfix=nil)
1369
+ @StateCode = statecode
1370
+ @DataBug = databug
1371
+ @DataAsset = dataasset
1372
+ @VSSScan = vssscan
1373
+ @CWPScan = cwpscan
1374
+ @CFWPatch = cfwpatch
1375
+ @WafPatch = wafpatch
1376
+ @CWPFix = cwpfix
1377
+ end
1378
+
1379
+ def deserialize(params)
1380
+ @StateCode = params['StateCode']
1381
+ unless params['DataBug'].nil?
1382
+ @DataBug = []
1383
+ params['DataBug'].each do |i|
1384
+ buginfodetail_tmp = BugInfoDetail.new
1385
+ buginfodetail_tmp.deserialize(i)
1386
+ @DataBug << buginfodetail_tmp
1387
+ end
1388
+ end
1389
+ unless params['DataAsset'].nil?
1390
+ @DataAsset = []
1391
+ params['DataAsset'].each do |i|
1392
+ assetinfodetail_tmp = AssetInfoDetail.new
1393
+ assetinfodetail_tmp.deserialize(i)
1394
+ @DataAsset << assetinfodetail_tmp
1395
+ end
1396
+ end
1397
+ @VSSScan = params['VSSScan']
1398
+ @CWPScan = params['CWPScan']
1399
+ @CFWPatch = params['CFWPatch']
1400
+ @WafPatch = params['WafPatch']
1401
+ @CWPFix = params['CWPFix']
1402
+ end
1403
+ end
1404
+
1166
1405
  # db资产详情
1167
1406
  class DbAssetInfo < TencentCloud::Common::AbstractModel
1168
1407
  # @param CFWStatus: 云防状态
@@ -2212,6 +2451,127 @@ module TencentCloud
2212
2451
  end
2213
2452
  end
2214
2453
 
2454
+ # DescribeScanTaskList请求参数结构体
2455
+ class DescribeScanTaskListRequest < TencentCloud::Common::AbstractModel
2456
+ # @param Filter: 过滤内容
2457
+ # @type Filter: :class:`Tencentcloud::Csip.v20221121.models.Filter`
2458
+
2459
+ attr_accessor :Filter
2460
+
2461
+ def initialize(filter=nil)
2462
+ @Filter = filter
2463
+ end
2464
+
2465
+ def deserialize(params)
2466
+ unless params['Filter'].nil?
2467
+ @Filter = Filter.new
2468
+ @Filter.deserialize(params['Filter'])
2469
+ end
2470
+ end
2471
+ end
2472
+
2473
+ # DescribeScanTaskList返回参数结构体
2474
+ class DescribeScanTaskListResponse < TencentCloud::Common::AbstractModel
2475
+ # @param TotalCount: 总条数
2476
+ # 注意:此字段可能返回 null,表示取不到有效值。
2477
+ # @type TotalCount: Integer
2478
+ # @param Data: 任务日志列表
2479
+ # 注意:此字段可能返回 null,表示取不到有效值。
2480
+ # @type Data: Array
2481
+ # @param UINList: 主账户ID列表
2482
+ # 注意:此字段可能返回 null,表示取不到有效值。
2483
+ # @type UINList: Array
2484
+ # @param TaskModeList: 体检模式过滤列表
2485
+ # 注意:此字段可能返回 null,表示取不到有效值。
2486
+ # @type TaskModeList: Array
2487
+ # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2488
+ # @type RequestId: String
2489
+
2490
+ attr_accessor :TotalCount, :Data, :UINList, :TaskModeList, :RequestId
2491
+
2492
+ def initialize(totalcount=nil, data=nil, uinlist=nil, taskmodelist=nil, requestid=nil)
2493
+ @TotalCount = totalcount
2494
+ @Data = data
2495
+ @UINList = uinlist
2496
+ @TaskModeList = taskmodelist
2497
+ @RequestId = requestid
2498
+ end
2499
+
2500
+ def deserialize(params)
2501
+ @TotalCount = params['TotalCount']
2502
+ unless params['Data'].nil?
2503
+ @Data = []
2504
+ params['Data'].each do |i|
2505
+ scantaskinfolist_tmp = ScanTaskInfoList.new
2506
+ scantaskinfolist_tmp.deserialize(i)
2507
+ @Data << scantaskinfolist_tmp
2508
+ end
2509
+ end
2510
+ @UINList = params['UINList']
2511
+ unless params['TaskModeList'].nil?
2512
+ @TaskModeList = []
2513
+ params['TaskModeList'].each do |i|
2514
+ filterdataobject_tmp = FilterDataObject.new
2515
+ filterdataobject_tmp.deserialize(i)
2516
+ @TaskModeList << filterdataobject_tmp
2517
+ end
2518
+ end
2519
+ @RequestId = params['RequestId']
2520
+ end
2521
+ end
2522
+
2523
+ # DescribeSearchBugInfo请求参数结构体
2524
+ class DescribeSearchBugInfoRequest < TencentCloud::Common::AbstractModel
2525
+ # @param Id: 无
2526
+ # @type Id: String
2527
+ # @param CVEId: id=3时传入该参数
2528
+ # @type CVEId: String
2529
+
2530
+ attr_accessor :Id, :CVEId
2531
+
2532
+ def initialize(id=nil, cveid=nil)
2533
+ @Id = id
2534
+ @CVEId = cveid
2535
+ end
2536
+
2537
+ def deserialize(params)
2538
+ @Id = params['Id']
2539
+ @CVEId = params['CVEId']
2540
+ end
2541
+ end
2542
+
2543
+ # DescribeSearchBugInfo返回参数结构体
2544
+ class DescribeSearchBugInfoResponse < TencentCloud::Common::AbstractModel
2545
+ # @param Data: 漏洞信息和资产信息
2546
+ # 注意:此字段可能返回 null,表示取不到有效值。
2547
+ # @type Data: :class:`Tencentcloud::Csip.v20221121.models.DataSearchBug`
2548
+ # @param ReturnCode: 状态值,0:查询成功,非0:查询失败
2549
+ # @type ReturnCode: Integer
2550
+ # @param ReturnMsg: 状态信息,success:查询成功,fail:查询失败
2551
+ # @type ReturnMsg: String
2552
+ # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2553
+ # @type RequestId: String
2554
+
2555
+ attr_accessor :Data, :ReturnCode, :ReturnMsg, :RequestId
2556
+
2557
+ def initialize(data=nil, returncode=nil, returnmsg=nil, requestid=nil)
2558
+ @Data = data
2559
+ @ReturnCode = returncode
2560
+ @ReturnMsg = returnmsg
2561
+ @RequestId = requestid
2562
+ end
2563
+
2564
+ def deserialize(params)
2565
+ unless params['Data'].nil?
2566
+ @Data = DataSearchBug.new
2567
+ @Data.deserialize(params['Data'])
2568
+ end
2569
+ @ReturnCode = params['ReturnCode']
2570
+ @ReturnMsg = params['ReturnMsg']
2571
+ @RequestId = params['RequestId']
2572
+ end
2573
+ end
2574
+
2215
2575
  # DescribeSubnetAssets请求参数结构体
2216
2576
  class DescribeSubnetAssetsRequest < TencentCloud::Common::AbstractModel
2217
2577
  # @param Filter: 过滤参数
@@ -2306,6 +2666,117 @@ module TencentCloud
2306
2666
  end
2307
2667
  end
2308
2668
 
2669
+ # DescribeTaskLogList请求参数结构体
2670
+ class DescribeTaskLogListRequest < TencentCloud::Common::AbstractModel
2671
+ # @param Filter: 过滤内容
2672
+ # @type Filter: :class:`Tencentcloud::Csip.v20221121.models.Filter`
2673
+
2674
+ attr_accessor :Filter
2675
+
2676
+ def initialize(filter=nil)
2677
+ @Filter = filter
2678
+ end
2679
+
2680
+ def deserialize(params)
2681
+ unless params['Filter'].nil?
2682
+ @Filter = Filter.new
2683
+ @Filter.deserialize(params['Filter'])
2684
+ end
2685
+ end
2686
+ end
2687
+
2688
+ # DescribeTaskLogList返回参数结构体
2689
+ class DescribeTaskLogListResponse < TencentCloud::Common::AbstractModel
2690
+ # @param TotalCount: 总条数
2691
+ # 注意:此字段可能返回 null,表示取不到有效值。
2692
+ # @type TotalCount: Integer
2693
+ # @param Data: 报告列表
2694
+ # 注意:此字段可能返回 null,表示取不到有效值。
2695
+ # @type Data: Array
2696
+ # @param NotViewNumber: 待查看数量
2697
+ # 注意:此字段可能返回 null,表示取不到有效值。
2698
+ # @type NotViewNumber: Integer
2699
+ # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2700
+ # @type RequestId: String
2701
+
2702
+ attr_accessor :TotalCount, :Data, :NotViewNumber, :RequestId
2703
+
2704
+ def initialize(totalcount=nil, data=nil, notviewnumber=nil, requestid=nil)
2705
+ @TotalCount = totalcount
2706
+ @Data = data
2707
+ @NotViewNumber = notviewnumber
2708
+ @RequestId = requestid
2709
+ end
2710
+
2711
+ def deserialize(params)
2712
+ @TotalCount = params['TotalCount']
2713
+ unless params['Data'].nil?
2714
+ @Data = []
2715
+ params['Data'].each do |i|
2716
+ taskloginfo_tmp = TaskLogInfo.new
2717
+ taskloginfo_tmp.deserialize(i)
2718
+ @Data << taskloginfo_tmp
2719
+ end
2720
+ end
2721
+ @NotViewNumber = params['NotViewNumber']
2722
+ @RequestId = params['RequestId']
2723
+ end
2724
+ end
2725
+
2726
+ # DescribeTaskLogURL请求参数结构体
2727
+ class DescribeTaskLogURLRequest < TencentCloud::Common::AbstractModel
2728
+ # @param ReportItemKeyList: 任务报告Id 列表
2729
+ # @type ReportItemKeyList: Array
2730
+ # @param Type: 0: 预览, 1: 下载
2731
+ # @type Type: Integer
2732
+
2733
+ attr_accessor :ReportItemKeyList, :Type
2734
+
2735
+ def initialize(reportitemkeylist=nil, type=nil)
2736
+ @ReportItemKeyList = reportitemkeylist
2737
+ @Type = type
2738
+ end
2739
+
2740
+ def deserialize(params)
2741
+ unless params['ReportItemKeyList'].nil?
2742
+ @ReportItemKeyList = []
2743
+ params['ReportItemKeyList'].each do |i|
2744
+ reportitemkey_tmp = ReportItemKey.new
2745
+ reportitemkey_tmp.deserialize(i)
2746
+ @ReportItemKeyList << reportitemkey_tmp
2747
+ end
2748
+ end
2749
+ @Type = params['Type']
2750
+ end
2751
+ end
2752
+
2753
+ # DescribeTaskLogURL返回参数结构体
2754
+ class DescribeTaskLogURLResponse < TencentCloud::Common::AbstractModel
2755
+ # @param Data: 返回报告临时下载url
2756
+ # @type Data: Array
2757
+ # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2758
+ # @type RequestId: String
2759
+
2760
+ attr_accessor :Data, :RequestId
2761
+
2762
+ def initialize(data=nil, requestid=nil)
2763
+ @Data = data
2764
+ @RequestId = requestid
2765
+ end
2766
+
2767
+ def deserialize(params)
2768
+ unless params['Data'].nil?
2769
+ @Data = []
2770
+ params['Data'].each do |i|
2771
+ tasklogurl_tmp = TaskLogURL.new
2772
+ tasklogurl_tmp.deserialize(i)
2773
+ @Data << tasklogurl_tmp
2774
+ end
2775
+ end
2776
+ @RequestId = params['RequestId']
2777
+ end
2778
+ end
2779
+
2309
2780
  # DescribeVpcAssets请求参数结构体
2310
2781
  class DescribeVpcAssetsRequest < TencentCloud::Common::AbstractModel
2311
2782
  # @param Filter: 过滤参数
@@ -2859,6 +3330,22 @@ module TencentCloud
2859
3330
  end
2860
3331
  end
2861
3332
 
3333
+ # 报告项key
3334
+ class ReportItemKey < TencentCloud::Common::AbstractModel
3335
+ # @param TaskLogList: 日志Id列表
3336
+ # @type TaskLogList: Array
3337
+
3338
+ attr_accessor :TaskLogList
3339
+
3340
+ def initialize(taskloglist=nil)
3341
+ @TaskLogList = taskloglist
3342
+ end
3343
+
3344
+ def deserialize(params)
3345
+ @TaskLogList = params['TaskLogList']
3346
+ end
3347
+ end
3348
+
2862
3349
  # 扫描任务详情
2863
3350
  class ScanTaskInfo < TencentCloud::Common::AbstractModel
2864
3351
  # @param TaskId: 任务日志Id
@@ -2931,6 +3418,220 @@ module TencentCloud
2931
3418
  end
2932
3419
  end
2933
3420
 
3421
+ # 扫描任务列表展示信息
3422
+ class ScanTaskInfoList < TencentCloud::Common::AbstractModel
3423
+ # @param TaskName: 任务名称
3424
+ # 注意:此字段可能返回 null,表示取不到有效值。
3425
+ # @type TaskName: String
3426
+ # @param StartTime: 任务开始时间
3427
+ # 注意:此字段可能返回 null,表示取不到有效值。
3428
+ # @type StartTime: String
3429
+ # @param EndTime: 任务结束时间
3430
+ # 注意:此字段可能返回 null,表示取不到有效值。
3431
+ # @type EndTime: String
3432
+ # @param ScanPlanContent: corn
3433
+ # 注意:此字段可能返回 null,表示取不到有效值。
3434
+ # @type ScanPlanContent: String
3435
+ # @param TaskType: 0-周期任务,1-立即扫描,2-定时扫描,3-自定义
3436
+ # 注意:此字段可能返回 null,表示取不到有效值。
3437
+ # @type TaskType: Integer
3438
+ # @param InsertTime: 创建时间
3439
+ # 注意:此字段可能返回 null,表示取不到有效值。
3440
+ # @type InsertTime: String
3441
+ # @param TaskId: 任务ID
3442
+ # 注意:此字段可能返回 null,表示取不到有效值。
3443
+ # @type TaskId: String
3444
+ # @param SelfDefiningAssets: 排除扫描资产信息
3445
+ # 注意:此字段可能返回 null,表示取不到有效值。
3446
+ # @type SelfDefiningAssets: Array
3447
+ # @param PredictTime: 预估时间
3448
+ # 注意:此字段可能返回 null,表示取不到有效值。
3449
+ # @type PredictTime: Integer
3450
+ # @param PredictEndTime: 预估完成时间
3451
+ # 注意:此字段可能返回 null,表示取不到有效值。
3452
+ # @type PredictEndTime: String
3453
+ # @param ReportNumber: 报告数量
3454
+ # 注意:此字段可能返回 null,表示取不到有效值。
3455
+ # @type ReportNumber: Integer
3456
+ # @param AssetNumber: 资产数量
3457
+ # 注意:此字段可能返回 null,表示取不到有效值。
3458
+ # @type AssetNumber: Integer
3459
+ # @param ScanStatus: 扫描状态 0 初始值 1正在扫描 2扫描完成 3扫描出错
3460
+ # 注意:此字段可能返回 null,表示取不到有效值。
3461
+ # @type ScanStatus: Integer
3462
+ # @param Percent: 任务进度
3463
+ # 注意:此字段可能返回 null,表示取不到有效值。
3464
+ # @type Percent: Float
3465
+ # @param ScanItem: port/poc/weakpass/webcontent/configrisk
3466
+ # 注意:此字段可能返回 null,表示取不到有效值。
3467
+ # @type ScanItem: String
3468
+ # @param ScanAssetType: 0-全扫,1-指定资产扫,2-排除资产扫
3469
+ # 注意:此字段可能返回 null,表示取不到有效值。
3470
+ # @type ScanAssetType: Integer
3471
+ # @param VSSTaskId: vss子任务id
3472
+ # 注意:此字段可能返回 null,表示取不到有效值。
3473
+ # @type VSSTaskId: String
3474
+ # @param CSPMTaskId: cspm子任务id
3475
+ # 注意:此字段可能返回 null,表示取不到有效值。
3476
+ # @type CSPMTaskId: String
3477
+ # @param CWPPOCId: 主机漏扫子任务id
3478
+ # 注意:此字段可能返回 null,表示取不到有效值。
3479
+ # @type CWPPOCId: String
3480
+ # @param CWPBlId: 主机基线子任务id
3481
+ # 注意:此字段可能返回 null,表示取不到有效值。
3482
+ # @type CWPBlId: String
3483
+ # @param VSSTaskProcess: vss子任务进度
3484
+ # 注意:此字段可能返回 null,表示取不到有效值。
3485
+ # @type VSSTaskProcess: Integer
3486
+ # @param CSPMTaskProcess: cspm子任务进度
3487
+ # 注意:此字段可能返回 null,表示取不到有效值。
3488
+ # @type CSPMTaskProcess: Integer
3489
+ # @param CWPPOCProcess: 主机漏扫子任务进度
3490
+ # 注意:此字段可能返回 null,表示取不到有效值。
3491
+ # @type CWPPOCProcess: Integer
3492
+ # @param CWPBlProcess: 主机基线子任务进度
3493
+ # 注意:此字段可能返回 null,表示取不到有效值。
3494
+ # @type CWPBlProcess: Integer
3495
+ # @param ErrorCode: 异常状态码
3496
+ # 注意:此字段可能返回 null,表示取不到有效值。
3497
+ # @type ErrorCode: Integer
3498
+ # @param ErrorInfo: 异常信息
3499
+ # 注意:此字段可能返回 null,表示取不到有效值。
3500
+ # @type ErrorInfo: String
3501
+ # @param StartDay: 周期任务开始的天数
3502
+ # 注意:此字段可能返回 null,表示取不到有效值。
3503
+ # @type StartDay: Integer
3504
+ # @param Frequency: 扫描频率,单位天,1-每天,7-每周,30-月,0-扫描一次
3505
+ # 注意:此字段可能返回 null,表示取不到有效值。
3506
+ # @type Frequency: Integer
3507
+ # @param CompleteNumber: 完成次数
3508
+ # 注意:此字段可能返回 null,表示取不到有效值。
3509
+ # @type CompleteNumber: Integer
3510
+ # @param CompleteAssetNumber: 已完成资产个数
3511
+ # 注意:此字段可能返回 null,表示取不到有效值。
3512
+ # @type CompleteAssetNumber: Integer
3513
+ # @param RiskCount: 风险数
3514
+ # 注意:此字段可能返回 null,表示取不到有效值。
3515
+ # @type RiskCount: Integer
3516
+ # @param Assets: 资产
3517
+ # 注意:此字段可能返回 null,表示取不到有效值。
3518
+ # @type Assets: Array
3519
+ # @param AppId: 用户Appid
3520
+ # 注意:此字段可能返回 null,表示取不到有效值。
3521
+ # @type AppId: String
3522
+ # @param UIN: 用户主账户ID
3523
+ # 注意:此字段可能返回 null,表示取不到有效值。
3524
+ # @type UIN: String
3525
+ # @param UserName: 用户名称
3526
+ # 注意:此字段可能返回 null,表示取不到有效值。
3527
+ # @type UserName: String
3528
+ # @param TaskMode: 体检模式,0-标准模式,1-快速模式,2-高级模式
3529
+ # 注意:此字段可能返回 null,表示取不到有效值。
3530
+ # @type TaskMode: Integer
3531
+ # @param ScanFrom: 扫描来源
3532
+ # 注意:此字段可能返回 null,表示取不到有效值。
3533
+ # @type ScanFrom: String
3534
+ # @param IsFree: 是否限免体检0不是,1是
3535
+ # 注意:此字段可能返回 null,表示取不到有效值。
3536
+ # @type IsFree: Integer
3537
+ # @param IsDelete: 是否可以删除,1-可以,0-不可以,对应多账户管理使用
3538
+ # 注意:此字段可能返回 null,表示取不到有效值。
3539
+ # @type IsDelete: Integer
3540
+
3541
+ attr_accessor :TaskName, :StartTime, :EndTime, :ScanPlanContent, :TaskType, :InsertTime, :TaskId, :SelfDefiningAssets, :PredictTime, :PredictEndTime, :ReportNumber, :AssetNumber, :ScanStatus, :Percent, :ScanItem, :ScanAssetType, :VSSTaskId, :CSPMTaskId, :CWPPOCId, :CWPBlId, :VSSTaskProcess, :CSPMTaskProcess, :CWPPOCProcess, :CWPBlProcess, :ErrorCode, :ErrorInfo, :StartDay, :Frequency, :CompleteNumber, :CompleteAssetNumber, :RiskCount, :Assets, :AppId, :UIN, :UserName, :TaskMode, :ScanFrom, :IsFree, :IsDelete
3542
+
3543
+ def initialize(taskname=nil, starttime=nil, endtime=nil, scanplancontent=nil, tasktype=nil, inserttime=nil, taskid=nil, selfdefiningassets=nil, predicttime=nil, predictendtime=nil, reportnumber=nil, assetnumber=nil, scanstatus=nil, percent=nil, scanitem=nil, scanassettype=nil, vsstaskid=nil, cspmtaskid=nil, cwppocid=nil, cwpblid=nil, vsstaskprocess=nil, cspmtaskprocess=nil, cwppocprocess=nil, cwpblprocess=nil, errorcode=nil, errorinfo=nil, startday=nil, frequency=nil, completenumber=nil, completeassetnumber=nil, riskcount=nil, assets=nil, appid=nil, uin=nil, username=nil, taskmode=nil, scanfrom=nil, isfree=nil, isdelete=nil)
3544
+ @TaskName = taskname
3545
+ @StartTime = starttime
3546
+ @EndTime = endtime
3547
+ @ScanPlanContent = scanplancontent
3548
+ @TaskType = tasktype
3549
+ @InsertTime = inserttime
3550
+ @TaskId = taskid
3551
+ @SelfDefiningAssets = selfdefiningassets
3552
+ @PredictTime = predicttime
3553
+ @PredictEndTime = predictendtime
3554
+ @ReportNumber = reportnumber
3555
+ @AssetNumber = assetnumber
3556
+ @ScanStatus = scanstatus
3557
+ @Percent = percent
3558
+ @ScanItem = scanitem
3559
+ @ScanAssetType = scanassettype
3560
+ @VSSTaskId = vsstaskid
3561
+ @CSPMTaskId = cspmtaskid
3562
+ @CWPPOCId = cwppocid
3563
+ @CWPBlId = cwpblid
3564
+ @VSSTaskProcess = vsstaskprocess
3565
+ @CSPMTaskProcess = cspmtaskprocess
3566
+ @CWPPOCProcess = cwppocprocess
3567
+ @CWPBlProcess = cwpblprocess
3568
+ @ErrorCode = errorcode
3569
+ @ErrorInfo = errorinfo
3570
+ @StartDay = startday
3571
+ @Frequency = frequency
3572
+ @CompleteNumber = completenumber
3573
+ @CompleteAssetNumber = completeassetnumber
3574
+ @RiskCount = riskcount
3575
+ @Assets = assets
3576
+ @AppId = appid
3577
+ @UIN = uin
3578
+ @UserName = username
3579
+ @TaskMode = taskmode
3580
+ @ScanFrom = scanfrom
3581
+ @IsFree = isfree
3582
+ @IsDelete = isdelete
3583
+ end
3584
+
3585
+ def deserialize(params)
3586
+ @TaskName = params['TaskName']
3587
+ @StartTime = params['StartTime']
3588
+ @EndTime = params['EndTime']
3589
+ @ScanPlanContent = params['ScanPlanContent']
3590
+ @TaskType = params['TaskType']
3591
+ @InsertTime = params['InsertTime']
3592
+ @TaskId = params['TaskId']
3593
+ @SelfDefiningAssets = params['SelfDefiningAssets']
3594
+ @PredictTime = params['PredictTime']
3595
+ @PredictEndTime = params['PredictEndTime']
3596
+ @ReportNumber = params['ReportNumber']
3597
+ @AssetNumber = params['AssetNumber']
3598
+ @ScanStatus = params['ScanStatus']
3599
+ @Percent = params['Percent']
3600
+ @ScanItem = params['ScanItem']
3601
+ @ScanAssetType = params['ScanAssetType']
3602
+ @VSSTaskId = params['VSSTaskId']
3603
+ @CSPMTaskId = params['CSPMTaskId']
3604
+ @CWPPOCId = params['CWPPOCId']
3605
+ @CWPBlId = params['CWPBlId']
3606
+ @VSSTaskProcess = params['VSSTaskProcess']
3607
+ @CSPMTaskProcess = params['CSPMTaskProcess']
3608
+ @CWPPOCProcess = params['CWPPOCProcess']
3609
+ @CWPBlProcess = params['CWPBlProcess']
3610
+ @ErrorCode = params['ErrorCode']
3611
+ @ErrorInfo = params['ErrorInfo']
3612
+ @StartDay = params['StartDay']
3613
+ @Frequency = params['Frequency']
3614
+ @CompleteNumber = params['CompleteNumber']
3615
+ @CompleteAssetNumber = params['CompleteAssetNumber']
3616
+ @RiskCount = params['RiskCount']
3617
+ unless params['Assets'].nil?
3618
+ @Assets = []
3619
+ params['Assets'].each do |i|
3620
+ taskassetobject_tmp = TaskAssetObject.new
3621
+ taskassetobject_tmp.deserialize(i)
3622
+ @Assets << taskassetobject_tmp
3623
+ end
3624
+ end
3625
+ @AppId = params['AppId']
3626
+ @UIN = params['UIN']
3627
+ @UserName = params['UserName']
3628
+ @TaskMode = params['TaskMode']
3629
+ @ScanFrom = params['ScanFrom']
3630
+ @IsFree = params['IsFree']
3631
+ @IsDelete = params['IsDelete']
3632
+ end
3633
+ end
3634
+
2934
3635
  # 子网资产
2935
3636
  class SubnetAsset < TencentCloud::Common::AbstractModel
2936
3637
  # @param AppId: appid
@@ -3194,6 +3895,109 @@ module TencentCloud
3194
3895
  end
3195
3896
  end
3196
3897
 
3898
+ # 任务报告信息
3899
+ class TaskLogInfo < TencentCloud::Common::AbstractModel
3900
+ # @param TaskLogName: 报告名称
3901
+ # 注意:此字段可能返回 null,表示取不到有效值。
3902
+ # @type TaskLogName: String
3903
+ # @param TaskLogId: 报告ID
3904
+ # @type TaskLogId: String
3905
+ # @param AssetsNumber: 关联资产个数
3906
+ # 注意:此字段可能返回 null,表示取不到有效值。
3907
+ # @type AssetsNumber: Integer
3908
+ # @param RiskNumber: 安全风险数量
3909
+ # 注意:此字段可能返回 null,表示取不到有效值。
3910
+ # @type RiskNumber: Integer
3911
+ # @param Time: 报告生成时间,任务结束时间
3912
+ # 注意:此字段可能返回 null,表示取不到有效值。
3913
+ # @type Time: String
3914
+ # @param Status: 任务状态码:0 初始值 1正在扫描 2扫描完成 3扫描出错,4停止,5暂停,6该任务已被重启过
3915
+ # 注意:此字段可能返回 null,表示取不到有效值。
3916
+ # @type Status: Integer
3917
+ # @param TaskName: 关联任务名称
3918
+ # 注意:此字段可能返回 null,表示取不到有效值。
3919
+ # @type TaskName: String
3920
+ # @param StartTime: 扫描开始时间
3921
+ # 注意:此字段可能返回 null,表示取不到有效值。
3922
+ # @type StartTime: String
3923
+ # @param TaskCenterTaskId: 任务中心扫描任务ID
3924
+ # 注意:此字段可能返回 null,表示取不到有效值。
3925
+ # @type TaskCenterTaskId: String
3926
+ # @param AppId: 租户ID
3927
+ # 注意:此字段可能返回 null,表示取不到有效值。
3928
+ # @type AppId: String
3929
+ # @param UIN: 主账户ID
3930
+ # 注意:此字段可能返回 null,表示取不到有效值。
3931
+ # @type UIN: String
3932
+ # @param UserName: 用户名称
3933
+ # 注意:此字段可能返回 null,表示取不到有效值。
3934
+ # @type UserName: String
3935
+
3936
+ attr_accessor :TaskLogName, :TaskLogId, :AssetsNumber, :RiskNumber, :Time, :Status, :TaskName, :StartTime, :TaskCenterTaskId, :AppId, :UIN, :UserName
3937
+
3938
+ def initialize(tasklogname=nil, tasklogid=nil, assetsnumber=nil, risknumber=nil, time=nil, status=nil, taskname=nil, starttime=nil, taskcentertaskid=nil, appid=nil, uin=nil, username=nil)
3939
+ @TaskLogName = tasklogname
3940
+ @TaskLogId = tasklogid
3941
+ @AssetsNumber = assetsnumber
3942
+ @RiskNumber = risknumber
3943
+ @Time = time
3944
+ @Status = status
3945
+ @TaskName = taskname
3946
+ @StartTime = starttime
3947
+ @TaskCenterTaskId = taskcentertaskid
3948
+ @AppId = appid
3949
+ @UIN = uin
3950
+ @UserName = username
3951
+ end
3952
+
3953
+ def deserialize(params)
3954
+ @TaskLogName = params['TaskLogName']
3955
+ @TaskLogId = params['TaskLogId']
3956
+ @AssetsNumber = params['AssetsNumber']
3957
+ @RiskNumber = params['RiskNumber']
3958
+ @Time = params['Time']
3959
+ @Status = params['Status']
3960
+ @TaskName = params['TaskName']
3961
+ @StartTime = params['StartTime']
3962
+ @TaskCenterTaskId = params['TaskCenterTaskId']
3963
+ @AppId = params['AppId']
3964
+ @UIN = params['UIN']
3965
+ @UserName = params['UserName']
3966
+ end
3967
+ end
3968
+
3969
+ # 报告pdf下载的临时链接
3970
+ class TaskLogURL < TencentCloud::Common::AbstractModel
3971
+ # @param URL: 报告下载临时链接
3972
+ # 注意:此字段可能返回 null,表示取不到有效值。
3973
+ # @type URL: String
3974
+ # @param LogId: 任务报告id
3975
+ # 注意:此字段可能返回 null,表示取不到有效值。
3976
+ # @type LogId: String
3977
+ # @param TaskLogName: 任务报告名称
3978
+ # 注意:此字段可能返回 null,表示取不到有效值。
3979
+ # @type TaskLogName: String
3980
+ # @param AppId: APP ID
3981
+ # 注意:此字段可能返回 null,表示取不到有效值。
3982
+ # @type AppId: String
3983
+
3984
+ attr_accessor :URL, :LogId, :TaskLogName, :AppId
3985
+
3986
+ def initialize(url=nil, logid=nil, tasklogname=nil, appid=nil)
3987
+ @URL = url
3988
+ @LogId = logid
3989
+ @TaskLogName = tasklogname
3990
+ @AppId = appid
3991
+ end
3992
+
3993
+ def deserialize(params)
3994
+ @URL = params['URL']
3995
+ @LogId = params['LogId']
3996
+ @TaskLogName = params['TaskLogName']
3997
+ @AppId = params['AppId']
3998
+ end
3999
+ end
4000
+
3197
4001
  # vpc列表数据
3198
4002
  class Vpc < TencentCloud::Common::AbstractModel
3199
4003
  # @param Subnet: 子网(只支持32位)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-csip
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.650
4
+ version: 3.0.651
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-08-31 00:00:00.000000000 Z
11
+ date: 2023-09-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common