tencentcloud-sdk-python 3.0.1346__py2.py3-none-any.whl → 3.0.1347__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.
Files changed (40) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/advisor/v20200721/models.py +0 -26
  3. tencentcloud/batch/v20170312/models.py +8 -8
  4. tencentcloud/cdwpg/v20201230/models.py +84 -84
  5. tencentcloud/chc/__init__.py +0 -0
  6. tencentcloud/chc/v20230418/__init__.py +0 -0
  7. tencentcloud/chc/v20230418/chc_client.py +854 -0
  8. tencentcloud/chc/v20230418/errorcodes.py +15 -0
  9. tencentcloud/chc/v20230418/models.py +9963 -0
  10. tencentcloud/ckafka/v20190819/models.py +8 -24
  11. tencentcloud/cls/v20201016/models.py +0 -198
  12. tencentcloud/dbbrain/v20191016/models.py +0 -4
  13. tencentcloud/dbbrain/v20210527/dbbrain_client.py +92 -0
  14. tencentcloud/dbbrain/v20210527/models.py +1024 -199
  15. tencentcloud/domain/v20180808/models.py +0 -2
  16. tencentcloud/ecdn/v20191012/ecdn_client.py +0 -217
  17. tencentcloud/ecdn/v20191012/errorcodes.py +0 -63
  18. tencentcloud/ecdn/v20191012/models.py +4 -1047
  19. tencentcloud/ess/v20201111/models.py +27 -6
  20. tencentcloud/essbasic/v20210526/models.py +21 -0
  21. tencentcloud/gs/v20191118/errorcodes.py +9 -0
  22. tencentcloud/gs/v20191118/gs_client.py +775 -12
  23. tencentcloud/gs/v20191118/models.py +4968 -477
  24. tencentcloud/hai/v20230812/models.py +0 -22
  25. tencentcloud/lke/v20231130/lke_client.py +2 -2
  26. tencentcloud/lke/v20231130/models.py +4 -8
  27. tencentcloud/mmps/v20200710/models.py +0 -6
  28. tencentcloud/mqtt/v20240516/models.py +24 -22
  29. tencentcloud/tchd/v20230306/models.py +0 -2
  30. tencentcloud/tcr/v20190924/models.py +4 -14
  31. tencentcloud/thpc/v20220401/models.py +0 -2
  32. tencentcloud/thpc/v20230321/models.py +15 -32
  33. tencentcloud/tione/v20211111/models.py +68 -0
  34. tencentcloud/tke/v20180525/models.py +0 -28
  35. tencentcloud/wedata/v20210820/models.py +109 -0
  36. {tencentcloud_sdk_python-3.0.1346.dist-info → tencentcloud_sdk_python-3.0.1347.dist-info}/METADATA +1 -1
  37. {tencentcloud_sdk_python-3.0.1346.dist-info → tencentcloud_sdk_python-3.0.1347.dist-info}/RECORD +40 -35
  38. {tencentcloud_sdk_python-3.0.1346.dist-info → tencentcloud_sdk_python-3.0.1347.dist-info}/LICENSE +0 -0
  39. {tencentcloud_sdk_python-3.0.1346.dist-info → tencentcloud_sdk_python-3.0.1347.dist-info}/WHEEL +0 -0
  40. {tencentcloud_sdk_python-3.0.1346.dist-info → tencentcloud_sdk_python-3.0.1347.dist-info}/top_level.txt +0 -0
tencentcloud/__init__.py CHANGED
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.0.1346'
17
+ __version__ = '3.0.1347'
@@ -26,13 +26,10 @@ class Conditions(AbstractModel):
26
26
  def __init__(self):
27
27
  r"""
28
28
  :param _ConditionId: 警告条件ID
29
- 注意:此字段可能返回 null,表示取不到有效值。
30
29
  :type ConditionId: int
31
30
  :param _Level: 警告级别,2:中风险,3:高风险
32
- 注意:此字段可能返回 null,表示取不到有效值。
33
31
  :type Level: int
34
32
  :param _LevelDesc: 警告级别描述
35
- 注意:此字段可能返回 null,表示取不到有效值。
36
33
  :type LevelDesc: str
37
34
  :param _Desc: 警告条件描述
38
35
  :type Desc: str
@@ -45,7 +42,6 @@ class Conditions(AbstractModel):
45
42
  @property
46
43
  def ConditionId(self):
47
44
  """警告条件ID
48
- 注意:此字段可能返回 null,表示取不到有效值。
49
45
  :rtype: int
50
46
  """
51
47
  return self._ConditionId
@@ -57,7 +53,6 @@ class Conditions(AbstractModel):
57
53
  @property
58
54
  def Level(self):
59
55
  """警告级别,2:中风险,3:高风险
60
- 注意:此字段可能返回 null,表示取不到有效值。
61
56
  :rtype: int
62
57
  """
63
58
  return self._Level
@@ -69,7 +64,6 @@ class Conditions(AbstractModel):
69
64
  @property
70
65
  def LevelDesc(self):
71
66
  """警告级别描述
72
- 注意:此字段可能返回 null,表示取不到有效值。
73
67
  :rtype: str
74
68
  """
75
69
  return self._LevelDesc
@@ -119,7 +113,6 @@ class DescribeStrategiesResponse(AbstractModel):
119
113
  def __init__(self):
120
114
  r"""
121
115
  :param _Strategies: 评估项列表
122
- 注意:此字段可能返回 null,表示取不到有效值。
123
116
  :type Strategies: list of Strategies
124
117
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
125
118
  :type RequestId: str
@@ -130,7 +123,6 @@ class DescribeStrategiesResponse(AbstractModel):
130
123
  @property
131
124
  def Strategies(self):
132
125
  """评估项列表
133
- 注意:此字段可能返回 null,表示取不到有效值。
134
126
  :rtype: list of Strategies
135
127
  """
136
128
  return self._Strategies
@@ -532,31 +524,22 @@ class Strategies(AbstractModel):
532
524
  def __init__(self):
533
525
  r"""
534
526
  :param _StrategyId: 评估项ID
535
- 注意:此字段可能返回 null,表示取不到有效值。
536
527
  :type StrategyId: int
537
528
  :param _Name: 评估项名称
538
- 注意:此字段可能返回 null,表示取不到有效值。
539
529
  :type Name: str
540
530
  :param _Desc: 评估项描述
541
- 注意:此字段可能返回 null,表示取不到有效值。
542
531
  :type Desc: str
543
532
  :param _Product: 评估项对应产品ID
544
- 注意:此字段可能返回 null,表示取不到有效值。
545
533
  :type Product: str
546
534
  :param _ProductDesc: 评估项对应产品名称
547
- 注意:此字段可能返回 null,表示取不到有效值。
548
535
  :type ProductDesc: str
549
536
  :param _Repair: 评估项优化建议
550
- 注意:此字段可能返回 null,表示取不到有效值。
551
537
  :type Repair: str
552
538
  :param _GroupId: 评估项类别ID
553
- 注意:此字段可能返回 null,表示取不到有效值。
554
539
  :type GroupId: int
555
540
  :param _GroupName: 评估项类别名称
556
- 注意:此字段可能返回 null,表示取不到有效值。
557
541
  :type GroupName: str
558
542
  :param _Conditions: 评估项风险列表
559
- 注意:此字段可能返回 null,表示取不到有效值。
560
543
  :type Conditions: list of Conditions
561
544
  """
562
545
  self._StrategyId = None
@@ -572,7 +555,6 @@ class Strategies(AbstractModel):
572
555
  @property
573
556
  def StrategyId(self):
574
557
  """评估项ID
575
- 注意:此字段可能返回 null,表示取不到有效值。
576
558
  :rtype: int
577
559
  """
578
560
  return self._StrategyId
@@ -584,7 +566,6 @@ class Strategies(AbstractModel):
584
566
  @property
585
567
  def Name(self):
586
568
  """评估项名称
587
- 注意:此字段可能返回 null,表示取不到有效值。
588
569
  :rtype: str
589
570
  """
590
571
  return self._Name
@@ -596,7 +577,6 @@ class Strategies(AbstractModel):
596
577
  @property
597
578
  def Desc(self):
598
579
  """评估项描述
599
- 注意:此字段可能返回 null,表示取不到有效值。
600
580
  :rtype: str
601
581
  """
602
582
  return self._Desc
@@ -608,7 +588,6 @@ class Strategies(AbstractModel):
608
588
  @property
609
589
  def Product(self):
610
590
  """评估项对应产品ID
611
- 注意:此字段可能返回 null,表示取不到有效值。
612
591
  :rtype: str
613
592
  """
614
593
  return self._Product
@@ -620,7 +599,6 @@ class Strategies(AbstractModel):
620
599
  @property
621
600
  def ProductDesc(self):
622
601
  """评估项对应产品名称
623
- 注意:此字段可能返回 null,表示取不到有效值。
624
602
  :rtype: str
625
603
  """
626
604
  return self._ProductDesc
@@ -632,7 +610,6 @@ class Strategies(AbstractModel):
632
610
  @property
633
611
  def Repair(self):
634
612
  """评估项优化建议
635
- 注意:此字段可能返回 null,表示取不到有效值。
636
613
  :rtype: str
637
614
  """
638
615
  return self._Repair
@@ -644,7 +621,6 @@ class Strategies(AbstractModel):
644
621
  @property
645
622
  def GroupId(self):
646
623
  """评估项类别ID
647
- 注意:此字段可能返回 null,表示取不到有效值。
648
624
  :rtype: int
649
625
  """
650
626
  return self._GroupId
@@ -656,7 +632,6 @@ class Strategies(AbstractModel):
656
632
  @property
657
633
  def GroupName(self):
658
634
  """评估项类别名称
659
- 注意:此字段可能返回 null,表示取不到有效值。
660
635
  :rtype: str
661
636
  """
662
637
  return self._GroupName
@@ -668,7 +643,6 @@ class Strategies(AbstractModel):
668
643
  @property
669
644
  def Conditions(self):
670
645
  """评估项风险列表
671
- 注意:此字段可能返回 null,表示取不到有效值。
672
646
  :rtype: list of Conditions
673
647
  """
674
648
  return self._Conditions
@@ -5391,15 +5391,15 @@ class EnvDataCpm(AbstractModel):
5391
5391
 
5392
5392
  def __init__(self):
5393
5393
  r"""
5394
- :param _Zones: 黑石可用区名称列表。如ap-guangzhou-bls-1, 可通过黑石接口[DescribeRegions]( https://cloud.tencent.com/document/api/386/33564)接口获取。不是Batch可用区名称。目前仅支持一个可用区名称。
5394
+ :param _Zones: 黑石可用区名称列表。如ap-guangzhou-bls-1。不是Batch可用区名称。目前仅支持一个可用区名称。
5395
5395
  :type Zones: list of str
5396
- :param _InstanceTypes: 购买的机型ID。通过黑石接口[DescribeDeviceClass]( https://cloud.tencent.com/document/api/386/32911)查询设备型号,获取机型信息。
5396
+ :param _InstanceTypes: 购买的机型ID
5397
5397
  :type InstanceTypes: list of str
5398
5398
  :param _TimeUnit: 购买时长单位,取值:m(月)。
5399
5399
  :type TimeUnit: str
5400
5400
  :param _TimeSpan: 购买时长。
5401
5401
  :type TimeSpan: int
5402
- :param _RaidId: RAID类型ID。通过黑石接口[DescribeDeviceClassPartition]( https://cloud.tencent.com/document/api/386/32910)查询机型RAID方式以及系统盘大小,获取RAID信息。
5402
+ :param _RaidId: RAID类型ID
5403
5403
  :type RaidId: int
5404
5404
  :param _OsTypeId: 部署服务器的操作系统ID。通过批量计算接口DescribeCpmOsInfo查询操作系统信息。
5405
5405
  :type OsTypeId: int
@@ -5425,7 +5425,7 @@ class EnvDataCpm(AbstractModel):
5425
5425
  :type EipBandwidth: int
5426
5426
  :param _ImageId: 自定义镜像ID,取值生效时用自定义镜像部署物理机。
5427
5427
  :type ImageId: str
5428
- :param _SysRootSpace: 系统盘根分区大小,单位为G,默认取值10G。通过黑石接口[DescribeDeviceClassPartition]( https://cloud.tencent.com/document/api/386/32910)查询机型RAID方式以及系统盘大小,获取根分区信息。
5428
+ :param _SysRootSpace: 系统盘根分区大小,单位为G,默认取值10G
5429
5429
  :type SysRootSpace: int
5430
5430
  :param _SysDataSpace: /data分区大小,单位为G。如果系统盘还有剩余大小,会分配给/data分区。(特殊情况:如果剩余空间不足10G,并且没有指定/data分区,则剩余空间会分配给Root分区)。
5431
5431
  :type SysDataSpace: int
@@ -5458,7 +5458,7 @@ class EnvDataCpm(AbstractModel):
5458
5458
 
5459
5459
  @property
5460
5460
  def Zones(self):
5461
- """黑石可用区名称列表。如ap-guangzhou-bls-1, 可通过黑石接口[DescribeRegions]( https://cloud.tencent.com/document/api/386/33564)接口获取。不是Batch可用区名称。目前仅支持一个可用区名称。
5461
+ """黑石可用区名称列表。如ap-guangzhou-bls-1。不是Batch可用区名称。目前仅支持一个可用区名称。
5462
5462
  :rtype: list of str
5463
5463
  """
5464
5464
  return self._Zones
@@ -5469,7 +5469,7 @@ class EnvDataCpm(AbstractModel):
5469
5469
 
5470
5470
  @property
5471
5471
  def InstanceTypes(self):
5472
- """购买的机型ID。通过黑石接口[DescribeDeviceClass]( https://cloud.tencent.com/document/api/386/32911)查询设备型号,获取机型信息。
5472
+ """购买的机型ID
5473
5473
  :rtype: list of str
5474
5474
  """
5475
5475
  return self._InstanceTypes
@@ -5502,7 +5502,7 @@ class EnvDataCpm(AbstractModel):
5502
5502
 
5503
5503
  @property
5504
5504
  def RaidId(self):
5505
- """RAID类型ID。通过黑石接口[DescribeDeviceClassPartition]( https://cloud.tencent.com/document/api/386/32910)查询机型RAID方式以及系统盘大小,获取RAID信息。
5505
+ """RAID类型ID
5506
5506
  :rtype: int
5507
5507
  """
5508
5508
  return self._RaidId
@@ -5645,7 +5645,7 @@ class EnvDataCpm(AbstractModel):
5645
5645
 
5646
5646
  @property
5647
5647
  def SysRootSpace(self):
5648
- """系统盘根分区大小,单位为G,默认取值10G。通过黑石接口[DescribeDeviceClassPartition]( https://cloud.tencent.com/document/api/386/32910)查询机型RAID方式以及系统盘大小,获取根分区信息。
5648
+ """系统盘根分区大小,单位为G,默认取值10G
5649
5649
  :rtype: int
5650
5650
  """
5651
5651
  return self._SysRootSpace