tencentcloud-sdk-python 3.0.1287__py2.py3-none-any.whl → 3.0.1289__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 (58) 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/aiart/v20221229/models.py +17 -2
  8. tencentcloud/apm/v20210622/models.py +6 -0
  9. tencentcloud/batch/v20170312/models.py +2 -2
  10. tencentcloud/cdb/v20170320/cdb_client.py +3 -3
  11. tencentcloud/cdb/v20170320/models.py +35 -14
  12. tencentcloud/cdwch/v20200915/models.py +6 -6
  13. tencentcloud/cdwdoris/v20211228/models.py +15 -0
  14. tencentcloud/cfs/v20190719/models.py +0 -46
  15. tencentcloud/chdfs/v20201112/models.py +4 -4
  16. tencentcloud/clb/v20180317/clb_client.py +0 -1
  17. tencentcloud/clb/v20180317/models.py +17 -0
  18. tencentcloud/cloudapp/v20220530/cloudapp_client.py +1 -1
  19. tencentcloud/cloudaudit/v20190319/models.py +8 -0
  20. tencentcloud/cls/v20201016/models.py +2 -2
  21. tencentcloud/dcdb/v20180411/models.py +4 -4
  22. tencentcloud/dlc/v20210125/models.py +255 -0
  23. tencentcloud/dts/v20180330/models.py +20 -20
  24. tencentcloud/emr/v20190103/models.py +101 -15
  25. tencentcloud/ess/v20201111/ess_client.py +1 -0
  26. tencentcloud/ess/v20201111/models.py +114 -110
  27. tencentcloud/essbasic/v20210526/essbasic_client.py +61 -0
  28. tencentcloud/essbasic/v20210526/models.py +622 -102
  29. tencentcloud/facefusion/v20220927/facefusion_client.py +0 -1
  30. tencentcloud/facefusion/v20220927/models.py +23 -0
  31. tencentcloud/faceid/v20180301/errorcodes.py +3 -0
  32. tencentcloud/fmu/v20191213/models.py +16 -0
  33. tencentcloud/hai/v20230812/models.py +6 -4
  34. tencentcloud/live/v20180801/models.py +40 -0
  35. tencentcloud/mariadb/v20170312/models.py +4 -0
  36. tencentcloud/mps/v20190612/models.py +663 -0
  37. tencentcloud/mps/v20190612/mps_client.py +92 -0
  38. tencentcloud/msp/v20180319/msp_client.py +3 -1
  39. tencentcloud/omics/v20221128/models.py +15 -0
  40. tencentcloud/privatedns/v20201028/models.py +0 -10
  41. tencentcloud/redis/v20180412/models.py +299 -0
  42. tencentcloud/redis/v20180412/redis_client.py +46 -0
  43. tencentcloud/tcb/v20180608/models.py +30 -0
  44. tencentcloud/trocket/v20230308/models.py +216 -0
  45. tencentcloud/trocket/v20230308/trocket_client.py +23 -0
  46. tencentcloud/trtc/v20190722/errorcodes.py +3 -0
  47. tencentcloud/tse/v20201207/models.py +90 -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/vclm/v20240523/models.py +6 -4
  52. tencentcloud/vpc/v20170312/errorcodes.py +15 -0
  53. tencentcloud/vpc/v20170312/models.py +0 -28
  54. {tencentcloud_sdk_python-3.0.1287.dist-info → tencentcloud_sdk_python-3.0.1289.dist-info}/METADATA +1 -1
  55. {tencentcloud_sdk_python-3.0.1287.dist-info → tencentcloud_sdk_python-3.0.1289.dist-info}/RECORD +58 -53
  56. {tencentcloud_sdk_python-3.0.1287.dist-info → tencentcloud_sdk_python-3.0.1289.dist-info}/LICENSE +0 -0
  57. {tencentcloud_sdk_python-3.0.1287.dist-info → tencentcloud_sdk_python-3.0.1289.dist-info}/WHEEL +0 -0
  58. {tencentcloud_sdk_python-3.0.1287.dist-info → tencentcloud_sdk_python-3.0.1289.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
@@ -33,7 +33,7 @@ class AccessGroup(AbstractModel):
33
33
  :type Description: str
34
34
  :param _CreateTime: 创建时间
35
35
  :type CreateTime: str
36
- :param _VpcType: VPC网络类型(1:CVM;2:黑石1.0
36
+ :param _VpcType: VPC网络类型(1:CVM)
37
37
  :type VpcType: int
38
38
  :param _VpcId: VPC网络ID
39
39
  :type VpcId: str
@@ -91,7 +91,7 @@ class AccessGroup(AbstractModel):
91
91
 
92
92
  @property
93
93
  def VpcType(self):
94
- """VPC网络类型(1:CVM;2:黑石1.0
94
+ """VPC网络类型(1:CVM)
95
95
  :rtype: int
96
96
  """
97
97
  return self._VpcType
@@ -313,7 +313,7 @@ class CreateAccessGroupRequest(AbstractModel):
313
313
  r"""
314
314
  :param _AccessGroupName: 权限组名称
315
315
  :type AccessGroupName: str
316
- :param _VpcType: VPC网络类型(1:CVM;2:黑石1.0
316
+ :param _VpcType: VPC网络类型(1:CVM)
317
317
  :type VpcType: int
318
318
  :param _VpcId: VPC网络ID
319
319
  :type VpcId: str
@@ -338,7 +338,7 @@ class CreateAccessGroupRequest(AbstractModel):
338
338
 
339
339
  @property
340
340
  def VpcType(self):
341
- """VPC网络类型(1:CVM;2:黑石1.0
341
+ """VPC网络类型(1:CVM)
342
342
  :rtype: int
343
343
  """
344
344
  return self._VpcType
@@ -188,7 +188,6 @@ class ClbClient(AbstractClient):
188
188
  通过接口调用:
189
189
  BGP带宽包必须传带宽包id
190
190
  独占集群克隆必须传对应的参数,否则按共享型创建
191
- 功能内测中,请提交 [内测申请](https://cloud.tencent.com/apply/p/1akuvsmyn0g)。
192
191
 
193
192
  :param request: Request instance for CloneLoadBalancer.
194
193
  :type request: :class:`tencentcloud.clb.v20180317.models.CloneLoadBalancerRequest`
@@ -672,10 +672,14 @@ class BatchDeregisterTargetsResponse(AbstractModel):
672
672
  r"""
673
673
  :param _FailListenerIdSet: 解绑失败的监听器ID。
674
674
  :type FailListenerIdSet: list of str
675
+ :param _Message: 解绑失败错误原因信息。
676
+ 注意:此字段可能返回 null,表示取不到有效值。
677
+ :type Message: str
675
678
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
676
679
  :type RequestId: str
677
680
  """
678
681
  self._FailListenerIdSet = None
682
+ self._Message = None
679
683
  self._RequestId = None
680
684
 
681
685
  @property
@@ -689,6 +693,18 @@ class BatchDeregisterTargetsResponse(AbstractModel):
689
693
  def FailListenerIdSet(self, FailListenerIdSet):
690
694
  self._FailListenerIdSet = FailListenerIdSet
691
695
 
696
+ @property
697
+ def Message(self):
698
+ """解绑失败错误原因信息。
699
+ 注意:此字段可能返回 null,表示取不到有效值。
700
+ :rtype: str
701
+ """
702
+ return self._Message
703
+
704
+ @Message.setter
705
+ def Message(self, Message):
706
+ self._Message = Message
707
+
692
708
  @property
693
709
  def RequestId(self):
694
710
  """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
@@ -703,6 +719,7 @@ class BatchDeregisterTargetsResponse(AbstractModel):
703
719
 
704
720
  def _deserialize(self, params):
705
721
  self._FailListenerIdSet = params.get("FailListenerIdSet")
722
+ self._Message = params.get("Message")
706
723
  self._RequestId = params.get("RequestId")
707
724
 
708
725
 
@@ -27,7 +27,7 @@ class CloudappClient(AbstractClient):
27
27
 
28
28
 
29
29
  def VerifyLicense(self, request):
30
- """通过运行时roleId查询对应的软件 LICENSE
30
+ """从软件进程读取 LICENSE
31
31
 
32
32
  :param request: Request instance for VerifyLicense.
33
33
  :type request: :class:`tencentcloud.cloudapp.v20220530.models.VerifyLicenseRequest`
@@ -132,12 +132,16 @@ class AuditSummary(AbstractModel):
132
132
  def __init__(self):
133
133
  r"""
134
134
  :param _AuditStatus: 跟踪集状态,1:开启,0:关闭
135
+ 注意:此字段可能返回 null,表示取不到有效值。
135
136
  :type AuditStatus: int
136
137
  :param _CosBucketName: COS存储桶名称
138
+ 注意:此字段可能返回 null,表示取不到有效值。
137
139
  :type CosBucketName: str
138
140
  :param _AuditName: 跟踪集名称
141
+ 注意:此字段可能返回 null,表示取不到有效值。
139
142
  :type AuditName: str
140
143
  :param _LogFilePrefix: 日志前缀
144
+ 注意:此字段可能返回 null,表示取不到有效值。
141
145
  :type LogFilePrefix: str
142
146
  """
143
147
  self._AuditStatus = None
@@ -148,6 +152,7 @@ class AuditSummary(AbstractModel):
148
152
  @property
149
153
  def AuditStatus(self):
150
154
  """跟踪集状态,1:开启,0:关闭
155
+ 注意:此字段可能返回 null,表示取不到有效值。
151
156
  :rtype: int
152
157
  """
153
158
  return self._AuditStatus
@@ -159,6 +164,7 @@ class AuditSummary(AbstractModel):
159
164
  @property
160
165
  def CosBucketName(self):
161
166
  """COS存储桶名称
167
+ 注意:此字段可能返回 null,表示取不到有效值。
162
168
  :rtype: str
163
169
  """
164
170
  return self._CosBucketName
@@ -170,6 +176,7 @@ class AuditSummary(AbstractModel):
170
176
  @property
171
177
  def AuditName(self):
172
178
  """跟踪集名称
179
+ 注意:此字段可能返回 null,表示取不到有效值。
173
180
  :rtype: str
174
181
  """
175
182
  return self._AuditName
@@ -181,6 +188,7 @@ class AuditSummary(AbstractModel):
181
188
  @property
182
189
  def LogFilePrefix(self):
183
190
  """日志前缀
191
+ 注意:此字段可能返回 null,表示取不到有效值。
184
192
  :rtype: str
185
193
  """
186
194
  return self._LogFilePrefix
@@ -21780,7 +21780,7 @@ class ModifyConfigExtraRequest(AbstractModel):
21780
21780
  - multiline_fullregex_log代表:多行完全正则-文件日志(详见[使用多行-完全正则提取模式采集日志](https://cloud.tencent.com/document/product/614/52366));
21781
21781
  - user_define_log代表:组合解析(适用于多格式嵌套的日志,详见[使用组合解析提取模式采集日志](https://cloud.tencent.com/document/product/614/61310))。
21782
21782
  :type LogType: str
21783
- :param _LogFormat: 日志格式化方式,用于容器采集场景。
21783
+ :param _LogFormat: 日志格式化方式,用于容器采集场景。目前已经废弃
21784
21784
  - stdout-docker-json:用于docker容器采集场景
21785
21785
  - stdout-containerd:用于containerd容器采集场景
21786
21786
  :type LogFormat: str
@@ -21918,7 +21918,7 @@ class ModifyConfigExtraRequest(AbstractModel):
21918
21918
 
21919
21919
  @property
21920
21920
  def LogFormat(self):
21921
- """日志格式化方式,用于容器采集场景。
21921
+ """日志格式化方式,用于容器采集场景。目前已经废弃
21922
21922
  - stdout-docker-json:用于docker容器采集场景
21923
21923
  - stdout-containerd:用于containerd容器采集场景
21924
21924
  :rtype: str
@@ -8410,9 +8410,9 @@ class DescribeDCDBInstancesRequest(AbstractModel):
8410
8410
  :type Tags: list of Tag
8411
8411
  :param _FilterInstanceType: 实例类型过滤,1-独享实例,2-主实例,3-灾备实例,多个按逗号分隔
8412
8412
  :type FilterInstanceType: str
8413
- :param _Status: 按实例状态筛选
8413
+ :param _Status: 按实例状态筛选。状态值 -2:已删除; -1:已隔离;0:创建中;1:流程处理中;2:运行中
8414
8414
  :type Status: list of int
8415
- :param _ExcludeStatus: 排除实例状态
8415
+ :param _ExcludeStatus: 排除实例状态。状态值 -2:已删除; -1:已隔离;0:创建中;1:流程处理中;2:运行中
8416
8416
  :type ExcludeStatus: list of int
8417
8417
  """
8418
8418
  self._InstanceIds = None
@@ -8624,7 +8624,7 @@ class DescribeDCDBInstancesRequest(AbstractModel):
8624
8624
 
8625
8625
  @property
8626
8626
  def Status(self):
8627
- """按实例状态筛选
8627
+ """按实例状态筛选。状态值 -2:已删除; -1:已隔离;0:创建中;1:流程处理中;2:运行中
8628
8628
  :rtype: list of int
8629
8629
  """
8630
8630
  return self._Status
@@ -8635,7 +8635,7 @@ class DescribeDCDBInstancesRequest(AbstractModel):
8635
8635
 
8636
8636
  @property
8637
8637
  def ExcludeStatus(self):
8638
- """排除实例状态
8638
+ """排除实例状态。状态值 -2:已删除; -1:已隔离;0:创建中;1:流程处理中;2:运行中
8639
8639
  :rtype: list of int
8640
8640
  """
8641
8641
  return self._ExcludeStatus