tencentcloud-sdk-python 3.0.1256__py2.py3-none-any.whl → 3.0.1258__py2.py3-none-any.whl
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.
- tencentcloud/__init__.py +1 -1
- tencentcloud/apm/v20210622/models.py +26 -0
- tencentcloud/asr/v20190614/models.py +3 -2
- tencentcloud/autoscaling/v20180419/autoscaling_client.py +7 -1
- tencentcloud/autoscaling/v20180419/errorcodes.py +3 -0
- tencentcloud/autoscaling/v20180419/models.py +18 -2
- tencentcloud/bi/v20220105/models.py +44 -4
- tencentcloud/billing/v20180709/billing_client.py +23 -0
- tencentcloud/billing/v20180709/errorcodes.py +6 -0
- tencentcloud/billing/v20180709/models.py +424 -0
- tencentcloud/bsca/v20210811/models.py +306 -1
- tencentcloud/ccc/v20200210/ccc_client.py +23 -0
- tencentcloud/ccc/v20200210/errorcodes.py +6 -0
- tencentcloud/ccc/v20200210/models.py +249 -136
- tencentcloud/cdb/v20170320/cdb_client.py +1 -1
- tencentcloud/cdb/v20170320/models.py +25 -1
- tencentcloud/cdn/v20180606/models.py +1 -1
- tencentcloud/cdwdoris/v20211228/models.py +29 -2
- tencentcloud/cfw/v20190904/cfw_client.py +6 -30
- tencentcloud/cfw/v20190904/models.py +267 -479
- tencentcloud/ciam/v20220331/models.py +13 -0
- tencentcloud/ckafka/v20190819/models.py +5 -5
- tencentcloud/clb/v20180317/models.py +1 -1
- tencentcloud/cloudaudit/v20190319/cloudaudit_client.py +30 -34
- tencentcloud/cloudaudit/v20190319/errorcodes.py +0 -39
- tencentcloud/cloudaudit/v20190319/models.py +328 -254
- tencentcloud/cls/v20201016/cls_client.py +8 -1
- tencentcloud/cls/v20201016/models.py +551 -109
- tencentcloud/csip/v20221121/models.py +225 -12
- tencentcloud/cvm/v20170312/errorcodes.py +6 -0
- tencentcloud/cvm/v20170312/models.py +78 -0
- tencentcloud/cwp/v20180228/cwp_client.py +3 -1
- tencentcloud/cwp/v20180228/models.py +206 -52
- tencentcloud/cynosdb/v20190107/cynosdb_client.py +27 -27
- tencentcloud/cynosdb/v20190107/models.py +78 -0
- tencentcloud/dasb/v20191018/models.py +155 -0
- tencentcloud/dlc/v20210125/models.py +13 -0
- tencentcloud/domain/v20180808/errorcodes.py +45 -0
- tencentcloud/eb/v20210416/models.py +19 -19
- tencentcloud/emr/v20190103/models.py +12 -0
- tencentcloud/es/v20180416/errorcodes.py +4 -1
- tencentcloud/es/v20180416/es_client.py +92 -0
- tencentcloud/es/v20180416/models.py +770 -12
- tencentcloud/ess/v20201111/ess_client.py +71 -4
- tencentcloud/ess/v20201111/models.py +260 -10
- tencentcloud/essbasic/v20210526/essbasic_client.py +135 -51
- tencentcloud/essbasic/v20210526/models.py +390 -21
- tencentcloud/gaap/v20180529/models.py +40 -3
- tencentcloud/hunyuan/v20230901/models.py +12 -0
- tencentcloud/ioa/v20220601/errorcodes.py +15 -0
- tencentcloud/ioa/v20220601/ioa_client.py +26 -2
- tencentcloud/ioa/v20220601/models.py +516 -46
- tencentcloud/iotexplorer/v20190423/models.py +52 -0
- tencentcloud/iotvideo/v20191126/iotvideo_client.py +46 -0
- tencentcloud/iotvideo/v20191126/models.py +379 -0
- tencentcloud/iss/v20230517/models.py +25 -0
- tencentcloud/lighthouse/v20200324/errorcodes.py +1 -1
- tencentcloud/live/v20180801/models.py +51 -0
- tencentcloud/mongodb/v20190725/models.py +3 -7
- tencentcloud/mqtt/v20240516/models.py +4 -4
- tencentcloud/ocr/v20181119/models.py +7 -16
- tencentcloud/ocr/v20181119/ocr_client.py +1 -0
- tencentcloud/organization/v20210331/errorcodes.py +31 -1
- tencentcloud/organization/v20210331/models.py +674 -0
- tencentcloud/organization/v20210331/organization_client.py +138 -0
- tencentcloud/partners/v20180321/models.py +71 -0
- tencentcloud/partners/v20180321/partners_client.py +23 -0
- tencentcloud/privatedns/v20201028/errorcodes.py +12 -0
- tencentcloud/privatedns/v20201028/models.py +858 -4
- tencentcloud/privatedns/v20201028/privatedns_client.py +92 -0
- tencentcloud/region/v20220627/models.py +0 -1
- tencentcloud/scf/v20180416/models.py +889 -8
- tencentcloud/scf/v20180416/scf_client.py +115 -0
- tencentcloud/smop/v20201203/models.py +17 -17
- tencentcloud/ssl/v20191205/models.py +44 -3
- tencentcloud/ssm/v20190923/models.py +84 -0
- tencentcloud/tat/v20201028/models.py +1 -29
- tencentcloud/tcss/v20201101/models.py +815 -33
- tencentcloud/tcss/v20201101/tcss_client.py +1 -1
- tencentcloud/tdmq/v20200217/models.py +7 -7
- tencentcloud/tem/v20210701/models.py +202 -198
- tencentcloud/teo/v20220901/errorcodes.py +51 -0
- tencentcloud/teo/v20220901/models.py +1470 -97
- tencentcloud/teo/v20220901/teo_client.py +115 -0
- tencentcloud/tke/v20180525/models.py +70 -0
- tencentcloud/tke/v20180525/tke_client.py +23 -0
- tencentcloud/tms/v20201229/models.py +0 -558
- tencentcloud/tms/v20201229/tms_client.py +0 -23
- tencentcloud/trp/v20210515/models.py +6 -6
- tencentcloud/trtc/v20190722/models.py +353 -4
- tencentcloud/tse/v20201207/models.py +94 -0
- tencentcloud/tse/v20201207/tse_client.py +23 -0
- tencentcloud/vclm/v20240523/models.py +166 -0
- tencentcloud/vpc/v20170312/models.py +137 -6
- tencentcloud/vpc/v20170312/vpc_client.py +23 -0
- tencentcloud/waf/v20180125/models.py +99 -0
- tencentcloud/waf/v20180125/waf_client.py +23 -0
- tencentcloud/wedata/v20210820/models.py +991 -0
- tencentcloud/wedata/v20210820/wedata_client.py +46 -0
- {tencentcloud_sdk_python-3.0.1256.dist-info → tencentcloud_sdk_python-3.0.1258.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1256.dist-info → tencentcloud_sdk_python-3.0.1258.dist-info}/RECORD +104 -109
- tencentcloud/cr/__init__.py +0 -0
- tencentcloud/cr/v20180321/__init__.py +0 -0
- tencentcloud/cr/v20180321/cr_client.py +0 -672
- tencentcloud/cr/v20180321/errorcodes.py +0 -114
- tencentcloud/cr/v20180321/models.py +0 -4966
- {tencentcloud_sdk_python-3.0.1256.dist-info → tencentcloud_sdk_python-3.0.1258.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1256.dist-info → tencentcloud_sdk_python-3.0.1258.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1256.dist-info → tencentcloud_sdk_python-3.0.1258.dist-info}/top_level.txt +0 -0
@@ -387,6 +387,15 @@ class Component(AbstractModel):
|
|
387
387
|
:type CodeLocationList: list of str
|
388
388
|
:param _LicenseExpression: 第三方组件的许可证表达式
|
389
389
|
:type LicenseExpression: str
|
390
|
+
:param _VersionInfo: 第三方组件的版本信息(如果匹配到版本)
|
391
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
392
|
+
:type VersionInfo: :class:`tencentcloud.bsca.v20210811.models.ComponentVersionInfo`
|
393
|
+
:param _LastUpdateTime: 第三方组件的最后更新时间
|
394
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
395
|
+
:type LastUpdateTime: str
|
396
|
+
:param _TagList: 第三方组件的类型标签
|
397
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
398
|
+
:type TagList: list of str
|
390
399
|
"""
|
391
400
|
self._PURL = None
|
392
401
|
self._Homepage = None
|
@@ -394,6 +403,9 @@ class Component(AbstractModel):
|
|
394
403
|
self._NicknameList = None
|
395
404
|
self._CodeLocationList = None
|
396
405
|
self._LicenseExpression = None
|
406
|
+
self._VersionInfo = None
|
407
|
+
self._LastUpdateTime = None
|
408
|
+
self._TagList = None
|
397
409
|
|
398
410
|
@property
|
399
411
|
def PURL(self):
|
@@ -443,6 +455,30 @@ class Component(AbstractModel):
|
|
443
455
|
def LicenseExpression(self, LicenseExpression):
|
444
456
|
self._LicenseExpression = LicenseExpression
|
445
457
|
|
458
|
+
@property
|
459
|
+
def VersionInfo(self):
|
460
|
+
return self._VersionInfo
|
461
|
+
|
462
|
+
@VersionInfo.setter
|
463
|
+
def VersionInfo(self, VersionInfo):
|
464
|
+
self._VersionInfo = VersionInfo
|
465
|
+
|
466
|
+
@property
|
467
|
+
def LastUpdateTime(self):
|
468
|
+
return self._LastUpdateTime
|
469
|
+
|
470
|
+
@LastUpdateTime.setter
|
471
|
+
def LastUpdateTime(self, LastUpdateTime):
|
472
|
+
self._LastUpdateTime = LastUpdateTime
|
473
|
+
|
474
|
+
@property
|
475
|
+
def TagList(self):
|
476
|
+
return self._TagList
|
477
|
+
|
478
|
+
@TagList.setter
|
479
|
+
def TagList(self, TagList):
|
480
|
+
self._TagList = TagList
|
481
|
+
|
446
482
|
|
447
483
|
def _deserialize(self, params):
|
448
484
|
if params.get("PURL") is not None:
|
@@ -453,6 +489,57 @@ class Component(AbstractModel):
|
|
453
489
|
self._NicknameList = params.get("NicknameList")
|
454
490
|
self._CodeLocationList = params.get("CodeLocationList")
|
455
491
|
self._LicenseExpression = params.get("LicenseExpression")
|
492
|
+
if params.get("VersionInfo") is not None:
|
493
|
+
self._VersionInfo = ComponentVersionInfo()
|
494
|
+
self._VersionInfo._deserialize(params.get("VersionInfo"))
|
495
|
+
self._LastUpdateTime = params.get("LastUpdateTime")
|
496
|
+
self._TagList = params.get("TagList")
|
497
|
+
memeber_set = set(params.keys())
|
498
|
+
for name, value in vars(self).items():
|
499
|
+
property_name = name[1:]
|
500
|
+
if property_name in memeber_set:
|
501
|
+
memeber_set.remove(property_name)
|
502
|
+
if len(memeber_set) > 0:
|
503
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
504
|
+
|
505
|
+
|
506
|
+
|
507
|
+
class ComponentTagFilter(AbstractModel):
|
508
|
+
"""筛选条件,同一个Tag不能同时出现在IncludeTags和ExcludeTags,可能的Tag包括:"CopyrightUpdated", "LicenseUpdated", "ContainsVulnerability"
|
509
|
+
|
510
|
+
"""
|
511
|
+
|
512
|
+
def __init__(self):
|
513
|
+
r"""
|
514
|
+
:param _IncludeTags: 包括的Tag
|
515
|
+
|
516
|
+
:type IncludeTags: list of str
|
517
|
+
:param _ExcludeTags: 排除的Tag
|
518
|
+
:type ExcludeTags: list of str
|
519
|
+
"""
|
520
|
+
self._IncludeTags = None
|
521
|
+
self._ExcludeTags = None
|
522
|
+
|
523
|
+
@property
|
524
|
+
def IncludeTags(self):
|
525
|
+
return self._IncludeTags
|
526
|
+
|
527
|
+
@IncludeTags.setter
|
528
|
+
def IncludeTags(self, IncludeTags):
|
529
|
+
self._IncludeTags = IncludeTags
|
530
|
+
|
531
|
+
@property
|
532
|
+
def ExcludeTags(self):
|
533
|
+
return self._ExcludeTags
|
534
|
+
|
535
|
+
@ExcludeTags.setter
|
536
|
+
def ExcludeTags(self, ExcludeTags):
|
537
|
+
self._ExcludeTags = ExcludeTags
|
538
|
+
|
539
|
+
|
540
|
+
def _deserialize(self, params):
|
541
|
+
self._IncludeTags = params.get("IncludeTags")
|
542
|
+
self._ExcludeTags = params.get("ExcludeTags")
|
456
543
|
memeber_set = set(params.keys())
|
457
544
|
for name, value in vars(self).items():
|
458
545
|
property_name = name[1:]
|
@@ -464,7 +551,7 @@ class Component(AbstractModel):
|
|
464
551
|
|
465
552
|
|
466
553
|
class ComponentVersion(AbstractModel):
|
467
|
-
"""
|
554
|
+
"""描述一个组件版本。
|
468
555
|
|
469
556
|
"""
|
470
557
|
|
@@ -476,9 +563,13 @@ class ComponentVersion(AbstractModel):
|
|
476
563
|
:param _LicenseExpression: 该组件版本的许可证表达式
|
477
564
|
注意:此字段可能返回 null,表示取不到有效值。
|
478
565
|
:type LicenseExpression: str
|
566
|
+
:param _VersionInfo: 组件的版本信息
|
567
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
568
|
+
:type VersionInfo: :class:`tencentcloud.bsca.v20210811.models.ComponentVersionInfo`
|
479
569
|
"""
|
480
570
|
self._PURL = None
|
481
571
|
self._LicenseExpression = None
|
572
|
+
self._VersionInfo = None
|
482
573
|
|
483
574
|
@property
|
484
575
|
def PURL(self):
|
@@ -496,12 +587,83 @@ class ComponentVersion(AbstractModel):
|
|
496
587
|
def LicenseExpression(self, LicenseExpression):
|
497
588
|
self._LicenseExpression = LicenseExpression
|
498
589
|
|
590
|
+
@property
|
591
|
+
def VersionInfo(self):
|
592
|
+
return self._VersionInfo
|
593
|
+
|
594
|
+
@VersionInfo.setter
|
595
|
+
def VersionInfo(self, VersionInfo):
|
596
|
+
self._VersionInfo = VersionInfo
|
597
|
+
|
499
598
|
|
500
599
|
def _deserialize(self, params):
|
501
600
|
if params.get("PURL") is not None:
|
502
601
|
self._PURL = PURL()
|
503
602
|
self._PURL._deserialize(params.get("PURL"))
|
504
603
|
self._LicenseExpression = params.get("LicenseExpression")
|
604
|
+
if params.get("VersionInfo") is not None:
|
605
|
+
self._VersionInfo = ComponentVersionInfo()
|
606
|
+
self._VersionInfo._deserialize(params.get("VersionInfo"))
|
607
|
+
memeber_set = set(params.keys())
|
608
|
+
for name, value in vars(self).items():
|
609
|
+
property_name = name[1:]
|
610
|
+
if property_name in memeber_set:
|
611
|
+
memeber_set.remove(property_name)
|
612
|
+
if len(memeber_set) > 0:
|
613
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
614
|
+
|
615
|
+
|
616
|
+
|
617
|
+
class ComponentVersionInfo(AbstractModel):
|
618
|
+
"""描述组件版本的详情,包含组件发布时间、Copyright列表、组件描述Tag。
|
619
|
+
|
620
|
+
"""
|
621
|
+
|
622
|
+
def __init__(self):
|
623
|
+
r"""
|
624
|
+
:param _PublishTime: 版本发布时间
|
625
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
626
|
+
:type PublishTime: str
|
627
|
+
:param _CopyrightList: 当前版本的所有copyright
|
628
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
629
|
+
:type CopyrightList: list of str
|
630
|
+
:param _TagList: 版本标签
|
631
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
632
|
+
:type TagList: list of str
|
633
|
+
"""
|
634
|
+
self._PublishTime = None
|
635
|
+
self._CopyrightList = None
|
636
|
+
self._TagList = None
|
637
|
+
|
638
|
+
@property
|
639
|
+
def PublishTime(self):
|
640
|
+
return self._PublishTime
|
641
|
+
|
642
|
+
@PublishTime.setter
|
643
|
+
def PublishTime(self, PublishTime):
|
644
|
+
self._PublishTime = PublishTime
|
645
|
+
|
646
|
+
@property
|
647
|
+
def CopyrightList(self):
|
648
|
+
return self._CopyrightList
|
649
|
+
|
650
|
+
@CopyrightList.setter
|
651
|
+
def CopyrightList(self, CopyrightList):
|
652
|
+
self._CopyrightList = CopyrightList
|
653
|
+
|
654
|
+
@property
|
655
|
+
def TagList(self):
|
656
|
+
return self._TagList
|
657
|
+
|
658
|
+
@TagList.setter
|
659
|
+
def TagList(self, TagList):
|
660
|
+
self._TagList = TagList
|
661
|
+
|
662
|
+
|
663
|
+
def _deserialize(self, params):
|
664
|
+
self._PublishTime = params.get("PublishTime")
|
665
|
+
self._CopyrightList = params.get("CopyrightList")
|
666
|
+
self._TagList = params.get("TagList")
|
505
667
|
memeber_set = set(params.keys())
|
506
668
|
for name, value in vars(self).items():
|
507
669
|
property_name = name[1:]
|
@@ -744,8 +906,23 @@ class DescribeKBComponentVersionListRequest(AbstractModel):
|
|
744
906
|
r"""
|
745
907
|
:param _PURL: 要查询的组件 PURL
|
746
908
|
:type PURL: :class:`tencentcloud.bsca.v20210811.models.PURL`
|
909
|
+
:param _PageNumber: 页号
|
910
|
+
:type PageNumber: int
|
911
|
+
:param _PageSize: 页大小
|
912
|
+
:type PageSize: int
|
913
|
+
:param _Order: 排序方式,可以是"ASC"或"DESC",默认"DESC"
|
914
|
+
:type Order: str
|
915
|
+
:param _OrderBy: 排序字段,可能的字段包括“Version”、"PublishTime"
|
916
|
+
:type OrderBy: list of str
|
917
|
+
:param _Filter: Tag筛选
|
918
|
+
:type Filter: :class:`tencentcloud.bsca.v20210811.models.ComponentTagFilter`
|
747
919
|
"""
|
748
920
|
self._PURL = None
|
921
|
+
self._PageNumber = None
|
922
|
+
self._PageSize = None
|
923
|
+
self._Order = None
|
924
|
+
self._OrderBy = None
|
925
|
+
self._Filter = None
|
749
926
|
|
750
927
|
@property
|
751
928
|
def PURL(self):
|
@@ -755,11 +932,58 @@ class DescribeKBComponentVersionListRequest(AbstractModel):
|
|
755
932
|
def PURL(self, PURL):
|
756
933
|
self._PURL = PURL
|
757
934
|
|
935
|
+
@property
|
936
|
+
def PageNumber(self):
|
937
|
+
return self._PageNumber
|
938
|
+
|
939
|
+
@PageNumber.setter
|
940
|
+
def PageNumber(self, PageNumber):
|
941
|
+
self._PageNumber = PageNumber
|
942
|
+
|
943
|
+
@property
|
944
|
+
def PageSize(self):
|
945
|
+
return self._PageSize
|
946
|
+
|
947
|
+
@PageSize.setter
|
948
|
+
def PageSize(self, PageSize):
|
949
|
+
self._PageSize = PageSize
|
950
|
+
|
951
|
+
@property
|
952
|
+
def Order(self):
|
953
|
+
return self._Order
|
954
|
+
|
955
|
+
@Order.setter
|
956
|
+
def Order(self, Order):
|
957
|
+
self._Order = Order
|
958
|
+
|
959
|
+
@property
|
960
|
+
def OrderBy(self):
|
961
|
+
return self._OrderBy
|
962
|
+
|
963
|
+
@OrderBy.setter
|
964
|
+
def OrderBy(self, OrderBy):
|
965
|
+
self._OrderBy = OrderBy
|
966
|
+
|
967
|
+
@property
|
968
|
+
def Filter(self):
|
969
|
+
return self._Filter
|
970
|
+
|
971
|
+
@Filter.setter
|
972
|
+
def Filter(self, Filter):
|
973
|
+
self._Filter = Filter
|
974
|
+
|
758
975
|
|
759
976
|
def _deserialize(self, params):
|
760
977
|
if params.get("PURL") is not None:
|
761
978
|
self._PURL = PURL()
|
762
979
|
self._PURL._deserialize(params.get("PURL"))
|
980
|
+
self._PageNumber = params.get("PageNumber")
|
981
|
+
self._PageSize = params.get("PageSize")
|
982
|
+
self._Order = params.get("Order")
|
983
|
+
self._OrderBy = params.get("OrderBy")
|
984
|
+
if params.get("Filter") is not None:
|
985
|
+
self._Filter = ComponentTagFilter()
|
986
|
+
self._Filter._deserialize(params.get("Filter"))
|
763
987
|
memeber_set = set(params.keys())
|
764
988
|
for name, value in vars(self).items():
|
765
989
|
property_name = name[1:]
|
@@ -869,10 +1093,16 @@ class DescribeKBComponentVulnerabilityResponse(AbstractModel):
|
|
869
1093
|
:param _VulnerabilityList: 漏洞信息列表
|
870
1094
|
注意:此字段可能返回 null,表示取不到有效值。
|
871
1095
|
:type VulnerabilityList: list of ComponentVulnerabilityUnion
|
1096
|
+
:param _PURL: 组件purl
|
1097
|
+
:type PURL: :class:`tencentcloud.bsca.v20210811.models.PURL`
|
1098
|
+
:param _RecommendedVersion: 推荐版本,当前版本中的所有漏洞都修复了的版本
|
1099
|
+
:type RecommendedVersion: str
|
872
1100
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
873
1101
|
:type RequestId: str
|
874
1102
|
"""
|
875
1103
|
self._VulnerabilityList = None
|
1104
|
+
self._PURL = None
|
1105
|
+
self._RecommendedVersion = None
|
876
1106
|
self._RequestId = None
|
877
1107
|
|
878
1108
|
@property
|
@@ -883,6 +1113,22 @@ class DescribeKBComponentVulnerabilityResponse(AbstractModel):
|
|
883
1113
|
def VulnerabilityList(self, VulnerabilityList):
|
884
1114
|
self._VulnerabilityList = VulnerabilityList
|
885
1115
|
|
1116
|
+
@property
|
1117
|
+
def PURL(self):
|
1118
|
+
return self._PURL
|
1119
|
+
|
1120
|
+
@PURL.setter
|
1121
|
+
def PURL(self, PURL):
|
1122
|
+
self._PURL = PURL
|
1123
|
+
|
1124
|
+
@property
|
1125
|
+
def RecommendedVersion(self):
|
1126
|
+
return self._RecommendedVersion
|
1127
|
+
|
1128
|
+
@RecommendedVersion.setter
|
1129
|
+
def RecommendedVersion(self, RecommendedVersion):
|
1130
|
+
self._RecommendedVersion = RecommendedVersion
|
1131
|
+
|
886
1132
|
@property
|
887
1133
|
def RequestId(self):
|
888
1134
|
return self._RequestId
|
@@ -899,6 +1145,10 @@ class DescribeKBComponentVulnerabilityResponse(AbstractModel):
|
|
899
1145
|
obj = ComponentVulnerabilityUnion()
|
900
1146
|
obj._deserialize(item)
|
901
1147
|
self._VulnerabilityList.append(obj)
|
1148
|
+
if params.get("PURL") is not None:
|
1149
|
+
self._PURL = PURL()
|
1150
|
+
self._PURL._deserialize(params.get("PURL"))
|
1151
|
+
self._RecommendedVersion = params.get("RecommendedVersion")
|
902
1152
|
self._RequestId = params.get("RequestId")
|
903
1153
|
|
904
1154
|
|
@@ -1770,6 +2020,8 @@ class VulnerabilityDetail(AbstractModel):
|
|
1770
2020
|
:type CVSSv3Info: :class:`tencentcloud.bsca.v20210811.models.CVSSV3Info`
|
1771
2021
|
:param _SubmitTime: 漏洞提交时间
|
1772
2022
|
:type SubmitTime: str
|
2023
|
+
:param _UpdateTime: 漏洞更新时间
|
2024
|
+
:type UpdateTime: str
|
1773
2025
|
:param _CWEID: CWE编号
|
1774
2026
|
:type CWEID: str
|
1775
2027
|
:param _CVSSv2Vector: 漏洞CVSSv2向量
|
@@ -1788,6 +2040,7 @@ class VulnerabilityDetail(AbstractModel):
|
|
1788
2040
|
self._CVSSv2Info = None
|
1789
2041
|
self._CVSSv3Info = None
|
1790
2042
|
self._SubmitTime = None
|
2043
|
+
self._UpdateTime = None
|
1791
2044
|
self._CWEID = None
|
1792
2045
|
self._CVSSv2Vector = None
|
1793
2046
|
self._CVSSv3Vector = None
|
@@ -1865,6 +2118,14 @@ class VulnerabilityDetail(AbstractModel):
|
|
1865
2118
|
def SubmitTime(self, SubmitTime):
|
1866
2119
|
self._SubmitTime = SubmitTime
|
1867
2120
|
|
2121
|
+
@property
|
2122
|
+
def UpdateTime(self):
|
2123
|
+
return self._UpdateTime
|
2124
|
+
|
2125
|
+
@UpdateTime.setter
|
2126
|
+
def UpdateTime(self, UpdateTime):
|
2127
|
+
self._UpdateTime = UpdateTime
|
2128
|
+
|
1868
2129
|
@property
|
1869
2130
|
def CWEID(self):
|
1870
2131
|
return self._CWEID
|
@@ -1912,6 +2173,7 @@ class VulnerabilityDetail(AbstractModel):
|
|
1912
2173
|
self._CVSSv3Info = CVSSV3Info()
|
1913
2174
|
self._CVSSv3Info._deserialize(params.get("CVSSv3Info"))
|
1914
2175
|
self._SubmitTime = params.get("SubmitTime")
|
2176
|
+
self._UpdateTime = params.get("UpdateTime")
|
1915
2177
|
self._CWEID = params.get("CWEID")
|
1916
2178
|
self._CVSSv2Vector = params.get("CVSSv2Vector")
|
1917
2179
|
self._CVSSv3Vector = params.get("CVSSv3Vector")
|
@@ -1956,6 +2218,15 @@ class VulnerabilitySummary(AbstractModel):
|
|
1956
2218
|
<li>Medium</li>
|
1957
2219
|
<li>Low</li>
|
1958
2220
|
:type Severity: str
|
2221
|
+
:param _Architecture: 架构信息,如x86、ARM等,废弃,请使用ArchitectureList
|
2222
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
2223
|
+
:type Architecture: list of str
|
2224
|
+
:param _ArchitectureList: 架构信息,如x86、ARM等
|
2225
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
2226
|
+
:type ArchitectureList: list of str
|
2227
|
+
:param _PatchUrlList: patch链接
|
2228
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
2229
|
+
:type PatchUrlList: list of str
|
1959
2230
|
"""
|
1960
2231
|
self._VulID = None
|
1961
2232
|
self._CVEID = None
|
@@ -1964,6 +2235,9 @@ class VulnerabilitySummary(AbstractModel):
|
|
1964
2235
|
self._Name = None
|
1965
2236
|
self._IsSuggest = None
|
1966
2237
|
self._Severity = None
|
2238
|
+
self._Architecture = None
|
2239
|
+
self._ArchitectureList = None
|
2240
|
+
self._PatchUrlList = None
|
1967
2241
|
|
1968
2242
|
@property
|
1969
2243
|
def VulID(self):
|
@@ -2021,6 +2295,34 @@ class VulnerabilitySummary(AbstractModel):
|
|
2021
2295
|
def Severity(self, Severity):
|
2022
2296
|
self._Severity = Severity
|
2023
2297
|
|
2298
|
+
@property
|
2299
|
+
def Architecture(self):
|
2300
|
+
warnings.warn("parameter `Architecture` is deprecated", DeprecationWarning)
|
2301
|
+
|
2302
|
+
return self._Architecture
|
2303
|
+
|
2304
|
+
@Architecture.setter
|
2305
|
+
def Architecture(self, Architecture):
|
2306
|
+
warnings.warn("parameter `Architecture` is deprecated", DeprecationWarning)
|
2307
|
+
|
2308
|
+
self._Architecture = Architecture
|
2309
|
+
|
2310
|
+
@property
|
2311
|
+
def ArchitectureList(self):
|
2312
|
+
return self._ArchitectureList
|
2313
|
+
|
2314
|
+
@ArchitectureList.setter
|
2315
|
+
def ArchitectureList(self, ArchitectureList):
|
2316
|
+
self._ArchitectureList = ArchitectureList
|
2317
|
+
|
2318
|
+
@property
|
2319
|
+
def PatchUrlList(self):
|
2320
|
+
return self._PatchUrlList
|
2321
|
+
|
2322
|
+
@PatchUrlList.setter
|
2323
|
+
def PatchUrlList(self, PatchUrlList):
|
2324
|
+
self._PatchUrlList = PatchUrlList
|
2325
|
+
|
2024
2326
|
|
2025
2327
|
def _deserialize(self, params):
|
2026
2328
|
self._VulID = params.get("VulID")
|
@@ -2030,6 +2332,9 @@ class VulnerabilitySummary(AbstractModel):
|
|
2030
2332
|
self._Name = params.get("Name")
|
2031
2333
|
self._IsSuggest = params.get("IsSuggest")
|
2032
2334
|
self._Severity = params.get("Severity")
|
2335
|
+
self._Architecture = params.get("Architecture")
|
2336
|
+
self._ArchitectureList = params.get("ArchitectureList")
|
2337
|
+
self._PatchUrlList = params.get("PatchUrlList")
|
2033
2338
|
memeber_set = set(params.keys())
|
2034
2339
|
for name, value in vars(self).items():
|
2035
2340
|
property_name = name[1:]
|
@@ -1040,6 +1040,29 @@ class CccClient(AbstractClient):
|
|
1040
1040
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
1041
1041
|
|
1042
1042
|
|
1043
|
+
def DescribeTelRecordAsr(self, request):
|
1044
|
+
"""拉取会话录音转文本信息
|
1045
|
+
|
1046
|
+
:param request: Request instance for DescribeTelRecordAsr.
|
1047
|
+
:type request: :class:`tencentcloud.ccc.v20200210.models.DescribeTelRecordAsrRequest`
|
1048
|
+
:rtype: :class:`tencentcloud.ccc.v20200210.models.DescribeTelRecordAsrResponse`
|
1049
|
+
|
1050
|
+
"""
|
1051
|
+
try:
|
1052
|
+
params = request._serialize()
|
1053
|
+
headers = request.headers
|
1054
|
+
body = self.call("DescribeTelRecordAsr", params, headers=headers)
|
1055
|
+
response = json.loads(body)
|
1056
|
+
model = models.DescribeTelRecordAsrResponse()
|
1057
|
+
model._deserialize(response["Response"])
|
1058
|
+
return model
|
1059
|
+
except Exception as e:
|
1060
|
+
if isinstance(e, TencentCloudSDKException):
|
1061
|
+
raise
|
1062
|
+
else:
|
1063
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
1064
|
+
|
1065
|
+
|
1043
1066
|
def DescribeTelSession(self, request):
|
1044
1067
|
"""获取 PSTN 会话信息
|
1045
1068
|
|
@@ -152,12 +152,18 @@ LIMITEXCEEDED_BASEPACKAGEEXPIRED = 'LimitExceeded.BasePackageExpired'
|
|
152
152
|
# 超出数量限制。
|
153
153
|
LIMITEXCEEDED_OUTOFCOUNTLIMIT = 'LimitExceeded.OutOfCountLimit'
|
154
154
|
|
155
|
+
# 缺少参数错误。
|
156
|
+
MISSINGPARAMETER = 'MissingParameter'
|
157
|
+
|
155
158
|
# 不在白名单中。
|
156
159
|
OPERATIONDENIED_NOTINWHITELIST = 'OperationDenied.NotInWhiteList'
|
157
160
|
|
158
161
|
# 账号已被禁用。
|
159
162
|
OPERATIONDENIED_UINDISABLED = 'OperationDenied.UinDisabled'
|
160
163
|
|
164
|
+
# 资源不存在。
|
165
|
+
RESOURCENOTFOUND = 'ResourceNotFound'
|
166
|
+
|
161
167
|
# 未知参数错误。
|
162
168
|
UNKNOWNPARAMETER = 'UnknownParameter'
|
163
169
|
|