huaweicloudsdkrocketmq 3.1.86__py2.py3-none-any.whl → 3.1.132__py2.py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- huaweicloudsdkrocketmq/v2/__init__.py +2 -0
- huaweicloudsdkrocketmq/v2/model/__init__.py +2 -0
- huaweicloudsdkrocketmq/v2/model/batch_create_or_delete_tag_req.py +3 -3
- huaweicloudsdkrocketmq/v2/model/batch_delete_instance_req.py +3 -3
- huaweicloudsdkrocketmq/v2/model/batch_update_consumer_group_req.py +4 -4
- huaweicloudsdkrocketmq/v2/model/brokers.py +6 -6
- huaweicloudsdkrocketmq/v2/model/client_data.py +15 -15
- huaweicloudsdkrocketmq/v2/model/consumer_detail_resp.py +12 -12
- huaweicloudsdkrocketmq/v2/model/consumer_group.py +7 -7
- huaweicloudsdkrocketmq/v2/model/consumer_list.py +6 -6
- huaweicloudsdkrocketmq/v2/model/create_consumer_group_or_batch_delete_consumer_group_req.py +97 -155
- huaweicloudsdkrocketmq/v2/model/create_consumer_group_or_batch_delete_consumer_group_request.py +3 -3
- huaweicloudsdkrocketmq/v2/model/create_instance_by_engine_req.py +15 -15
- huaweicloudsdkrocketmq/v2/model/create_or_update_consumer_group.py +289 -0
- huaweicloudsdkrocketmq/v2/model/create_post_paid_instance_req.py +18 -18
- huaweicloudsdkrocketmq/v2/model/create_rocket_mq_migration_task_req.py +3 -3
- huaweicloudsdkrocketmq/v2/model/create_rocket_mq_migration_task_request.py +6 -6
- huaweicloudsdkrocketmq/v2/model/create_rocket_mq_migration_task_response.py +3 -3
- huaweicloudsdkrocketmq/v2/model/create_topic_or_batch_delete_topic_req.py +39 -10
- huaweicloudsdkrocketmq/v2/model/create_topic_or_batch_delete_topic_request.py +3 -3
- huaweicloudsdkrocketmq/v2/model/create_topic_req.py +39 -10
- huaweicloudsdkrocketmq/v2/model/create_topic_req_queues.py +144 -0
- huaweicloudsdkrocketmq/v2/model/deadletter_resend_req.py +3 -3
- huaweicloudsdkrocketmq/v2/model/delete_rocket_mq_migration_task_response.py +1 -28
- huaweicloudsdkrocketmq/v2/model/list_instance_consumer_groups_response.py +16 -16
- huaweicloudsdkrocketmq/v2/model/list_instances_request.py +10 -11
- huaweicloudsdkrocketmq/v2/model/list_message_trace_resp_trace.py +7 -7
- huaweicloudsdkrocketmq/v2/model/list_messages_request.py +3 -3
- huaweicloudsdkrocketmq/v2/model/list_rocket_instance_topics_response.py +12 -12
- huaweicloudsdkrocketmq/v2/model/list_rocket_mq_migration_task_request.py +12 -12
- huaweicloudsdkrocketmq/v2/model/migration_rocket_mq_topic_config.py +12 -12
- huaweicloudsdkrocketmq/v2/model/queue.py +15 -15
- huaweicloudsdkrocketmq/v2/model/resend_req.py +3 -3
- huaweicloudsdkrocketmq/v2/model/resize_engine_instance_req.py +9 -9
- huaweicloudsdkrocketmq/v2/model/rocket_mq_config_req.py +6 -6
- huaweicloudsdkrocketmq/v2/model/rocket_mq_config_resp.py +18 -18
- huaweicloudsdkrocketmq/v2/model/rocket_mq_extend_product_info_entity.py +27 -27
- huaweicloudsdkrocketmq/v2/model/rocket_mq_extend_product_ios_entity.py +12 -12
- huaweicloudsdkrocketmq/v2/model/rocket_mq_extend_product_properties_entity.py +6 -6
- huaweicloudsdkrocketmq/v2/model/rocket_mq_product_support_features_entity.py +6 -6
- huaweicloudsdkrocketmq/v2/model/show_consumer_connections_request.py +6 -6
- huaweicloudsdkrocketmq/v2/model/show_consumer_connections_response.py +21 -21
- huaweicloudsdkrocketmq/v2/model/show_consumer_list_or_details_request.py +3 -3
- huaweicloudsdkrocketmq/v2/model/show_consumer_list_or_details_response.py +18 -18
- huaweicloudsdkrocketmq/v2/model/show_engine_instance_extend_product_info_request.py +3 -3
- huaweicloudsdkrocketmq/v2/model/show_engine_instance_extend_product_info_response.py +9 -9
- huaweicloudsdkrocketmq/v2/model/show_group_response.py +3 -3
- huaweicloudsdkrocketmq/v2/model/show_instance_resp.py +65 -7
- huaweicloudsdkrocketmq/v2/model/show_instance_response.py +65 -7
- huaweicloudsdkrocketmq/v2/model/show_one_topic_response.py +3 -3
- huaweicloudsdkrocketmq/v2/model/subscription.py +9 -9
- huaweicloudsdkrocketmq/v2/model/topic.py +3 -3
- huaweicloudsdkrocketmq/v2/model/update_consumer_group.py +3 -32
- huaweicloudsdkrocketmq/v2/model/update_instance_req.py +3 -3
- huaweicloudsdkrocketmq/v2/rocketmq_async_client.py +1 -1
- huaweicloudsdkrocketmq/v2/rocketmq_client.py +1 -1
- {huaweicloudsdkrocketmq-3.1.86.dist-info → huaweicloudsdkrocketmq-3.1.132.dist-info}/METADATA +2 -2
- {huaweicloudsdkrocketmq-3.1.86.dist-info → huaweicloudsdkrocketmq-3.1.132.dist-info}/RECORD +61 -59
- {huaweicloudsdkrocketmq-3.1.86.dist-info → huaweicloudsdkrocketmq-3.1.132.dist-info}/WHEEL +1 -1
- {huaweicloudsdkrocketmq-3.1.86.dist-info → huaweicloudsdkrocketmq-3.1.132.dist-info}/LICENSE +0 -0
- {huaweicloudsdkrocketmq-3.1.86.dist-info → huaweicloudsdkrocketmq-3.1.132.dist-info}/top_level.txt +0 -0
@@ -45,13 +45,13 @@ class ListInstancesRequest:
|
|
45
45
|
|
46
46
|
The model defined in huaweicloud sdk
|
47
47
|
|
48
|
-
:param engine:
|
48
|
+
:param engine: 消息引擎:rocketmq。
|
49
49
|
:type engine: str
|
50
50
|
:param name: 实例名称。
|
51
51
|
:type name: str
|
52
52
|
:param instance_id: 实例ID。
|
53
53
|
:type instance_id: str
|
54
|
-
:param status: 实例状态,[详细状态说明请参考[实例状态说明](hrm-api-0010.xml)。](tag:hws,hws_hk,ctc,hws_eu,ocb,g42,hk_g42,tm,cmcc,hk_tm)[详细状态说明请参考[实例状态说明](kafka-api-180514012.xml)。](tag:hcs)
|
54
|
+
:param status: 实例状态,[详细状态说明请参考[实例状态说明](hrm-api-0010.xml)。](tag:hws,hws_hk,ctc,hws_eu,ocb,g42,hk_g42,tm,sbc,hk_sbc,cmcc,hk_tm)[详细状态说明请参考[实例状态说明](kafka-api-180514012.xml)。](tag:hcs,fcs)
|
55
55
|
:type status: str
|
56
56
|
:param include_failure: 是否返回创建失败的实例数。 当参数值为“true”时,返回创建失败的实例数。参数值为“false”或者其他值,不返回创建失败的实例数。
|
57
57
|
:type include_failure: str
|
@@ -61,7 +61,7 @@ class ListInstancesRequest:
|
|
61
61
|
:type enterprise_project_id: str
|
62
62
|
:param limit: 当次查询返回的最大个数,默认值为10,取值范围为1~50。
|
63
63
|
:type limit: int
|
64
|
-
:param offset: 偏移量,表示从此偏移量开始查询,
|
64
|
+
:param offset: 偏移量,表示从此偏移量开始查询,offset大于等于0。
|
65
65
|
:type offset: int
|
66
66
|
"""
|
67
67
|
|
@@ -78,8 +78,7 @@ class ListInstancesRequest:
|
|
78
78
|
self._offset = None
|
79
79
|
self.discriminator = None
|
80
80
|
|
81
|
-
|
82
|
-
self.engine = engine
|
81
|
+
self.engine = engine
|
83
82
|
if name is not None:
|
84
83
|
self.name = name
|
85
84
|
if instance_id is not None:
|
@@ -101,7 +100,7 @@ class ListInstancesRequest:
|
|
101
100
|
def engine(self):
|
102
101
|
"""Gets the engine of this ListInstancesRequest.
|
103
102
|
|
104
|
-
|
103
|
+
消息引擎:rocketmq。
|
105
104
|
|
106
105
|
:return: The engine of this ListInstancesRequest.
|
107
106
|
:rtype: str
|
@@ -112,7 +111,7 @@ class ListInstancesRequest:
|
|
112
111
|
def engine(self, engine):
|
113
112
|
"""Sets the engine of this ListInstancesRequest.
|
114
113
|
|
115
|
-
|
114
|
+
消息引擎:rocketmq。
|
116
115
|
|
117
116
|
:param engine: The engine of this ListInstancesRequest.
|
118
117
|
:type engine: str
|
@@ -167,7 +166,7 @@ class ListInstancesRequest:
|
|
167
166
|
def status(self):
|
168
167
|
"""Gets the status of this ListInstancesRequest.
|
169
168
|
|
170
|
-
实例状态,[详细状态说明请参考[实例状态说明](hrm-api-0010.xml)。](tag:hws,hws_hk,ctc,hws_eu,ocb,g42,hk_g42,tm,cmcc,hk_tm)[详细状态说明请参考[实例状态说明](kafka-api-180514012.xml)。](tag:hcs)
|
169
|
+
实例状态,[详细状态说明请参考[实例状态说明](hrm-api-0010.xml)。](tag:hws,hws_hk,ctc,hws_eu,ocb,g42,hk_g42,tm,sbc,hk_sbc,cmcc,hk_tm)[详细状态说明请参考[实例状态说明](kafka-api-180514012.xml)。](tag:hcs,fcs)
|
171
170
|
|
172
171
|
:return: The status of this ListInstancesRequest.
|
173
172
|
:rtype: str
|
@@ -178,7 +177,7 @@ class ListInstancesRequest:
|
|
178
177
|
def status(self, status):
|
179
178
|
"""Sets the status of this ListInstancesRequest.
|
180
179
|
|
181
|
-
实例状态,[详细状态说明请参考[实例状态说明](hrm-api-0010.xml)。](tag:hws,hws_hk,ctc,hws_eu,ocb,g42,hk_g42,tm,cmcc,hk_tm)[详细状态说明请参考[实例状态说明](kafka-api-180514012.xml)。](tag:hcs)
|
180
|
+
实例状态,[详细状态说明请参考[实例状态说明](hrm-api-0010.xml)。](tag:hws,hws_hk,ctc,hws_eu,ocb,g42,hk_g42,tm,sbc,hk_sbc,cmcc,hk_tm)[详细状态说明请参考[实例状态说明](kafka-api-180514012.xml)。](tag:hcs,fcs)
|
182
181
|
|
183
182
|
:param status: The status of this ListInstancesRequest.
|
184
183
|
:type status: str
|
@@ -277,7 +276,7 @@ class ListInstancesRequest:
|
|
277
276
|
def offset(self):
|
278
277
|
"""Gets the offset of this ListInstancesRequest.
|
279
278
|
|
280
|
-
偏移量,表示从此偏移量开始查询,
|
279
|
+
偏移量,表示从此偏移量开始查询,offset大于等于0。
|
281
280
|
|
282
281
|
:return: The offset of this ListInstancesRequest.
|
283
282
|
:rtype: int
|
@@ -288,7 +287,7 @@ class ListInstancesRequest:
|
|
288
287
|
def offset(self, offset):
|
289
288
|
"""Sets the offset of this ListInstancesRequest.
|
290
289
|
|
291
|
-
偏移量,表示从此偏移量开始查询,
|
290
|
+
偏移量,表示从此偏移量开始查询,offset大于等于0。
|
292
291
|
|
293
292
|
:param offset: The offset of this ListInstancesRequest.
|
294
293
|
:type offset: int
|
@@ -31,7 +31,7 @@ class ListMessageTraceRespTrace:
|
|
31
31
|
'keys': 'str',
|
32
32
|
'store_host': 'str',
|
33
33
|
'client_host': 'str',
|
34
|
-
'retry_times': '
|
34
|
+
'retry_times': 'int',
|
35
35
|
'body_length': 'float',
|
36
36
|
'msg_type': 'str',
|
37
37
|
'transaction_state': 'str',
|
@@ -79,7 +79,7 @@ class ListMessageTraceRespTrace:
|
|
79
79
|
:type cost_time: float
|
80
80
|
:param request_id: 请求ID。
|
81
81
|
:type request_id: str
|
82
|
-
:param consume_status:
|
82
|
+
:param consume_status: 消费状态: - 0-消费成功 - 1-消费超时 - 2-消费发生异常 - 3-消费返回NULL - 5-消费失败
|
83
83
|
:type consume_status: float
|
84
84
|
:param topic: 主题名称。
|
85
85
|
:type topic: str
|
@@ -96,7 +96,7 @@ class ListMessageTraceRespTrace:
|
|
96
96
|
:param client_host: 产生消息的主机IP。
|
97
97
|
:type client_host: str
|
98
98
|
:param retry_times: 重试次数。
|
99
|
-
:type retry_times:
|
99
|
+
:type retry_times: int
|
100
100
|
:param body_length: 消息体长度。
|
101
101
|
:type body_length: float
|
102
102
|
:param msg_type: 消息类型。
|
@@ -310,7 +310,7 @@ class ListMessageTraceRespTrace:
|
|
310
310
|
def consume_status(self):
|
311
311
|
"""Gets the consume_status of this ListMessageTraceRespTrace.
|
312
312
|
|
313
|
-
|
313
|
+
消费状态: - 0-消费成功 - 1-消费超时 - 2-消费发生异常 - 3-消费返回NULL - 5-消费失败
|
314
314
|
|
315
315
|
:return: The consume_status of this ListMessageTraceRespTrace.
|
316
316
|
:rtype: float
|
@@ -321,7 +321,7 @@ class ListMessageTraceRespTrace:
|
|
321
321
|
def consume_status(self, consume_status):
|
322
322
|
"""Sets the consume_status of this ListMessageTraceRespTrace.
|
323
323
|
|
324
|
-
|
324
|
+
消费状态: - 0-消费成功 - 1-消费超时 - 2-消费发生异常 - 3-消费返回NULL - 5-消费失败
|
325
325
|
|
326
326
|
:param consume_status: The consume_status of this ListMessageTraceRespTrace.
|
327
327
|
:type consume_status: float
|
@@ -489,7 +489,7 @@ class ListMessageTraceRespTrace:
|
|
489
489
|
重试次数。
|
490
490
|
|
491
491
|
:return: The retry_times of this ListMessageTraceRespTrace.
|
492
|
-
:rtype:
|
492
|
+
:rtype: int
|
493
493
|
"""
|
494
494
|
return self._retry_times
|
495
495
|
|
@@ -500,7 +500,7 @@ class ListMessageTraceRespTrace:
|
|
500
500
|
重试次数。
|
501
501
|
|
502
502
|
:param retry_times: The retry_times of this ListMessageTraceRespTrace.
|
503
|
-
:type retry_times:
|
503
|
+
:type retry_times: int
|
504
504
|
"""
|
505
505
|
self._retry_times = retry_times
|
506
506
|
|
@@ -55,7 +55,7 @@ class ListMessagesRequest:
|
|
55
55
|
:type limit: str
|
56
56
|
:param offset: 偏移量,表示从此偏移量开始查询, offset大于等于0。
|
57
57
|
:type offset: str
|
58
|
-
:param key: 消息的key
|
58
|
+
:param key: 消息的key。
|
59
59
|
:type key: str
|
60
60
|
:param start_time: 开始时间(不通过msg_id精确查询消息时,此参数必填)。
|
61
61
|
:type start_time: str
|
@@ -208,7 +208,7 @@ class ListMessagesRequest:
|
|
208
208
|
def key(self):
|
209
209
|
"""Gets the key of this ListMessagesRequest.
|
210
210
|
|
211
|
-
消息的key
|
211
|
+
消息的key。
|
212
212
|
|
213
213
|
:return: The key of this ListMessagesRequest.
|
214
214
|
:rtype: str
|
@@ -219,7 +219,7 @@ class ListMessagesRequest:
|
|
219
219
|
def key(self, key):
|
220
220
|
"""Sets the key of this ListMessagesRequest.
|
221
221
|
|
222
|
-
消息的key
|
222
|
+
消息的key。
|
223
223
|
|
224
224
|
:param key: The key of this ListMessagesRequest.
|
225
225
|
:type key: str
|
@@ -40,17 +40,17 @@ class ListRocketInstanceTopicsResponse(SdkResponse):
|
|
40
40
|
|
41
41
|
The model defined in huaweicloud sdk
|
42
42
|
|
43
|
-
:param total:
|
43
|
+
:param total: Topic总数。
|
44
44
|
:type total: int
|
45
|
-
:param max: 最大可创建
|
45
|
+
:param max: 最大可创建Topic数量。
|
46
46
|
:type max: int
|
47
|
-
:param remaining: 剩余可创建
|
47
|
+
:param remaining: 剩余可创建Topic数量。
|
48
48
|
:type remaining: int
|
49
49
|
:param next_offset: 下个分页的offset。
|
50
50
|
:type next_offset: int
|
51
51
|
:param previous_offset: 上个分页的offset。
|
52
52
|
:type previous_offset: int
|
53
|
-
:param topics:
|
53
|
+
:param topics: Topic列表。
|
54
54
|
:type topics: list[:class:`huaweicloudsdkrocketmq.v2.Topic`]
|
55
55
|
"""
|
56
56
|
|
@@ -81,7 +81,7 @@ class ListRocketInstanceTopicsResponse(SdkResponse):
|
|
81
81
|
def total(self):
|
82
82
|
"""Gets the total of this ListRocketInstanceTopicsResponse.
|
83
83
|
|
84
|
-
|
84
|
+
Topic总数。
|
85
85
|
|
86
86
|
:return: The total of this ListRocketInstanceTopicsResponse.
|
87
87
|
:rtype: int
|
@@ -92,7 +92,7 @@ class ListRocketInstanceTopicsResponse(SdkResponse):
|
|
92
92
|
def total(self, total):
|
93
93
|
"""Sets the total of this ListRocketInstanceTopicsResponse.
|
94
94
|
|
95
|
-
|
95
|
+
Topic总数。
|
96
96
|
|
97
97
|
:param total: The total of this ListRocketInstanceTopicsResponse.
|
98
98
|
:type total: int
|
@@ -103,7 +103,7 @@ class ListRocketInstanceTopicsResponse(SdkResponse):
|
|
103
103
|
def max(self):
|
104
104
|
"""Gets the max of this ListRocketInstanceTopicsResponse.
|
105
105
|
|
106
|
-
最大可创建
|
106
|
+
最大可创建Topic数量。
|
107
107
|
|
108
108
|
:return: The max of this ListRocketInstanceTopicsResponse.
|
109
109
|
:rtype: int
|
@@ -114,7 +114,7 @@ class ListRocketInstanceTopicsResponse(SdkResponse):
|
|
114
114
|
def max(self, max):
|
115
115
|
"""Sets the max of this ListRocketInstanceTopicsResponse.
|
116
116
|
|
117
|
-
最大可创建
|
117
|
+
最大可创建Topic数量。
|
118
118
|
|
119
119
|
:param max: The max of this ListRocketInstanceTopicsResponse.
|
120
120
|
:type max: int
|
@@ -125,7 +125,7 @@ class ListRocketInstanceTopicsResponse(SdkResponse):
|
|
125
125
|
def remaining(self):
|
126
126
|
"""Gets the remaining of this ListRocketInstanceTopicsResponse.
|
127
127
|
|
128
|
-
剩余可创建
|
128
|
+
剩余可创建Topic数量。
|
129
129
|
|
130
130
|
:return: The remaining of this ListRocketInstanceTopicsResponse.
|
131
131
|
:rtype: int
|
@@ -136,7 +136,7 @@ class ListRocketInstanceTopicsResponse(SdkResponse):
|
|
136
136
|
def remaining(self, remaining):
|
137
137
|
"""Sets the remaining of this ListRocketInstanceTopicsResponse.
|
138
138
|
|
139
|
-
剩余可创建
|
139
|
+
剩余可创建Topic数量。
|
140
140
|
|
141
141
|
:param remaining: The remaining of this ListRocketInstanceTopicsResponse.
|
142
142
|
:type remaining: int
|
@@ -191,7 +191,7 @@ class ListRocketInstanceTopicsResponse(SdkResponse):
|
|
191
191
|
def topics(self):
|
192
192
|
"""Gets the topics of this ListRocketInstanceTopicsResponse.
|
193
193
|
|
194
|
-
|
194
|
+
Topic列表。
|
195
195
|
|
196
196
|
:return: The topics of this ListRocketInstanceTopicsResponse.
|
197
197
|
:rtype: list[:class:`huaweicloudsdkrocketmq.v2.Topic`]
|
@@ -202,7 +202,7 @@ class ListRocketInstanceTopicsResponse(SdkResponse):
|
|
202
202
|
def topics(self, topics):
|
203
203
|
"""Sets the topics of this ListRocketInstanceTopicsResponse.
|
204
204
|
|
205
|
-
|
205
|
+
Topic列表。
|
206
206
|
|
207
207
|
:param topics: The topics of this ListRocketInstanceTopicsResponse.
|
208
208
|
:type topics: list[:class:`huaweicloudsdkrocketmq.v2.Topic`]
|
@@ -41,13 +41,13 @@ class ListRocketMqMigrationTaskRequest:
|
|
41
41
|
|
42
42
|
:param instance_id: 实例ID。
|
43
43
|
:type instance_id: str
|
44
|
-
:param id: 任务ID
|
44
|
+
:param id: 任务ID。
|
45
45
|
:type id: str
|
46
|
-
:param type:
|
46
|
+
:param type: 查询类型。
|
47
47
|
:type type: str
|
48
|
-
:param offset: 当前页,从1
|
48
|
+
:param offset: 当前页,从1开始。
|
49
49
|
:type offset: str
|
50
|
-
:param limit:
|
50
|
+
:param limit: 当前页大小。
|
51
51
|
:type limit: str
|
52
52
|
:param name: - 查询vhost列表时,该字段可为空。 - 查询exchange列表时,该字段为exchange所属vhost名称。 - 查询queue列表时,该字段为queue所属vhost-所属exchange,例vhost1-exchange1。
|
53
53
|
:type name: str
|
@@ -101,7 +101,7 @@ class ListRocketMqMigrationTaskRequest:
|
|
101
101
|
def id(self):
|
102
102
|
"""Gets the id of this ListRocketMqMigrationTaskRequest.
|
103
103
|
|
104
|
-
任务ID
|
104
|
+
任务ID。
|
105
105
|
|
106
106
|
:return: The id of this ListRocketMqMigrationTaskRequest.
|
107
107
|
:rtype: str
|
@@ -112,7 +112,7 @@ class ListRocketMqMigrationTaskRequest:
|
|
112
112
|
def id(self, id):
|
113
113
|
"""Sets the id of this ListRocketMqMigrationTaskRequest.
|
114
114
|
|
115
|
-
任务ID
|
115
|
+
任务ID。
|
116
116
|
|
117
117
|
:param id: The id of this ListRocketMqMigrationTaskRequest.
|
118
118
|
:type id: str
|
@@ -123,7 +123,7 @@ class ListRocketMqMigrationTaskRequest:
|
|
123
123
|
def type(self):
|
124
124
|
"""Gets the type of this ListRocketMqMigrationTaskRequest.
|
125
125
|
|
126
|
-
|
126
|
+
查询类型。
|
127
127
|
|
128
128
|
:return: The type of this ListRocketMqMigrationTaskRequest.
|
129
129
|
:rtype: str
|
@@ -134,7 +134,7 @@ class ListRocketMqMigrationTaskRequest:
|
|
134
134
|
def type(self, type):
|
135
135
|
"""Sets the type of this ListRocketMqMigrationTaskRequest.
|
136
136
|
|
137
|
-
|
137
|
+
查询类型。
|
138
138
|
|
139
139
|
:param type: The type of this ListRocketMqMigrationTaskRequest.
|
140
140
|
:type type: str
|
@@ -145,7 +145,7 @@ class ListRocketMqMigrationTaskRequest:
|
|
145
145
|
def offset(self):
|
146
146
|
"""Gets the offset of this ListRocketMqMigrationTaskRequest.
|
147
147
|
|
148
|
-
当前页,从1
|
148
|
+
当前页,从1开始。
|
149
149
|
|
150
150
|
:return: The offset of this ListRocketMqMigrationTaskRequest.
|
151
151
|
:rtype: str
|
@@ -156,7 +156,7 @@ class ListRocketMqMigrationTaskRequest:
|
|
156
156
|
def offset(self, offset):
|
157
157
|
"""Sets the offset of this ListRocketMqMigrationTaskRequest.
|
158
158
|
|
159
|
-
当前页,从1
|
159
|
+
当前页,从1开始。
|
160
160
|
|
161
161
|
:param offset: The offset of this ListRocketMqMigrationTaskRequest.
|
162
162
|
:type offset: str
|
@@ -167,7 +167,7 @@ class ListRocketMqMigrationTaskRequest:
|
|
167
167
|
def limit(self):
|
168
168
|
"""Gets the limit of this ListRocketMqMigrationTaskRequest.
|
169
169
|
|
170
|
-
|
170
|
+
当前页大小。
|
171
171
|
|
172
172
|
:return: The limit of this ListRocketMqMigrationTaskRequest.
|
173
173
|
:rtype: str
|
@@ -178,7 +178,7 @@ class ListRocketMqMigrationTaskRequest:
|
|
178
178
|
def limit(self, limit):
|
179
179
|
"""Sets the limit of this ListRocketMqMigrationTaskRequest.
|
180
180
|
|
181
|
-
|
181
|
+
当前页大小。
|
182
182
|
|
183
183
|
:param limit: The limit of this ListRocketMqMigrationTaskRequest.
|
184
184
|
:type limit: str
|
@@ -41,19 +41,19 @@ class MigrationRocketMqTopicConfig:
|
|
41
41
|
|
42
42
|
The model defined in huaweicloud sdk
|
43
43
|
|
44
|
-
:param topic_name:
|
44
|
+
:param topic_name: Topic名称。
|
45
45
|
:type topic_name: str
|
46
46
|
:param order: 是否有序消息。
|
47
47
|
:type order: bool
|
48
|
-
:param perm:
|
48
|
+
:param perm: Topic权限。
|
49
49
|
:type perm: int
|
50
50
|
:param read_queue_nums: 读队列个数。
|
51
51
|
:type read_queue_nums: int
|
52
52
|
:param write_queue_nums: 写队列个数。
|
53
53
|
:type write_queue_nums: int
|
54
|
-
:param topic_filter_type:
|
54
|
+
:param topic_filter_type: Topic过滤类型。 - SINGLE_TAG:单标签 - MULTI_TAG:多标签
|
55
55
|
:type topic_filter_type: str
|
56
|
-
:param topic_sys_flag:
|
56
|
+
:param topic_sys_flag: Topic系统标志位。
|
57
57
|
:type topic_sys_flag: int
|
58
58
|
"""
|
59
59
|
|
@@ -87,7 +87,7 @@ class MigrationRocketMqTopicConfig:
|
|
87
87
|
def topic_name(self):
|
88
88
|
"""Gets the topic_name of this MigrationRocketMqTopicConfig.
|
89
89
|
|
90
|
-
|
90
|
+
Topic名称。
|
91
91
|
|
92
92
|
:return: The topic_name of this MigrationRocketMqTopicConfig.
|
93
93
|
:rtype: str
|
@@ -98,7 +98,7 @@ class MigrationRocketMqTopicConfig:
|
|
98
98
|
def topic_name(self, topic_name):
|
99
99
|
"""Sets the topic_name of this MigrationRocketMqTopicConfig.
|
100
100
|
|
101
|
-
|
101
|
+
Topic名称。
|
102
102
|
|
103
103
|
:param topic_name: The topic_name of this MigrationRocketMqTopicConfig.
|
104
104
|
:type topic_name: str
|
@@ -131,7 +131,7 @@ class MigrationRocketMqTopicConfig:
|
|
131
131
|
def perm(self):
|
132
132
|
"""Gets the perm of this MigrationRocketMqTopicConfig.
|
133
133
|
|
134
|
-
|
134
|
+
Topic权限。
|
135
135
|
|
136
136
|
:return: The perm of this MigrationRocketMqTopicConfig.
|
137
137
|
:rtype: int
|
@@ -142,7 +142,7 @@ class MigrationRocketMqTopicConfig:
|
|
142
142
|
def perm(self, perm):
|
143
143
|
"""Sets the perm of this MigrationRocketMqTopicConfig.
|
144
144
|
|
145
|
-
|
145
|
+
Topic权限。
|
146
146
|
|
147
147
|
:param perm: The perm of this MigrationRocketMqTopicConfig.
|
148
148
|
:type perm: int
|
@@ -197,7 +197,7 @@ class MigrationRocketMqTopicConfig:
|
|
197
197
|
def topic_filter_type(self):
|
198
198
|
"""Gets the topic_filter_type of this MigrationRocketMqTopicConfig.
|
199
199
|
|
200
|
-
|
200
|
+
Topic过滤类型。 - SINGLE_TAG:单标签 - MULTI_TAG:多标签
|
201
201
|
|
202
202
|
:return: The topic_filter_type of this MigrationRocketMqTopicConfig.
|
203
203
|
:rtype: str
|
@@ -208,7 +208,7 @@ class MigrationRocketMqTopicConfig:
|
|
208
208
|
def topic_filter_type(self, topic_filter_type):
|
209
209
|
"""Sets the topic_filter_type of this MigrationRocketMqTopicConfig.
|
210
210
|
|
211
|
-
|
211
|
+
Topic过滤类型。 - SINGLE_TAG:单标签 - MULTI_TAG:多标签
|
212
212
|
|
213
213
|
:param topic_filter_type: The topic_filter_type of this MigrationRocketMqTopicConfig.
|
214
214
|
:type topic_filter_type: str
|
@@ -219,7 +219,7 @@ class MigrationRocketMqTopicConfig:
|
|
219
219
|
def topic_sys_flag(self):
|
220
220
|
"""Gets the topic_sys_flag of this MigrationRocketMqTopicConfig.
|
221
221
|
|
222
|
-
|
222
|
+
Topic系统标志位。
|
223
223
|
|
224
224
|
:return: The topic_sys_flag of this MigrationRocketMqTopicConfig.
|
225
225
|
:rtype: int
|
@@ -230,7 +230,7 @@ class MigrationRocketMqTopicConfig:
|
|
230
230
|
def topic_sys_flag(self, topic_sys_flag):
|
231
231
|
"""Sets the topic_sys_flag of this MigrationRocketMqTopicConfig.
|
232
232
|
|
233
|
-
|
233
|
+
Topic系统标志位。
|
234
234
|
|
235
235
|
:param topic_sys_flag: The topic_sys_flag of this MigrationRocketMqTopicConfig.
|
236
236
|
:type topic_sys_flag: int
|
@@ -37,15 +37,15 @@ class Queue:
|
|
37
37
|
|
38
38
|
The model defined in huaweicloud sdk
|
39
39
|
|
40
|
-
:param id: 队列ID
|
40
|
+
:param id: 队列ID。
|
41
41
|
:type id: int
|
42
|
-
:param lag:
|
42
|
+
:param lag: 队列消费堆积总数。
|
43
43
|
:type lag: int
|
44
|
-
:param broker_offset:
|
44
|
+
:param broker_offset: 队列消息总数。
|
45
45
|
:type broker_offset: int
|
46
|
-
:param consumer_offset:
|
46
|
+
:param consumer_offset: 已消费消息数。
|
47
47
|
:type consumer_offset: int
|
48
|
-
:param last_message_time: 最新消费消息的存储时间,unix
|
48
|
+
:param last_message_time: 最新消费消息的存储时间,unix毫秒时间戳格式。
|
49
49
|
:type last_message_time: int
|
50
50
|
"""
|
51
51
|
|
@@ -73,7 +73,7 @@ class Queue:
|
|
73
73
|
def id(self):
|
74
74
|
"""Gets the id of this Queue.
|
75
75
|
|
76
|
-
队列ID
|
76
|
+
队列ID。
|
77
77
|
|
78
78
|
:return: The id of this Queue.
|
79
79
|
:rtype: int
|
@@ -84,7 +84,7 @@ class Queue:
|
|
84
84
|
def id(self, id):
|
85
85
|
"""Sets the id of this Queue.
|
86
86
|
|
87
|
-
队列ID
|
87
|
+
队列ID。
|
88
88
|
|
89
89
|
:param id: The id of this Queue.
|
90
90
|
:type id: int
|
@@ -95,7 +95,7 @@ class Queue:
|
|
95
95
|
def lag(self):
|
96
96
|
"""Gets the lag of this Queue.
|
97
97
|
|
98
|
-
|
98
|
+
队列消费堆积总数。
|
99
99
|
|
100
100
|
:return: The lag of this Queue.
|
101
101
|
:rtype: int
|
@@ -106,7 +106,7 @@ class Queue:
|
|
106
106
|
def lag(self, lag):
|
107
107
|
"""Sets the lag of this Queue.
|
108
108
|
|
109
|
-
|
109
|
+
队列消费堆积总数。
|
110
110
|
|
111
111
|
:param lag: The lag of this Queue.
|
112
112
|
:type lag: int
|
@@ -117,7 +117,7 @@ class Queue:
|
|
117
117
|
def broker_offset(self):
|
118
118
|
"""Gets the broker_offset of this Queue.
|
119
119
|
|
120
|
-
|
120
|
+
队列消息总数。
|
121
121
|
|
122
122
|
:return: The broker_offset of this Queue.
|
123
123
|
:rtype: int
|
@@ -128,7 +128,7 @@ class Queue:
|
|
128
128
|
def broker_offset(self, broker_offset):
|
129
129
|
"""Sets the broker_offset of this Queue.
|
130
130
|
|
131
|
-
|
131
|
+
队列消息总数。
|
132
132
|
|
133
133
|
:param broker_offset: The broker_offset of this Queue.
|
134
134
|
:type broker_offset: int
|
@@ -139,7 +139,7 @@ class Queue:
|
|
139
139
|
def consumer_offset(self):
|
140
140
|
"""Gets the consumer_offset of this Queue.
|
141
141
|
|
142
|
-
|
142
|
+
已消费消息数。
|
143
143
|
|
144
144
|
:return: The consumer_offset of this Queue.
|
145
145
|
:rtype: int
|
@@ -150,7 +150,7 @@ class Queue:
|
|
150
150
|
def consumer_offset(self, consumer_offset):
|
151
151
|
"""Sets the consumer_offset of this Queue.
|
152
152
|
|
153
|
-
|
153
|
+
已消费消息数。
|
154
154
|
|
155
155
|
:param consumer_offset: The consumer_offset of this Queue.
|
156
156
|
:type consumer_offset: int
|
@@ -161,7 +161,7 @@ class Queue:
|
|
161
161
|
def last_message_time(self):
|
162
162
|
"""Gets the last_message_time of this Queue.
|
163
163
|
|
164
|
-
最新消费消息的存储时间,unix
|
164
|
+
最新消费消息的存储时间,unix毫秒时间戳格式。
|
165
165
|
|
166
166
|
:return: The last_message_time of this Queue.
|
167
167
|
:rtype: int
|
@@ -172,7 +172,7 @@ class Queue:
|
|
172
172
|
def last_message_time(self, last_message_time):
|
173
173
|
"""Sets the last_message_time of this Queue.
|
174
174
|
|
175
|
-
最新消费消息的存储时间,unix
|
175
|
+
最新消费消息的存储时间,unix毫秒时间戳格式。
|
176
176
|
|
177
177
|
:param last_message_time: The last_message_time of this Queue.
|
178
178
|
:type last_message_time: int
|
@@ -37,7 +37,7 @@ class ResendReq:
|
|
37
37
|
|
38
38
|
:param group: Group ID。
|
39
39
|
:type group: str
|
40
|
-
:param topic: 消息所属
|
40
|
+
:param topic: 消息所属Topic。
|
41
41
|
:type topic: str
|
42
42
|
:param client_id: 客户端ID。
|
43
43
|
:type client_id: str
|
@@ -88,7 +88,7 @@ class ResendReq:
|
|
88
88
|
def topic(self):
|
89
89
|
"""Gets the topic of this ResendReq.
|
90
90
|
|
91
|
-
消息所属
|
91
|
+
消息所属Topic。
|
92
92
|
|
93
93
|
:return: The topic of this ResendReq.
|
94
94
|
:rtype: str
|
@@ -99,7 +99,7 @@ class ResendReq:
|
|
99
99
|
def topic(self, topic):
|
100
100
|
"""Sets the topic of this ResendReq.
|
101
101
|
|
102
|
-
消息所属
|
102
|
+
消息所属Topic。
|
103
103
|
|
104
104
|
:param topic: The topic of this ResendReq.
|
105
105
|
:type topic: str
|
@@ -37,15 +37,15 @@ class ResizeEngineInstanceReq:
|
|
37
37
|
|
38
38
|
The model defined in huaweicloud sdk
|
39
39
|
|
40
|
-
:param oper_type: 变更类型 取值范围: - storage:存储空间扩容,代理数量不变。 - horizontal:代理数量扩容,每个broker的存储空间不变。 - vertical:垂直扩容,broker的底层虚机规格变更,代理数量和存储空间不变。
|
40
|
+
:param oper_type: 变更类型 取值范围: [- storage:存储空间扩容,代理数量不变。](tag:hws,hws_eu,hws_hk,ocb,hws_ocb,ctc,g42,hk_g42,tm,sbc,hk_sbc,hk_tm,fcs) - horizontal:代理数量扩容,每个broker的存储空间不变。 [- vertical:垂直扩容,broker的底层虚机规格变更,代理数量和存储空间不变。](tag:hws,hws_eu,hws_hk,ocb,hws_ocb,ctc,g42,hk_g42,tm,sbc,hk_sbc,hk_tm,fcs)
|
41
41
|
:type oper_type: str
|
42
|
-
:param new_storage_space: 当oper_type类型是storage或horizontal时,该参数有效且必填,实例存储空间 = 代理数量 * 每个broker的存储空间。 - 当oper_type类型是storage时,代理数量不变,每个broker存储空间最少扩容100GB。 - 当oper_type类型是horizontal时,每个broker的存储空间不变。
|
42
|
+
:param new_storage_space: 当oper_type类型是[storage或](tag:hws,hws_eu,hws_hk,ocb,hws_ocb,ctc,g42,hk_g42,tm,sbc,hk_sbc,hk_tm,fcs)horizontal时,该参数有效且必填,实例存储空间 = 代理数量 * 每个broker的存储空间。 [- 当oper_type类型是storage时,代理数量不变,每个broker存储空间最少扩容100GB。](tag:hws,hws_eu,hws_hk,ocb,hws_ocb,ctc,g42,hk_g42,tm,sbc,hk_sbc,hk_tm,fcs) - 当oper_type类型是horizontal时,每个broker的存储空间不变。
|
43
43
|
:type new_storage_space: int
|
44
44
|
:param new_product_id: 当oper_type类型是vertical时,该参数才有效且必填。
|
45
45
|
:type new_product_id: str
|
46
46
|
:param new_broker_num: 代理数量 当oper_type参数为horizontal时,该参数必填。
|
47
47
|
:type new_broker_num: int
|
48
|
-
:param publicip_id: 实例绑定的弹性IP地址的ID。 以英文逗号隔开多个弹性IP地址的ID。 当oper_type参数为horizontal且开启了公网访问时,此参数必填。
|
48
|
+
:param publicip_id: 实例绑定的弹性IP地址的ID。 以英文逗号隔开多个弹性IP地址的ID。 当oper_type参数为horizontal且开启了公网访问时,此参数必填。
|
49
49
|
:type publicip_id: str
|
50
50
|
"""
|
51
51
|
|
@@ -72,7 +72,7 @@ class ResizeEngineInstanceReq:
|
|
72
72
|
def oper_type(self):
|
73
73
|
"""Gets the oper_type of this ResizeEngineInstanceReq.
|
74
74
|
|
75
|
-
变更类型 取值范围: - storage:存储空间扩容,代理数量不变。 - horizontal:代理数量扩容,每个broker的存储空间不变。 - vertical:垂直扩容,broker的底层虚机规格变更,代理数量和存储空间不变。
|
75
|
+
变更类型 取值范围: [- storage:存储空间扩容,代理数量不变。](tag:hws,hws_eu,hws_hk,ocb,hws_ocb,ctc,g42,hk_g42,tm,sbc,hk_sbc,hk_tm,fcs) - horizontal:代理数量扩容,每个broker的存储空间不变。 [- vertical:垂直扩容,broker的底层虚机规格变更,代理数量和存储空间不变。](tag:hws,hws_eu,hws_hk,ocb,hws_ocb,ctc,g42,hk_g42,tm,sbc,hk_sbc,hk_tm,fcs)
|
76
76
|
|
77
77
|
:return: The oper_type of this ResizeEngineInstanceReq.
|
78
78
|
:rtype: str
|
@@ -83,7 +83,7 @@ class ResizeEngineInstanceReq:
|
|
83
83
|
def oper_type(self, oper_type):
|
84
84
|
"""Sets the oper_type of this ResizeEngineInstanceReq.
|
85
85
|
|
86
|
-
变更类型 取值范围: - storage:存储空间扩容,代理数量不变。 - horizontal:代理数量扩容,每个broker的存储空间不变。 - vertical:垂直扩容,broker的底层虚机规格变更,代理数量和存储空间不变。
|
86
|
+
变更类型 取值范围: [- storage:存储空间扩容,代理数量不变。](tag:hws,hws_eu,hws_hk,ocb,hws_ocb,ctc,g42,hk_g42,tm,sbc,hk_sbc,hk_tm,fcs) - horizontal:代理数量扩容,每个broker的存储空间不变。 [- vertical:垂直扩容,broker的底层虚机规格变更,代理数量和存储空间不变。](tag:hws,hws_eu,hws_hk,ocb,hws_ocb,ctc,g42,hk_g42,tm,sbc,hk_sbc,hk_tm,fcs)
|
87
87
|
|
88
88
|
:param oper_type: The oper_type of this ResizeEngineInstanceReq.
|
89
89
|
:type oper_type: str
|
@@ -94,7 +94,7 @@ class ResizeEngineInstanceReq:
|
|
94
94
|
def new_storage_space(self):
|
95
95
|
"""Gets the new_storage_space of this ResizeEngineInstanceReq.
|
96
96
|
|
97
|
-
当oper_type类型是storage或horizontal时,该参数有效且必填,实例存储空间 = 代理数量 * 每个broker的存储空间。 - 当oper_type类型是storage时,代理数量不变,每个broker存储空间最少扩容100GB。 - 当oper_type类型是horizontal时,每个broker的存储空间不变。
|
97
|
+
当oper_type类型是[storage或](tag:hws,hws_eu,hws_hk,ocb,hws_ocb,ctc,g42,hk_g42,tm,sbc,hk_sbc,hk_tm,fcs)horizontal时,该参数有效且必填,实例存储空间 = 代理数量 * 每个broker的存储空间。 [- 当oper_type类型是storage时,代理数量不变,每个broker存储空间最少扩容100GB。](tag:hws,hws_eu,hws_hk,ocb,hws_ocb,ctc,g42,hk_g42,tm,sbc,hk_sbc,hk_tm,fcs) - 当oper_type类型是horizontal时,每个broker的存储空间不变。
|
98
98
|
|
99
99
|
:return: The new_storage_space of this ResizeEngineInstanceReq.
|
100
100
|
:rtype: int
|
@@ -105,7 +105,7 @@ class ResizeEngineInstanceReq:
|
|
105
105
|
def new_storage_space(self, new_storage_space):
|
106
106
|
"""Sets the new_storage_space of this ResizeEngineInstanceReq.
|
107
107
|
|
108
|
-
当oper_type类型是storage或horizontal时,该参数有效且必填,实例存储空间 = 代理数量 * 每个broker的存储空间。 - 当oper_type类型是storage时,代理数量不变,每个broker存储空间最少扩容100GB。 - 当oper_type类型是horizontal时,每个broker的存储空间不变。
|
108
|
+
当oper_type类型是[storage或](tag:hws,hws_eu,hws_hk,ocb,hws_ocb,ctc,g42,hk_g42,tm,sbc,hk_sbc,hk_tm,fcs)horizontal时,该参数有效且必填,实例存储空间 = 代理数量 * 每个broker的存储空间。 [- 当oper_type类型是storage时,代理数量不变,每个broker存储空间最少扩容100GB。](tag:hws,hws_eu,hws_hk,ocb,hws_ocb,ctc,g42,hk_g42,tm,sbc,hk_sbc,hk_tm,fcs) - 当oper_type类型是horizontal时,每个broker的存储空间不变。
|
109
109
|
|
110
110
|
:param new_storage_space: The new_storage_space of this ResizeEngineInstanceReq.
|
111
111
|
:type new_storage_space: int
|
@@ -160,7 +160,7 @@ class ResizeEngineInstanceReq:
|
|
160
160
|
def publicip_id(self):
|
161
161
|
"""Gets the publicip_id of this ResizeEngineInstanceReq.
|
162
162
|
|
163
|
-
实例绑定的弹性IP地址的ID。 以英文逗号隔开多个弹性IP地址的ID。 当oper_type参数为horizontal且开启了公网访问时,此参数必填。
|
163
|
+
实例绑定的弹性IP地址的ID。 以英文逗号隔开多个弹性IP地址的ID。 当oper_type参数为horizontal且开启了公网访问时,此参数必填。
|
164
164
|
|
165
165
|
:return: The publicip_id of this ResizeEngineInstanceReq.
|
166
166
|
:rtype: str
|
@@ -171,7 +171,7 @@ class ResizeEngineInstanceReq:
|
|
171
171
|
def publicip_id(self, publicip_id):
|
172
172
|
"""Sets the publicip_id of this ResizeEngineInstanceReq.
|
173
173
|
|
174
|
-
实例绑定的弹性IP地址的ID。 以英文逗号隔开多个弹性IP地址的ID。 当oper_type参数为horizontal且开启了公网访问时,此参数必填。
|
174
|
+
实例绑定的弹性IP地址的ID。 以英文逗号隔开多个弹性IP地址的ID。 当oper_type参数为horizontal且开启了公网访问时,此参数必填。
|
175
175
|
|
176
176
|
:param publicip_id: The publicip_id of this ResizeEngineInstanceReq.
|
177
177
|
:type publicip_id: str
|