tencentcloud-sdk-python 3.0.1286__py2.py3-none-any.whl → 3.0.1288__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 (55) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/aca/__init__.py +0 -0
  3. tencentcloud/aca/v20210323/__init__.py +0 -0
  4. tencentcloud/aca/v20210323/aca_client.py +210 -0
  5. tencentcloud/aca/v20210323/errorcodes.py +24 -0
  6. tencentcloud/aca/v20210323/models.py +6266 -0
  7. tencentcloud/batch/v20170312/models.py +12 -2
  8. tencentcloud/cdb/v20170320/cdb_client.py +3 -3
  9. tencentcloud/cdb/v20170320/models.py +35 -14
  10. tencentcloud/cdwch/v20200915/models.py +6 -6
  11. tencentcloud/cdwdoris/v20211228/models.py +15 -0
  12. tencentcloud/cfs/v20190719/models.py +0 -46
  13. tencentcloud/dsgc/v20190723/dsgc_client.py +1 -2
  14. tencentcloud/dsgc/v20190723/models.py +241 -1136
  15. tencentcloud/emr/v20190103/models.py +101 -15
  16. tencentcloud/ess/v20201111/ess_client.py +1 -0
  17. tencentcloud/ess/v20201111/models.py +126 -120
  18. tencentcloud/essbasic/v20210526/essbasic_client.py +1 -0
  19. tencentcloud/essbasic/v20210526/models.py +122 -114
  20. tencentcloud/facefusion/v20220927/facefusion_client.py +0 -1
  21. tencentcloud/facefusion/v20220927/models.py +23 -0
  22. tencentcloud/faceid/v20180301/errorcodes.py +3 -0
  23. tencentcloud/keewidb/v20220308/models.py +19 -2
  24. tencentcloud/lighthouse/v20200324/models.py +6 -6
  25. tencentcloud/live/v20180801/models.py +40 -0
  26. tencentcloud/mariadb/v20170312/models.py +4 -0
  27. tencentcloud/monitor/v20180724/errorcodes.py +3 -0
  28. tencentcloud/monitor/v20180724/models.py +421 -0
  29. tencentcloud/monitor/v20180724/monitor_client.py +46 -0
  30. tencentcloud/mps/v20190612/models.py +663 -0
  31. tencentcloud/mps/v20190612/mps_client.py +92 -0
  32. tencentcloud/ocr/v20181119/models.py +15 -0
  33. tencentcloud/ocr/v20181119/ocr_client.py +2 -2
  34. tencentcloud/privatedns/v20201028/models.py +4 -10
  35. tencentcloud/privatedns/v20201028/privatedns_client.py +1 -1
  36. tencentcloud/redis/v20180412/models.py +299 -0
  37. tencentcloud/redis/v20180412/redis_client.py +46 -0
  38. tencentcloud/tcb/v20180608/models.py +30 -0
  39. tencentcloud/tdmq/v20200217/models.py +52 -2
  40. tencentcloud/teo/v20220901/models.py +1499 -81
  41. tencentcloud/teo/v20220901/teo_client.py +207 -0
  42. tencentcloud/thpc/v20211109/models.py +4 -4
  43. tencentcloud/thpc/v20220401/models.py +8 -10
  44. tencentcloud/tiia/v20190529/models.py +2 -42
  45. tencentcloud/tiia/v20190529/tiia_client.py +14 -17
  46. tencentcloud/trocket/v20230308/models.py +216 -0
  47. tencentcloud/trocket/v20230308/trocket_client.py +23 -0
  48. tencentcloud/tsf/v20180326/errorcodes.py +18 -0
  49. tencentcloud/tsf/v20180326/models.py +21 -4
  50. tencentcloud/tsf/v20180326/tsf_client.py +3 -1
  51. {tencentcloud_sdk_python-3.0.1286.dist-info → tencentcloud_sdk_python-3.0.1288.dist-info}/METADATA +1 -1
  52. {tencentcloud_sdk_python-3.0.1286.dist-info → tencentcloud_sdk_python-3.0.1288.dist-info}/RECORD +55 -50
  53. {tencentcloud_sdk_python-3.0.1286.dist-info → tencentcloud_sdk_python-3.0.1288.dist-info}/LICENSE +0 -0
  54. {tencentcloud_sdk_python-3.0.1286.dist-info → tencentcloud_sdk_python-3.0.1288.dist-info}/WHEEL +0 -0
  55. {tencentcloud_sdk_python-3.0.1286.dist-info → tencentcloud_sdk_python-3.0.1288.dist-info}/top_level.txt +0 -0
@@ -4872,13 +4872,10 @@ NotAvailable:不可用
4872
4872
  Available:可用
4873
4873
  :type TieringState: str
4874
4874
  :param _TieringDetail: 分层存储详情
4875
- 注意:此字段可能返回 null,表示取不到有效值。
4876
4875
  :type TieringDetail: :class:`tencentcloud.cfs.v20190719.models.TieringDetailInfo`
4877
4876
  :param _AutoScaleUpRule: 文件系统自动扩容策略
4878
- 注意:此字段可能返回 null,表示取不到有效值。
4879
4877
  :type AutoScaleUpRule: :class:`tencentcloud.cfs.v20190719.models.AutoScaleUpRule`
4880
4878
  :param _Version: 文件系统版本
4881
- 注意:此字段可能返回 null,表示取不到有效值。
4882
4879
  :type Version: str
4883
4880
  """
4884
4881
  self._CreationTime = None
@@ -5173,7 +5170,6 @@ Available:可用
5173
5170
  @property
5174
5171
  def TieringDetail(self):
5175
5172
  """分层存储详情
5176
- 注意:此字段可能返回 null,表示取不到有效值。
5177
5173
  :rtype: :class:`tencentcloud.cfs.v20190719.models.TieringDetailInfo`
5178
5174
  """
5179
5175
  return self._TieringDetail
@@ -5185,7 +5181,6 @@ Available:可用
5185
5181
  @property
5186
5182
  def AutoScaleUpRule(self):
5187
5183
  """文件系统自动扩容策略
5188
- 注意:此字段可能返回 null,表示取不到有效值。
5189
5184
  :rtype: :class:`tencentcloud.cfs.v20190719.models.AutoScaleUpRule`
5190
5185
  """
5191
5186
  return self._AutoScaleUpRule
@@ -5197,7 +5192,6 @@ Available:可用
5197
5192
  @property
5198
5193
  def Version(self):
5199
5194
  """文件系统版本
5200
- 注意:此字段可能返回 null,表示取不到有效值。
5201
5195
  :rtype: str
5202
5196
  """
5203
5197
  return self._Version
@@ -5322,19 +5316,14 @@ class MigrationTaskInfo(AbstractModel):
5322
5316
  :param _MigrationMode: 迁移模式,默认为0。0: 全量迁移
5323
5317
  :type MigrationMode: int
5324
5318
  :param _BucketName: 数据源桶名称
5325
- 注意:此字段可能返回 null,表示取不到有效值。
5326
5319
  :type BucketName: str
5327
5320
  :param _BucketRegion: 数据源桶地域
5328
- 注意:此字段可能返回 null,表示取不到有效值。
5329
5321
  :type BucketRegion: str
5330
5322
  :param _BucketAddress: 数据源桶地址
5331
- 注意:此字段可能返回 null,表示取不到有效值。
5332
5323
  :type BucketAddress: str
5333
5324
  :param _ListAddress: 清单地址
5334
- 注意:此字段可能返回 null,表示取不到有效值。
5335
5325
  :type ListAddress: str
5336
5326
  :param _FsName: 文件系统实例名称
5337
- 注意:此字段可能返回 null,表示取不到有效值。
5338
5327
  :type FsName: str
5339
5328
  :param _FileSystemId: 文件系统实例Id
5340
5329
  :type FileSystemId: str
@@ -5345,39 +5334,28 @@ class MigrationTaskInfo(AbstractModel):
5345
5334
  :param _CreateTime: 创建时间
5346
5335
  :type CreateTime: int
5347
5336
  :param _EndTime: 完成/终止时间
5348
- 注意:此字段可能返回 null,表示取不到有效值。
5349
5337
  :type EndTime: int
5350
5338
  :param _Status: 迁移状态。0: 已完成;1: 进行中;2: 已终止
5351
5339
  :type Status: int
5352
5340
  :param _FileTotalCount: 文件数量
5353
- 注意:此字段可能返回 null,表示取不到有效值。
5354
5341
  :type FileTotalCount: int
5355
5342
  :param _FileMigratedCount: 已迁移文件数量
5356
- 注意:此字段可能返回 null,表示取不到有效值。
5357
5343
  :type FileMigratedCount: int
5358
5344
  :param _FileFailedCount: 迁移失败文件数量
5359
- 注意:此字段可能返回 null,表示取不到有效值。
5360
5345
  :type FileFailedCount: int
5361
5346
  :param _FileTotalSize: 文件容量,单位Byte
5362
- 注意:此字段可能返回 null,表示取不到有效值。
5363
5347
  :type FileTotalSize: int
5364
5348
  :param _FileMigratedSize: 已迁移文件容量,单位Byte
5365
- 注意:此字段可能返回 null,表示取不到有效值。
5366
5349
  :type FileMigratedSize: int
5367
5350
  :param _FileFailedSize: 迁移失败文件容量,单位Byte
5368
- 注意:此字段可能返回 null,表示取不到有效值。
5369
5351
  :type FileFailedSize: int
5370
5352
  :param _FileTotalList: 全部清单
5371
- 注意:此字段可能返回 null,表示取不到有效值。
5372
5353
  :type FileTotalList: str
5373
5354
  :param _FileCompletedList: 已完成文件清单
5374
- 注意:此字段可能返回 null,表示取不到有效值。
5375
5355
  :type FileCompletedList: str
5376
5356
  :param _FileFailedList: 失败文件清单
5377
- 注意:此字段可能返回 null,表示取不到有效值。
5378
5357
  :type FileFailedList: str
5379
5358
  :param _BucketPath: 源桶路径
5380
- 注意:此字段可能返回 null,表示取不到有效值。
5381
5359
  :type BucketPath: str
5382
5360
  :param _Direction: 迁移方向。0: 对象存储迁移至文件系统,1: 文件系统迁移至对象存储。默认 0
5383
5361
  :type Direction: int
@@ -5456,7 +5434,6 @@ class MigrationTaskInfo(AbstractModel):
5456
5434
  @property
5457
5435
  def BucketName(self):
5458
5436
  """数据源桶名称
5459
- 注意:此字段可能返回 null,表示取不到有效值。
5460
5437
  :rtype: str
5461
5438
  """
5462
5439
  return self._BucketName
@@ -5468,7 +5445,6 @@ class MigrationTaskInfo(AbstractModel):
5468
5445
  @property
5469
5446
  def BucketRegion(self):
5470
5447
  """数据源桶地域
5471
- 注意:此字段可能返回 null,表示取不到有效值。
5472
5448
  :rtype: str
5473
5449
  """
5474
5450
  return self._BucketRegion
@@ -5480,7 +5456,6 @@ class MigrationTaskInfo(AbstractModel):
5480
5456
  @property
5481
5457
  def BucketAddress(self):
5482
5458
  """数据源桶地址
5483
- 注意:此字段可能返回 null,表示取不到有效值。
5484
5459
  :rtype: str
5485
5460
  """
5486
5461
  return self._BucketAddress
@@ -5492,7 +5467,6 @@ class MigrationTaskInfo(AbstractModel):
5492
5467
  @property
5493
5468
  def ListAddress(self):
5494
5469
  """清单地址
5495
- 注意:此字段可能返回 null,表示取不到有效值。
5496
5470
  :rtype: str
5497
5471
  """
5498
5472
  return self._ListAddress
@@ -5504,7 +5478,6 @@ class MigrationTaskInfo(AbstractModel):
5504
5478
  @property
5505
5479
  def FsName(self):
5506
5480
  """文件系统实例名称
5507
- 注意:此字段可能返回 null,表示取不到有效值。
5508
5481
  :rtype: str
5509
5482
  """
5510
5483
  return self._FsName
@@ -5560,7 +5533,6 @@ class MigrationTaskInfo(AbstractModel):
5560
5533
  @property
5561
5534
  def EndTime(self):
5562
5535
  """完成/终止时间
5563
- 注意:此字段可能返回 null,表示取不到有效值。
5564
5536
  :rtype: int
5565
5537
  """
5566
5538
  return self._EndTime
@@ -5583,7 +5555,6 @@ class MigrationTaskInfo(AbstractModel):
5583
5555
  @property
5584
5556
  def FileTotalCount(self):
5585
5557
  """文件数量
5586
- 注意:此字段可能返回 null,表示取不到有效值。
5587
5558
  :rtype: int
5588
5559
  """
5589
5560
  return self._FileTotalCount
@@ -5595,7 +5566,6 @@ class MigrationTaskInfo(AbstractModel):
5595
5566
  @property
5596
5567
  def FileMigratedCount(self):
5597
5568
  """已迁移文件数量
5598
- 注意:此字段可能返回 null,表示取不到有效值。
5599
5569
  :rtype: int
5600
5570
  """
5601
5571
  return self._FileMigratedCount
@@ -5607,7 +5577,6 @@ class MigrationTaskInfo(AbstractModel):
5607
5577
  @property
5608
5578
  def FileFailedCount(self):
5609
5579
  """迁移失败文件数量
5610
- 注意:此字段可能返回 null,表示取不到有效值。
5611
5580
  :rtype: int
5612
5581
  """
5613
5582
  return self._FileFailedCount
@@ -5619,7 +5588,6 @@ class MigrationTaskInfo(AbstractModel):
5619
5588
  @property
5620
5589
  def FileTotalSize(self):
5621
5590
  """文件容量,单位Byte
5622
- 注意:此字段可能返回 null,表示取不到有效值。
5623
5591
  :rtype: int
5624
5592
  """
5625
5593
  return self._FileTotalSize
@@ -5631,7 +5599,6 @@ class MigrationTaskInfo(AbstractModel):
5631
5599
  @property
5632
5600
  def FileMigratedSize(self):
5633
5601
  """已迁移文件容量,单位Byte
5634
- 注意:此字段可能返回 null,表示取不到有效值。
5635
5602
  :rtype: int
5636
5603
  """
5637
5604
  return self._FileMigratedSize
@@ -5643,7 +5610,6 @@ class MigrationTaskInfo(AbstractModel):
5643
5610
  @property
5644
5611
  def FileFailedSize(self):
5645
5612
  """迁移失败文件容量,单位Byte
5646
- 注意:此字段可能返回 null,表示取不到有效值。
5647
5613
  :rtype: int
5648
5614
  """
5649
5615
  return self._FileFailedSize
@@ -5655,7 +5621,6 @@ class MigrationTaskInfo(AbstractModel):
5655
5621
  @property
5656
5622
  def FileTotalList(self):
5657
5623
  """全部清单
5658
- 注意:此字段可能返回 null,表示取不到有效值。
5659
5624
  :rtype: str
5660
5625
  """
5661
5626
  return self._FileTotalList
@@ -5667,7 +5632,6 @@ class MigrationTaskInfo(AbstractModel):
5667
5632
  @property
5668
5633
  def FileCompletedList(self):
5669
5634
  """已完成文件清单
5670
- 注意:此字段可能返回 null,表示取不到有效值。
5671
5635
  :rtype: str
5672
5636
  """
5673
5637
  return self._FileCompletedList
@@ -5679,7 +5643,6 @@ class MigrationTaskInfo(AbstractModel):
5679
5643
  @property
5680
5644
  def FileFailedList(self):
5681
5645
  """失败文件清单
5682
- 注意:此字段可能返回 null,表示取不到有效值。
5683
5646
  :rtype: str
5684
5647
  """
5685
5648
  return self._FileFailedList
@@ -5691,7 +5654,6 @@ class MigrationTaskInfo(AbstractModel):
5691
5654
  @property
5692
5655
  def BucketPath(self):
5693
5656
  """源桶路径
5694
- 注意:此字段可能返回 null,表示取不到有效值。
5695
5657
  :rtype: str
5696
5658
  """
5697
5659
  return self._BucketPath
@@ -7255,7 +7217,6 @@ class TieringDetailInfo(AbstractModel):
7255
7217
  def __init__(self):
7256
7218
  r"""
7257
7219
  :param _TieringSizeInBytes: 低频存储容量
7258
- 注意:此字段可能返回 null,表示取不到有效值。
7259
7220
  :type TieringSizeInBytes: int
7260
7221
  :param _SecondaryTieringSizeInBytes: 冷存储容量
7261
7222
  :type SecondaryTieringSizeInBytes: int
@@ -7266,7 +7227,6 @@ class TieringDetailInfo(AbstractModel):
7266
7227
  @property
7267
7228
  def TieringSizeInBytes(self):
7268
7229
  """低频存储容量
7269
- 注意:此字段可能返回 null,表示取不到有效值。
7270
7230
  :rtype: int
7271
7231
  """
7272
7232
  return self._TieringSizeInBytes
@@ -8474,16 +8434,13 @@ class UserQuota(AbstractModel):
8474
8434
  :param _FileSystemId: 文件系统ID
8475
8435
  :type FileSystemId: str
8476
8436
  :param _CapacityUsed: 容量使用,单位GiB
8477
- 注意:此字段可能返回 null,表示取不到有效值。
8478
8437
  :type CapacityUsed: int
8479
8438
  :param _FileUsed: 文件使用个数,单位个
8480
- 注意:此字段可能返回 null,表示取不到有效值。
8481
8439
  :type FileUsed: int
8482
8440
  :param _DirectoryPath: 目录配额的目录绝对路径
8483
8441
  注意:此字段可能返回 null,表示取不到有效值。
8484
8442
  :type DirectoryPath: str
8485
8443
  :param _Status: 配置规则状态,inavailable---配置中,available --已生效,deleting--删除中,deleted 已删除,failed--配置失败
8486
- 注意:此字段可能返回 null,表示取不到有效值。
8487
8444
  :type Status: str
8488
8445
  """
8489
8446
  self._UserType = None
@@ -8554,7 +8511,6 @@ class UserQuota(AbstractModel):
8554
8511
  @property
8555
8512
  def CapacityUsed(self):
8556
8513
  """容量使用,单位GiB
8557
- 注意:此字段可能返回 null,表示取不到有效值。
8558
8514
  :rtype: int
8559
8515
  """
8560
8516
  return self._CapacityUsed
@@ -8566,7 +8522,6 @@ class UserQuota(AbstractModel):
8566
8522
  @property
8567
8523
  def FileUsed(self):
8568
8524
  """文件使用个数,单位个
8569
- 注意:此字段可能返回 null,表示取不到有效值。
8570
8525
  :rtype: int
8571
8526
  """
8572
8527
  return self._FileUsed
@@ -8590,7 +8545,6 @@ class UserQuota(AbstractModel):
8590
8545
  @property
8591
8546
  def Status(self):
8592
8547
  """配置规则状态,inavailable---配置中,available --已生效,deleting--删除中,deleted 已删除,failed--配置失败
8593
- 注意:此字段可能返回 null,表示取不到有效值。
8594
8548
  :rtype: str
8595
8549
  """
8596
8550
  return self._Status
@@ -1300,7 +1300,7 @@ class DsgcClient(AbstractClient):
1300
1300
 
1301
1301
 
1302
1302
  def DescribeDSPAAssessmentRiskProcessHistory(self, request):
1303
- """修改最新评估风险项状态
1303
+ """查询风险的处理历史
1304
1304
 
1305
1305
  :param request: Request instance for DescribeDSPAAssessmentRiskProcessHistory.
1306
1306
  :type request: :class:`tencentcloud.dsgc.v20190723.models.DescribeDSPAAssessmentRiskProcessHistoryRequest`
@@ -2552,7 +2552,6 @@ class DsgcClient(AbstractClient):
2552
2552
  """打开或者关闭分类分级规则
2553
2553
  注:此API同时对该规则下的RDB跟COS规则操作。
2554
2554
 
2555
-
2556
2555
  :param request: Request instance for EnableDSPADiscoveryRule.
2557
2556
  :type request: :class:`tencentcloud.dsgc.v20190723.models.EnableDSPADiscoveryRuleRequest`
2558
2557
  :rtype: :class:`tencentcloud.dsgc.v20190723.models.EnableDSPADiscoveryRuleResponse`