huaweicloudsdkrocketmq 3.1.104__py2.py3-none-any.whl → 3.1.105__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/model/batch_create_or_delete_tag_req.py +3 -3
- huaweicloudsdkrocketmq/v2/model/batch_delete_instance_req.py +3 -3
- 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 +3 -3
- huaweicloudsdkrocketmq/v2/model/consumer_list.py +6 -6
- huaweicloudsdkrocketmq/v2/model/create_consumer_group_or_batch_delete_consumer_group_req.py +3 -3
- huaweicloudsdkrocketmq/v2/model/create_instance_by_engine_req.py +12 -12
- huaweicloudsdkrocketmq/v2/model/create_or_update_consumer_group.py +3 -3
- huaweicloudsdkrocketmq/v2/model/create_post_paid_instance_req.py +15 -15
- 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_request.py +3 -3
- 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_instances_request.py +6 -6
- huaweicloudsdkrocketmq/v2/model/list_message_trace_resp_trace.py +3 -3
- 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 +6 -6
- 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 +3 -3
- huaweicloudsdkrocketmq/v2/model/show_instance_response.py +3 -3
- 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-3.1.104.dist-info → huaweicloudsdkrocketmq-3.1.105.dist-info}/METADATA +2 -2
- {huaweicloudsdkrocketmq-3.1.104.dist-info → huaweicloudsdkrocketmq-3.1.105.dist-info}/RECORD +49 -49
- {huaweicloudsdkrocketmq-3.1.104.dist-info → huaweicloudsdkrocketmq-3.1.105.dist-info}/LICENSE +0 -0
- {huaweicloudsdkrocketmq-3.1.104.dist-info → huaweicloudsdkrocketmq-3.1.105.dist-info}/WHEEL +0 -0
- {huaweicloudsdkrocketmq-3.1.104.dist-info → huaweicloudsdkrocketmq-3.1.105.dist-info}/top_level.txt +0 -0
@@ -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,9 +37,9 @@ class ResizeEngineInstanceReq:
|
|
37
37
|
|
38
38
|
The model defined in huaweicloud sdk
|
39
39
|
|
40
|
-
:param oper_type: 变更类型 取值范围: [- storage:存储空间扩容,代理数量不变。](tag:hws,hws_eu,hws_hk,ocb,hws_ocb,ctc,g42,hk_g42,tm,sbc,hk_sbc,hk_tm) - horizontal:代理数量扩容,每个broker的存储空间不变。 [- vertical:垂直扩容,broker的底层虚机规格变更,代理数量和存储空间不变。](tag:hws,hws_eu,hws_hk,ocb,hws_ocb,ctc,g42,hk_g42,tm,sbc,hk_sbc,hk_tm)
|
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或](tag:hws,hws_eu,hws_hk,ocb,hws_ocb,ctc,g42,hk_g42,tm,sbc,hk_sbc,hk_tm)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) - 当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
|
@@ -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:存储空间扩容,代理数量不变。](tag:hws,hws_eu,hws_hk,ocb,hws_ocb,ctc,g42,hk_g42,tm,sbc,hk_sbc,hk_tm) - horizontal:代理数量扩容,每个broker的存储空间不变。 [- vertical:垂直扩容,broker的底层虚机规格变更,代理数量和存储空间不变。](tag:hws,hws_eu,hws_hk,ocb,hws_ocb,ctc,g42,hk_g42,tm,sbc,hk_sbc,hk_tm)
|
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:存储空间扩容,代理数量不变。](tag:hws,hws_eu,hws_hk,ocb,hws_ocb,ctc,g42,hk_g42,tm,sbc,hk_sbc,hk_tm) - horizontal:代理数量扩容,每个broker的存储空间不变。 [- vertical:垂直扩容,broker的底层虚机规格变更,代理数量和存储空间不变。](tag:hws,hws_eu,hws_hk,ocb,hws_ocb,ctc,g42,hk_g42,tm,sbc,hk_sbc,hk_tm)
|
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或](tag:hws,hws_eu,hws_hk,ocb,hws_ocb,ctc,g42,hk_g42,tm,sbc,hk_sbc,hk_tm)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) - 当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或](tag:hws,hws_eu,hws_hk,ocb,hws_ocb,ctc,g42,hk_g42,tm,sbc,hk_sbc,hk_tm)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) - 当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
|
@@ -31,9 +31,9 @@ class RocketMQConfigReq:
|
|
31
31
|
|
32
32
|
The model defined in huaweicloud sdk
|
33
33
|
|
34
|
-
:param name: RocketMQ
|
34
|
+
:param name: RocketMQ配置名称。
|
35
35
|
:type name: str
|
36
|
-
:param value: RocketMQ
|
36
|
+
:param value: RocketMQ配置目标值。
|
37
37
|
:type value: str
|
38
38
|
"""
|
39
39
|
|
@@ -52,7 +52,7 @@ class RocketMQConfigReq:
|
|
52
52
|
def name(self):
|
53
53
|
"""Gets the name of this RocketMQConfigReq.
|
54
54
|
|
55
|
-
RocketMQ
|
55
|
+
RocketMQ配置名称。
|
56
56
|
|
57
57
|
:return: The name of this RocketMQConfigReq.
|
58
58
|
:rtype: str
|
@@ -63,7 +63,7 @@ class RocketMQConfigReq:
|
|
63
63
|
def name(self, name):
|
64
64
|
"""Sets the name of this RocketMQConfigReq.
|
65
65
|
|
66
|
-
RocketMQ
|
66
|
+
RocketMQ配置名称。
|
67
67
|
|
68
68
|
:param name: The name of this RocketMQConfigReq.
|
69
69
|
:type name: str
|
@@ -74,7 +74,7 @@ class RocketMQConfigReq:
|
|
74
74
|
def value(self):
|
75
75
|
"""Gets the value of this RocketMQConfigReq.
|
76
76
|
|
77
|
-
RocketMQ
|
77
|
+
RocketMQ配置目标值。
|
78
78
|
|
79
79
|
:return: The value of this RocketMQConfigReq.
|
80
80
|
:rtype: str
|
@@ -85,7 +85,7 @@ class RocketMQConfigReq:
|
|
85
85
|
def value(self, value):
|
86
86
|
"""Sets the value of this RocketMQConfigReq.
|
87
87
|
|
88
|
-
RocketMQ
|
88
|
+
RocketMQ配置目标值。
|
89
89
|
|
90
90
|
:param value: The value of this RocketMQConfigReq.
|
91
91
|
:type value: str
|
@@ -39,17 +39,17 @@ class RocketMQConfigResp:
|
|
39
39
|
|
40
40
|
The model defined in huaweicloud sdk
|
41
41
|
|
42
|
-
:param name: RocketMQ
|
42
|
+
:param name: RocketMQ配置名称。
|
43
43
|
:type name: str
|
44
|
-
:param value: RocketMQ
|
44
|
+
:param value: RocketMQ配置当前值。
|
45
45
|
:type value: str
|
46
|
-
:param config_type: RocketMQ
|
46
|
+
:param config_type: RocketMQ配置的类型。
|
47
47
|
:type config_type: str
|
48
|
-
:param default_value: RocketMQ
|
48
|
+
:param default_value: RocketMQ配置的默认值。
|
49
49
|
:type default_value: str
|
50
|
-
:param valid_values: RocketMQ
|
50
|
+
:param valid_values: RocketMQ配置取值的范围。
|
51
51
|
:type valid_values: str
|
52
|
-
:param value_type: RocketMQ
|
52
|
+
:param value_type: RocketMQ配置值的类型。
|
53
53
|
:type value_type: str
|
54
54
|
"""
|
55
55
|
|
@@ -80,7 +80,7 @@ class RocketMQConfigResp:
|
|
80
80
|
def name(self):
|
81
81
|
"""Gets the name of this RocketMQConfigResp.
|
82
82
|
|
83
|
-
RocketMQ
|
83
|
+
RocketMQ配置名称。
|
84
84
|
|
85
85
|
:return: The name of this RocketMQConfigResp.
|
86
86
|
:rtype: str
|
@@ -91,7 +91,7 @@ class RocketMQConfigResp:
|
|
91
91
|
def name(self, name):
|
92
92
|
"""Sets the name of this RocketMQConfigResp.
|
93
93
|
|
94
|
-
RocketMQ
|
94
|
+
RocketMQ配置名称。
|
95
95
|
|
96
96
|
:param name: The name of this RocketMQConfigResp.
|
97
97
|
:type name: str
|
@@ -102,7 +102,7 @@ class RocketMQConfigResp:
|
|
102
102
|
def value(self):
|
103
103
|
"""Gets the value of this RocketMQConfigResp.
|
104
104
|
|
105
|
-
RocketMQ
|
105
|
+
RocketMQ配置当前值。
|
106
106
|
|
107
107
|
:return: The value of this RocketMQConfigResp.
|
108
108
|
:rtype: str
|
@@ -113,7 +113,7 @@ class RocketMQConfigResp:
|
|
113
113
|
def value(self, value):
|
114
114
|
"""Sets the value of this RocketMQConfigResp.
|
115
115
|
|
116
|
-
RocketMQ
|
116
|
+
RocketMQ配置当前值。
|
117
117
|
|
118
118
|
:param value: The value of this RocketMQConfigResp.
|
119
119
|
:type value: str
|
@@ -124,7 +124,7 @@ class RocketMQConfigResp:
|
|
124
124
|
def config_type(self):
|
125
125
|
"""Gets the config_type of this RocketMQConfigResp.
|
126
126
|
|
127
|
-
RocketMQ
|
127
|
+
RocketMQ配置的类型。
|
128
128
|
|
129
129
|
:return: The config_type of this RocketMQConfigResp.
|
130
130
|
:rtype: str
|
@@ -135,7 +135,7 @@ class RocketMQConfigResp:
|
|
135
135
|
def config_type(self, config_type):
|
136
136
|
"""Sets the config_type of this RocketMQConfigResp.
|
137
137
|
|
138
|
-
RocketMQ
|
138
|
+
RocketMQ配置的类型。
|
139
139
|
|
140
140
|
:param config_type: The config_type of this RocketMQConfigResp.
|
141
141
|
:type config_type: str
|
@@ -146,7 +146,7 @@ class RocketMQConfigResp:
|
|
146
146
|
def default_value(self):
|
147
147
|
"""Gets the default_value of this RocketMQConfigResp.
|
148
148
|
|
149
|
-
RocketMQ
|
149
|
+
RocketMQ配置的默认值。
|
150
150
|
|
151
151
|
:return: The default_value of this RocketMQConfigResp.
|
152
152
|
:rtype: str
|
@@ -157,7 +157,7 @@ class RocketMQConfigResp:
|
|
157
157
|
def default_value(self, default_value):
|
158
158
|
"""Sets the default_value of this RocketMQConfigResp.
|
159
159
|
|
160
|
-
RocketMQ
|
160
|
+
RocketMQ配置的默认值。
|
161
161
|
|
162
162
|
:param default_value: The default_value of this RocketMQConfigResp.
|
163
163
|
:type default_value: str
|
@@ -168,7 +168,7 @@ class RocketMQConfigResp:
|
|
168
168
|
def valid_values(self):
|
169
169
|
"""Gets the valid_values of this RocketMQConfigResp.
|
170
170
|
|
171
|
-
RocketMQ
|
171
|
+
RocketMQ配置取值的范围。
|
172
172
|
|
173
173
|
:return: The valid_values of this RocketMQConfigResp.
|
174
174
|
:rtype: str
|
@@ -179,7 +179,7 @@ class RocketMQConfigResp:
|
|
179
179
|
def valid_values(self, valid_values):
|
180
180
|
"""Sets the valid_values of this RocketMQConfigResp.
|
181
181
|
|
182
|
-
RocketMQ
|
182
|
+
RocketMQ配置取值的范围。
|
183
183
|
|
184
184
|
:param valid_values: The valid_values of this RocketMQConfigResp.
|
185
185
|
:type valid_values: str
|
@@ -190,7 +190,7 @@ class RocketMQConfigResp:
|
|
190
190
|
def value_type(self):
|
191
191
|
"""Gets the value_type of this RocketMQConfigResp.
|
192
192
|
|
193
|
-
RocketMQ
|
193
|
+
RocketMQ配置值的类型。
|
194
194
|
|
195
195
|
:return: The value_type of this RocketMQConfigResp.
|
196
196
|
:rtype: str
|
@@ -201,7 +201,7 @@ class RocketMQConfigResp:
|
|
201
201
|
def value_type(self, value_type):
|
202
202
|
"""Sets the value_type of this RocketMQConfigResp.
|
203
203
|
|
204
|
-
RocketMQ
|
204
|
+
RocketMQ配置值的类型。
|
205
205
|
|
206
206
|
:param value_type: The value_type of this RocketMQConfigResp.
|
207
207
|
:type value_type: str
|
@@ -51,27 +51,27 @@ class RocketMQExtendProductInfoEntity:
|
|
51
51
|
|
52
52
|
The model defined in huaweicloud sdk
|
53
53
|
|
54
|
-
:param type:
|
54
|
+
:param type: 实例类型。
|
55
55
|
:type type: str
|
56
|
-
:param product_id: 产品ID
|
56
|
+
:param product_id: 产品ID。
|
57
57
|
:type product_id: str
|
58
|
-
:param ecs_flavor_id: 该产品使用的ECS
|
58
|
+
:param ecs_flavor_id: 该产品使用的ECS规格。
|
59
59
|
:type ecs_flavor_id: str
|
60
60
|
:param billing_code: 账单计费类型。
|
61
61
|
:type billing_code: str
|
62
|
-
:param arch_types: 支持的CPU
|
62
|
+
:param arch_types: 支持的CPU架构类型。
|
63
63
|
:type arch_types: list[str]
|
64
|
-
:param charging_mode:
|
64
|
+
:param charging_mode: 支持的计费模式类型。
|
65
65
|
:type charging_mode: list[str]
|
66
|
-
:param ios: 磁盘IO
|
66
|
+
:param ios: 磁盘IO信息。
|
67
67
|
:type ios: list[:class:`huaweicloudsdkrocketmq.v2.RocketMQExtendProductIosEntity`]
|
68
68
|
:param properties:
|
69
69
|
:type properties: :class:`huaweicloudsdkrocketmq.v2.RocketMQExtendProductPropertiesEntity`
|
70
|
-
:param available_zones:
|
70
|
+
:param available_zones: 有可用资源的可用区列表。
|
71
71
|
:type available_zones: list[str]
|
72
|
-
:param unavailable_zones:
|
72
|
+
:param unavailable_zones: 资源售罄的可用区列表。
|
73
73
|
:type unavailable_zones: list[str]
|
74
|
-
:param support_features:
|
74
|
+
:param support_features: 支持的特性功能。
|
75
75
|
:type support_features: list[:class:`huaweicloudsdkrocketmq.v2.RocketMQProductSupportFeaturesEntity`]
|
76
76
|
:param qingtian_incompatible: 是否为擎天实例。
|
77
77
|
:type qingtian_incompatible: bool
|
@@ -122,7 +122,7 @@ class RocketMQExtendProductInfoEntity:
|
|
122
122
|
def type(self):
|
123
123
|
"""Gets the type of this RocketMQExtendProductInfoEntity.
|
124
124
|
|
125
|
-
|
125
|
+
实例类型。
|
126
126
|
|
127
127
|
:return: The type of this RocketMQExtendProductInfoEntity.
|
128
128
|
:rtype: str
|
@@ -133,7 +133,7 @@ class RocketMQExtendProductInfoEntity:
|
|
133
133
|
def type(self, type):
|
134
134
|
"""Sets the type of this RocketMQExtendProductInfoEntity.
|
135
135
|
|
136
|
-
|
136
|
+
实例类型。
|
137
137
|
|
138
138
|
:param type: The type of this RocketMQExtendProductInfoEntity.
|
139
139
|
:type type: str
|
@@ -144,7 +144,7 @@ class RocketMQExtendProductInfoEntity:
|
|
144
144
|
def product_id(self):
|
145
145
|
"""Gets the product_id of this RocketMQExtendProductInfoEntity.
|
146
146
|
|
147
|
-
产品ID
|
147
|
+
产品ID。
|
148
148
|
|
149
149
|
:return: The product_id of this RocketMQExtendProductInfoEntity.
|
150
150
|
:rtype: str
|
@@ -155,7 +155,7 @@ class RocketMQExtendProductInfoEntity:
|
|
155
155
|
def product_id(self, product_id):
|
156
156
|
"""Sets the product_id of this RocketMQExtendProductInfoEntity.
|
157
157
|
|
158
|
-
产品ID
|
158
|
+
产品ID。
|
159
159
|
|
160
160
|
:param product_id: The product_id of this RocketMQExtendProductInfoEntity.
|
161
161
|
:type product_id: str
|
@@ -166,7 +166,7 @@ class RocketMQExtendProductInfoEntity:
|
|
166
166
|
def ecs_flavor_id(self):
|
167
167
|
"""Gets the ecs_flavor_id of this RocketMQExtendProductInfoEntity.
|
168
168
|
|
169
|
-
该产品使用的ECS
|
169
|
+
该产品使用的ECS规格。
|
170
170
|
|
171
171
|
:return: The ecs_flavor_id of this RocketMQExtendProductInfoEntity.
|
172
172
|
:rtype: str
|
@@ -177,7 +177,7 @@ class RocketMQExtendProductInfoEntity:
|
|
177
177
|
def ecs_flavor_id(self, ecs_flavor_id):
|
178
178
|
"""Sets the ecs_flavor_id of this RocketMQExtendProductInfoEntity.
|
179
179
|
|
180
|
-
该产品使用的ECS
|
180
|
+
该产品使用的ECS规格。
|
181
181
|
|
182
182
|
:param ecs_flavor_id: The ecs_flavor_id of this RocketMQExtendProductInfoEntity.
|
183
183
|
:type ecs_flavor_id: str
|
@@ -210,7 +210,7 @@ class RocketMQExtendProductInfoEntity:
|
|
210
210
|
def arch_types(self):
|
211
211
|
"""Gets the arch_types of this RocketMQExtendProductInfoEntity.
|
212
212
|
|
213
|
-
支持的CPU
|
213
|
+
支持的CPU架构类型。
|
214
214
|
|
215
215
|
:return: The arch_types of this RocketMQExtendProductInfoEntity.
|
216
216
|
:rtype: list[str]
|
@@ -221,7 +221,7 @@ class RocketMQExtendProductInfoEntity:
|
|
221
221
|
def arch_types(self, arch_types):
|
222
222
|
"""Sets the arch_types of this RocketMQExtendProductInfoEntity.
|
223
223
|
|
224
|
-
支持的CPU
|
224
|
+
支持的CPU架构类型。
|
225
225
|
|
226
226
|
:param arch_types: The arch_types of this RocketMQExtendProductInfoEntity.
|
227
227
|
:type arch_types: list[str]
|
@@ -232,7 +232,7 @@ class RocketMQExtendProductInfoEntity:
|
|
232
232
|
def charging_mode(self):
|
233
233
|
"""Gets the charging_mode of this RocketMQExtendProductInfoEntity.
|
234
234
|
|
235
|
-
|
235
|
+
支持的计费模式类型。
|
236
236
|
|
237
237
|
:return: The charging_mode of this RocketMQExtendProductInfoEntity.
|
238
238
|
:rtype: list[str]
|
@@ -243,7 +243,7 @@ class RocketMQExtendProductInfoEntity:
|
|
243
243
|
def charging_mode(self, charging_mode):
|
244
244
|
"""Sets the charging_mode of this RocketMQExtendProductInfoEntity.
|
245
245
|
|
246
|
-
|
246
|
+
支持的计费模式类型。
|
247
247
|
|
248
248
|
:param charging_mode: The charging_mode of this RocketMQExtendProductInfoEntity.
|
249
249
|
:type charging_mode: list[str]
|
@@ -254,7 +254,7 @@ class RocketMQExtendProductInfoEntity:
|
|
254
254
|
def ios(self):
|
255
255
|
"""Gets the ios of this RocketMQExtendProductInfoEntity.
|
256
256
|
|
257
|
-
磁盘IO
|
257
|
+
磁盘IO信息。
|
258
258
|
|
259
259
|
:return: The ios of this RocketMQExtendProductInfoEntity.
|
260
260
|
:rtype: list[:class:`huaweicloudsdkrocketmq.v2.RocketMQExtendProductIosEntity`]
|
@@ -265,7 +265,7 @@ class RocketMQExtendProductInfoEntity:
|
|
265
265
|
def ios(self, ios):
|
266
266
|
"""Sets the ios of this RocketMQExtendProductInfoEntity.
|
267
267
|
|
268
|
-
磁盘IO
|
268
|
+
磁盘IO信息。
|
269
269
|
|
270
270
|
:param ios: The ios of this RocketMQExtendProductInfoEntity.
|
271
271
|
:type ios: list[:class:`huaweicloudsdkrocketmq.v2.RocketMQExtendProductIosEntity`]
|
@@ -294,7 +294,7 @@ class RocketMQExtendProductInfoEntity:
|
|
294
294
|
def available_zones(self):
|
295
295
|
"""Gets the available_zones of this RocketMQExtendProductInfoEntity.
|
296
296
|
|
297
|
-
|
297
|
+
有可用资源的可用区列表。
|
298
298
|
|
299
299
|
:return: The available_zones of this RocketMQExtendProductInfoEntity.
|
300
300
|
:rtype: list[str]
|
@@ -305,7 +305,7 @@ class RocketMQExtendProductInfoEntity:
|
|
305
305
|
def available_zones(self, available_zones):
|
306
306
|
"""Sets the available_zones of this RocketMQExtendProductInfoEntity.
|
307
307
|
|
308
|
-
|
308
|
+
有可用资源的可用区列表。
|
309
309
|
|
310
310
|
:param available_zones: The available_zones of this RocketMQExtendProductInfoEntity.
|
311
311
|
:type available_zones: list[str]
|
@@ -316,7 +316,7 @@ class RocketMQExtendProductInfoEntity:
|
|
316
316
|
def unavailable_zones(self):
|
317
317
|
"""Gets the unavailable_zones of this RocketMQExtendProductInfoEntity.
|
318
318
|
|
319
|
-
|
319
|
+
资源售罄的可用区列表。
|
320
320
|
|
321
321
|
:return: The unavailable_zones of this RocketMQExtendProductInfoEntity.
|
322
322
|
:rtype: list[str]
|
@@ -327,7 +327,7 @@ class RocketMQExtendProductInfoEntity:
|
|
327
327
|
def unavailable_zones(self, unavailable_zones):
|
328
328
|
"""Sets the unavailable_zones of this RocketMQExtendProductInfoEntity.
|
329
329
|
|
330
|
-
|
330
|
+
资源售罄的可用区列表。
|
331
331
|
|
332
332
|
:param unavailable_zones: The unavailable_zones of this RocketMQExtendProductInfoEntity.
|
333
333
|
:type unavailable_zones: list[str]
|
@@ -338,7 +338,7 @@ class RocketMQExtendProductInfoEntity:
|
|
338
338
|
def support_features(self):
|
339
339
|
"""Gets the support_features of this RocketMQExtendProductInfoEntity.
|
340
340
|
|
341
|
-
|
341
|
+
支持的特性功能。
|
342
342
|
|
343
343
|
:return: The support_features of this RocketMQExtendProductInfoEntity.
|
344
344
|
:rtype: list[:class:`huaweicloudsdkrocketmq.v2.RocketMQProductSupportFeaturesEntity`]
|
@@ -349,7 +349,7 @@ class RocketMQExtendProductInfoEntity:
|
|
349
349
|
def support_features(self, support_features):
|
350
350
|
"""Sets the support_features of this RocketMQExtendProductInfoEntity.
|
351
351
|
|
352
|
-
|
352
|
+
支持的特性功能。
|
353
353
|
|
354
354
|
:param support_features: The support_features of this RocketMQExtendProductInfoEntity.
|
355
355
|
:type support_features: list[:class:`huaweicloudsdkrocketmq.v2.RocketMQProductSupportFeaturesEntity`]
|