huaweicloudsdkrocketmq 3.1.145__py2.py3-none-any.whl → 3.1.147__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.
- huaweicloudsdkrocketmq/v2/__init__.py +13 -1
- huaweicloudsdkrocketmq/v2/model/__init__.py +13 -1
- huaweicloudsdkrocketmq/v2/model/batch_update_consumer_group.py +260 -0
- huaweicloudsdkrocketmq/v2/model/batch_update_consumer_group_req.py +4 -4
- huaweicloudsdkrocketmq/v2/model/brokers.py +6 -6
- huaweicloudsdkrocketmq/v2/model/consumer_detail_resp.py +12 -12
- huaweicloudsdkrocketmq/v2/model/consumer_group.py +27 -27
- huaweicloudsdkrocketmq/v2/model/consumer_list.py +6 -6
- huaweicloudsdkrocketmq/v2/model/create_instance_by_engine_req.py +6 -6
- huaweicloudsdkrocketmq/v2/model/create_post_paid_instance_req.py +9 -9
- huaweicloudsdkrocketmq/v2/model/create_user_request.py +3 -3
- huaweicloudsdkrocketmq/v2/model/create_user_response.py +24 -24
- huaweicloudsdkrocketmq/v2/model/enable_dns_request.py +114 -0
- huaweicloudsdkrocketmq/v2/model/enable_dns_response.py +85 -0
- huaweicloudsdkrocketmq/v2/model/instance_detail.py +1942 -0
- huaweicloudsdkrocketmq/v2/model/list_available_zones_resp_available_zones.py +27 -27
- huaweicloudsdkrocketmq/v2/model/list_available_zones_response.py +6 -6
- huaweicloudsdkrocketmq/v2/model/list_brokers_request.py +61 -3
- huaweicloudsdkrocketmq/v2/model/list_brokers_response.py +88 -1
- huaweicloudsdkrocketmq/v2/model/list_engine_products_request.py +228 -0
- huaweicloudsdkrocketmq/v2/model/list_engine_products_response.py +261 -0
- huaweicloudsdkrocketmq/v2/model/list_instance_consumer_groups_request.py +12 -12
- huaweicloudsdkrocketmq/v2/model/list_instance_consumer_groups_response.py +18 -18
- huaweicloudsdkrocketmq/v2/model/list_instances_request.py +27 -27
- huaweicloudsdkrocketmq/v2/model/list_instances_response.py +10 -10
- huaweicloudsdkrocketmq/v2/model/list_message_trace_request.py +61 -3
- huaweicloudsdkrocketmq/v2/model/list_message_trace_response.py +88 -1
- huaweicloudsdkrocketmq/v2/model/list_rocket_instance_topics_request.py +9 -9
- huaweicloudsdkrocketmq/v2/model/list_rocket_instance_topics_response.py +18 -18
- huaweicloudsdkrocketmq/v2/model/product_entity.py +434 -0
- huaweicloudsdkrocketmq/v2/model/queue.py +15 -15
- huaweicloudsdkrocketmq/v2/model/quota_resource_entity.py +173 -0
- huaweicloudsdkrocketmq/v2/model/quotas_resp_quotas.py +115 -0
- huaweicloudsdkrocketmq/v2/model/resend_req.py +2 -4
- huaweicloudsdkrocketmq/v2/model/resize_engine_instance_req.py +6 -6
- huaweicloudsdkrocketmq/v2/model/restart_instance_request.py +142 -0
- huaweicloudsdkrocketmq/v2/model/restart_instance_response.py +174 -0
- huaweicloudsdkrocketmq/v2/model/show_consumer_list_or_details_request.py +15 -15
- huaweicloudsdkrocketmq/v2/model/show_consumer_list_or_details_response.py +18 -18
- huaweicloudsdkrocketmq/v2/model/show_engine_instance_extend_product_info_request.py +61 -3
- huaweicloudsdkrocketmq/v2/model/show_engine_instance_extend_product_info_response.py +88 -1
- huaweicloudsdkrocketmq/v2/model/show_instance_request.py +3 -3
- huaweicloudsdkrocketmq/v2/model/show_instance_response.py +458 -168
- huaweicloudsdkrocketmq/v2/model/show_one_topic_response.py +15 -15
- huaweicloudsdkrocketmq/v2/model/show_quotas_request.py +84 -0
- huaweicloudsdkrocketmq/v2/model/show_quotas_response.py +112 -0
- huaweicloudsdkrocketmq/v2/model/show_rocket_mq_configs_request.py +61 -3
- huaweicloudsdkrocketmq/v2/model/show_rocket_mq_configs_response.py +88 -1
- huaweicloudsdkrocketmq/v2/model/show_rocketmq_project_tags_request.py +61 -1
- huaweicloudsdkrocketmq/v2/model/show_rocketmq_project_tags_response.py +91 -4
- huaweicloudsdkrocketmq/v2/model/show_rocketmq_tags_request.py +61 -3
- huaweicloudsdkrocketmq/v2/model/show_rocketmq_tags_response.py +88 -1
- huaweicloudsdkrocketmq/v2/model/show_user_response.py +24 -24
- huaweicloudsdkrocketmq/v2/model/tag_multy_value_entity.py +6 -6
- huaweicloudsdkrocketmq/v2/model/topic.py +15 -15
- huaweicloudsdkrocketmq/v2/model/topic_brokers.py +9 -9
- huaweicloudsdkrocketmq/v2/model/update_user_request.py +6 -6
- huaweicloudsdkrocketmq/v2/model/update_user_response.py +24 -24
- huaweicloudsdkrocketmq/v2/model/user.py +24 -24
- huaweicloudsdkrocketmq/v2/model/user_group_perms.py +6 -6
- huaweicloudsdkrocketmq/v2/model/user_topic_perms.py +6 -6
- huaweicloudsdkrocketmq/v2/region/rocketmq_region.py +9 -0
- huaweicloudsdkrocketmq/v2/rocketmq_async_client.py +292 -0
- huaweicloudsdkrocketmq/v2/rocketmq_client.py +292 -0
- {huaweicloudsdkrocketmq-3.1.145.dist-info → huaweicloudsdkrocketmq-3.1.147.dist-info}/METADATA +2 -2
- {huaweicloudsdkrocketmq-3.1.145.dist-info → huaweicloudsdkrocketmq-3.1.147.dist-info}/RECORD +69 -57
- huaweicloudsdkrocketmq/v2/model/show_instance_resp.py +0 -1681
- {huaweicloudsdkrocketmq-3.1.145.dist-info → huaweicloudsdkrocketmq-3.1.147.dist-info}/LICENSE +0 -0
- {huaweicloudsdkrocketmq-3.1.145.dist-info → huaweicloudsdkrocketmq-3.1.147.dist-info}/WHEEL +0 -0
- {huaweicloudsdkrocketmq-3.1.145.dist-info → huaweicloudsdkrocketmq-3.1.147.dist-info}/top_level.txt +0 -0
@@ -45,23 +45,23 @@ class ConsumerGroup:
|
|
45
45
|
|
46
46
|
The model defined in huaweicloud sdk
|
47
47
|
|
48
|
-
:param enabled: 是否可以消费。
|
48
|
+
:param enabled: **参数解释**: 是否可以消费。 **取值范围**: - true:可以消费。 - false:不可以消费。
|
49
49
|
:type enabled: bool
|
50
|
-
:param broadcast: 是否广播。
|
50
|
+
:param broadcast: **参数解释**: 是否广播。 **取值范围**: - true:可以广播。 - false:不可以广播。
|
51
51
|
:type broadcast: bool
|
52
|
-
:param brokers: 关联的代理列表。
|
52
|
+
:param brokers: **参数解释**: 关联的代理列表。
|
53
53
|
:type brokers: list[str]
|
54
|
-
:param name:
|
54
|
+
:param name: **参数解释**: 消费组名称。 **取值范围**: 不涉及。
|
55
55
|
:type name: str
|
56
|
-
:param group_desc:
|
56
|
+
:param group_desc: **参数解释**: 消费组描述。 **取值范围**: 不涉及。
|
57
57
|
:type group_desc: str
|
58
|
-
:param retry_max_time:
|
58
|
+
:param retry_max_time: **参数解释**: 最大重试次数。 **取值范围**: 1~16。
|
59
59
|
:type retry_max_time: int
|
60
|
-
:param created_at: 创建时间戳。
|
60
|
+
:param created_at: **参数解释**: 创建时间戳。 **取值范围**: 不涉及。
|
61
61
|
:type created_at: int
|
62
|
-
:param permissions: 权限集。
|
62
|
+
:param permissions: **参数解释**: 权限集。
|
63
63
|
:type permissions: list[str]
|
64
|
-
:param consume_orderly: 是否按顺序消费。
|
64
|
+
:param consume_orderly: **参数解释**: 是否按顺序消费。 **取值范围**: - true:按顺序消费。 - false:不按顺序消费。
|
65
65
|
:type consume_orderly: bool
|
66
66
|
"""
|
67
67
|
|
@@ -101,7 +101,7 @@ class ConsumerGroup:
|
|
101
101
|
def enabled(self):
|
102
102
|
r"""Gets the enabled of this ConsumerGroup.
|
103
103
|
|
104
|
-
是否可以消费。
|
104
|
+
**参数解释**: 是否可以消费。 **取值范围**: - true:可以消费。 - false:不可以消费。
|
105
105
|
|
106
106
|
:return: The enabled of this ConsumerGroup.
|
107
107
|
:rtype: bool
|
@@ -112,7 +112,7 @@ class ConsumerGroup:
|
|
112
112
|
def enabled(self, enabled):
|
113
113
|
r"""Sets the enabled of this ConsumerGroup.
|
114
114
|
|
115
|
-
是否可以消费。
|
115
|
+
**参数解释**: 是否可以消费。 **取值范围**: - true:可以消费。 - false:不可以消费。
|
116
116
|
|
117
117
|
:param enabled: The enabled of this ConsumerGroup.
|
118
118
|
:type enabled: bool
|
@@ -123,7 +123,7 @@ class ConsumerGroup:
|
|
123
123
|
def broadcast(self):
|
124
124
|
r"""Gets the broadcast of this ConsumerGroup.
|
125
125
|
|
126
|
-
是否广播。
|
126
|
+
**参数解释**: 是否广播。 **取值范围**: - true:可以广播。 - false:不可以广播。
|
127
127
|
|
128
128
|
:return: The broadcast of this ConsumerGroup.
|
129
129
|
:rtype: bool
|
@@ -134,7 +134,7 @@ class ConsumerGroup:
|
|
134
134
|
def broadcast(self, broadcast):
|
135
135
|
r"""Sets the broadcast of this ConsumerGroup.
|
136
136
|
|
137
|
-
是否广播。
|
137
|
+
**参数解释**: 是否广播。 **取值范围**: - true:可以广播。 - false:不可以广播。
|
138
138
|
|
139
139
|
:param broadcast: The broadcast of this ConsumerGroup.
|
140
140
|
:type broadcast: bool
|
@@ -145,7 +145,7 @@ class ConsumerGroup:
|
|
145
145
|
def brokers(self):
|
146
146
|
r"""Gets the brokers of this ConsumerGroup.
|
147
147
|
|
148
|
-
关联的代理列表。
|
148
|
+
**参数解释**: 关联的代理列表。
|
149
149
|
|
150
150
|
:return: The brokers of this ConsumerGroup.
|
151
151
|
:rtype: list[str]
|
@@ -156,7 +156,7 @@ class ConsumerGroup:
|
|
156
156
|
def brokers(self, brokers):
|
157
157
|
r"""Sets the brokers of this ConsumerGroup.
|
158
158
|
|
159
|
-
关联的代理列表。
|
159
|
+
**参数解释**: 关联的代理列表。
|
160
160
|
|
161
161
|
:param brokers: The brokers of this ConsumerGroup.
|
162
162
|
:type brokers: list[str]
|
@@ -167,7 +167,7 @@ class ConsumerGroup:
|
|
167
167
|
def name(self):
|
168
168
|
r"""Gets the name of this ConsumerGroup.
|
169
169
|
|
170
|
-
|
170
|
+
**参数解释**: 消费组名称。 **取值范围**: 不涉及。
|
171
171
|
|
172
172
|
:return: The name of this ConsumerGroup.
|
173
173
|
:rtype: str
|
@@ -178,7 +178,7 @@ class ConsumerGroup:
|
|
178
178
|
def name(self, name):
|
179
179
|
r"""Sets the name of this ConsumerGroup.
|
180
180
|
|
181
|
-
|
181
|
+
**参数解释**: 消费组名称。 **取值范围**: 不涉及。
|
182
182
|
|
183
183
|
:param name: The name of this ConsumerGroup.
|
184
184
|
:type name: str
|
@@ -189,7 +189,7 @@ class ConsumerGroup:
|
|
189
189
|
def group_desc(self):
|
190
190
|
r"""Gets the group_desc of this ConsumerGroup.
|
191
191
|
|
192
|
-
|
192
|
+
**参数解释**: 消费组描述。 **取值范围**: 不涉及。
|
193
193
|
|
194
194
|
:return: The group_desc of this ConsumerGroup.
|
195
195
|
:rtype: str
|
@@ -200,7 +200,7 @@ class ConsumerGroup:
|
|
200
200
|
def group_desc(self, group_desc):
|
201
201
|
r"""Sets the group_desc of this ConsumerGroup.
|
202
202
|
|
203
|
-
|
203
|
+
**参数解释**: 消费组描述。 **取值范围**: 不涉及。
|
204
204
|
|
205
205
|
:param group_desc: The group_desc of this ConsumerGroup.
|
206
206
|
:type group_desc: str
|
@@ -211,7 +211,7 @@ class ConsumerGroup:
|
|
211
211
|
def retry_max_time(self):
|
212
212
|
r"""Gets the retry_max_time of this ConsumerGroup.
|
213
213
|
|
214
|
-
|
214
|
+
**参数解释**: 最大重试次数。 **取值范围**: 1~16。
|
215
215
|
|
216
216
|
:return: The retry_max_time of this ConsumerGroup.
|
217
217
|
:rtype: int
|
@@ -222,7 +222,7 @@ class ConsumerGroup:
|
|
222
222
|
def retry_max_time(self, retry_max_time):
|
223
223
|
r"""Sets the retry_max_time of this ConsumerGroup.
|
224
224
|
|
225
|
-
|
225
|
+
**参数解释**: 最大重试次数。 **取值范围**: 1~16。
|
226
226
|
|
227
227
|
:param retry_max_time: The retry_max_time of this ConsumerGroup.
|
228
228
|
:type retry_max_time: int
|
@@ -233,7 +233,7 @@ class ConsumerGroup:
|
|
233
233
|
def created_at(self):
|
234
234
|
r"""Gets the created_at of this ConsumerGroup.
|
235
235
|
|
236
|
-
创建时间戳。
|
236
|
+
**参数解释**: 创建时间戳。 **取值范围**: 不涉及。
|
237
237
|
|
238
238
|
:return: The created_at of this ConsumerGroup.
|
239
239
|
:rtype: int
|
@@ -244,7 +244,7 @@ class ConsumerGroup:
|
|
244
244
|
def created_at(self, created_at):
|
245
245
|
r"""Sets the created_at of this ConsumerGroup.
|
246
246
|
|
247
|
-
创建时间戳。
|
247
|
+
**参数解释**: 创建时间戳。 **取值范围**: 不涉及。
|
248
248
|
|
249
249
|
:param created_at: The created_at of this ConsumerGroup.
|
250
250
|
:type created_at: int
|
@@ -255,7 +255,7 @@ class ConsumerGroup:
|
|
255
255
|
def permissions(self):
|
256
256
|
r"""Gets the permissions of this ConsumerGroup.
|
257
257
|
|
258
|
-
权限集。
|
258
|
+
**参数解释**: 权限集。
|
259
259
|
|
260
260
|
:return: The permissions of this ConsumerGroup.
|
261
261
|
:rtype: list[str]
|
@@ -266,7 +266,7 @@ class ConsumerGroup:
|
|
266
266
|
def permissions(self, permissions):
|
267
267
|
r"""Sets the permissions of this ConsumerGroup.
|
268
268
|
|
269
|
-
权限集。
|
269
|
+
**参数解释**: 权限集。
|
270
270
|
|
271
271
|
:param permissions: The permissions of this ConsumerGroup.
|
272
272
|
:type permissions: list[str]
|
@@ -277,7 +277,7 @@ class ConsumerGroup:
|
|
277
277
|
def consume_orderly(self):
|
278
278
|
r"""Gets the consume_orderly of this ConsumerGroup.
|
279
279
|
|
280
|
-
是否按顺序消费。
|
280
|
+
**参数解释**: 是否按顺序消费。 **取值范围**: - true:按顺序消费。 - false:不按顺序消费。
|
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
|
r"""Sets the consume_orderly of this ConsumerGroup.
|
290
290
|
|
291
|
-
是否按顺序消费。
|
291
|
+
**参数解释**: 是否按顺序消费。 **取值范围**: - true:按顺序消费。 - false:不按顺序消费。
|
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
|
r"""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
|
r"""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
|
r"""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
|
r"""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
|
@@ -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,fcs)。
|
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,dt)[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,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)
|
86
|
+
:param product_id: RocketMQ实例规格。[x86环境后缀为.x86,arm环境后缀为.arm。](tag:hcs,fcs) - [c6.2u8g.cluster.x86或c6.2u8g.cluster.arm:单个代理最大分区数50,单个代理最大消费组数100](tag: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,dt)[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,dt)[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,dt)[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,dt)[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,dt)[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
|
@@ -226,7 +226,7 @@ class CreateInstanceByEngineReq:
|
|
226
226
|
def engine_version(self):
|
227
227
|
r"""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,fcs)。
|
229
|
+
消息引擎的版本。取值填写为:[4.8.0](tag:hws,hws_eu,hws_hk,ocb,hws_ocb,ctc,g42,hk_g42,tm,sbc,hk_sbc,hk_tm,dt)[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
|
r"""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,fcs)。
|
240
|
+
消息引擎的版本。取值填写为:[4.8.0](tag:hws,hws_eu,hws_hk,ocb,hws_ocb,ctc,g42,hk_g42,tm,sbc,hk_sbc,hk_tm,dt)[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
|
r"""Gets the product_id of this CreateInstanceByEngineReq.
|
360
360
|
|
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)
|
361
|
+
RocketMQ实例规格。[x86环境后缀为.x86,arm环境后缀为.arm。](tag:hcs,fcs) - [c6.2u8g.cluster.x86或c6.2u8g.cluster.arm:单个代理最大分区数50,单个代理最大消费组数100](tag: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,dt)[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,dt)[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,dt)[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,dt)[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,dt)[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
|
r"""Sets the product_id of this CreateInstanceByEngineReq.
|
371
371
|
|
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)
|
372
|
+
RocketMQ实例规格。[x86环境后缀为.x86,arm环境后缀为.arm。](tag:hcs,fcs) - [c6.2u8g.cluster.x86或c6.2u8g.cluster.arm:单个代理最大分区数50,单个代理最大消费组数100](tag: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,dt)[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,dt)[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,dt)[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,dt)[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,dt)[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
|
@@ -69,7 +69,7 @@ class CreatePostPaidInstanceReq:
|
|
69
69
|
:type description: str
|
70
70
|
:param engine: 消息引擎。取值填写为:reliability。
|
71
71
|
:type engine: str
|
72
|
-
: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)。
|
72
|
+
: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,dt)[5.x](tag:hcs,fcs)。
|
73
73
|
:type engine_version: str
|
74
74
|
:param storage_space: 存储空间。
|
75
75
|
:type storage_space: int
|
@@ -79,9 +79,9 @@ class CreatePostPaidInstanceReq:
|
|
79
79
|
:type subnet_id: str
|
80
80
|
:param security_group_id: 指定实例所属的安全组。 获取方法如下:登录虚拟私有云服务的控制台界面,在安全组的详情页面查找安全组ID。
|
81
81
|
:type security_group_id: str
|
82
|
-
:param available_zones: 创建节点到指定且有资源的可用区ID。请参考[查询可用区信息](ListAvailableZones.xml)获取可用区ID。 该参数不能为空数组或者数组的值为空, 请注意查看该可用区是否有资源。 创建RocketMQ实例,支持节点部署在1个或[3个及3个以上的可用区。](tag:hws,hws_eu,hws_hk,ocb,hws_ocb,ctc,g42,hk_g42,tm,sbc,hk_sbc,hk_tm)[2个可用区。](tag:fcs)在为节点指定可用区时,用逗号分隔开。
|
82
|
+
:param available_zones: 创建节点到指定且有资源的可用区ID。请参考[查询可用区信息](ListAvailableZones.xml)获取可用区ID。 该参数不能为空数组或者数组的值为空, 请注意查看该可用区是否有资源。 创建RocketMQ实例,支持节点部署在1个或[3个及3个以上的可用区。](tag:hws,hws_eu,hws_hk,ocb,hws_ocb,ctc,g42,hk_g42,tm,sbc,hk_sbc,hk_tm,dt)[2个可用区。](tag:fcs)在为节点指定可用区时,用逗号分隔开。
|
83
83
|
:type available_zones: list[str]
|
84
|
-
:param product_id: RocketMQ实例规格。[x86环境后缀为.x86,arm环境为.arm。](tag:hcs,fcs) - [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:单个代理最大分区数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,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)
|
84
|
+
:param product_id: RocketMQ实例规格。[x86环境后缀为.x86,arm环境为.arm。](tag:hcs,fcs) - [c6.2u8g.cluster.x86或c6.2u8g.cluster.arm:单个代理最大分区数50,单个代理最大消费组数100](tag:fcs) - [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,dt)[c6.4u16g.cluster.x86或c6.4u16g.cluster.arm:单个代理最大分区数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,dt)[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,dt)[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,dt)[c6.32u128g.cluster.x86或c6.32u128g.cluster.arm:单个代理最大Topic数400,单个代理最大消费组数800](tag:hcs,fcs)
|
85
85
|
:type product_id: str
|
86
86
|
:param ssl_enable: 是否打开SSL加密访问。 - true:打开SSL加密访问。 - false:不打开SSL加密访问。
|
87
87
|
:type ssl_enable: bool
|
@@ -219,7 +219,7 @@ class CreatePostPaidInstanceReq:
|
|
219
219
|
def engine_version(self):
|
220
220
|
r"""Gets the engine_version of this CreatePostPaidInstanceReq.
|
221
221
|
|
222
|
-
消息引擎的版本。取值填写为:[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)。
|
222
|
+
消息引擎的版本。取值填写为:[4.8.0](tag:hws,hws_eu,hws_hk,ocb,hws_ocb,ctc,g42,hk_g42,tm,sbc,hk_sbc,hk_tm,dt)[5.x](tag:hcs,fcs)。
|
223
223
|
|
224
224
|
:return: The engine_version of this CreatePostPaidInstanceReq.
|
225
225
|
:rtype: str
|
@@ -230,7 +230,7 @@ class CreatePostPaidInstanceReq:
|
|
230
230
|
def engine_version(self, engine_version):
|
231
231
|
r"""Sets the engine_version of this CreatePostPaidInstanceReq.
|
232
232
|
|
233
|
-
消息引擎的版本。取值填写为:[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)。
|
233
|
+
消息引擎的版本。取值填写为:[4.8.0](tag:hws,hws_eu,hws_hk,ocb,hws_ocb,ctc,g42,hk_g42,tm,sbc,hk_sbc,hk_tm,dt)[5.x](tag:hcs,fcs)。
|
234
234
|
|
235
235
|
:param engine_version: The engine_version of this CreatePostPaidInstanceReq.
|
236
236
|
:type engine_version: str
|
@@ -329,7 +329,7 @@ class CreatePostPaidInstanceReq:
|
|
329
329
|
def available_zones(self):
|
330
330
|
r"""Gets the available_zones of this CreatePostPaidInstanceReq.
|
331
331
|
|
332
|
-
创建节点到指定且有资源的可用区ID。请参考[查询可用区信息](ListAvailableZones.xml)获取可用区ID。 该参数不能为空数组或者数组的值为空, 请注意查看该可用区是否有资源。 创建RocketMQ实例,支持节点部署在1个或[3个及3个以上的可用区。](tag:hws,hws_eu,hws_hk,ocb,hws_ocb,ctc,g42,hk_g42,tm,sbc,hk_sbc,hk_tm)[2个可用区。](tag:fcs)在为节点指定可用区时,用逗号分隔开。
|
332
|
+
创建节点到指定且有资源的可用区ID。请参考[查询可用区信息](ListAvailableZones.xml)获取可用区ID。 该参数不能为空数组或者数组的值为空, 请注意查看该可用区是否有资源。 创建RocketMQ实例,支持节点部署在1个或[3个及3个以上的可用区。](tag:hws,hws_eu,hws_hk,ocb,hws_ocb,ctc,g42,hk_g42,tm,sbc,hk_sbc,hk_tm,dt)[2个可用区。](tag:fcs)在为节点指定可用区时,用逗号分隔开。
|
333
333
|
|
334
334
|
:return: The available_zones of this CreatePostPaidInstanceReq.
|
335
335
|
:rtype: list[str]
|
@@ -340,7 +340,7 @@ class CreatePostPaidInstanceReq:
|
|
340
340
|
def available_zones(self, available_zones):
|
341
341
|
r"""Sets the available_zones of this CreatePostPaidInstanceReq.
|
342
342
|
|
343
|
-
创建节点到指定且有资源的可用区ID。请参考[查询可用区信息](ListAvailableZones.xml)获取可用区ID。 该参数不能为空数组或者数组的值为空, 请注意查看该可用区是否有资源。 创建RocketMQ实例,支持节点部署在1个或[3个及3个以上的可用区。](tag:hws,hws_eu,hws_hk,ocb,hws_ocb,ctc,g42,hk_g42,tm,sbc,hk_sbc,hk_tm)[2个可用区。](tag:fcs)在为节点指定可用区时,用逗号分隔开。
|
343
|
+
创建节点到指定且有资源的可用区ID。请参考[查询可用区信息](ListAvailableZones.xml)获取可用区ID。 该参数不能为空数组或者数组的值为空, 请注意查看该可用区是否有资源。 创建RocketMQ实例,支持节点部署在1个或[3个及3个以上的可用区。](tag:hws,hws_eu,hws_hk,ocb,hws_ocb,ctc,g42,hk_g42,tm,sbc,hk_sbc,hk_tm,dt)[2个可用区。](tag:fcs)在为节点指定可用区时,用逗号分隔开。
|
344
344
|
|
345
345
|
:param available_zones: The available_zones of this CreatePostPaidInstanceReq.
|
346
346
|
:type available_zones: list[str]
|
@@ -351,7 +351,7 @@ class CreatePostPaidInstanceReq:
|
|
351
351
|
def product_id(self):
|
352
352
|
r"""Gets the product_id of this CreatePostPaidInstanceReq.
|
353
353
|
|
354
|
-
RocketMQ实例规格。[x86环境后缀为.x86,arm环境为.arm。](tag:hcs,fcs) - [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:单个代理最大分区数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,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)
|
354
|
+
RocketMQ实例规格。[x86环境后缀为.x86,arm环境为.arm。](tag:hcs,fcs) - [c6.2u8g.cluster.x86或c6.2u8g.cluster.arm:单个代理最大分区数50,单个代理最大消费组数100](tag:fcs) - [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,dt)[c6.4u16g.cluster.x86或c6.4u16g.cluster.arm:单个代理最大分区数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,dt)[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,dt)[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,dt)[c6.32u128g.cluster.x86或c6.32u128g.cluster.arm:单个代理最大Topic数400,单个代理最大消费组数800](tag:hcs,fcs)
|
355
355
|
|
356
356
|
:return: The product_id of this CreatePostPaidInstanceReq.
|
357
357
|
:rtype: str
|
@@ -362,7 +362,7 @@ class CreatePostPaidInstanceReq:
|
|
362
362
|
def product_id(self, product_id):
|
363
363
|
r"""Sets the product_id of this CreatePostPaidInstanceReq.
|
364
364
|
|
365
|
-
RocketMQ实例规格。[x86环境后缀为.x86,arm环境为.arm。](tag:hcs,fcs) - [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:单个代理最大分区数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,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)
|
365
|
+
RocketMQ实例规格。[x86环境后缀为.x86,arm环境为.arm。](tag:hcs,fcs) - [c6.2u8g.cluster.x86或c6.2u8g.cluster.arm:单个代理最大分区数50,单个代理最大消费组数100](tag:fcs) - [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,dt)[c6.4u16g.cluster.x86或c6.4u16g.cluster.arm:单个代理最大分区数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,dt)[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,dt)[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,dt)[c6.32u128g.cluster.x86或c6.32u128g.cluster.arm:单个代理最大Topic数400,单个代理最大消费组数800](tag:hcs,fcs)
|
366
366
|
|
367
367
|
:param product_id: The product_id of this CreatePostPaidInstanceReq.
|
368
368
|
:type product_id: str
|
@@ -31,7 +31,7 @@ class CreateUserRequest:
|
|
31
31
|
|
32
32
|
The model defined in huaweicloud sdk
|
33
33
|
|
34
|
-
:param instance_id: 实例ID。
|
34
|
+
:param instance_id: **参数解释**: 实例ID。获取方法如下:登录RocketMQ控制台,在RocketMQ实例详情页面查找实例ID。 **约束限制**: 不涉及。 **取值范围**: 不涉及。 **默认取值**: 不涉及。
|
35
35
|
:type instance_id: str
|
36
36
|
:param body: Body of the CreateUserRequest
|
37
37
|
:type body: :class:`huaweicloudsdkrocketmq.v2.User`
|
@@ -51,7 +51,7 @@ class CreateUserRequest:
|
|
51
51
|
def instance_id(self):
|
52
52
|
r"""Gets the instance_id of this CreateUserRequest.
|
53
53
|
|
54
|
-
实例ID。
|
54
|
+
**参数解释**: 实例ID。获取方法如下:登录RocketMQ控制台,在RocketMQ实例详情页面查找实例ID。 **约束限制**: 不涉及。 **取值范围**: 不涉及。 **默认取值**: 不涉及。
|
55
55
|
|
56
56
|
:return: The instance_id of this CreateUserRequest.
|
57
57
|
:rtype: str
|
@@ -62,7 +62,7 @@ class CreateUserRequest:
|
|
62
62
|
def instance_id(self, instance_id):
|
63
63
|
r"""Sets the instance_id of this CreateUserRequest.
|
64
64
|
|
65
|
-
实例ID。
|
65
|
+
**参数解释**: 实例ID。获取方法如下:登录RocketMQ控制台,在RocketMQ实例详情页面查找实例ID。 **约束限制**: 不涉及。 **取值范围**: 不涉及。 **默认取值**: 不涉及。
|
66
66
|
|
67
67
|
:param instance_id: The instance_id of this CreateUserRequest.
|
68
68
|
:type instance_id: str
|
@@ -44,21 +44,21 @@ class CreateUserResponse(SdkResponse):
|
|
44
44
|
|
45
45
|
The model defined in huaweicloud sdk
|
46
46
|
|
47
|
-
:param access_key:
|
47
|
+
:param access_key: **参数解释**: 用户名。 **约束限制**: 只能英文字母开头,且由英文字母、数字、中划线、下划线组成,长度为7~64个字符。 **取值范围**: 不涉及。 **默认取值**: 不涉及。
|
48
48
|
:type access_key: str
|
49
|
-
:param secret_key: 密钥。 8-32个字符。 至少包含以下字符中的3种:
|
49
|
+
:param secret_key: **参数解释**: 密钥。 **约束限制**: 8-32个字符。 至少包含以下字符中的3种: - 大写字母 - 小写字母 - 数字 - 特殊字符`~!@#$%^&*()-_=+\\\\|[{}];:\\'\\\",<.>/?密钥。 不能与名称或倒序的名称相同。 **取值范围**: 不涉及。 **默认取值**: 不涉及。
|
50
50
|
:type secret_key: str
|
51
|
-
:param white_remote_address: IP白名单。
|
51
|
+
:param white_remote_address: **参数解释**: IP白名单。 **约束限制**: 不涉及。 **取值范围**: 不涉及。 **默认取值**: 不涉及。
|
52
52
|
:type white_remote_address: str
|
53
|
-
:param admin: 是否为管理员。
|
53
|
+
:param admin: **参数解释**: 是否为管理员。 **约束限制**: 不涉及。 **取值范围**: - true:是管理员。 - false:不是管理员。 **默认取值**: 不涉及。
|
54
54
|
:type admin: bool
|
55
|
-
:param default_topic_perm: 默认的主题权限。
|
55
|
+
:param default_topic_perm: **参数解释**: 默认的主题权限。 **约束限制**: 不涉及。 **取值范围**: - pub:拥有发布权限。 - sub:拥有订阅权限。 - PUB|sub:拥有发布订阅权限。 - DENY:无权限。 **默认取值**: 不涉及。
|
56
56
|
:type default_topic_perm: str
|
57
|
-
:param default_group_perm: 默认的消费组权限。
|
57
|
+
:param default_group_perm: **参数解释**: 默认的消费组权限。 **约束限制**: 不涉及。 **取值范围**: - sub:拥有订阅权限。 - DENY:无权限。 **默认取值**: 不涉及。
|
58
58
|
:type default_group_perm: str
|
59
|
-
:param topic_perms: 特殊的主题权限。
|
59
|
+
:param topic_perms: **参数解释**: 特殊的主题权限。 **约束限制**: 不涉及。 **取值范围**: 不涉及。 **默认取值**: 不涉及。
|
60
60
|
:type topic_perms: list[:class:`huaweicloudsdkrocketmq.v2.UserTopicPerms`]
|
61
|
-
:param group_perms: 特殊的消费组权限。
|
61
|
+
:param group_perms: **参数解释**: 特殊的消费组权限。 **约束限制**: 不涉及。 **取值范围**: 不涉及。 **默认取值**: 不涉及。
|
62
62
|
:type group_perms: list[:class:`huaweicloudsdkrocketmq.v2.UserGroupPerms`]
|
63
63
|
"""
|
64
64
|
|
@@ -95,7 +95,7 @@ class CreateUserResponse(SdkResponse):
|
|
95
95
|
def access_key(self):
|
96
96
|
r"""Gets the access_key of this CreateUserResponse.
|
97
97
|
|
98
|
-
|
98
|
+
**参数解释**: 用户名。 **约束限制**: 只能英文字母开头,且由英文字母、数字、中划线、下划线组成,长度为7~64个字符。 **取值范围**: 不涉及。 **默认取值**: 不涉及。
|
99
99
|
|
100
100
|
:return: The access_key of this CreateUserResponse.
|
101
101
|
:rtype: str
|
@@ -106,7 +106,7 @@ class CreateUserResponse(SdkResponse):
|
|
106
106
|
def access_key(self, access_key):
|
107
107
|
r"""Sets the access_key of this CreateUserResponse.
|
108
108
|
|
109
|
-
|
109
|
+
**参数解释**: 用户名。 **约束限制**: 只能英文字母开头,且由英文字母、数字、中划线、下划线组成,长度为7~64个字符。 **取值范围**: 不涉及。 **默认取值**: 不涉及。
|
110
110
|
|
111
111
|
:param access_key: The access_key of this CreateUserResponse.
|
112
112
|
:type access_key: str
|
@@ -117,7 +117,7 @@ class CreateUserResponse(SdkResponse):
|
|
117
117
|
def secret_key(self):
|
118
118
|
r"""Gets the secret_key of this CreateUserResponse.
|
119
119
|
|
120
|
-
密钥。 8-32个字符。 至少包含以下字符中的3种:
|
120
|
+
**参数解释**: 密钥。 **约束限制**: 8-32个字符。 至少包含以下字符中的3种: - 大写字母 - 小写字母 - 数字 - 特殊字符`~!@#$%^&*()-_=+\\\\|[{}];:\\'\\\",<.>/?密钥。 不能与名称或倒序的名称相同。 **取值范围**: 不涉及。 **默认取值**: 不涉及。
|
121
121
|
|
122
122
|
:return: The secret_key of this CreateUserResponse.
|
123
123
|
:rtype: str
|
@@ -128,7 +128,7 @@ class CreateUserResponse(SdkResponse):
|
|
128
128
|
def secret_key(self, secret_key):
|
129
129
|
r"""Sets the secret_key of this CreateUserResponse.
|
130
130
|
|
131
|
-
密钥。 8-32个字符。 至少包含以下字符中的3种:
|
131
|
+
**参数解释**: 密钥。 **约束限制**: 8-32个字符。 至少包含以下字符中的3种: - 大写字母 - 小写字母 - 数字 - 特殊字符`~!@#$%^&*()-_=+\\\\|[{}];:\\'\\\",<.>/?密钥。 不能与名称或倒序的名称相同。 **取值范围**: 不涉及。 **默认取值**: 不涉及。
|
132
132
|
|
133
133
|
:param secret_key: The secret_key of this CreateUserResponse.
|
134
134
|
:type secret_key: str
|
@@ -139,7 +139,7 @@ class CreateUserResponse(SdkResponse):
|
|
139
139
|
def white_remote_address(self):
|
140
140
|
r"""Gets the white_remote_address of this CreateUserResponse.
|
141
141
|
|
142
|
-
IP白名单。
|
142
|
+
**参数解释**: IP白名单。 **约束限制**: 不涉及。 **取值范围**: 不涉及。 **默认取值**: 不涉及。
|
143
143
|
|
144
144
|
:return: The white_remote_address of this CreateUserResponse.
|
145
145
|
:rtype: str
|
@@ -150,7 +150,7 @@ class CreateUserResponse(SdkResponse):
|
|
150
150
|
def white_remote_address(self, white_remote_address):
|
151
151
|
r"""Sets the white_remote_address of this CreateUserResponse.
|
152
152
|
|
153
|
-
IP白名单。
|
153
|
+
**参数解释**: IP白名单。 **约束限制**: 不涉及。 **取值范围**: 不涉及。 **默认取值**: 不涉及。
|
154
154
|
|
155
155
|
:param white_remote_address: The white_remote_address of this CreateUserResponse.
|
156
156
|
:type white_remote_address: str
|
@@ -161,7 +161,7 @@ class CreateUserResponse(SdkResponse):
|
|
161
161
|
def admin(self):
|
162
162
|
r"""Gets the admin of this CreateUserResponse.
|
163
163
|
|
164
|
-
是否为管理员。
|
164
|
+
**参数解释**: 是否为管理员。 **约束限制**: 不涉及。 **取值范围**: - true:是管理员。 - false:不是管理员。 **默认取值**: 不涉及。
|
165
165
|
|
166
166
|
:return: The admin of this CreateUserResponse.
|
167
167
|
:rtype: bool
|
@@ -172,7 +172,7 @@ class CreateUserResponse(SdkResponse):
|
|
172
172
|
def admin(self, admin):
|
173
173
|
r"""Sets the admin of this CreateUserResponse.
|
174
174
|
|
175
|
-
是否为管理员。
|
175
|
+
**参数解释**: 是否为管理员。 **约束限制**: 不涉及。 **取值范围**: - true:是管理员。 - false:不是管理员。 **默认取值**: 不涉及。
|
176
176
|
|
177
177
|
:param admin: The admin of this CreateUserResponse.
|
178
178
|
:type admin: bool
|
@@ -183,7 +183,7 @@ class CreateUserResponse(SdkResponse):
|
|
183
183
|
def default_topic_perm(self):
|
184
184
|
r"""Gets the default_topic_perm of this CreateUserResponse.
|
185
185
|
|
186
|
-
默认的主题权限。
|
186
|
+
**参数解释**: 默认的主题权限。 **约束限制**: 不涉及。 **取值范围**: - pub:拥有发布权限。 - sub:拥有订阅权限。 - PUB|sub:拥有发布订阅权限。 - DENY:无权限。 **默认取值**: 不涉及。
|
187
187
|
|
188
188
|
:return: The default_topic_perm of this CreateUserResponse.
|
189
189
|
:rtype: str
|
@@ -194,7 +194,7 @@ class CreateUserResponse(SdkResponse):
|
|
194
194
|
def default_topic_perm(self, default_topic_perm):
|
195
195
|
r"""Sets the default_topic_perm of this CreateUserResponse.
|
196
196
|
|
197
|
-
默认的主题权限。
|
197
|
+
**参数解释**: 默认的主题权限。 **约束限制**: 不涉及。 **取值范围**: - pub:拥有发布权限。 - sub:拥有订阅权限。 - PUB|sub:拥有发布订阅权限。 - DENY:无权限。 **默认取值**: 不涉及。
|
198
198
|
|
199
199
|
:param default_topic_perm: The default_topic_perm of this CreateUserResponse.
|
200
200
|
:type default_topic_perm: str
|
@@ -205,7 +205,7 @@ class CreateUserResponse(SdkResponse):
|
|
205
205
|
def default_group_perm(self):
|
206
206
|
r"""Gets the default_group_perm of this CreateUserResponse.
|
207
207
|
|
208
|
-
默认的消费组权限。
|
208
|
+
**参数解释**: 默认的消费组权限。 **约束限制**: 不涉及。 **取值范围**: - sub:拥有订阅权限。 - DENY:无权限。 **默认取值**: 不涉及。
|
209
209
|
|
210
210
|
:return: The default_group_perm of this CreateUserResponse.
|
211
211
|
:rtype: str
|
@@ -216,7 +216,7 @@ class CreateUserResponse(SdkResponse):
|
|
216
216
|
def default_group_perm(self, default_group_perm):
|
217
217
|
r"""Sets the default_group_perm of this CreateUserResponse.
|
218
218
|
|
219
|
-
默认的消费组权限。
|
219
|
+
**参数解释**: 默认的消费组权限。 **约束限制**: 不涉及。 **取值范围**: - sub:拥有订阅权限。 - DENY:无权限。 **默认取值**: 不涉及。
|
220
220
|
|
221
221
|
:param default_group_perm: The default_group_perm of this CreateUserResponse.
|
222
222
|
:type default_group_perm: str
|
@@ -227,7 +227,7 @@ class CreateUserResponse(SdkResponse):
|
|
227
227
|
def topic_perms(self):
|
228
228
|
r"""Gets the topic_perms of this CreateUserResponse.
|
229
229
|
|
230
|
-
特殊的主题权限。
|
230
|
+
**参数解释**: 特殊的主题权限。 **约束限制**: 不涉及。 **取值范围**: 不涉及。 **默认取值**: 不涉及。
|
231
231
|
|
232
232
|
:return: The topic_perms of this CreateUserResponse.
|
233
233
|
:rtype: list[:class:`huaweicloudsdkrocketmq.v2.UserTopicPerms`]
|
@@ -238,7 +238,7 @@ class CreateUserResponse(SdkResponse):
|
|
238
238
|
def topic_perms(self, topic_perms):
|
239
239
|
r"""Sets the topic_perms of this CreateUserResponse.
|
240
240
|
|
241
|
-
特殊的主题权限。
|
241
|
+
**参数解释**: 特殊的主题权限。 **约束限制**: 不涉及。 **取值范围**: 不涉及。 **默认取值**: 不涉及。
|
242
242
|
|
243
243
|
:param topic_perms: The topic_perms of this CreateUserResponse.
|
244
244
|
:type topic_perms: list[:class:`huaweicloudsdkrocketmq.v2.UserTopicPerms`]
|
@@ -249,7 +249,7 @@ class CreateUserResponse(SdkResponse):
|
|
249
249
|
def group_perms(self):
|
250
250
|
r"""Gets the group_perms of this CreateUserResponse.
|
251
251
|
|
252
|
-
特殊的消费组权限。
|
252
|
+
**参数解释**: 特殊的消费组权限。 **约束限制**: 不涉及。 **取值范围**: 不涉及。 **默认取值**: 不涉及。
|
253
253
|
|
254
254
|
:return: The group_perms of this CreateUserResponse.
|
255
255
|
:rtype: list[:class:`huaweicloudsdkrocketmq.v2.UserGroupPerms`]
|
@@ -260,7 +260,7 @@ class CreateUserResponse(SdkResponse):
|
|
260
260
|
def group_perms(self, group_perms):
|
261
261
|
r"""Sets the group_perms of this CreateUserResponse.
|
262
262
|
|
263
|
-
特殊的消费组权限。
|
263
|
+
**参数解释**: 特殊的消费组权限。 **约束限制**: 不涉及。 **取值范围**: 不涉及。 **默认取值**: 不涉及。
|
264
264
|
|
265
265
|
:param group_perms: The group_perms of this CreateUserResponse.
|
266
266
|
:type group_perms: list[:class:`huaweicloudsdkrocketmq.v2.UserGroupPerms`]
|