tencentcloud-sdk-python 3.0.1407__py2.py3-none-any.whl → 3.0.1408__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 (46) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/apm/v20210622/models.py +15 -0
  3. tencentcloud/ccc/v20200210/models.py +168 -4
  4. tencentcloud/cdb/v20170320/cdb_client.py +5 -5
  5. tencentcloud/cdb/v20170320/models.py +42 -38
  6. tencentcloud/cdn/v20180606/errorcodes.py +9 -0
  7. tencentcloud/cdn/v20180606/models.py +2 -2
  8. tencentcloud/cfs/v20190719/models.py +19 -0
  9. tencentcloud/ckafka/v20190819/models.py +30 -0
  10. tencentcloud/csip/v20221121/csip_client.py +299 -0
  11. tencentcloud/csip/v20221121/models.py +11315 -6743
  12. tencentcloud/dts/v20211206/models.py +15 -0
  13. tencentcloud/es/v20180416/models.py +77 -0
  14. tencentcloud/ess/v20201111/errorcodes.py +30 -0
  15. tencentcloud/ess/v20201111/ess_client.py +31 -0
  16. tencentcloud/ess/v20201111/models.py +218 -8
  17. tencentcloud/essbasic/v20210526/errorcodes.py +9 -3
  18. tencentcloud/essbasic/v20210526/essbasic_client.py +32 -0
  19. tencentcloud/essbasic/v20210526/models.py +247 -2
  20. tencentcloud/gwlb/v20240906/models.py +2 -2
  21. tencentcloud/ioa/v20220601/models.py +75 -0
  22. tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +34 -11
  23. tencentcloud/iotexplorer/v20190423/models.py +258 -0
  24. tencentcloud/live/v20180801/live_client.py +0 -46
  25. tencentcloud/live/v20180801/models.py +0 -232
  26. tencentcloud/lkeap/v20240522/lkeap_client.py +0 -23
  27. tencentcloud/lkeap/v20240522/models.py +0 -167
  28. tencentcloud/ocr/v20181119/models.py +38 -0
  29. tencentcloud/ocr/v20181119/ocr_client.py +10 -0
  30. tencentcloud/ssl/v20191205/models.py +1081 -29
  31. tencentcloud/ssl/v20191205/ssl_client.py +92 -0
  32. tencentcloud/tcbr/v20220217/models.py +17 -0
  33. tencentcloud/tdmq/v20200217/models.py +107 -68
  34. tencentcloud/tdmq/v20200217/tdmq_client.py +2 -2
  35. tencentcloud/trocket/v20230308/errorcodes.py +3 -0
  36. tencentcloud/trocket/v20230308/models.py +230 -130
  37. tencentcloud/trocket/v20230308/trocket_client.py +9 -6
  38. tencentcloud/trtc/v20190722/models.py +6 -6
  39. tencentcloud/tse/v20201207/models.py +30 -0
  40. tencentcloud/wedata/v20210820/models.py +1280 -2
  41. tencentcloud/wedata/v20210820/wedata_client.py +46 -0
  42. {tencentcloud_sdk_python-3.0.1407.dist-info → tencentcloud_sdk_python-3.0.1408.dist-info}/METADATA +1 -1
  43. {tencentcloud_sdk_python-3.0.1407.dist-info → tencentcloud_sdk_python-3.0.1408.dist-info}/RECORD +46 -46
  44. {tencentcloud_sdk_python-3.0.1407.dist-info → tencentcloud_sdk_python-3.0.1408.dist-info}/LICENSE +0 -0
  45. {tencentcloud_sdk_python-3.0.1407.dist-info → tencentcloud_sdk_python-3.0.1408.dist-info}/WHEEL +0 -0
  46. {tencentcloud_sdk_python-3.0.1407.dist-info → tencentcloud_sdk_python-3.0.1408.dist-info}/top_level.txt +0 -0
@@ -12686,19 +12686,19 @@ class DescribeRabbitMQBindingsRequest(AbstractModel):
12686
12686
 
12687
12687
  def __init__(self):
12688
12688
  r"""
12689
- :param _InstanceId: 实例Id
12689
+ :param _InstanceId: 实例 ID,形如 amqp-xxxxxxxx。有效的 InstanceId 可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询。
12690
12690
  :type InstanceId: str
12691
- :param _VirtualHost: Vhost名称
12691
+ :param _VirtualHost: VirtualHost 名称,形如 testvhost。有效的 VirtualHost 名称可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询,在左侧导航栏点击 Vhost,并在 Vhost 列表中找到Vhost名称。
12692
12692
  :type VirtualHost: str
12693
- :param _Offset: 分页offset
12693
+ :param _Offset: 分页 offset,默认 0
12694
12694
  :type Offset: int
12695
- :param _Limit: 分页limit
12695
+ :param _Limit: 分页 limit,默认 20
12696
12696
  :type Limit: int
12697
12697
  :param _SearchWord: 搜索关键词,根据源exchange名称/目标资源名称/绑定key进行模糊搜索
12698
12698
  :type SearchWord: str
12699
12699
  :param _SourceExchange: 根据源Exchange精准搜索过滤
12700
12700
  :type SourceExchange: str
12701
- :param _QueueName: 根据目标QueueName精准搜索过滤,和DestinationExchange过滤不可同时设置
12701
+ :param _QueueName: 根据目标队列名精准搜索过滤,和 DestinationExchange 过滤不可同时设置
12702
12702
  :type QueueName: str
12703
12703
  :param _DestinationExchange: 根据目标Exchange精准搜索过滤,和QueueName过滤不可同时设置
12704
12704
  :type DestinationExchange: str
@@ -12714,7 +12714,7 @@ class DescribeRabbitMQBindingsRequest(AbstractModel):
12714
12714
 
12715
12715
  @property
12716
12716
  def InstanceId(self):
12717
- """实例Id
12717
+ """实例 ID,形如 amqp-xxxxxxxx。有效的 InstanceId 可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询。
12718
12718
  :rtype: str
12719
12719
  """
12720
12720
  return self._InstanceId
@@ -12725,7 +12725,7 @@ class DescribeRabbitMQBindingsRequest(AbstractModel):
12725
12725
 
12726
12726
  @property
12727
12727
  def VirtualHost(self):
12728
- """Vhost名称
12728
+ """VirtualHost 名称,形如 testvhost。有效的 VirtualHost 名称可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询,在左侧导航栏点击 Vhost,并在 Vhost 列表中找到Vhost名称。
12729
12729
  :rtype: str
12730
12730
  """
12731
12731
  return self._VirtualHost
@@ -12736,7 +12736,7 @@ class DescribeRabbitMQBindingsRequest(AbstractModel):
12736
12736
 
12737
12737
  @property
12738
12738
  def Offset(self):
12739
- """分页offset
12739
+ """分页 offset,默认 0
12740
12740
  :rtype: int
12741
12741
  """
12742
12742
  return self._Offset
@@ -12747,7 +12747,7 @@ class DescribeRabbitMQBindingsRequest(AbstractModel):
12747
12747
 
12748
12748
  @property
12749
12749
  def Limit(self):
12750
- """分页limit
12750
+ """分页 limit,默认 20
12751
12751
  :rtype: int
12752
12752
  """
12753
12753
  return self._Limit
@@ -12780,7 +12780,7 @@ class DescribeRabbitMQBindingsRequest(AbstractModel):
12780
12780
 
12781
12781
  @property
12782
12782
  def QueueName(self):
12783
- """根据目标QueueName精准搜索过滤,和DestinationExchange过滤不可同时设置
12783
+ """根据目标队列名精准搜索过滤,和 DestinationExchange 过滤不可同时设置
12784
12784
  :rtype: str
12785
12785
  """
12786
12786
  return self._QueueName
@@ -12829,7 +12829,7 @@ class DescribeRabbitMQBindingsResponse(AbstractModel):
12829
12829
  r"""
12830
12830
  :param _BindingInfoList: 路由关系列表
12831
12831
  :type BindingInfoList: list of RabbitMQBindingListInfo
12832
- :param _TotalCount: 数量
12832
+ :param _TotalCount: 路由关系数量
12833
12833
  :type TotalCount: int
12834
12834
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
12835
12835
  :type RequestId: str
@@ -12851,7 +12851,7 @@ class DescribeRabbitMQBindingsResponse(AbstractModel):
12851
12851
 
12852
12852
  @property
12853
12853
  def TotalCount(self):
12854
- """数量
12854
+ """路由关系数量
12855
12855
  :rtype: int
12856
12856
  """
12857
12857
  return self._TotalCount
@@ -12890,17 +12890,17 @@ class DescribeRabbitMQExchangesRequest(AbstractModel):
12890
12890
 
12891
12891
  def __init__(self):
12892
12892
  r"""
12893
- :param _InstanceId: 实例 id
12893
+ :param _InstanceId: 实例 ID,形如 amqp-xxxxxxxx。有效的 InstanceId 可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询。
12894
12894
  :type InstanceId: str
12895
- :param _VirtualHost: vhost 参数
12895
+ :param _VirtualHost: VirtualHost 名称,形如 testvhost。有效的 VirtualHost 名称可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询,在左侧导航栏点击 Vhost,并在 Vhost 列表中找到Vhost名称。
12896
12896
  :type VirtualHost: str
12897
- :param _Offset: 分页 offset
12897
+ :param _Offset: 分页 offset,默认 0
12898
12898
  :type Offset: int
12899
- :param _Limit: 分页 limit
12899
+ :param _Limit: 分页 limit,默认 20
12900
12900
  :type Limit: int
12901
12901
  :param _SearchWord: 搜索关键词, 支持模糊匹配
12902
12902
  :type SearchWord: str
12903
- :param _ExchangeTypeFilters: 筛选 exchange 类型, 数组中每个元素为选中的过滤类型
12903
+ :param _ExchangeTypeFilters: 筛选 exchange 类型, 数组中每个元素为选中的过滤类型,仅支持 direct、fanout、topic、header
12904
12904
  :type ExchangeTypeFilters: list of str
12905
12905
  :param _ExchangeCreatorFilters: 筛选 exchange 创建来源, "system":"系统创建", "user":"用户创建"
12906
12906
  :type ExchangeCreatorFilters: list of str
@@ -12912,6 +12912,8 @@ MessageRateIn - 生产速率;
12912
12912
  MessageRateOut - 消费速率;
12913
12913
  :type SortElement: str
12914
12914
  :param _SortOrder: 排序顺序,ascend 或 descend
12915
+ ascend:升序
12916
+ descend:降序
12915
12917
  :type SortOrder: str
12916
12918
  """
12917
12919
  self._InstanceId = None
@@ -12927,7 +12929,7 @@ MessageRateOut - 消费速率;
12927
12929
 
12928
12930
  @property
12929
12931
  def InstanceId(self):
12930
- """实例 id
12932
+ """实例 ID,形如 amqp-xxxxxxxx。有效的 InstanceId 可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询。
12931
12933
  :rtype: str
12932
12934
  """
12933
12935
  return self._InstanceId
@@ -12938,7 +12940,7 @@ MessageRateOut - 消费速率;
12938
12940
 
12939
12941
  @property
12940
12942
  def VirtualHost(self):
12941
- """vhost 参数
12943
+ """VirtualHost 名称,形如 testvhost。有效的 VirtualHost 名称可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询,在左侧导航栏点击 Vhost,并在 Vhost 列表中找到Vhost名称。
12942
12944
  :rtype: str
12943
12945
  """
12944
12946
  return self._VirtualHost
@@ -12949,7 +12951,7 @@ MessageRateOut - 消费速率;
12949
12951
 
12950
12952
  @property
12951
12953
  def Offset(self):
12952
- """分页 offset
12954
+ """分页 offset,默认 0
12953
12955
  :rtype: int
12954
12956
  """
12955
12957
  return self._Offset
@@ -12960,7 +12962,7 @@ MessageRateOut - 消费速率;
12960
12962
 
12961
12963
  @property
12962
12964
  def Limit(self):
12963
- """分页 limit
12965
+ """分页 limit,默认 20
12964
12966
  :rtype: int
12965
12967
  """
12966
12968
  return self._Limit
@@ -12982,7 +12984,7 @@ MessageRateOut - 消费速率;
12982
12984
 
12983
12985
  @property
12984
12986
  def ExchangeTypeFilters(self):
12985
- """筛选 exchange 类型, 数组中每个元素为选中的过滤类型
12987
+ """筛选 exchange 类型, 数组中每个元素为选中的过滤类型,仅支持 direct、fanout、topic、header
12986
12988
  :rtype: list of str
12987
12989
  """
12988
12990
  return self._ExchangeTypeFilters
@@ -13030,6 +13032,8 @@ MessageRateOut - 消费速率;
13030
13032
  @property
13031
13033
  def SortOrder(self):
13032
13034
  """排序顺序,ascend 或 descend
13035
+ ascend:升序
13036
+ descend:降序
13033
13037
  :rtype: str
13034
13038
  """
13035
13039
  return self._SortOrder
@@ -13338,15 +13342,15 @@ class DescribeRabbitMQPermissionRequest(AbstractModel):
13338
13342
 
13339
13343
  def __init__(self):
13340
13344
  r"""
13341
- :param _InstanceId: 集群实例id
13345
+ :param _InstanceId: 实例 ID,形如 amqp-xxxxxxxx。有效的 InstanceId 可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询。
13342
13346
  :type InstanceId: str
13343
- :param _User: 用户名,用于查询过滤,不传则查询全部
13347
+ :param _User: 用户名,形如 admin。有效的 User 名称可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询,点击集群列表中的集群,进入集群详情,并在用户与权限页签中找到用户列表,从而找到用户名称。
13344
13348
  :type User: str
13345
- :param _VirtualHost: vhost名,用于查询过滤,不传则查询全部
13349
+ :param _VirtualHost: VirtualHost 名称,形如 testvhost。有效的 VirtualHost 名称可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询,在左侧导航栏点击 Vhost,并在 Vhost 列表中找到 Vhost 名称。
13346
13350
  :type VirtualHost: str
13347
- :param _Offset: 分页Offset
13351
+ :param _Offset: 分页 Offset,默认 0
13348
13352
  :type Offset: int
13349
- :param _Limit: 分页Limit
13353
+ :param _Limit: 分页 Limit,默认 20
13350
13354
  :type Limit: int
13351
13355
  """
13352
13356
  self._InstanceId = None
@@ -13357,7 +13361,7 @@ class DescribeRabbitMQPermissionRequest(AbstractModel):
13357
13361
 
13358
13362
  @property
13359
13363
  def InstanceId(self):
13360
- """集群实例id
13364
+ """实例 ID,形如 amqp-xxxxxxxx。有效的 InstanceId 可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询。
13361
13365
  :rtype: str
13362
13366
  """
13363
13367
  return self._InstanceId
@@ -13368,7 +13372,7 @@ class DescribeRabbitMQPermissionRequest(AbstractModel):
13368
13372
 
13369
13373
  @property
13370
13374
  def User(self):
13371
- """用户名,用于查询过滤,不传则查询全部
13375
+ """用户名,形如 admin。有效的 User 名称可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询,点击集群列表中的集群,进入集群详情,并在用户与权限页签中找到用户列表,从而找到用户名称。
13372
13376
  :rtype: str
13373
13377
  """
13374
13378
  return self._User
@@ -13379,7 +13383,7 @@ class DescribeRabbitMQPermissionRequest(AbstractModel):
13379
13383
 
13380
13384
  @property
13381
13385
  def VirtualHost(self):
13382
- """vhost名,用于查询过滤,不传则查询全部
13386
+ """VirtualHost 名称,形如 testvhost。有效的 VirtualHost 名称可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询,在左侧导航栏点击 Vhost,并在 Vhost 列表中找到 Vhost 名称。
13383
13387
  :rtype: str
13384
13388
  """
13385
13389
  return self._VirtualHost
@@ -13390,7 +13394,7 @@ class DescribeRabbitMQPermissionRequest(AbstractModel):
13390
13394
 
13391
13395
  @property
13392
13396
  def Offset(self):
13393
- """分页Offset
13397
+ """分页 Offset,默认 0
13394
13398
  :rtype: int
13395
13399
  """
13396
13400
  return self._Offset
@@ -13401,7 +13405,7 @@ class DescribeRabbitMQPermissionRequest(AbstractModel):
13401
13405
 
13402
13406
  @property
13403
13407
  def Limit(self):
13404
- """分页Limit
13408
+ """分页 Limit,默认 20
13405
13409
  :rtype: int
13406
13410
  """
13407
13411
  return self._Limit
@@ -14333,17 +14337,18 @@ class DescribeRabbitMQUserRequest(AbstractModel):
14333
14337
 
14334
14338
  def __init__(self):
14335
14339
  r"""
14336
- :param _InstanceId: 集群实例Id
14340
+ :param _InstanceId: 实例 ID,形如 amqp-xxxxxxxx。有效的 InstanceId 可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询。
14337
14341
  :type InstanceId: str
14338
14342
  :param _SearchUser: 用户名检索,支持前缀匹配,后缀匹配
14339
14343
  :type SearchUser: str
14340
- :param _Offset: 分页Offset
14344
+ :param _Offset: 分页 Offset,默认 0
14341
14345
  :type Offset: int
14342
- :param _Limit: 分页Limit
14346
+ :param _Limit: 分页 Limit,默认 20
14343
14347
  :type Limit: int
14344
14348
  :param _User: 用户名,精确查询
14345
14349
  :type User: str
14346
- :param _Tags: 用户标签,根据标签过滤列表
14350
+ :param _Tags: 用户标签,用于决定改用户访问 RabbitMQ Management 的权限范围
14351
+ management:普通控制台用户,monitoring:管理型控制台用户,其他值:非控制台用户
14347
14352
  :type Tags: list of str
14348
14353
  """
14349
14354
  self._InstanceId = None
@@ -14355,7 +14360,7 @@ class DescribeRabbitMQUserRequest(AbstractModel):
14355
14360
 
14356
14361
  @property
14357
14362
  def InstanceId(self):
14358
- """集群实例Id
14363
+ """实例 ID,形如 amqp-xxxxxxxx。有效的 InstanceId 可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询。
14359
14364
  :rtype: str
14360
14365
  """
14361
14366
  return self._InstanceId
@@ -14377,7 +14382,7 @@ class DescribeRabbitMQUserRequest(AbstractModel):
14377
14382
 
14378
14383
  @property
14379
14384
  def Offset(self):
14380
- """分页Offset
14385
+ """分页 Offset,默认 0
14381
14386
  :rtype: int
14382
14387
  """
14383
14388
  return self._Offset
@@ -14388,7 +14393,7 @@ class DescribeRabbitMQUserRequest(AbstractModel):
14388
14393
 
14389
14394
  @property
14390
14395
  def Limit(self):
14391
- """分页Limit
14396
+ """分页 Limit,默认 20
14392
14397
  :rtype: int
14393
14398
  """
14394
14399
  return self._Limit
@@ -14410,7 +14415,8 @@ class DescribeRabbitMQUserRequest(AbstractModel):
14410
14415
 
14411
14416
  @property
14412
14417
  def Tags(self):
14413
- """用户标签,根据标签过滤列表
14418
+ """用户标签,用于决定改用户访问 RabbitMQ Management 的权限范围
14419
+ management:普通控制台用户,monitoring:管理型控制台用户,其他值:非控制台用户
14414
14420
  :rtype: list of str
14415
14421
  """
14416
14422
  return self._Tags
@@ -14507,14 +14513,14 @@ class DescribeRabbitMQVipInstanceRequest(AbstractModel):
14507
14513
 
14508
14514
  def __init__(self):
14509
14515
  r"""
14510
- :param _ClusterId: 集群ID
14516
+ :param _ClusterId: 集群 ID
14511
14517
  :type ClusterId: str
14512
14518
  """
14513
14519
  self._ClusterId = None
14514
14520
 
14515
14521
  @property
14516
14522
  def ClusterId(self):
14517
- """集群ID
14523
+ """集群 ID
14518
14524
  :rtype: str
14519
14525
  """
14520
14526
  return self._ClusterId
@@ -14692,9 +14698,9 @@ class DescribeRabbitMQVipInstancesRequest(AbstractModel):
14692
14698
  r"""
14693
14699
  :param _Filters: 查询条件过滤器
14694
14700
  :type Filters: list of Filter
14695
- :param _Limit: 查询数目上限,默认20
14701
+ :param _Limit: 查询数目上限,默认 20
14696
14702
  :type Limit: int
14697
- :param _Offset: 查询起始位置
14703
+ :param _Offset: 查询起始位置,默认 0
14698
14704
  :type Offset: int
14699
14705
  """
14700
14706
  self._Filters = None
@@ -14714,7 +14720,7 @@ class DescribeRabbitMQVipInstancesRequest(AbstractModel):
14714
14720
 
14715
14721
  @property
14716
14722
  def Limit(self):
14717
- """查询数目上限,默认20
14723
+ """查询数目上限,默认 20
14718
14724
  :rtype: int
14719
14725
  """
14720
14726
  return self._Limit
@@ -14725,7 +14731,7 @@ class DescribeRabbitMQVipInstancesRequest(AbstractModel):
14725
14731
 
14726
14732
  @property
14727
14733
  def Offset(self):
14728
- """查询起始位置
14734
+ """查询起始位置,默认 0
14729
14735
  :rtype: int
14730
14736
  """
14731
14737
  return self._Offset
@@ -24544,11 +24550,14 @@ class ModifyRocketMQInstanceRequest(AbstractModel):
24544
24550
  :type Remark: str
24545
24551
  :param _MessageRetention: 实例消息保留时间,小时为单位
24546
24552
  :type MessageRetention: int
24553
+ :param _EnableDeletionProtection: 是否开启删除保护
24554
+ :type EnableDeletionProtection: bool
24547
24555
  """
24548
24556
  self._InstanceId = None
24549
24557
  self._Name = None
24550
24558
  self._Remark = None
24551
24559
  self._MessageRetention = None
24560
+ self._EnableDeletionProtection = None
24552
24561
 
24553
24562
  @property
24554
24563
  def InstanceId(self):
@@ -24594,12 +24603,24 @@ class ModifyRocketMQInstanceRequest(AbstractModel):
24594
24603
  def MessageRetention(self, MessageRetention):
24595
24604
  self._MessageRetention = MessageRetention
24596
24605
 
24606
+ @property
24607
+ def EnableDeletionProtection(self):
24608
+ """是否开启删除保护
24609
+ :rtype: bool
24610
+ """
24611
+ return self._EnableDeletionProtection
24612
+
24613
+ @EnableDeletionProtection.setter
24614
+ def EnableDeletionProtection(self, EnableDeletionProtection):
24615
+ self._EnableDeletionProtection = EnableDeletionProtection
24616
+
24597
24617
 
24598
24618
  def _deserialize(self, params):
24599
24619
  self._InstanceId = params.get("InstanceId")
24600
24620
  self._Name = params.get("Name")
24601
24621
  self._Remark = params.get("Remark")
24602
24622
  self._MessageRetention = params.get("MessageRetention")
24623
+ self._EnableDeletionProtection = params.get("EnableDeletionProtection")
24603
24624
  memeber_set = set(params.keys())
24604
24625
  for name, value in vars(self).items():
24605
24626
  property_name = name[1:]
@@ -27875,19 +27896,19 @@ OFF/ON/CREATING/DELETING
27875
27896
 
27876
27897
 
27877
27898
  class RabbitMQClusterInfo(AbstractModel):
27878
- """RabbiteMQ集群基本信息
27899
+ """RabbitMQ 集群基本信息
27879
27900
 
27880
27901
  """
27881
27902
 
27882
27903
  def __init__(self):
27883
27904
  r"""
27884
- :param _ClusterId: 集群ID
27905
+ :param _ClusterId: 集群 ID
27885
27906
  :type ClusterId: str
27886
27907
  :param _ClusterName: 集群名称
27887
27908
  :type ClusterName: str
27888
27909
  :param _Region: 地域信息
27889
27910
  :type Region: str
27890
- :param _CreateTime: 创建时间,毫秒为单位
27911
+ :param _CreateTime: 创建时间,毫秒为单位。unix 时间戳
27891
27912
  :type CreateTime: int
27892
27913
  :param _Remark: 集群说明信息
27893
27914
  :type Remark: str
@@ -27903,7 +27924,7 @@ class RabbitMQClusterInfo(AbstractModel):
27903
27924
  :type MessagePublishRate: float
27904
27925
  :param _MessageStackNumber: 堆积消息数 单位:条
27905
27926
  :type MessageStackNumber: int
27906
- :param _ExpireTime: 过期时间
27927
+ :param _ExpireTime: 实例到期时间,按量付费的资源该值为 0,毫秒为单位。unix 时间戳
27907
27928
  :type ExpireTime: int
27908
27929
  :param _ChannelNumber: Channel数量
27909
27930
  :type ChannelNumber: int
@@ -27930,7 +27951,7 @@ class RabbitMQClusterInfo(AbstractModel):
27930
27951
  :type PayMode: int
27931
27952
  :param _InstanceType: 实例类型,0 专享版、1 Serverless 版
27932
27953
  :type InstanceType: int
27933
- :param _IsolatedTime: 开始隔离时间
27954
+ :param _IsolatedTime: 开始隔离时间。unix 时间戳
27934
27955
  :type IsolatedTime: int
27935
27956
  :param _Container: 是否为容器实例,默认 true
27936
27957
  :type Container: bool
@@ -27964,7 +27985,7 @@ class RabbitMQClusterInfo(AbstractModel):
27964
27985
 
27965
27986
  @property
27966
27987
  def ClusterId(self):
27967
- """集群ID
27988
+ """集群 ID
27968
27989
  :rtype: str
27969
27990
  """
27970
27991
  return self._ClusterId
@@ -27997,7 +28018,7 @@ class RabbitMQClusterInfo(AbstractModel):
27997
28018
 
27998
28019
  @property
27999
28020
  def CreateTime(self):
28000
- """创建时间,毫秒为单位
28021
+ """创建时间,毫秒为单位。unix 时间戳
28001
28022
  :rtype: int
28002
28023
  """
28003
28024
  return self._CreateTime
@@ -28085,7 +28106,7 @@ class RabbitMQClusterInfo(AbstractModel):
28085
28106
 
28086
28107
  @property
28087
28108
  def ExpireTime(self):
28088
- """过期时间
28109
+ """实例到期时间,按量付费的资源该值为 0,毫秒为单位。unix 时间戳
28089
28110
  :rtype: int
28090
28111
  """
28091
28112
  return self._ExpireTime
@@ -28229,7 +28250,7 @@ class RabbitMQClusterInfo(AbstractModel):
28229
28250
 
28230
28251
  @property
28231
28252
  def IsolatedTime(self):
28232
- """开始隔离时间
28253
+ """开始隔离时间。unix 时间戳
28233
28254
  :rtype: int
28234
28255
  """
28235
28256
  return self._IsolatedTime
@@ -29660,13 +29681,13 @@ class RabbitMQUser(AbstractModel):
29660
29681
 
29661
29682
 
29662
29683
  class RabbitMQVipInstance(AbstractModel):
29663
- """RabbitMQ专享实例信息
29684
+ """RabbitMQ 托管版实例信息
29664
29685
 
29665
29686
  """
29666
29687
 
29667
29688
  def __init__(self):
29668
29689
  r"""
29669
- :param _InstanceId: 实例id
29690
+ :param _InstanceId: 实例 ID
29670
29691
  :type InstanceId: str
29671
29692
  :param _InstanceName: 实例名称
29672
29693
  :type InstanceName: str
@@ -29684,17 +29705,26 @@ class RabbitMQVipInstance(AbstractModel):
29684
29705
  :type MaxBandWidth: int
29685
29706
  :param _MaxStorage: 存储容量,GB为单位
29686
29707
  :type MaxStorage: int
29687
- :param _ExpireTime: 实例到期时间,毫秒为单位
29708
+ :param _ExpireTime: 实例到期时间,按量付费的资源该值为 0,毫秒为单位。unix 时间戳
29688
29709
  :type ExpireTime: int
29689
29710
  :param _AutoRenewFlag: 自动续费标记,0表示默认状态(用户未设置,即初始状态即手动续费), 1表示自动续费,2表示明确不自动续费(用户设置)
29690
29711
  :type AutoRenewFlag: int
29691
- :param _PayMode: 0-后付费,1-预付费
29712
+ :param _PayMode: 1 表示预付费,0 表示后付费
29692
29713
  :type PayMode: int
29693
29714
  :param _Remark: 备注信息
29694
29715
  :type Remark: str
29695
- :param _SpecName: 实例配置ID
29716
+ :param _SpecName: 集群的节点规格,需要输入对应的规格标识:
29717
+ 2C8G:rabbit-vip-basic-2c8g
29718
+ 4C16G:rabbit-vip-basic-4c16g
29719
+ 8C32G:rabbit-vip-basic-8c32g
29720
+ 16C32G:rabbit-vip-basic-4
29721
+ 16C64G:rabbit-vip-basic-16c64g
29722
+ 2C4G:rabbit-vip-basic-5
29723
+ 4C8G:rabbit-vip-basic-1
29724
+ 8C16G(已售罄):rabbit-vip-basic-2
29725
+ 不传默认为4C8G:rabbit-vip-basic-1
29696
29726
  :type SpecName: str
29697
- :param _ExceptionInformation: 集群异常。
29727
+ :param _ExceptionInformation: 集群异常信息
29698
29728
  注意:此字段可能返回 null,表示取不到有效值。
29699
29729
  :type ExceptionInformation: str
29700
29730
  :param _ClusterStatus: 实例状态,0表示创建中,1表示正常,2表示隔离中,3表示已销毁,4 - 异常, 5 - 发货失败
@@ -29705,7 +29735,7 @@ class RabbitMQVipInstance(AbstractModel):
29705
29735
  :type PublicAccessEndpoint: str
29706
29736
  :param _Vpcs: VPC 接入点列表
29707
29737
  :type Vpcs: list of VpcEndpointInfo
29708
- :param _CreateTime: 创建时间,毫秒为单位
29738
+ :param _CreateTime: 创建时间,毫秒为单位。unix 时间戳
29709
29739
  :type CreateTime: int
29710
29740
  :param _InstanceType: 实例类型,0 专享版、1 Serverless 版
29711
29741
  :type InstanceType: int
@@ -29736,7 +29766,7 @@ class RabbitMQVipInstance(AbstractModel):
29736
29766
 
29737
29767
  @property
29738
29768
  def InstanceId(self):
29739
- """实例id
29769
+ """实例 ID
29740
29770
  :rtype: str
29741
29771
  """
29742
29772
  return self._InstanceId
@@ -29835,7 +29865,7 @@ class RabbitMQVipInstance(AbstractModel):
29835
29865
 
29836
29866
  @property
29837
29867
  def ExpireTime(self):
29838
- """实例到期时间,毫秒为单位
29868
+ """实例到期时间,按量付费的资源该值为 0,毫秒为单位。unix 时间戳
29839
29869
  :rtype: int
29840
29870
  """
29841
29871
  return self._ExpireTime
@@ -29857,7 +29887,7 @@ class RabbitMQVipInstance(AbstractModel):
29857
29887
 
29858
29888
  @property
29859
29889
  def PayMode(self):
29860
- """0-后付费,1-预付费
29890
+ """1 表示预付费,0 表示后付费
29861
29891
  :rtype: int
29862
29892
  """
29863
29893
  return self._PayMode
@@ -29879,7 +29909,16 @@ class RabbitMQVipInstance(AbstractModel):
29879
29909
 
29880
29910
  @property
29881
29911
  def SpecName(self):
29882
- """实例配置ID
29912
+ """集群的节点规格,需要输入对应的规格标识:
29913
+ 2C8G:rabbit-vip-basic-2c8g
29914
+ 4C16G:rabbit-vip-basic-4c16g
29915
+ 8C32G:rabbit-vip-basic-8c32g
29916
+ 16C32G:rabbit-vip-basic-4
29917
+ 16C64G:rabbit-vip-basic-16c64g
29918
+ 2C4G:rabbit-vip-basic-5
29919
+ 4C8G:rabbit-vip-basic-1
29920
+ 8C16G(已售罄):rabbit-vip-basic-2
29921
+ 不传默认为4C8G:rabbit-vip-basic-1
29883
29922
  :rtype: str
29884
29923
  """
29885
29924
  return self._SpecName
@@ -29890,7 +29929,7 @@ class RabbitMQVipInstance(AbstractModel):
29890
29929
 
29891
29930
  @property
29892
29931
  def ExceptionInformation(self):
29893
- """集群异常。
29932
+ """集群异常信息
29894
29933
  注意:此字段可能返回 null,表示取不到有效值。
29895
29934
  :rtype: str
29896
29935
  """
@@ -29937,7 +29976,7 @@ class RabbitMQVipInstance(AbstractModel):
29937
29976
 
29938
29977
  @property
29939
29978
  def CreateTime(self):
29940
- """创建时间,毫秒为单位
29979
+ """创建时间,毫秒为单位。unix 时间戳
29941
29980
  :rtype: int
29942
29981
  """
29943
29982
  return self._CreateTime
@@ -1777,7 +1777,7 @@ class TdmqClient(AbstractClient):
1777
1777
 
1778
1778
 
1779
1779
  def DescribeRabbitMQVipInstance(self, request):
1780
- """获取单个RabbitMQ专享实例信息
1780
+ """获取单个 RabbitMQ 托管版实例信息
1781
1781
 
1782
1782
  :param request: Request instance for DescribeRabbitMQVipInstance.
1783
1783
  :type request: :class:`tencentcloud.tdmq.v20200217.models.DescribeRabbitMQVipInstanceRequest`
@@ -1800,7 +1800,7 @@ class TdmqClient(AbstractClient):
1800
1800
 
1801
1801
 
1802
1802
  def DescribeRabbitMQVipInstances(self, request):
1803
- """查询用户已购的RabbitMQ专享实例列表
1803
+ """查询用户已购的 RabbitMQ 托管版实例列表
1804
1804
 
1805
1805
  :param request: Request instance for DescribeRabbitMQVipInstances.
1806
1806
  :type request: :class:`tencentcloud.tdmq.v20200217.models.DescribeRabbitMQVipInstancesRequest`
@@ -44,6 +44,9 @@ RESOURCENOTFOUND_INSTANCE = 'ResourceNotFound.Instance'
44
44
  # 消息不存在。
45
45
  RESOURCENOTFOUND_MESSAGE = 'ResourceNotFound.Message'
46
46
 
47
+ # 迁移任务不存在,请检查后重试。
48
+ RESOURCENOTFOUND_MIGRATIONTASK = 'ResourceNotFound.MigrationTask'
49
+
47
50
  # 角色不存在,请检查后重试。
48
51
  RESOURCENOTFOUND_ROLE = 'ResourceNotFound.Role'
49
52