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
@@ -25,11 +25,13 @@ class ChangeMigratingTopicToNextStageRequest(AbstractModel):
25
25
 
26
26
  def __init__(self):
27
27
  r"""
28
- :param _TaskId: 任务ID
28
+ :param _TaskId: 任务ID,可在[DescribeSmoothMigrationTaskList](https://cloud.tencent.com/document/api/1493/119997)接口返回的[SmoothMigrationTaskItem](https://cloud.tencent.com/document/api/1493/96031#SmoothMigrationTaskItem)或控制台中获得。
29
+
29
30
  :type TaskId: str
30
- :param _TopicNameList: 主题名称列表
31
+ :param _TopicNameList: 主题名称列表,主题名称可在[DescribeMigratingTopicList](https://cloud.tencent.com/document/api/1493/118007)接口返回的[MigratingTopic](https://cloud.tencent.com/document/api/1493/96031#MigratingTopic)数据结构中获得。
32
+
31
33
  :type TopicNameList: list of str
32
- :param _NamespaceList: 命名空间列表,仅4.x集群有效,与TopicNameList一一对应
34
+ :param _NamespaceList: 命名空间列表,仅4.x集群有效,与TopicNameList一一对应,可在[DescribeMigratingTopicList](https://cloud.tencent.com/document/api/1493/118007)接口返回的[MigratingTopic](https://cloud.tencent.com/document/api/1493/96031#MigratingTopic)数据结构中获得。
33
35
  :type NamespaceList: list of str
34
36
  """
35
37
  self._TaskId = None
@@ -38,7 +40,8 @@ class ChangeMigratingTopicToNextStageRequest(AbstractModel):
38
40
 
39
41
  @property
40
42
  def TaskId(self):
41
- """任务ID
43
+ """任务ID,可在[DescribeSmoothMigrationTaskList](https://cloud.tencent.com/document/api/1493/119997)接口返回的[SmoothMigrationTaskItem](https://cloud.tencent.com/document/api/1493/96031#SmoothMigrationTaskItem)或控制台中获得。
44
+
42
45
  :rtype: str
43
46
  """
44
47
  return self._TaskId
@@ -49,7 +52,8 @@ class ChangeMigratingTopicToNextStageRequest(AbstractModel):
49
52
 
50
53
  @property
51
54
  def TopicNameList(self):
52
- """主题名称列表
55
+ """主题名称列表,主题名称可在[DescribeMigratingTopicList](https://cloud.tencent.com/document/api/1493/118007)接口返回的[MigratingTopic](https://cloud.tencent.com/document/api/1493/96031#MigratingTopic)数据结构中获得。
56
+
53
57
  :rtype: list of str
54
58
  """
55
59
  return self._TopicNameList
@@ -60,7 +64,7 @@ class ChangeMigratingTopicToNextStageRequest(AbstractModel):
60
64
 
61
65
  @property
62
66
  def NamespaceList(self):
63
- """命名空间列表,仅4.x集群有效,与TopicNameList一一对应
67
+ """命名空间列表,仅4.x集群有效,与TopicNameList一一对应,可在[DescribeMigratingTopicList](https://cloud.tencent.com/document/api/1493/118007)接口返回的[MigratingTopic](https://cloud.tencent.com/document/api/1493/96031#MigratingTopic)数据结构中获得。
64
68
  :rtype: list of str
65
69
  """
66
70
  return self._NamespaceList
@@ -2599,14 +2603,16 @@ class DeleteSmoothMigrationTaskRequest(AbstractModel):
2599
2603
 
2600
2604
  def __init__(self):
2601
2605
  r"""
2602
- :param _TaskId: 任务ID
2606
+ :param _TaskId: 任务ID,可在[DescribeSmoothMigrationTaskList](https://cloud.tencent.com/document/api/1493/119997)接口返回的[SmoothMigrationTaskItem](https://cloud.tencent.com/document/api/1493/96031#SmoothMigrationTaskItem)或控制台中获得。
2607
+
2603
2608
  :type TaskId: str
2604
2609
  """
2605
2610
  self._TaskId = None
2606
2611
 
2607
2612
  @property
2608
2613
  def TaskId(self):
2609
- """任务ID
2614
+ """任务ID,可在[DescribeSmoothMigrationTaskList](https://cloud.tencent.com/document/api/1493/119997)接口返回的[SmoothMigrationTaskItem](https://cloud.tencent.com/document/api/1493/96031#SmoothMigrationTaskItem)或控制台中获得。
2615
+
2610
2616
  :rtype: str
2611
2617
  """
2612
2618
  return self._TaskId
@@ -7001,11 +7007,12 @@ class DescribeMigratingGroupStatsRequest(AbstractModel):
7001
7007
 
7002
7008
  def __init__(self):
7003
7009
  r"""
7004
- :param _TaskId: 迁移任务ID
7010
+ :param _TaskId: 任务ID,可在[DescribeSmoothMigrationTaskList](https://cloud.tencent.com/document/api/1493/119997)接口返回的[SmoothMigrationTaskItem](https://cloud.tencent.com/document/api/1493/96031#SmoothMigrationTaskItem)或控制台中获得。
7005
7011
  :type TaskId: str
7006
- :param _GroupName: 消费组名称
7012
+ :param _GroupName: 消费组名称,可在[DescribeSourceClusterGroupList](https://cloud.tencent.com/document/api/1493/118006)接口返回的[SourceClusterGroupConfig](https://cloud.tencent.com/document/api/1493/96031#SourceClusterGroupConfig)或控制台中获取。
7013
+
7007
7014
  :type GroupName: str
7008
- :param _Namespace: 命名空间
7015
+ :param _Namespace: 命名空间,仅迁移至4.x集群有效,可在[DescribeSourceClusterGroupList](https://cloud.tencent.com/document/api/1493/118006)接口返回的[SourceClusterGroupConfig](https://cloud.tencent.com/document/api/1493/96031#SourceClusterGroupConfig)或控制台中获取。
7009
7016
  :type Namespace: str
7010
7017
  """
7011
7018
  self._TaskId = None
@@ -7014,7 +7021,7 @@ class DescribeMigratingGroupStatsRequest(AbstractModel):
7014
7021
 
7015
7022
  @property
7016
7023
  def TaskId(self):
7017
- """迁移任务ID
7024
+ """任务ID,可在[DescribeSmoothMigrationTaskList](https://cloud.tencent.com/document/api/1493/119997)接口返回的[SmoothMigrationTaskItem](https://cloud.tencent.com/document/api/1493/96031#SmoothMigrationTaskItem)或控制台中获得。
7018
7025
  :rtype: str
7019
7026
  """
7020
7027
  return self._TaskId
@@ -7025,7 +7032,8 @@ class DescribeMigratingGroupStatsRequest(AbstractModel):
7025
7032
 
7026
7033
  @property
7027
7034
  def GroupName(self):
7028
- """消费组名称
7035
+ """消费组名称,可在[DescribeSourceClusterGroupList](https://cloud.tencent.com/document/api/1493/118006)接口返回的[SourceClusterGroupConfig](https://cloud.tencent.com/document/api/1493/96031#SourceClusterGroupConfig)或控制台中获取。
7036
+
7029
7037
  :rtype: str
7030
7038
  """
7031
7039
  return self._GroupName
@@ -7036,7 +7044,7 @@ class DescribeMigratingGroupStatsRequest(AbstractModel):
7036
7044
 
7037
7045
  @property
7038
7046
  def Namespace(self):
7039
- """命名空间
7047
+ """命名空间,仅迁移至4.x集群有效,可在[DescribeSourceClusterGroupList](https://cloud.tencent.com/document/api/1493/118006)接口返回的[SourceClusterGroupConfig](https://cloud.tencent.com/document/api/1493/96031#SourceClusterGroupConfig)或控制台中获取。
7040
7048
  :rtype: str
7041
7049
  """
7042
7050
  return self._Namespace
@@ -7165,23 +7173,25 @@ class DescribeMigratingTopicListRequest(AbstractModel):
7165
7173
 
7166
7174
  def __init__(self):
7167
7175
  r"""
7168
- :param _TaskId: 任务ID
7176
+ :param _TaskId: 任务ID,可在[DescribeSmoothMigrationTaskList](https://cloud.tencent.com/document/api/1493/119997)接口返回的[SmoothMigrationTaskItem](https://cloud.tencent.com/document/api/1493/96031#SmoothMigrationTaskItem)或控制台中获得。
7177
+
7169
7178
  :type TaskId: str
7170
- :param _Filters: 查询条件列表
7171
- :type Filters: list of Filter
7172
- :param _Offset: 查询起始位置
7173
- :type Offset: int
7174
- :param _Limit: 查询结果限制数量
7179
+ :param _Limit: 查询结果限制数量,默认20。
7175
7180
  :type Limit: int
7181
+ :param _Offset: 查询起始位置,默认为0。
7182
+ :type Offset: int
7183
+ :param _Filters: 过滤查询条件列表,请在引用此参数的API说明中了解使用方法。
7184
+ :type Filters: list of Filter
7176
7185
  """
7177
7186
  self._TaskId = None
7178
- self._Filters = None
7179
- self._Offset = None
7180
7187
  self._Limit = None
7188
+ self._Offset = None
7189
+ self._Filters = None
7181
7190
 
7182
7191
  @property
7183
7192
  def TaskId(self):
7184
- """任务ID
7193
+ """任务ID,可在[DescribeSmoothMigrationTaskList](https://cloud.tencent.com/document/api/1493/119997)接口返回的[SmoothMigrationTaskItem](https://cloud.tencent.com/document/api/1493/96031#SmoothMigrationTaskItem)或控制台中获得。
7194
+
7185
7195
  :rtype: str
7186
7196
  """
7187
7197
  return self._TaskId
@@ -7191,19 +7201,19 @@ class DescribeMigratingTopicListRequest(AbstractModel):
7191
7201
  self._TaskId = TaskId
7192
7202
 
7193
7203
  @property
7194
- def Filters(self):
7195
- """查询条件列表
7196
- :rtype: list of Filter
7204
+ def Limit(self):
7205
+ """查询结果限制数量,默认20。
7206
+ :rtype: int
7197
7207
  """
7198
- return self._Filters
7208
+ return self._Limit
7199
7209
 
7200
- @Filters.setter
7201
- def Filters(self, Filters):
7202
- self._Filters = Filters
7210
+ @Limit.setter
7211
+ def Limit(self, Limit):
7212
+ self._Limit = Limit
7203
7213
 
7204
7214
  @property
7205
7215
  def Offset(self):
7206
- """查询起始位置
7216
+ """查询起始位置,默认为0。
7207
7217
  :rtype: int
7208
7218
  """
7209
7219
  return self._Offset
@@ -7213,27 +7223,27 @@ class DescribeMigratingTopicListRequest(AbstractModel):
7213
7223
  self._Offset = Offset
7214
7224
 
7215
7225
  @property
7216
- def Limit(self):
7217
- """查询结果限制数量
7218
- :rtype: int
7226
+ def Filters(self):
7227
+ """过滤查询条件列表,请在引用此参数的API说明中了解使用方法。
7228
+ :rtype: list of Filter
7219
7229
  """
7220
- return self._Limit
7230
+ return self._Filters
7221
7231
 
7222
- @Limit.setter
7223
- def Limit(self, Limit):
7224
- self._Limit = Limit
7232
+ @Filters.setter
7233
+ def Filters(self, Filters):
7234
+ self._Filters = Filters
7225
7235
 
7226
7236
 
7227
7237
  def _deserialize(self, params):
7228
7238
  self._TaskId = params.get("TaskId")
7239
+ self._Limit = params.get("Limit")
7240
+ self._Offset = params.get("Offset")
7229
7241
  if params.get("Filters") is not None:
7230
7242
  self._Filters = []
7231
7243
  for item in params.get("Filters"):
7232
7244
  obj = Filter()
7233
7245
  obj._deserialize(item)
7234
7246
  self._Filters.append(obj)
7235
- self._Offset = params.get("Offset")
7236
- self._Limit = params.get("Limit")
7237
7247
  memeber_set = set(params.keys())
7238
7248
  for name, value in vars(self).items():
7239
7249
  property_name = name[1:]
@@ -7314,11 +7324,13 @@ class DescribeMigratingTopicStatsRequest(AbstractModel):
7314
7324
 
7315
7325
  def __init__(self):
7316
7326
  r"""
7317
- :param _TaskId: 任务ID
7327
+ :param _TaskId: 任务ID,可在[DescribeSmoothMigrationTaskList](https://cloud.tencent.com/document/api/1493/119997)接口返回的[SmoothMigrationTaskItem](https://cloud.tencent.com/document/api/1493/96031#SmoothMigrationTaskItem)或控制台中获得。
7328
+
7318
7329
  :type TaskId: str
7319
- :param _TopicName: 主题名称
7330
+ :param _TopicName: 主题名称,可在[DescribeMigratingTopicList](https://cloud.tencent.com/document/api/1493/118007)接口返回的[MigratingTopic](https://cloud.tencent.com/document/api/1493/96031#MigratingTopic)数据结构中获得。
7331
+
7320
7332
  :type TopicName: str
7321
- :param _Namespace: 命名空间,仅4.x集群有效
7333
+ :param _Namespace: 命名空间,仅迁移至4.x集群有效,可在[DescribeMigratingTopicList](https://cloud.tencent.com/document/api/1493/118007)接口返回的[MigratingTopic](https://cloud.tencent.com/document/api/1493/96031#MigratingTopic)数据结构中获得。
7322
7334
  :type Namespace: str
7323
7335
  """
7324
7336
  self._TaskId = None
@@ -7327,7 +7339,8 @@ class DescribeMigratingTopicStatsRequest(AbstractModel):
7327
7339
 
7328
7340
  @property
7329
7341
  def TaskId(self):
7330
- """任务ID
7342
+ """任务ID,可在[DescribeSmoothMigrationTaskList](https://cloud.tencent.com/document/api/1493/119997)接口返回的[SmoothMigrationTaskItem](https://cloud.tencent.com/document/api/1493/96031#SmoothMigrationTaskItem)或控制台中获得。
7343
+
7331
7344
  :rtype: str
7332
7345
  """
7333
7346
  return self._TaskId
@@ -7338,7 +7351,8 @@ class DescribeMigratingTopicStatsRequest(AbstractModel):
7338
7351
 
7339
7352
  @property
7340
7353
  def TopicName(self):
7341
- """主题名称
7354
+ """主题名称,可在[DescribeMigratingTopicList](https://cloud.tencent.com/document/api/1493/118007)接口返回的[MigratingTopic](https://cloud.tencent.com/document/api/1493/96031#MigratingTopic)数据结构中获得。
7355
+
7342
7356
  :rtype: str
7343
7357
  """
7344
7358
  return self._TopicName
@@ -7349,7 +7363,7 @@ class DescribeMigratingTopicStatsRequest(AbstractModel):
7349
7363
 
7350
7364
  @property
7351
7365
  def Namespace(self):
7352
- """命名空间,仅4.x集群有效
7366
+ """命名空间,仅迁移至4.x集群有效,可在[DescribeMigratingTopicList](https://cloud.tencent.com/document/api/1493/118007)接口返回的[MigratingTopic](https://cloud.tencent.com/document/api/1493/96031#MigratingTopic)数据结构中获得。
7353
7367
  :rtype: str
7354
7368
  """
7355
7369
  return self._Namespace
@@ -7809,31 +7823,20 @@ class DescribeSmoothMigrationTaskListRequest(AbstractModel):
7809
7823
 
7810
7824
  def __init__(self):
7811
7825
  r"""
7812
- :param _Offset: 查询起始位置
7813
- :type Offset: int
7814
- :param _Limit: 查询结果限制数量
7826
+ :param _Limit: 查询结果限制数量,默认20。
7815
7827
  :type Limit: int
7816
- :param _Filters: 查询条件列表
7828
+ :param _Offset: 查询起始位置,默认为0。
7829
+ :type Offset: int
7830
+ :param _Filters: 过滤查询条件列表,请在引用此参数的API说明中了解使用方法。
7817
7831
  :type Filters: list of Filter
7818
7832
  """
7819
- self._Offset = None
7820
7833
  self._Limit = None
7834
+ self._Offset = None
7821
7835
  self._Filters = None
7822
7836
 
7823
- @property
7824
- def Offset(self):
7825
- """查询起始位置
7826
- :rtype: int
7827
- """
7828
- return self._Offset
7829
-
7830
- @Offset.setter
7831
- def Offset(self, Offset):
7832
- self._Offset = Offset
7833
-
7834
7837
  @property
7835
7838
  def Limit(self):
7836
- """查询结果限制数量
7839
+ """查询结果限制数量,默认20。
7837
7840
  :rtype: int
7838
7841
  """
7839
7842
  return self._Limit
@@ -7842,9 +7845,20 @@ class DescribeSmoothMigrationTaskListRequest(AbstractModel):
7842
7845
  def Limit(self, Limit):
7843
7846
  self._Limit = Limit
7844
7847
 
7848
+ @property
7849
+ def Offset(self):
7850
+ """查询起始位置,默认为0。
7851
+ :rtype: int
7852
+ """
7853
+ return self._Offset
7854
+
7855
+ @Offset.setter
7856
+ def Offset(self, Offset):
7857
+ self._Offset = Offset
7858
+
7845
7859
  @property
7846
7860
  def Filters(self):
7847
- """查询条件列表
7861
+ """过滤查询条件列表,请在引用此参数的API说明中了解使用方法。
7848
7862
  :rtype: list of Filter
7849
7863
  """
7850
7864
  return self._Filters
@@ -7855,8 +7869,8 @@ class DescribeSmoothMigrationTaskListRequest(AbstractModel):
7855
7869
 
7856
7870
 
7857
7871
  def _deserialize(self, params):
7858
- self._Offset = params.get("Offset")
7859
7872
  self._Limit = params.get("Limit")
7873
+ self._Offset = params.get("Offset")
7860
7874
  if params.get("Filters") is not None:
7861
7875
  self._Filters = []
7862
7876
  for item in params.get("Filters"):
@@ -7881,7 +7895,6 @@ class DescribeSmoothMigrationTaskListResponse(AbstractModel):
7881
7895
  def __init__(self):
7882
7896
  r"""
7883
7897
  :param _TotalCount: 查询总数
7884
- 注意:此字段可能返回 null,表示取不到有效值。
7885
7898
  :type TotalCount: int
7886
7899
  :param _Data: 任务列表
7887
7900
  注意:此字段可能返回 null,表示取不到有效值。
@@ -7896,7 +7909,6 @@ class DescribeSmoothMigrationTaskListResponse(AbstractModel):
7896
7909
  @property
7897
7910
  def TotalCount(self):
7898
7911
  """查询总数
7899
- 注意:此字段可能返回 null,表示取不到有效值。
7900
7912
  :rtype: int
7901
7913
  """
7902
7914
  return self._TotalCount
@@ -7947,23 +7959,25 @@ class DescribeSourceClusterGroupListRequest(AbstractModel):
7947
7959
 
7948
7960
  def __init__(self):
7949
7961
  r"""
7950
- :param _TaskId: 任务ID
7962
+ :param _TaskId: 任务ID,可在[DescribeSmoothMigrationTaskList](https://cloud.tencent.com/document/api/1493/119997)接口返回的[SmoothMigrationTaskItem](https://cloud.tencent.com/document/api/1493/96031#SmoothMigrationTaskItem)或控制台中获得。
7963
+
7951
7964
  :type TaskId: str
7952
- :param _Filters: 查询条件列表
7953
- :type Filters: list of Filter
7954
- :param _Offset: 查询起始位置
7955
- :type Offset: int
7956
- :param _Limit: 查询结果限制数量
7965
+ :param _Limit: 查询结果限制数量,默认20。
7957
7966
  :type Limit: int
7967
+ :param _Offset: 查询起始位置,默认为0。
7968
+ :type Offset: int
7969
+ :param _Filters: 过滤查询条件列表,请在引用此参数的API说明中了解使用方法。
7970
+ :type Filters: list of Filter
7958
7971
  """
7959
7972
  self._TaskId = None
7960
- self._Filters = None
7961
- self._Offset = None
7962
7973
  self._Limit = None
7974
+ self._Offset = None
7975
+ self._Filters = None
7963
7976
 
7964
7977
  @property
7965
7978
  def TaskId(self):
7966
- """任务ID
7979
+ """任务ID,可在[DescribeSmoothMigrationTaskList](https://cloud.tencent.com/document/api/1493/119997)接口返回的[SmoothMigrationTaskItem](https://cloud.tencent.com/document/api/1493/96031#SmoothMigrationTaskItem)或控制台中获得。
7980
+
7967
7981
  :rtype: str
7968
7982
  """
7969
7983
  return self._TaskId
@@ -7973,19 +7987,19 @@ class DescribeSourceClusterGroupListRequest(AbstractModel):
7973
7987
  self._TaskId = TaskId
7974
7988
 
7975
7989
  @property
7976
- def Filters(self):
7977
- """查询条件列表
7978
- :rtype: list of Filter
7990
+ def Limit(self):
7991
+ """查询结果限制数量,默认20。
7992
+ :rtype: int
7979
7993
  """
7980
- return self._Filters
7994
+ return self._Limit
7981
7995
 
7982
- @Filters.setter
7983
- def Filters(self, Filters):
7984
- self._Filters = Filters
7996
+ @Limit.setter
7997
+ def Limit(self, Limit):
7998
+ self._Limit = Limit
7985
7999
 
7986
8000
  @property
7987
8001
  def Offset(self):
7988
- """查询起始位置
8002
+ """查询起始位置,默认为0。
7989
8003
  :rtype: int
7990
8004
  """
7991
8005
  return self._Offset
@@ -7995,27 +8009,27 @@ class DescribeSourceClusterGroupListRequest(AbstractModel):
7995
8009
  self._Offset = Offset
7996
8010
 
7997
8011
  @property
7998
- def Limit(self):
7999
- """查询结果限制数量
8000
- :rtype: int
8012
+ def Filters(self):
8013
+ """过滤查询条件列表,请在引用此参数的API说明中了解使用方法。
8014
+ :rtype: list of Filter
8001
8015
  """
8002
- return self._Limit
8016
+ return self._Filters
8003
8017
 
8004
- @Limit.setter
8005
- def Limit(self, Limit):
8006
- self._Limit = Limit
8018
+ @Filters.setter
8019
+ def Filters(self, Filters):
8020
+ self._Filters = Filters
8007
8021
 
8008
8022
 
8009
8023
  def _deserialize(self, params):
8010
8024
  self._TaskId = params.get("TaskId")
8025
+ self._Limit = params.get("Limit")
8026
+ self._Offset = params.get("Offset")
8011
8027
  if params.get("Filters") is not None:
8012
8028
  self._Filters = []
8013
8029
  for item in params.get("Filters"):
8014
8030
  obj = Filter()
8015
8031
  obj._deserialize(item)
8016
8032
  self._Filters.append(obj)
8017
- self._Offset = params.get("Offset")
8018
- self._Limit = params.get("Limit")
8019
8033
  memeber_set = set(params.keys())
8020
8034
  for name, value in vars(self).items():
8021
8035
  property_name = name[1:]
@@ -8784,13 +8798,15 @@ class DoHealthCheckOnMigratingTopicRequest(AbstractModel):
8784
8798
 
8785
8799
  def __init__(self):
8786
8800
  r"""
8787
- :param _TaskId: 任务ID
8801
+ :param _TaskId: 任务ID,可在[DescribeSmoothMigrationTaskList](https://cloud.tencent.com/document/api/1493/119997)接口返回的[SmoothMigrationTaskItem](https://cloud.tencent.com/document/api/1493/96031#SmoothMigrationTaskItem)或控制台中获得。
8802
+
8788
8803
  :type TaskId: str
8789
- :param _TopicName: 主题名称
8804
+ :param _TopicName: 主题名称,可在[DescribeMigratingTopicList](https://cloud.tencent.com/document/api/1493/118007)接口返回的[MigratingTopic](https://cloud.tencent.com/document/api/1493/96031#MigratingTopic)数据结构中获得。
8805
+
8790
8806
  :type TopicName: str
8791
- :param _IgnoreCheck: 是否忽略当前检查
8807
+ :param _IgnoreCheck: 必填,是否忽略当前检查
8792
8808
  :type IgnoreCheck: bool
8793
- :param _Namespace: 命名空间,仅4.x集群有效
8809
+ :param _Namespace: 命名空间,仅迁移至4.x集群有效,可在[DescribeMigratingTopicList](https://cloud.tencent.com/document/api/1493/118007)接口返回的[MigratingTopic](https://cloud.tencent.com/document/api/1493/96031#MigratingTopic)数据结构中获得。
8794
8810
  :type Namespace: str
8795
8811
  """
8796
8812
  self._TaskId = None
@@ -8800,7 +8816,8 @@ class DoHealthCheckOnMigratingTopicRequest(AbstractModel):
8800
8816
 
8801
8817
  @property
8802
8818
  def TaskId(self):
8803
- """任务ID
8819
+ """任务ID,可在[DescribeSmoothMigrationTaskList](https://cloud.tencent.com/document/api/1493/119997)接口返回的[SmoothMigrationTaskItem](https://cloud.tencent.com/document/api/1493/96031#SmoothMigrationTaskItem)或控制台中获得。
8820
+
8804
8821
  :rtype: str
8805
8822
  """
8806
8823
  return self._TaskId
@@ -8811,7 +8828,8 @@ class DoHealthCheckOnMigratingTopicRequest(AbstractModel):
8811
8828
 
8812
8829
  @property
8813
8830
  def TopicName(self):
8814
- """主题名称
8831
+ """主题名称,可在[DescribeMigratingTopicList](https://cloud.tencent.com/document/api/1493/118007)接口返回的[MigratingTopic](https://cloud.tencent.com/document/api/1493/96031#MigratingTopic)数据结构中获得。
8832
+
8815
8833
  :rtype: str
8816
8834
  """
8817
8835
  return self._TopicName
@@ -8822,7 +8840,7 @@ class DoHealthCheckOnMigratingTopicRequest(AbstractModel):
8822
8840
 
8823
8841
  @property
8824
8842
  def IgnoreCheck(self):
8825
- """是否忽略当前检查
8843
+ """必填,是否忽略当前检查
8826
8844
  :rtype: bool
8827
8845
  """
8828
8846
  return self._IgnoreCheck
@@ -8833,7 +8851,7 @@ class DoHealthCheckOnMigratingTopicRequest(AbstractModel):
8833
8851
 
8834
8852
  @property
8835
8853
  def Namespace(self):
8836
- """命名空间,仅4.x集群有效
8854
+ """命名空间,仅迁移至4.x集群有效,可在[DescribeMigratingTopicList](https://cloud.tencent.com/document/api/1493/118007)接口返回的[MigratingTopic](https://cloud.tencent.com/document/api/1493/96031#MigratingTopic)数据结构中获得。
8837
8855
  :rtype: str
8838
8856
  """
8839
8857
  return self._Namespace
@@ -8868,7 +8886,18 @@ class DoHealthCheckOnMigratingTopicResponse(AbstractModel):
8868
8886
  :param _Passed: 是否通过
8869
8887
  :type Passed: bool
8870
8888
  :param _Reason: 健康检查返回的错误信息
8871
- NotChecked 未执行检查, Unknown 未知错误, TopicNotImported 主题未导入, TopicNotExistsInSourceCluster 主题在源集群中不存在, TopicNotExistsInTargetCluster 主题在目标集群中不存在, ConsumerConnectedOnTarget 目标集群上存在消费者连接, SourceTopicHasNewMessagesIn5Minutes 源集群主题前5分钟内有新消息写入, TargetTopicHasNewMessagesIn5Minutes 目标集群主题前5分钟内有新消息写入, SourceTopicHasNoMessagesIn5Minutes 源集群前5分钟内没有新消息写入, TargetTopicHasNoMessagesIn5Minutes 源集群前5分钟内没有新消息写入, ConsumerGroupCountNotMatch 订阅组数量不一致, SourceTopicHasUnconsumedMessages 源集群主题存在未消费消息,
8889
+ NotChecked 未执行检查,
8890
+ Unknown 未知错误,
8891
+ TopicNotImported 主题未导入,
8892
+ TopicNotExistsInSourceCluster 主题在源集群中不存在,
8893
+ TopicNotExistsInTargetCluster 主题在目标集群中不存在,
8894
+ ConsumerConnectedOnTarget 目标集群上存在消费者连接,
8895
+ SourceTopicHasNewMessagesIn5Minutes 源集群主题前5分钟内有新消息写入,
8896
+ TargetTopicHasNewMessagesIn5Minutes 目标集群主题前5分钟内有新消息写入,
8897
+ SourceTopicHasNoMessagesIn5Minutes 源集群前5分钟内没有新消息写入,
8898
+ TargetTopicHasNoMessagesIn5Minutes 源集群前5分钟内没有新消息写入,
8899
+ ConsumerGroupCountNotMatch 订阅组数量不一致,
8900
+ SourceTopicHasUnconsumedMessages 源集群主题存在未消费消息。
8872
8901
  注意:此字段可能返回 null,表示取不到有效值。
8873
8902
  :type Reason: str
8874
8903
  :param _ReasonList: 健康检查返回的错误信息列表
@@ -8896,7 +8925,18 @@ NotChecked 未执行检查, Unknown 未知错误, TopicNotImported 主题未
8896
8925
  @property
8897
8926
  def Reason(self):
8898
8927
  """健康检查返回的错误信息
8899
- NotChecked 未执行检查, Unknown 未知错误, TopicNotImported 主题未导入, TopicNotExistsInSourceCluster 主题在源集群中不存在, TopicNotExistsInTargetCluster 主题在目标集群中不存在, ConsumerConnectedOnTarget 目标集群上存在消费者连接, SourceTopicHasNewMessagesIn5Minutes 源集群主题前5分钟内有新消息写入, TargetTopicHasNewMessagesIn5Minutes 目标集群主题前5分钟内有新消息写入, SourceTopicHasNoMessagesIn5Minutes 源集群前5分钟内没有新消息写入, TargetTopicHasNoMessagesIn5Minutes 源集群前5分钟内没有新消息写入, ConsumerGroupCountNotMatch 订阅组数量不一致, SourceTopicHasUnconsumedMessages 源集群主题存在未消费消息,
8928
+ NotChecked 未执行检查,
8929
+ Unknown 未知错误,
8930
+ TopicNotImported 主题未导入,
8931
+ TopicNotExistsInSourceCluster 主题在源集群中不存在,
8932
+ TopicNotExistsInTargetCluster 主题在目标集群中不存在,
8933
+ ConsumerConnectedOnTarget 目标集群上存在消费者连接,
8934
+ SourceTopicHasNewMessagesIn5Minutes 源集群主题前5分钟内有新消息写入,
8935
+ TargetTopicHasNewMessagesIn5Minutes 目标集群主题前5分钟内有新消息写入,
8936
+ SourceTopicHasNoMessagesIn5Minutes 源集群前5分钟内没有新消息写入,
8937
+ TargetTopicHasNoMessagesIn5Minutes 源集群前5分钟内没有新消息写入,
8938
+ ConsumerGroupCountNotMatch 订阅组数量不一致,
8939
+ SourceTopicHasUnconsumedMessages 源集群主题存在未消费消息。
8900
8940
  注意:此字段可能返回 null,表示取不到有效值。
8901
8941
  :rtype: str
8902
8942
  """
@@ -9257,6 +9297,8 @@ PREPAID,包年包月
9257
9297
  :param _ZoneIds: 所属可用区列表
9258
9298
  注意:此字段可能返回 null,表示取不到有效值。
9259
9299
  :type ZoneIds: list of int
9300
+ :param _EnableDeletionProtection: 是否开启删除保护
9301
+ :type EnableDeletionProtection: bool
9260
9302
  """
9261
9303
  self._InstanceId = None
9262
9304
  self._InstanceName = None
@@ -9280,6 +9322,7 @@ PREPAID,包年包月
9280
9322
  self._InstanceItemExtraInfo = None
9281
9323
  self._DestroyTime = None
9282
9324
  self._ZoneIds = None
9325
+ self._EnableDeletionProtection = None
9283
9326
 
9284
9327
  @property
9285
9328
  def InstanceId(self):
@@ -9550,6 +9593,17 @@ PREPAID,包年包月
9550
9593
  def ZoneIds(self, ZoneIds):
9551
9594
  self._ZoneIds = ZoneIds
9552
9595
 
9596
+ @property
9597
+ def EnableDeletionProtection(self):
9598
+ """是否开启删除保护
9599
+ :rtype: bool
9600
+ """
9601
+ return self._EnableDeletionProtection
9602
+
9603
+ @EnableDeletionProtection.setter
9604
+ def EnableDeletionProtection(self, EnableDeletionProtection):
9605
+ self._EnableDeletionProtection = EnableDeletionProtection
9606
+
9553
9607
 
9554
9608
  def _deserialize(self, params):
9555
9609
  self._InstanceId = params.get("InstanceId")
@@ -9581,6 +9635,7 @@ PREPAID,包年包月
9581
9635
  self._InstanceItemExtraInfo._deserialize(params.get("InstanceItemExtraInfo"))
9582
9636
  self._DestroyTime = params.get("DestroyTime")
9583
9637
  self._ZoneIds = params.get("ZoneIds")
9638
+ self._EnableDeletionProtection = params.get("EnableDeletionProtection")
9584
9639
  memeber_set = set(params.keys())
9585
9640
  for name, value in vars(self).items():
9586
9641
  property_name = name[1:]
@@ -9598,7 +9653,8 @@ class ImportSourceClusterConsumerGroupsRequest(AbstractModel):
9598
9653
 
9599
9654
  def __init__(self):
9600
9655
  r"""
9601
- :param _TaskId: 任务ID
9656
+ :param _TaskId: 任务ID,可在[DescribeSmoothMigrationTaskList](https://cloud.tencent.com/document/api/1493/119997)接口返回的[SmoothMigrationTaskItem](https://cloud.tencent.com/document/api/1493/96031#SmoothMigrationTaskItem)或控制台中获得。
9657
+
9602
9658
  :type TaskId: str
9603
9659
  :param _GroupList: 待导入的消费组列表
9604
9660
  :type GroupList: list of SourceClusterGroupConfig
@@ -9608,7 +9664,8 @@ class ImportSourceClusterConsumerGroupsRequest(AbstractModel):
9608
9664
 
9609
9665
  @property
9610
9666
  def TaskId(self):
9611
- """任务ID
9667
+ """任务ID,可在[DescribeSmoothMigrationTaskList](https://cloud.tencent.com/document/api/1493/119997)接口返回的[SmoothMigrationTaskItem](https://cloud.tencent.com/document/api/1493/96031#SmoothMigrationTaskItem)或控制台中获得。
9668
+
9612
9669
  :rtype: str
9613
9670
  """
9614
9671
  return self._TaskId
@@ -9682,7 +9739,8 @@ class ImportSourceClusterTopicsRequest(AbstractModel):
9682
9739
 
9683
9740
  def __init__(self):
9684
9741
  r"""
9685
- :param _TaskId: 任务ID
9742
+ :param _TaskId: 任务ID,可在[DescribeSmoothMigrationTaskList](https://cloud.tencent.com/document/api/1493/119997)接口返回的[SmoothMigrationTaskItem](https://cloud.tencent.com/document/api/1493/96031#SmoothMigrationTaskItem)或控制台中获得。
9743
+
9686
9744
  :type TaskId: str
9687
9745
  :param _TopicList: 待导入的主题列表
9688
9746
  :type TopicList: list of SourceClusterTopicConfig
@@ -9692,7 +9750,8 @@ class ImportSourceClusterTopicsRequest(AbstractModel):
9692
9750
 
9693
9751
  @property
9694
9752
  def TaskId(self):
9695
- """任务ID
9753
+ """任务ID,可在[DescribeSmoothMigrationTaskList](https://cloud.tencent.com/document/api/1493/119997)接口返回的[SmoothMigrationTaskItem](https://cloud.tencent.com/document/api/1493/96031#SmoothMigrationTaskItem)或控制台中获得。
9754
+
9696
9755
  :rtype: str
9697
9756
  """
9698
9757
  return self._TaskId
@@ -12252,6 +12311,8 @@ class ModifyInstanceRequest(AbstractModel):
12252
12311
  :type MaxTopicNum: int
12253
12312
  :param _ExtraTopicNum: 免费额度之外的主题个数
12254
12313
  :type ExtraTopicNum: str
12314
+ :param _EnableDeletionProtection: 是否开启删除保护
12315
+ :type EnableDeletionProtection: bool
12255
12316
  """
12256
12317
  self._InstanceId = None
12257
12318
  self._Name = None
@@ -12263,6 +12324,7 @@ class ModifyInstanceRequest(AbstractModel):
12263
12324
  self._AclEnabled = None
12264
12325
  self._MaxTopicNum = None
12265
12326
  self._ExtraTopicNum = None
12327
+ self._EnableDeletionProtection = None
12266
12328
 
12267
12329
  @property
12268
12330
  def InstanceId(self):
@@ -12374,6 +12436,17 @@ class ModifyInstanceRequest(AbstractModel):
12374
12436
  def ExtraTopicNum(self, ExtraTopicNum):
12375
12437
  self._ExtraTopicNum = ExtraTopicNum
12376
12438
 
12439
+ @property
12440
+ def EnableDeletionProtection(self):
12441
+ """是否开启删除保护
12442
+ :rtype: bool
12443
+ """
12444
+ return self._EnableDeletionProtection
12445
+
12446
+ @EnableDeletionProtection.setter
12447
+ def EnableDeletionProtection(self, EnableDeletionProtection):
12448
+ self._EnableDeletionProtection = EnableDeletionProtection
12449
+
12377
12450
 
12378
12451
  def _deserialize(self, params):
12379
12452
  self._InstanceId = params.get("InstanceId")
@@ -12386,6 +12459,7 @@ class ModifyInstanceRequest(AbstractModel):
12386
12459
  self._AclEnabled = params.get("AclEnabled")
12387
12460
  self._MaxTopicNum = params.get("MaxTopicNum")
12388
12461
  self._ExtraTopicNum = params.get("ExtraTopicNum")
12462
+ self._EnableDeletionProtection = params.get("EnableDeletionProtection")
12389
12463
  memeber_set = set(params.keys())
12390
12464
  for name, value in vars(self).items():
12391
12465
  property_name = name[1:]
@@ -13285,15 +13359,15 @@ class PacketStatistics(AbstractModel):
13285
13359
 
13286
13360
 
13287
13361
  class PriceTag(AbstractModel):
13288
- """价格标签信息
13362
+ """价格标签信息,一个完整的价格标签包含计价类别和计费项标签。
13289
13363
 
13290
13364
  """
13291
13365
 
13292
13366
  def __init__(self):
13293
13367
  r"""
13294
- :param _Name: 计价名称
13368
+ :param _Name: 计价名称(枚举值:tps:TPS基础价;stepTps:TPS步长)
13295
13369
  :type Name: str
13296
- :param _Step: 步长
13370
+ :param _Step: 计费项对应的步长数
13297
13371
  注意:此字段可能返回 null,表示取不到有效值。
13298
13372
  :type Step: int
13299
13373
  """
@@ -13302,7 +13376,7 @@ class PriceTag(AbstractModel):
13302
13376
 
13303
13377
  @property
13304
13378
  def Name(self):
13305
- """计价名称
13379
+ """计价名称(枚举值:tps:TPS基础价;stepTps:TPS步长)
13306
13380
  :rtype: str
13307
13381
  """
13308
13382
  return self._Name
@@ -13313,7 +13387,7 @@ class PriceTag(AbstractModel):
13313
13387
 
13314
13388
  @property
13315
13389
  def Step(self):
13316
- """步长
13390
+ """计费项对应的步长数
13317
13391
  注意:此字段可能返回 null,表示取不到有效值。
13318
13392
  :rtype: int
13319
13393
  """
@@ -13663,11 +13737,11 @@ class RemoveMigratingTopicRequest(AbstractModel):
13663
13737
 
13664
13738
  def __init__(self):
13665
13739
  r"""
13666
- :param _TaskId: 任务ID
13740
+ :param _TaskId: 任务ID,可在[DescribeSmoothMigrationTaskList](https://cloud.tencent.com/document/api/1493/119997)接口返回的[SmoothMigrationTaskItem](https://cloud.tencent.com/document/api/1493/96031#SmoothMigrationTaskItem)或控制台中获得。
13667
13741
  :type TaskId: str
13668
- :param _TopicName: 主题名称
13742
+ :param _TopicName: 消费组名称,可在[DescribeSourceClusterGroupList](https://cloud.tencent.com/document/api/1493/118006)接口返回的[SourceClusterGroupConfig](https://cloud.tencent.com/document/api/1493/96031#SourceClusterGroupConfig)或控制台中获取。
13669
13743
  :type TopicName: str
13670
- :param _Namespace: 命名空间,仅迁移至4.x集群有效
13744
+ :param _Namespace: 命名空间,仅迁移至4.x集群有效,可在[DescribeMigratingTopicList](https://cloud.tencent.com/document/api/1493/118007)接口返回的[MigratingTopic](https://cloud.tencent.com/document/api/1493/96031#MigratingTopic)数据结构中获得。
13671
13745
  :type Namespace: str
13672
13746
  """
13673
13747
  self._TaskId = None
@@ -13676,7 +13750,7 @@ class RemoveMigratingTopicRequest(AbstractModel):
13676
13750
 
13677
13751
  @property
13678
13752
  def TaskId(self):
13679
- """任务ID
13753
+ """任务ID,可在[DescribeSmoothMigrationTaskList](https://cloud.tencent.com/document/api/1493/119997)接口返回的[SmoothMigrationTaskItem](https://cloud.tencent.com/document/api/1493/96031#SmoothMigrationTaskItem)或控制台中获得。
13680
13754
  :rtype: str
13681
13755
  """
13682
13756
  return self._TaskId
@@ -13687,7 +13761,7 @@ class RemoveMigratingTopicRequest(AbstractModel):
13687
13761
 
13688
13762
  @property
13689
13763
  def TopicName(self):
13690
- """主题名称
13764
+ """消费组名称,可在[DescribeSourceClusterGroupList](https://cloud.tencent.com/document/api/1493/118006)接口返回的[SourceClusterGroupConfig](https://cloud.tencent.com/document/api/1493/96031#SourceClusterGroupConfig)或控制台中获取。
13691
13765
  :rtype: str
13692
13766
  """
13693
13767
  return self._TopicName
@@ -13698,7 +13772,7 @@ class RemoveMigratingTopicRequest(AbstractModel):
13698
13772
 
13699
13773
  @property
13700
13774
  def Namespace(self):
13701
- """命名空间,仅迁移至4.x集群有效
13775
+ """命名空间,仅迁移至4.x集群有效,可在[DescribeMigratingTopicList](https://cloud.tencent.com/document/api/1493/118007)接口返回的[MigratingTopic](https://cloud.tencent.com/document/api/1493/96031#MigratingTopic)数据结构中获得。
13702
13776
  :rtype: str
13703
13777
  """
13704
13778
  return self._Namespace
@@ -14155,11 +14229,13 @@ class RollbackMigratingTopicStageRequest(AbstractModel):
14155
14229
 
14156
14230
  def __init__(self):
14157
14231
  r"""
14158
- :param _TaskId: 任务ID
14232
+ :param _TaskId: 任务ID,可在[DescribeSmoothMigrationTaskList](https://cloud.tencent.com/document/api/1493/119997)接口返回的[SmoothMigrationTaskItem](https://cloud.tencent.com/document/api/1493/96031#SmoothMigrationTaskItem)或控制台中获得。
14233
+
14159
14234
  :type TaskId: str
14160
- :param _TopicName: 主题名称
14235
+ :param _TopicName: 主题名称,可在[DescribeMigratingTopicList](https://cloud.tencent.com/document/api/1493/118007)接口返回的[MigratingTopic](https://cloud.tencent.com/document/api/1493/96031#MigratingTopic)数据结构中获得。
14236
+
14161
14237
  :type TopicName: str
14162
- :param _Namespace: 命名空间,仅4.x集群有效
14238
+ :param _Namespace: 命名空间,仅迁移至4.x集群有效,可在[DescribeMigratingTopicList](https://cloud.tencent.com/document/api/1493/118007)接口返回的[MigratingTopic](https://cloud.tencent.com/document/api/1493/96031#MigratingTopic)数据结构中获得。
14163
14239
  :type Namespace: str
14164
14240
  """
14165
14241
  self._TaskId = None
@@ -14168,7 +14244,8 @@ class RollbackMigratingTopicStageRequest(AbstractModel):
14168
14244
 
14169
14245
  @property
14170
14246
  def TaskId(self):
14171
- """任务ID
14247
+ """任务ID,可在[DescribeSmoothMigrationTaskList](https://cloud.tencent.com/document/api/1493/119997)接口返回的[SmoothMigrationTaskItem](https://cloud.tencent.com/document/api/1493/96031#SmoothMigrationTaskItem)或控制台中获得。
14248
+
14172
14249
  :rtype: str
14173
14250
  """
14174
14251
  return self._TaskId
@@ -14179,7 +14256,8 @@ class RollbackMigratingTopicStageRequest(AbstractModel):
14179
14256
 
14180
14257
  @property
14181
14258
  def TopicName(self):
14182
- """主题名称
14259
+ """主题名称,可在[DescribeMigratingTopicList](https://cloud.tencent.com/document/api/1493/118007)接口返回的[MigratingTopic](https://cloud.tencent.com/document/api/1493/96031#MigratingTopic)数据结构中获得。
14260
+
14183
14261
  :rtype: str
14184
14262
  """
14185
14263
  return self._TopicName
@@ -14190,7 +14268,7 @@ class RollbackMigratingTopicStageRequest(AbstractModel):
14190
14268
 
14191
14269
  @property
14192
14270
  def Namespace(self):
14193
- """命名空间,仅4.x集群有效
14271
+ """命名空间,仅迁移至4.x集群有效,可在[DescribeMigratingTopicList](https://cloud.tencent.com/document/api/1493/118007)接口返回的[MigratingTopic](https://cloud.tencent.com/document/api/1493/96031#MigratingTopic)数据结构中获得。
14194
14272
  :rtype: str
14195
14273
  """
14196
14274
  return self._Namespace
@@ -14270,7 +14348,14 @@ OTHER 其他
14270
14348
  :param _SourceNameServer: 源集群NameServer地址
14271
14349
  注意:此字段可能返回 null,表示取不到有效值。
14272
14350
  :type SourceNameServer: str
14273
- :param _TaskStatus: 任务状态 Configuration 迁移配置 SourceConnecting 连接源集群中 MetaDataImport 元数据导入 EndpointSetup 切换接入点 ServiceMigration 切流中 Completed 已完成 Cancelled 已取消
14351
+ :param _TaskStatus: 任务状态:
14352
+ Configuration 迁移配置,
14353
+ SourceConnecting 连接源集群中,
14354
+ MetaDataImport 元数据导入,
14355
+ EndpointSetup 切换接入点,
14356
+ ServiceMigration 切流中,
14357
+ Completed 已完成,
14358
+ Cancelled 已取消
14274
14359
  注意:此字段可能返回 null,表示取不到有效值。
14275
14360
  :type TaskStatus: str
14276
14361
  :param _InstanceVersion: 目标集群实例版本,
@@ -14365,7 +14450,14 @@ OTHER 其他
14365
14450
 
14366
14451
  @property
14367
14452
  def TaskStatus(self):
14368
- """任务状态 Configuration 迁移配置 SourceConnecting 连接源集群中 MetaDataImport 元数据导入 EndpointSetup 切换接入点 ServiceMigration 切流中 Completed 已完成 Cancelled 已取消
14453
+ """任务状态:
14454
+ Configuration 迁移配置,
14455
+ SourceConnecting 连接源集群中,
14456
+ MetaDataImport 元数据导入,
14457
+ EndpointSetup 切换接入点,
14458
+ ServiceMigration 切流中,
14459
+ Completed 已完成,
14460
+ Cancelled 已取消
14369
14461
  注意:此字段可能返回 null,表示取不到有效值。
14370
14462
  :rtype: str
14371
14463
  """
@@ -14416,7 +14508,7 @@ class SourceClusterGroupConfig(AbstractModel):
14416
14508
 
14417
14509
  def __init__(self):
14418
14510
  r"""
14419
- :param _GroupName: 消费组名称
14511
+ :param _GroupName: 消费组名称,可在[DescribeSourceClusterGroupList](https://cloud.tencent.com/document/api/1493/118006)接口返回的[SourceClusterGroupConfig](https://cloud.tencent.com/document/api/1493/96031#SourceClusterGroupConfig)数据中获取。
14420
14512
  注意:此字段可能返回 null,表示取不到有效值。
14421
14513
  :type GroupName: str
14422
14514
  :param _Remark: 备注信息
@@ -14433,6 +14525,8 @@ Unknown 未知
14433
14525
  Success 成功
14434
14526
  Failure 失败
14435
14527
  AlreadyExists 已存在
14528
+
14529
+ 仅作为出参时使用
14436
14530
  注意:此字段可能返回 null,表示取不到有效值。
14437
14531
  :type ImportStatus: str
14438
14532
  :param _NamespaceV4: 4.x的命名空间,出参使用
@@ -14460,7 +14554,7 @@ AlreadyExists 已存在
14460
14554
 
14461
14555
  @property
14462
14556
  def GroupName(self):
14463
- """消费组名称
14557
+ """消费组名称,可在[DescribeSourceClusterGroupList](https://cloud.tencent.com/document/api/1493/118006)接口返回的[SourceClusterGroupConfig](https://cloud.tencent.com/document/api/1493/96031#SourceClusterGroupConfig)数据中获取。
14464
14558
  注意:此字段可能返回 null,表示取不到有效值。
14465
14559
  :rtype: str
14466
14560
  """
@@ -14513,6 +14607,8 @@ Unknown 未知
14513
14607
  Success 成功
14514
14608
  Failure 失败
14515
14609
  AlreadyExists 已存在
14610
+
14611
+ 仅作为出参时使用
14516
14612
  注意:此字段可能返回 null,表示取不到有效值。
14517
14613
  :rtype: str
14518
14614
  """
@@ -14598,7 +14694,7 @@ class SourceClusterTopicConfig(AbstractModel):
14598
14694
 
14599
14695
  def __init__(self):
14600
14696
  r"""
14601
- :param _TopicName: 主题名称
14697
+ :param _TopicName: 主题名称,可在[DescribeMigratingTopicList](https://cloud.tencent.com/document/api/1493/118007)接口返回的[MigratingTopic](https://cloud.tencent.com/document/api/1493/96031#MigratingTopic)数据结构中获得。
14602
14698
  :type TopicName: str
14603
14699
  :param _TopicType: 主题类型,
14604
14700
  5.x版本
@@ -14628,6 +14724,8 @@ Unknown 未知,
14628
14724
  AlreadyExists 已存在,
14629
14725
  Success 成功,
14630
14726
  Failure 失败
14727
+
14728
+ 仅作为出参可用
14631
14729
  :type ImportStatus: str
14632
14730
  :param _NamespaceV4: 4.x的命名空间,出参使用
14633
14731
  :type NamespaceV4: str
@@ -14649,7 +14747,7 @@ Failure 失败
14649
14747
 
14650
14748
  @property
14651
14749
  def TopicName(self):
14652
- """主题名称
14750
+ """主题名称,可在[DescribeMigratingTopicList](https://cloud.tencent.com/document/api/1493/118007)接口返回的[MigratingTopic](https://cloud.tencent.com/document/api/1493/96031#MigratingTopic)数据结构中获得。
14653
14751
  :rtype: str
14654
14752
  """
14655
14753
  return self._TopicName
@@ -14733,6 +14831,8 @@ Unknown 未知,
14733
14831
  AlreadyExists 已存在,
14734
14832
  Success 成功,
14735
14833
  Failure 失败
14834
+
14835
+ 仅作为出参可用
14736
14836
  :rtype: str
14737
14837
  """
14738
14838
  return self._ImportStatus