huaweicloudsdkrocketmq 3.1.104__py2.py3-none-any.whl → 3.1.106__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 (49) hide show
  1. huaweicloudsdkrocketmq/v2/model/batch_create_or_delete_tag_req.py +3 -3
  2. huaweicloudsdkrocketmq/v2/model/batch_delete_instance_req.py +3 -3
  3. huaweicloudsdkrocketmq/v2/model/brokers.py +6 -6
  4. huaweicloudsdkrocketmq/v2/model/client_data.py +15 -15
  5. huaweicloudsdkrocketmq/v2/model/consumer_detail_resp.py +12 -12
  6. huaweicloudsdkrocketmq/v2/model/consumer_group.py +3 -3
  7. huaweicloudsdkrocketmq/v2/model/consumer_list.py +6 -6
  8. huaweicloudsdkrocketmq/v2/model/create_consumer_group_or_batch_delete_consumer_group_req.py +3 -3
  9. huaweicloudsdkrocketmq/v2/model/create_instance_by_engine_req.py +12 -12
  10. huaweicloudsdkrocketmq/v2/model/create_or_update_consumer_group.py +3 -3
  11. huaweicloudsdkrocketmq/v2/model/create_post_paid_instance_req.py +15 -15
  12. huaweicloudsdkrocketmq/v2/model/create_rocket_mq_migration_task_req.py +3 -3
  13. huaweicloudsdkrocketmq/v2/model/create_rocket_mq_migration_task_request.py +6 -6
  14. huaweicloudsdkrocketmq/v2/model/create_rocket_mq_migration_task_response.py +3 -3
  15. huaweicloudsdkrocketmq/v2/model/create_topic_or_batch_delete_topic_request.py +3 -3
  16. huaweicloudsdkrocketmq/v2/model/deadletter_resend_req.py +3 -3
  17. huaweicloudsdkrocketmq/v2/model/delete_rocket_mq_migration_task_response.py +1 -28
  18. huaweicloudsdkrocketmq/v2/model/list_instances_request.py +6 -6
  19. huaweicloudsdkrocketmq/v2/model/list_message_trace_resp_trace.py +3 -3
  20. huaweicloudsdkrocketmq/v2/model/list_messages_request.py +3 -3
  21. huaweicloudsdkrocketmq/v2/model/list_rocket_instance_topics_response.py +12 -12
  22. huaweicloudsdkrocketmq/v2/model/list_rocket_mq_migration_task_request.py +12 -12
  23. huaweicloudsdkrocketmq/v2/model/migration_rocket_mq_topic_config.py +12 -12
  24. huaweicloudsdkrocketmq/v2/model/queue.py +15 -15
  25. huaweicloudsdkrocketmq/v2/model/resend_req.py +3 -3
  26. huaweicloudsdkrocketmq/v2/model/resize_engine_instance_req.py +6 -6
  27. huaweicloudsdkrocketmq/v2/model/rocket_mq_config_req.py +6 -6
  28. huaweicloudsdkrocketmq/v2/model/rocket_mq_config_resp.py +18 -18
  29. huaweicloudsdkrocketmq/v2/model/rocket_mq_extend_product_info_entity.py +27 -27
  30. huaweicloudsdkrocketmq/v2/model/rocket_mq_extend_product_ios_entity.py +12 -12
  31. huaweicloudsdkrocketmq/v2/model/rocket_mq_extend_product_properties_entity.py +6 -6
  32. huaweicloudsdkrocketmq/v2/model/rocket_mq_product_support_features_entity.py +6 -6
  33. huaweicloudsdkrocketmq/v2/model/show_consumer_connections_request.py +6 -6
  34. huaweicloudsdkrocketmq/v2/model/show_consumer_connections_response.py +21 -21
  35. huaweicloudsdkrocketmq/v2/model/show_consumer_list_or_details_request.py +3 -3
  36. huaweicloudsdkrocketmq/v2/model/show_consumer_list_or_details_response.py +18 -18
  37. huaweicloudsdkrocketmq/v2/model/show_engine_instance_extend_product_info_request.py +3 -3
  38. huaweicloudsdkrocketmq/v2/model/show_engine_instance_extend_product_info_response.py +9 -9
  39. huaweicloudsdkrocketmq/v2/model/show_group_response.py +3 -3
  40. huaweicloudsdkrocketmq/v2/model/show_instance_resp.py +3 -3
  41. huaweicloudsdkrocketmq/v2/model/show_instance_response.py +3 -3
  42. huaweicloudsdkrocketmq/v2/model/show_one_topic_response.py +3 -3
  43. huaweicloudsdkrocketmq/v2/model/subscription.py +9 -9
  44. huaweicloudsdkrocketmq/v2/model/topic.py +3 -3
  45. {huaweicloudsdkrocketmq-3.1.104.dist-info → huaweicloudsdkrocketmq-3.1.106.dist-info}/METADATA +2 -2
  46. {huaweicloudsdkrocketmq-3.1.104.dist-info → huaweicloudsdkrocketmq-3.1.106.dist-info}/RECORD +49 -49
  47. {huaweicloudsdkrocketmq-3.1.104.dist-info → huaweicloudsdkrocketmq-3.1.106.dist-info}/LICENSE +0 -0
  48. {huaweicloudsdkrocketmq-3.1.104.dist-info → huaweicloudsdkrocketmq-3.1.106.dist-info}/WHEEL +0 -0
  49. {huaweicloudsdkrocketmq-3.1.104.dist-info → huaweicloudsdkrocketmq-3.1.106.dist-info}/top_level.txt +0 -0
@@ -31,7 +31,7 @@ class BatchCreateOrDeleteTagReq:
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
34
- :param action: 操作标识(仅支持小写): - create(创建) - delete(删除)
34
+ :param action: 操作标识(仅支持小写): - create(创建) - delete(删除)
35
35
  :type action: str
36
36
  :param tags: 标签列表。
37
37
  :type tags: list[:class:`huaweicloudsdkrocketmq.v2.TagEntity`]
@@ -52,7 +52,7 @@ class BatchCreateOrDeleteTagReq:
52
52
  def action(self):
53
53
  """Gets the action of this BatchCreateOrDeleteTagReq.
54
54
 
55
- 操作标识(仅支持小写): - create(创建) - delete(删除)
55
+ 操作标识(仅支持小写): - create(创建) - delete(删除)
56
56
 
57
57
  :return: The action of this BatchCreateOrDeleteTagReq.
58
58
  :rtype: str
@@ -63,7 +63,7 @@ class BatchCreateOrDeleteTagReq:
63
63
  def action(self, action):
64
64
  """Sets the action of this BatchCreateOrDeleteTagReq.
65
65
 
66
- 操作标识(仅支持小写): - create(创建) - delete(删除)
66
+ 操作标识(仅支持小写): - create(创建) - delete(删除)
67
67
 
68
68
  :param action: The action of this BatchCreateOrDeleteTagReq.
69
69
  :type action: str
@@ -35,7 +35,7 @@ class BatchDeleteInstanceReq:
35
35
 
36
36
  :param instances: 实例的ID列表。
37
37
  :type instances: list[str]
38
- :param action: 对实例的操作:delete
38
+ :param action: 对实例的操作:delete
39
39
  :type action: str
40
40
  :param all_failure: 参数值为reliability,表示删除租户所有创建失败的RocketMQ实例。
41
41
  :type all_failure: str
@@ -80,7 +80,7 @@ class BatchDeleteInstanceReq:
80
80
  def action(self):
81
81
  """Gets the action of this BatchDeleteInstanceReq.
82
82
 
83
- 对实例的操作:delete
83
+ 对实例的操作:delete
84
84
 
85
85
  :return: The action of this BatchDeleteInstanceReq.
86
86
  :rtype: str
@@ -91,7 +91,7 @@ class BatchDeleteInstanceReq:
91
91
  def action(self, action):
92
92
  """Sets the action of this BatchDeleteInstanceReq.
93
93
 
94
- 对实例的操作:delete
94
+ 对实例的操作:delete
95
95
 
96
96
  :param action: The action of this BatchDeleteInstanceReq.
97
97
  :type action: str
@@ -31,9 +31,9 @@ class Brokers:
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
34
- :param broker_name: Topic关联代理名称
34
+ :param broker_name: Topic关联代理名称。
35
35
  :type broker_name: str
36
- :param queues: 关联代理的队列详情
36
+ :param queues: 关联代理的队列详情。
37
37
  :type queues: list[:class:`huaweicloudsdkrocketmq.v2.Queue`]
38
38
  """
39
39
 
@@ -52,7 +52,7 @@ class Brokers:
52
52
  def broker_name(self):
53
53
  """Gets the broker_name of this Brokers.
54
54
 
55
- Topic关联代理名称
55
+ Topic关联代理名称。
56
56
 
57
57
  :return: The broker_name of this Brokers.
58
58
  :rtype: str
@@ -63,7 +63,7 @@ class Brokers:
63
63
  def broker_name(self, broker_name):
64
64
  """Sets the broker_name of this Brokers.
65
65
 
66
- Topic关联代理名称
66
+ Topic关联代理名称。
67
67
 
68
68
  :param broker_name: The broker_name of this Brokers.
69
69
  :type broker_name: str
@@ -74,7 +74,7 @@ class Brokers:
74
74
  def queues(self):
75
75
  """Gets the queues of this Brokers.
76
76
 
77
- 关联代理的队列详情
77
+ 关联代理的队列详情。
78
78
 
79
79
  :return: The queues of this Brokers.
80
80
  :rtype: list[:class:`huaweicloudsdkrocketmq.v2.Queue`]
@@ -85,7 +85,7 @@ class Brokers:
85
85
  def queues(self, queues):
86
86
  """Sets the queues of this Brokers.
87
87
 
88
- 关联代理的队列详情
88
+ 关联代理的队列详情。
89
89
 
90
90
  :param queues: The queues of this Brokers.
91
91
  :type queues: list[:class:`huaweicloudsdkrocketmq.v2.Queue`]
@@ -37,15 +37,15 @@ class ClientData:
37
37
 
38
38
  The model defined in huaweicloud sdk
39
39
 
40
- :param language: 客户端语言
40
+ :param language: 客户端语言。
41
41
  :type language: str
42
- :param version: 客户端版本
42
+ :param version: 客户端版本。
43
43
  :type version: str
44
- :param client_id: 客户端ID
44
+ :param client_id: 客户端ID
45
45
  :type client_id: str
46
- :param client_addr: 客户端地址
46
+ :param client_addr: 客户端地址。
47
47
  :type client_addr: str
48
- :param subscriptions: 订阅关系列表
48
+ :param subscriptions: 订阅关系列表。
49
49
  :type subscriptions: list[:class:`huaweicloudsdkrocketmq.v2.Subscription`]
50
50
  """
51
51
 
@@ -73,7 +73,7 @@ class ClientData:
73
73
  def language(self):
74
74
  """Gets the language of this ClientData.
75
75
 
76
- 客户端语言
76
+ 客户端语言。
77
77
 
78
78
  :return: The language of this ClientData.
79
79
  :rtype: str
@@ -84,7 +84,7 @@ class ClientData:
84
84
  def language(self, language):
85
85
  """Sets the language of this ClientData.
86
86
 
87
- 客户端语言
87
+ 客户端语言。
88
88
 
89
89
  :param language: The language of this ClientData.
90
90
  :type language: str
@@ -95,7 +95,7 @@ class ClientData:
95
95
  def version(self):
96
96
  """Gets the version of this ClientData.
97
97
 
98
- 客户端版本
98
+ 客户端版本。
99
99
 
100
100
  :return: The version of this ClientData.
101
101
  :rtype: str
@@ -106,7 +106,7 @@ class ClientData:
106
106
  def version(self, version):
107
107
  """Sets the version of this ClientData.
108
108
 
109
- 客户端版本
109
+ 客户端版本。
110
110
 
111
111
  :param version: The version of this ClientData.
112
112
  :type version: str
@@ -117,7 +117,7 @@ class ClientData:
117
117
  def client_id(self):
118
118
  """Gets the client_id of this ClientData.
119
119
 
120
- 客户端ID
120
+ 客户端ID
121
121
 
122
122
  :return: The client_id of this ClientData.
123
123
  :rtype: str
@@ -128,7 +128,7 @@ class ClientData:
128
128
  def client_id(self, client_id):
129
129
  """Sets the client_id of this ClientData.
130
130
 
131
- 客户端ID
131
+ 客户端ID
132
132
 
133
133
  :param client_id: The client_id of this ClientData.
134
134
  :type client_id: str
@@ -139,7 +139,7 @@ class ClientData:
139
139
  def client_addr(self):
140
140
  """Gets the client_addr of this ClientData.
141
141
 
142
- 客户端地址
142
+ 客户端地址。
143
143
 
144
144
  :return: The client_addr of this ClientData.
145
145
  :rtype: str
@@ -150,7 +150,7 @@ class ClientData:
150
150
  def client_addr(self, client_addr):
151
151
  """Sets the client_addr of this ClientData.
152
152
 
153
- 客户端地址
153
+ 客户端地址。
154
154
 
155
155
  :param client_addr: The client_addr of this ClientData.
156
156
  :type client_addr: str
@@ -161,7 +161,7 @@ class ClientData:
161
161
  def subscriptions(self):
162
162
  """Gets the subscriptions of this ClientData.
163
163
 
164
- 订阅关系列表
164
+ 订阅关系列表。
165
165
 
166
166
  :return: The subscriptions of this ClientData.
167
167
  :rtype: list[:class:`huaweicloudsdkrocketmq.v2.Subscription`]
@@ -172,7 +172,7 @@ class ClientData:
172
172
  def subscriptions(self, subscriptions):
173
173
  """Sets the subscriptions of this ClientData.
174
174
 
175
- 订阅关系列表
175
+ 订阅关系列表。
176
176
 
177
177
  :param subscriptions: The subscriptions of this ClientData.
178
178
  :type subscriptions: list[:class:`huaweicloudsdkrocketmq.v2.Subscription`]
@@ -35,13 +35,13 @@ class ConsumerDetailResp:
35
35
 
36
36
  The model defined in huaweicloud sdk
37
37
 
38
- :param lag: 消费堆积总数
38
+ :param lag: 消费堆积总数。
39
39
  :type lag: int
40
- :param max_offset: 消息总数
40
+ :param max_offset: 消息总数。
41
41
  :type max_offset: int
42
- :param consumer_offset: 已消费消息数
42
+ :param consumer_offset: 已消费消息数。
43
43
  :type consumer_offset: int
44
- :param brokers: Topic关联代理(当查询topic消费“详情”才显示此参数)。
44
+ :param brokers: Topic关联代理(当查询Topic消费“详情”才显示此参数)。
45
45
  :type brokers: list[:class:`huaweicloudsdkrocketmq.v2.Brokers`]
46
46
  """
47
47
 
@@ -66,7 +66,7 @@ class ConsumerDetailResp:
66
66
  def lag(self):
67
67
  """Gets the lag of this ConsumerDetailResp.
68
68
 
69
- 消费堆积总数
69
+ 消费堆积总数。
70
70
 
71
71
  :return: The lag of this ConsumerDetailResp.
72
72
  :rtype: int
@@ -77,7 +77,7 @@ class ConsumerDetailResp:
77
77
  def lag(self, lag):
78
78
  """Sets the lag of this ConsumerDetailResp.
79
79
 
80
- 消费堆积总数
80
+ 消费堆积总数。
81
81
 
82
82
  :param lag: The lag of this ConsumerDetailResp.
83
83
  :type lag: int
@@ -88,7 +88,7 @@ class ConsumerDetailResp:
88
88
  def max_offset(self):
89
89
  """Gets the max_offset of this ConsumerDetailResp.
90
90
 
91
- 消息总数
91
+ 消息总数。
92
92
 
93
93
  :return: The max_offset of this ConsumerDetailResp.
94
94
  :rtype: int
@@ -99,7 +99,7 @@ class ConsumerDetailResp:
99
99
  def max_offset(self, max_offset):
100
100
  """Sets the max_offset of this ConsumerDetailResp.
101
101
 
102
- 消息总数
102
+ 消息总数。
103
103
 
104
104
  :param max_offset: The max_offset of this ConsumerDetailResp.
105
105
  :type max_offset: int
@@ -110,7 +110,7 @@ class ConsumerDetailResp:
110
110
  def consumer_offset(self):
111
111
  """Gets the consumer_offset of this ConsumerDetailResp.
112
112
 
113
- 已消费消息数
113
+ 已消费消息数。
114
114
 
115
115
  :return: The consumer_offset of this ConsumerDetailResp.
116
116
  :rtype: int
@@ -121,7 +121,7 @@ class ConsumerDetailResp:
121
121
  def consumer_offset(self, consumer_offset):
122
122
  """Sets the consumer_offset of this ConsumerDetailResp.
123
123
 
124
- 已消费消息数
124
+ 已消费消息数。
125
125
 
126
126
  :param consumer_offset: The consumer_offset of this ConsumerDetailResp.
127
127
  :type consumer_offset: int
@@ -132,7 +132,7 @@ class ConsumerDetailResp:
132
132
  def brokers(self):
133
133
  """Gets the brokers of this ConsumerDetailResp.
134
134
 
135
- Topic关联代理(当查询topic消费“详情”才显示此参数)。
135
+ Topic关联代理(当查询Topic消费“详情”才显示此参数)。
136
136
 
137
137
  :return: The brokers of this ConsumerDetailResp.
138
138
  :rtype: list[:class:`huaweicloudsdkrocketmq.v2.Brokers`]
@@ -143,7 +143,7 @@ class ConsumerDetailResp:
143
143
  def brokers(self, brokers):
144
144
  """Sets the brokers of this ConsumerDetailResp.
145
145
 
146
- Topic关联代理(当查询topic消费“详情”才显示此参数)。
146
+ Topic关联代理(当查询Topic消费“详情”才显示此参数)。
147
147
 
148
148
  :param brokers: The brokers of this ConsumerDetailResp.
149
149
  :type brokers: list[:class:`huaweicloudsdkrocketmq.v2.Brokers`]
@@ -61,7 +61,7 @@ class ConsumerGroup:
61
61
  :type created_at: int
62
62
  :param permissions: 权限集。
63
63
  :type permissions: list[str]
64
- :param consume_orderly: 是否按序消费。
64
+ :param consume_orderly: 是否按顺序消费。
65
65
  :type consume_orderly: bool
66
66
  """
67
67
 
@@ -277,7 +277,7 @@ class ConsumerGroup:
277
277
  def consume_orderly(self):
278
278
  """Gets the consume_orderly of this ConsumerGroup.
279
279
 
280
- 是否按序消费。
280
+ 是否按顺序消费。
281
281
 
282
282
  :return: The consume_orderly of this ConsumerGroup.
283
283
  :rtype: bool
@@ -288,7 +288,7 @@ class ConsumerGroup:
288
288
  def consume_orderly(self, consume_orderly):
289
289
  """Sets the consume_orderly of this ConsumerGroup.
290
290
 
291
- 是否按序消费。
291
+ 是否按顺序消费。
292
292
 
293
293
  :param consume_orderly: The consume_orderly of this ConsumerGroup.
294
294
  :type consume_orderly: bool
@@ -31,9 +31,9 @@ class ConsumerList:
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
34
- :param topics: Topic列表(当查询topic消费“列表”时才显示此参数)。
34
+ :param topics: Topic列表(当查询Topic消费“列表”时才显示此参数)。
35
35
  :type topics: list[str]
36
- :param total: Topic总数(当查询topic消费“列表”时才显示此参数)。
36
+ :param total: Topic总数(当查询Topic消费“列表”时才显示此参数)。
37
37
  :type total: int
38
38
  """
39
39
 
@@ -52,7 +52,7 @@ class ConsumerList:
52
52
  def topics(self):
53
53
  """Gets the topics of this ConsumerList.
54
54
 
55
- Topic列表(当查询topic消费“列表”时才显示此参数)。
55
+ Topic列表(当查询Topic消费“列表”时才显示此参数)。
56
56
 
57
57
  :return: The topics of this ConsumerList.
58
58
  :rtype: list[str]
@@ -63,7 +63,7 @@ class ConsumerList:
63
63
  def topics(self, topics):
64
64
  """Sets the topics of this ConsumerList.
65
65
 
66
- Topic列表(当查询topic消费“列表”时才显示此参数)。
66
+ Topic列表(当查询Topic消费“列表”时才显示此参数)。
67
67
 
68
68
  :param topics: The topics of this ConsumerList.
69
69
  :type topics: list[str]
@@ -74,7 +74,7 @@ class ConsumerList:
74
74
  def total(self):
75
75
  """Gets the total of this ConsumerList.
76
76
 
77
- Topic总数(当查询topic消费“列表”时才显示此参数)。
77
+ Topic总数(当查询Topic消费“列表”时才显示此参数)。
78
78
 
79
79
  :return: The total of this ConsumerList.
80
80
  :rtype: int
@@ -85,7 +85,7 @@ class ConsumerList:
85
85
  def total(self, total):
86
86
  """Sets the total of this ConsumerList.
87
87
 
88
- Topic总数(当查询topic消费“列表”时才显示此参数)。
88
+ Topic总数(当查询Topic消费“列表”时才显示此参数)。
89
89
 
90
90
  :param total: The total of this ConsumerList.
91
91
  :type total: int
@@ -55,7 +55,7 @@ class CreateConsumerGroupOrBatchDeleteConsumerGroupReq:
55
55
  :type retry_max_time: int
56
56
  :param enabled: 是否可以消费。
57
57
  :type enabled: bool
58
- :param consume_orderly: 是否按序消费(仅RocketMQ实例5.x版本需要填写此参数)。
58
+ :param consume_orderly: 是否按顺序消费(仅RocketMQ实例5.x版本需要填写此参数)。
59
59
  :type consume_orderly: bool
60
60
  :param group_desc: 消费组描述,长度0~200个字符。
61
61
  :type group_desc: str
@@ -226,7 +226,7 @@ class CreateConsumerGroupOrBatchDeleteConsumerGroupReq:
226
226
  def consume_orderly(self):
227
227
  """Gets the consume_orderly of this CreateConsumerGroupOrBatchDeleteConsumerGroupReq.
228
228
 
229
- 是否按序消费(仅RocketMQ实例5.x版本需要填写此参数)。
229
+ 是否按顺序消费(仅RocketMQ实例5.x版本需要填写此参数)。
230
230
 
231
231
  :return: The consume_orderly of this CreateConsumerGroupOrBatchDeleteConsumerGroupReq.
232
232
  :rtype: bool
@@ -237,7 +237,7 @@ class CreateConsumerGroupOrBatchDeleteConsumerGroupReq:
237
237
  def consume_orderly(self, consume_orderly):
238
238
  """Sets the consume_orderly of this CreateConsumerGroupOrBatchDeleteConsumerGroupReq.
239
239
 
240
- 是否按序消费(仅RocketMQ实例5.x版本需要填写此参数)。
240
+ 是否按顺序消费(仅RocketMQ实例5.x版本需要填写此参数)。
241
241
 
242
242
  :param consume_orderly: The consume_orderly of this CreateConsumerGroupOrBatchDeleteConsumerGroupReq.
243
243
  :type consume_orderly: bool
@@ -71,7 +71,7 @@ class CreateInstanceByEngineReq:
71
71
  :type description: str
72
72
  :param engine: 消息引擎。取值填写为:reliability。
73
73
  :type engine: str
74
- :param engine_version: 消息引擎的版本。取值填写为:[4.8.0](tag:hws,hws_eu,hws_hk,ocb,hws_ocb,ctc,g42,hk_g42,tm,sbc,hk_sbc,hk_tm)[5.x](tag:hcs)。
74
+ :param engine_version: 消息引擎的版本。取值填写为:[4.8.0](tag:hws,hws_eu,hws_hk,ocb,hws_ocb,ctc,g42,hk_g42,tm,sbc,hk_sbc,hk_tm)[5.x](tag:hcs,fcs)。
75
75
  :type engine_version: str
76
76
  :param storage_space: 存储空间。
77
77
  :type storage_space: int
@@ -83,7 +83,7 @@ class CreateInstanceByEngineReq:
83
83
  :type security_group_id: str
84
84
  :param available_zones: 创建节点到指定且有资源的可用区ID。请参考[查询可用区信息](ListAvailableZones.xml)获取可用区ID。 该参数不能为空数组或者数组的值为空, 请注意查看该可用区是否有资源。 创建RocketMQ实例,支持节点部署在1个或3个及3个以上的可用区。在为节点指定可用区时,用逗号分隔开。
85
85
  :type available_zones: list[str]
86
- :param product_id: RocketMQ实例规格。[x86环境后缀为.x86,arm环境后缀为.arm。](tag:hcs) - [c6.4u8g.cluster.small:单个代理最大Topic数2000,单个代理最大消费组数2000](tag:hws,hws_eu,hws_hk,ocb,hws_ocb,ctc,g42,hk_g42,tm,sbc,hk_sbc,hk_tm)[c6.2u8g.single.x86或c6.2u8g.single.arm:单个代理最大Topic数50,单个代理最大消费组数100](tag:hcs) - [c6.4u8g.cluster:单个代理最大Topic数4000,单个代理最大消费组数4000](tag:hws,hws_eu,hws_hk,ocb,hws_ocb,ctc,g42,hk_g42,tm,sbc,hk_sbc,hk_tm)[c6.4u16g.cluster.x86或c6.4u16g.cluster.arm:单个代理最大Topic数100,单个代理最大消费组数200](tag:hcs) - [c6.8u16g.cluster:单个代理最大Topic数8000,单个代理最大消费组数8000](tag:hws,hws_eu,hws_hk,ocb,hws_ocb,ctc,g42,hk_g42,tm,sbc,hk_sbc,hk_tm)[c6.8u32g.cluster.x86或c6.8u32g.cluster.arm:单个代理最大Topic数200,单个代理最大消费组数400](tag:hcs) - [c6.12u24g.cluster:单个代理最大Topic数12000,单个代理最大消费组数12000](tag:hws,hws_eu,hws_hk,ocb,hws_ocb,ctc,g42,hk_g42,tm,sbc,hk_sbc,hk_tm)[c6.16u64g.cluster.x86或c6.16u64g.cluster.arm:单个代理最大Topic数300,单个代理最大消费组数600](tag:hcs) - [c6.16u32g.cluster:单个代理最大Topic数16000,单个代理最大消费组数16000](tag:hws,hws_eu,hws_hk,ocb,hws_ocb,ctc,g42,hk_g42,tm,sbc,hk_sbc,hk_tm)[c6.32u128g.cluster.x86或c6.32u128g.cluster.arm:单个代理最大Topic数400,单个代理最大消费组数800](tag:hcs)
86
+ :param product_id: RocketMQ实例规格。[x86环境后缀为.x86,arm环境后缀为.arm。](tag:hcs,fcs) - [c6.4u8g.cluster.small:单个代理最大Topic数2000,单个代理最大消费组数2000](tag:hws,hws_eu,hws_hk,ocb,hws_ocb,ctc,g42,hk_g42,tm,sbc,hk_sbc,hk_tm)[c6.2u8g.single.x86或c6.2u8g.single.arm:单个代理最大Topic数50,单个代理最大消费组数100](tag:hcs) - [c6.4u8g.cluster:单个代理最大Topic数4000,单个代理最大消费组数4000](tag:hws,hws_eu,hws_hk,ocb,hws_ocb,ctc,g42,hk_g42,tm,sbc,hk_sbc,hk_tm)[c6.4u16g.cluster.x86或c6.4u16g.cluster.arm:单个代理最大Topic数100,单个代理最大消费组数200](tag:hcs,fcs) - [c6.8u16g.cluster:单个代理最大Topic数8000,单个代理最大消费组数8000](tag:hws,hws_eu,hws_hk,ocb,hws_ocb,ctc,g42,hk_g42,tm,sbc,hk_sbc,hk_tm)[c6.8u32g.cluster.x86或c6.8u32g.cluster.arm:单个代理最大Topic数200,单个代理最大消费组数400](tag:hcs,fcs) - [c6.12u24g.cluster:单个代理最大Topic数12000,单个代理最大消费组数12000](tag:hws,hws_eu,hws_hk,ocb,hws_ocb,ctc,g42,hk_g42,tm,sbc,hk_sbc,hk_tm)[c6.16u64g.cluster.x86或c6.16u64g.cluster.arm:单个代理最大Topic数300,单个代理最大消费组数600](tag:hcs,fcs) - [c6.16u32g.cluster:单个代理最大Topic数16000,单个代理最大消费组数16000](tag:hws,hws_eu,hws_hk,ocb,hws_ocb,ctc,g42,hk_g42,tm,sbc,hk_sbc,hk_tm)[c6.32u128g.cluster.x86或c6.32u128g.cluster.arm:单个代理最大Topic数400,单个代理最大消费组数800](tag:hcs,fcs)
87
87
  :type product_id: str
88
88
  :param ssl_enable: 是否打开SSL加密访问。 - true:打开SSL加密访问。 - false:不打开SSL加密访问。
89
89
  :type ssl_enable: bool
@@ -93,13 +93,13 @@ class CreateInstanceByEngineReq:
93
93
  :type enterprise_project_id: str
94
94
  :param enable_acl: 是否开启访问控制列表。
95
95
  :type enable_acl: bool
96
- :param ipv6_enable: 是否支持IPv6。 - true: 支持 - false:不支持
96
+ :param ipv6_enable: 是否支持IPv6。 - true:支持 - false:不支持
97
97
  :type ipv6_enable: bool
98
98
  :param enable_publicip: 是否开启公网访问功能。默认不开启公网。 - true:开启 - false:不开启
99
99
  :type enable_publicip: bool
100
100
  :param publicip_id: 实例绑定的弹性IP地址的ID。 以英文逗号隔开多个弹性IP地址的ID。 如果开启了公网访问功能(即enable_publicip为true),该字段为必选。
101
101
  :type publicip_id: str
102
- :param broker_num: 代理个数
102
+ :param broker_num: 代理个数。
103
103
  :type broker_num: int
104
104
  :param bss_param:
105
105
  :type bss_param: :class:`huaweicloudsdkrocketmq.v2.BssParam`
@@ -226,7 +226,7 @@ class CreateInstanceByEngineReq:
226
226
  def engine_version(self):
227
227
  """Gets the engine_version of this CreateInstanceByEngineReq.
228
228
 
229
- 消息引擎的版本。取值填写为:[4.8.0](tag:hws,hws_eu,hws_hk,ocb,hws_ocb,ctc,g42,hk_g42,tm,sbc,hk_sbc,hk_tm)[5.x](tag:hcs)。
229
+ 消息引擎的版本。取值填写为:[4.8.0](tag:hws,hws_eu,hws_hk,ocb,hws_ocb,ctc,g42,hk_g42,tm,sbc,hk_sbc,hk_tm)[5.x](tag:hcs,fcs)。
230
230
 
231
231
  :return: The engine_version of this CreateInstanceByEngineReq.
232
232
  :rtype: str
@@ -237,7 +237,7 @@ class CreateInstanceByEngineReq:
237
237
  def engine_version(self, engine_version):
238
238
  """Sets the engine_version of this CreateInstanceByEngineReq.
239
239
 
240
- 消息引擎的版本。取值填写为:[4.8.0](tag:hws,hws_eu,hws_hk,ocb,hws_ocb,ctc,g42,hk_g42,tm,sbc,hk_sbc,hk_tm)[5.x](tag:hcs)。
240
+ 消息引擎的版本。取值填写为:[4.8.0](tag:hws,hws_eu,hws_hk,ocb,hws_ocb,ctc,g42,hk_g42,tm,sbc,hk_sbc,hk_tm)[5.x](tag:hcs,fcs)。
241
241
 
242
242
  :param engine_version: The engine_version of this CreateInstanceByEngineReq.
243
243
  :type engine_version: str
@@ -358,7 +358,7 @@ class CreateInstanceByEngineReq:
358
358
  def product_id(self):
359
359
  """Gets the product_id of this CreateInstanceByEngineReq.
360
360
 
361
- RocketMQ实例规格。[x86环境后缀为.x86,arm环境后缀为.arm。](tag:hcs) - [c6.4u8g.cluster.small:单个代理最大Topic数2000,单个代理最大消费组数2000](tag:hws,hws_eu,hws_hk,ocb,hws_ocb,ctc,g42,hk_g42,tm,sbc,hk_sbc,hk_tm)[c6.2u8g.single.x86或c6.2u8g.single.arm:单个代理最大Topic数50,单个代理最大消费组数100](tag:hcs) - [c6.4u8g.cluster:单个代理最大Topic数4000,单个代理最大消费组数4000](tag:hws,hws_eu,hws_hk,ocb,hws_ocb,ctc,g42,hk_g42,tm,sbc,hk_sbc,hk_tm)[c6.4u16g.cluster.x86或c6.4u16g.cluster.arm:单个代理最大Topic数100,单个代理最大消费组数200](tag:hcs) - [c6.8u16g.cluster:单个代理最大Topic数8000,单个代理最大消费组数8000](tag:hws,hws_eu,hws_hk,ocb,hws_ocb,ctc,g42,hk_g42,tm,sbc,hk_sbc,hk_tm)[c6.8u32g.cluster.x86或c6.8u32g.cluster.arm:单个代理最大Topic数200,单个代理最大消费组数400](tag:hcs) - [c6.12u24g.cluster:单个代理最大Topic数12000,单个代理最大消费组数12000](tag:hws,hws_eu,hws_hk,ocb,hws_ocb,ctc,g42,hk_g42,tm,sbc,hk_sbc,hk_tm)[c6.16u64g.cluster.x86或c6.16u64g.cluster.arm:单个代理最大Topic数300,单个代理最大消费组数600](tag:hcs) - [c6.16u32g.cluster:单个代理最大Topic数16000,单个代理最大消费组数16000](tag:hws,hws_eu,hws_hk,ocb,hws_ocb,ctc,g42,hk_g42,tm,sbc,hk_sbc,hk_tm)[c6.32u128g.cluster.x86或c6.32u128g.cluster.arm:单个代理最大Topic数400,单个代理最大消费组数800](tag:hcs)
361
+ RocketMQ实例规格。[x86环境后缀为.x86,arm环境后缀为.arm。](tag:hcs,fcs) - [c6.4u8g.cluster.small:单个代理最大Topic数2000,单个代理最大消费组数2000](tag:hws,hws_eu,hws_hk,ocb,hws_ocb,ctc,g42,hk_g42,tm,sbc,hk_sbc,hk_tm)[c6.2u8g.single.x86或c6.2u8g.single.arm:单个代理最大Topic数50,单个代理最大消费组数100](tag:hcs) - [c6.4u8g.cluster:单个代理最大Topic数4000,单个代理最大消费组数4000](tag:hws,hws_eu,hws_hk,ocb,hws_ocb,ctc,g42,hk_g42,tm,sbc,hk_sbc,hk_tm)[c6.4u16g.cluster.x86或c6.4u16g.cluster.arm:单个代理最大Topic数100,单个代理最大消费组数200](tag:hcs,fcs) - [c6.8u16g.cluster:单个代理最大Topic数8000,单个代理最大消费组数8000](tag:hws,hws_eu,hws_hk,ocb,hws_ocb,ctc,g42,hk_g42,tm,sbc,hk_sbc,hk_tm)[c6.8u32g.cluster.x86或c6.8u32g.cluster.arm:单个代理最大Topic数200,单个代理最大消费组数400](tag:hcs,fcs) - [c6.12u24g.cluster:单个代理最大Topic数12000,单个代理最大消费组数12000](tag:hws,hws_eu,hws_hk,ocb,hws_ocb,ctc,g42,hk_g42,tm,sbc,hk_sbc,hk_tm)[c6.16u64g.cluster.x86或c6.16u64g.cluster.arm:单个代理最大Topic数300,单个代理最大消费组数600](tag:hcs,fcs) - [c6.16u32g.cluster:单个代理最大Topic数16000,单个代理最大消费组数16000](tag:hws,hws_eu,hws_hk,ocb,hws_ocb,ctc,g42,hk_g42,tm,sbc,hk_sbc,hk_tm)[c6.32u128g.cluster.x86或c6.32u128g.cluster.arm:单个代理最大Topic数400,单个代理最大消费组数800](tag:hcs,fcs)
362
362
 
363
363
  :return: The product_id of this CreateInstanceByEngineReq.
364
364
  :rtype: str
@@ -369,7 +369,7 @@ class CreateInstanceByEngineReq:
369
369
  def product_id(self, product_id):
370
370
  """Sets the product_id of this CreateInstanceByEngineReq.
371
371
 
372
- RocketMQ实例规格。[x86环境后缀为.x86,arm环境后缀为.arm。](tag:hcs) - [c6.4u8g.cluster.small:单个代理最大Topic数2000,单个代理最大消费组数2000](tag:hws,hws_eu,hws_hk,ocb,hws_ocb,ctc,g42,hk_g42,tm,sbc,hk_sbc,hk_tm)[c6.2u8g.single.x86或c6.2u8g.single.arm:单个代理最大Topic数50,单个代理最大消费组数100](tag:hcs) - [c6.4u8g.cluster:单个代理最大Topic数4000,单个代理最大消费组数4000](tag:hws,hws_eu,hws_hk,ocb,hws_ocb,ctc,g42,hk_g42,tm,sbc,hk_sbc,hk_tm)[c6.4u16g.cluster.x86或c6.4u16g.cluster.arm:单个代理最大Topic数100,单个代理最大消费组数200](tag:hcs) - [c6.8u16g.cluster:单个代理最大Topic数8000,单个代理最大消费组数8000](tag:hws,hws_eu,hws_hk,ocb,hws_ocb,ctc,g42,hk_g42,tm,sbc,hk_sbc,hk_tm)[c6.8u32g.cluster.x86或c6.8u32g.cluster.arm:单个代理最大Topic数200,单个代理最大消费组数400](tag:hcs) - [c6.12u24g.cluster:单个代理最大Topic数12000,单个代理最大消费组数12000](tag:hws,hws_eu,hws_hk,ocb,hws_ocb,ctc,g42,hk_g42,tm,sbc,hk_sbc,hk_tm)[c6.16u64g.cluster.x86或c6.16u64g.cluster.arm:单个代理最大Topic数300,单个代理最大消费组数600](tag:hcs) - [c6.16u32g.cluster:单个代理最大Topic数16000,单个代理最大消费组数16000](tag:hws,hws_eu,hws_hk,ocb,hws_ocb,ctc,g42,hk_g42,tm,sbc,hk_sbc,hk_tm)[c6.32u128g.cluster.x86或c6.32u128g.cluster.arm:单个代理最大Topic数400,单个代理最大消费组数800](tag:hcs)
372
+ RocketMQ实例规格。[x86环境后缀为.x86,arm环境后缀为.arm。](tag:hcs,fcs) - [c6.4u8g.cluster.small:单个代理最大Topic数2000,单个代理最大消费组数2000](tag:hws,hws_eu,hws_hk,ocb,hws_ocb,ctc,g42,hk_g42,tm,sbc,hk_sbc,hk_tm)[c6.2u8g.single.x86或c6.2u8g.single.arm:单个代理最大Topic数50,单个代理最大消费组数100](tag:hcs) - [c6.4u8g.cluster:单个代理最大Topic数4000,单个代理最大消费组数4000](tag:hws,hws_eu,hws_hk,ocb,hws_ocb,ctc,g42,hk_g42,tm,sbc,hk_sbc,hk_tm)[c6.4u16g.cluster.x86或c6.4u16g.cluster.arm:单个代理最大Topic数100,单个代理最大消费组数200](tag:hcs,fcs) - [c6.8u16g.cluster:单个代理最大Topic数8000,单个代理最大消费组数8000](tag:hws,hws_eu,hws_hk,ocb,hws_ocb,ctc,g42,hk_g42,tm,sbc,hk_sbc,hk_tm)[c6.8u32g.cluster.x86或c6.8u32g.cluster.arm:单个代理最大Topic数200,单个代理最大消费组数400](tag:hcs,fcs) - [c6.12u24g.cluster:单个代理最大Topic数12000,单个代理最大消费组数12000](tag:hws,hws_eu,hws_hk,ocb,hws_ocb,ctc,g42,hk_g42,tm,sbc,hk_sbc,hk_tm)[c6.16u64g.cluster.x86或c6.16u64g.cluster.arm:单个代理最大Topic数300,单个代理最大消费组数600](tag:hcs,fcs) - [c6.16u32g.cluster:单个代理最大Topic数16000,单个代理最大消费组数16000](tag:hws,hws_eu,hws_hk,ocb,hws_ocb,ctc,g42,hk_g42,tm,sbc,hk_sbc,hk_tm)[c6.32u128g.cluster.x86或c6.32u128g.cluster.arm:单个代理最大Topic数400,单个代理最大消费组数800](tag:hcs,fcs)
373
373
 
374
374
  :param product_id: The product_id of this CreateInstanceByEngineReq.
375
375
  :type product_id: str
@@ -468,7 +468,7 @@ class CreateInstanceByEngineReq:
468
468
  def ipv6_enable(self):
469
469
  """Gets the ipv6_enable of this CreateInstanceByEngineReq.
470
470
 
471
- 是否支持IPv6。 - true: 支持 - false:不支持
471
+ 是否支持IPv6。 - true:支持 - false:不支持
472
472
 
473
473
  :return: The ipv6_enable of this CreateInstanceByEngineReq.
474
474
  :rtype: bool
@@ -479,7 +479,7 @@ class CreateInstanceByEngineReq:
479
479
  def ipv6_enable(self, ipv6_enable):
480
480
  """Sets the ipv6_enable of this CreateInstanceByEngineReq.
481
481
 
482
- 是否支持IPv6。 - true: 支持 - false:不支持
482
+ 是否支持IPv6。 - true:支持 - false:不支持
483
483
 
484
484
  :param ipv6_enable: The ipv6_enable of this CreateInstanceByEngineReq.
485
485
  :type ipv6_enable: bool
@@ -534,7 +534,7 @@ class CreateInstanceByEngineReq:
534
534
  def broker_num(self):
535
535
  """Gets the broker_num of this CreateInstanceByEngineReq.
536
536
 
537
- 代理个数
537
+ 代理个数。
538
538
 
539
539
  :return: The broker_num of this CreateInstanceByEngineReq.
540
540
  :rtype: int
@@ -545,7 +545,7 @@ class CreateInstanceByEngineReq:
545
545
  def broker_num(self, broker_num):
546
546
  """Sets the broker_num of this CreateInstanceByEngineReq.
547
547
 
548
- 代理个数
548
+ 代理个数。
549
549
 
550
550
  :param broker_num: The broker_num of this CreateInstanceByEngineReq.
551
551
  :type broker_num: int
@@ -51,7 +51,7 @@ class CreateOrUpdateConsumerGroup:
51
51
  :type retry_max_time: int
52
52
  :param enabled: 是否可以消费。
53
53
  :type enabled: bool
54
- :param consume_orderly: 是否按序消费(仅RocketMQ实例5.x版本需要填写此参数)。
54
+ :param consume_orderly: 是否按顺序消费(仅RocketMQ实例5.x版本需要填写此参数)。
55
55
  :type consume_orderly: bool
56
56
  :param group_desc: 消费组描述,长度0~200个字符。
57
57
  :type group_desc: str
@@ -197,7 +197,7 @@ class CreateOrUpdateConsumerGroup:
197
197
  def consume_orderly(self):
198
198
  """Gets the consume_orderly of this CreateOrUpdateConsumerGroup.
199
199
 
200
- 是否按序消费(仅RocketMQ实例5.x版本需要填写此参数)。
200
+ 是否按顺序消费(仅RocketMQ实例5.x版本需要填写此参数)。
201
201
 
202
202
  :return: The consume_orderly of this CreateOrUpdateConsumerGroup.
203
203
  :rtype: bool
@@ -208,7 +208,7 @@ class CreateOrUpdateConsumerGroup:
208
208
  def consume_orderly(self, consume_orderly):
209
209
  """Sets the consume_orderly of this CreateOrUpdateConsumerGroup.
210
210
 
211
- 是否按序消费(仅RocketMQ实例5.x版本需要填写此参数)。
211
+ 是否按顺序消费(仅RocketMQ实例5.x版本需要填写此参数)。
212
212
 
213
213
  :param consume_orderly: The consume_orderly of this CreateOrUpdateConsumerGroup.
214
214
  :type consume_orderly: bool