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
@@ -42,19 +42,19 @@ class ShowConsumerConnectionsResponse(SdkResponse):
|
|
42
42
|
|
43
43
|
The model defined in huaweicloud sdk
|
44
44
|
|
45
|
-
:param group_name:
|
45
|
+
:param group_name: 消费组名称。
|
46
46
|
:type group_name: str
|
47
|
-
:param online:
|
47
|
+
:param online: 消费组是否在线。
|
48
48
|
:type online: bool
|
49
|
-
:param subscription_consistency:
|
49
|
+
:param subscription_consistency: 订阅关系是否一致。
|
50
50
|
:type subscription_consistency: bool
|
51
|
-
:param total:
|
51
|
+
:param total: 消费者总数。
|
52
52
|
:type total: int
|
53
|
-
:param next_offset: 下个分页的offset
|
53
|
+
:param next_offset: 下个分页的offset。
|
54
54
|
:type next_offset: int
|
55
|
-
:param previous_offset: 上个分页的offset
|
55
|
+
:param previous_offset: 上个分页的offset。
|
56
56
|
:type previous_offset: int
|
57
|
-
:param clients:
|
57
|
+
:param clients: 消费者订阅详情列表。
|
58
58
|
:type clients: list[:class:`huaweicloudsdkrocketmq.v2.ClientData`]
|
59
59
|
"""
|
60
60
|
|
@@ -88,7 +88,7 @@ class ShowConsumerConnectionsResponse(SdkResponse):
|
|
88
88
|
def group_name(self):
|
89
89
|
"""Gets the group_name of this ShowConsumerConnectionsResponse.
|
90
90
|
|
91
|
-
|
91
|
+
消费组名称。
|
92
92
|
|
93
93
|
:return: The group_name of this ShowConsumerConnectionsResponse.
|
94
94
|
:rtype: str
|
@@ -99,7 +99,7 @@ class ShowConsumerConnectionsResponse(SdkResponse):
|
|
99
99
|
def group_name(self, group_name):
|
100
100
|
"""Sets the group_name of this ShowConsumerConnectionsResponse.
|
101
101
|
|
102
|
-
|
102
|
+
消费组名称。
|
103
103
|
|
104
104
|
:param group_name: The group_name of this ShowConsumerConnectionsResponse.
|
105
105
|
:type group_name: str
|
@@ -110,7 +110,7 @@ class ShowConsumerConnectionsResponse(SdkResponse):
|
|
110
110
|
def online(self):
|
111
111
|
"""Gets the online of this ShowConsumerConnectionsResponse.
|
112
112
|
|
113
|
-
|
113
|
+
消费组是否在线。
|
114
114
|
|
115
115
|
:return: The online of this ShowConsumerConnectionsResponse.
|
116
116
|
:rtype: bool
|
@@ -121,7 +121,7 @@ class ShowConsumerConnectionsResponse(SdkResponse):
|
|
121
121
|
def online(self, online):
|
122
122
|
"""Sets the online of this ShowConsumerConnectionsResponse.
|
123
123
|
|
124
|
-
|
124
|
+
消费组是否在线。
|
125
125
|
|
126
126
|
:param online: The online of this ShowConsumerConnectionsResponse.
|
127
127
|
:type online: bool
|
@@ -132,7 +132,7 @@ class ShowConsumerConnectionsResponse(SdkResponse):
|
|
132
132
|
def subscription_consistency(self):
|
133
133
|
"""Gets the subscription_consistency of this ShowConsumerConnectionsResponse.
|
134
134
|
|
135
|
-
|
135
|
+
订阅关系是否一致。
|
136
136
|
|
137
137
|
:return: The subscription_consistency of this ShowConsumerConnectionsResponse.
|
138
138
|
:rtype: bool
|
@@ -143,7 +143,7 @@ class ShowConsumerConnectionsResponse(SdkResponse):
|
|
143
143
|
def subscription_consistency(self, subscription_consistency):
|
144
144
|
"""Sets the subscription_consistency of this ShowConsumerConnectionsResponse.
|
145
145
|
|
146
|
-
|
146
|
+
订阅关系是否一致。
|
147
147
|
|
148
148
|
:param subscription_consistency: The subscription_consistency of this ShowConsumerConnectionsResponse.
|
149
149
|
:type subscription_consistency: bool
|
@@ -154,7 +154,7 @@ class ShowConsumerConnectionsResponse(SdkResponse):
|
|
154
154
|
def total(self):
|
155
155
|
"""Gets the total of this ShowConsumerConnectionsResponse.
|
156
156
|
|
157
|
-
|
157
|
+
消费者总数。
|
158
158
|
|
159
159
|
:return: The total of this ShowConsumerConnectionsResponse.
|
160
160
|
:rtype: int
|
@@ -165,7 +165,7 @@ class ShowConsumerConnectionsResponse(SdkResponse):
|
|
165
165
|
def total(self, total):
|
166
166
|
"""Sets the total of this ShowConsumerConnectionsResponse.
|
167
167
|
|
168
|
-
|
168
|
+
消费者总数。
|
169
169
|
|
170
170
|
:param total: The total of this ShowConsumerConnectionsResponse.
|
171
171
|
:type total: int
|
@@ -176,7 +176,7 @@ class ShowConsumerConnectionsResponse(SdkResponse):
|
|
176
176
|
def next_offset(self):
|
177
177
|
"""Gets the next_offset of this ShowConsumerConnectionsResponse.
|
178
178
|
|
179
|
-
下个分页的offset
|
179
|
+
下个分页的offset。
|
180
180
|
|
181
181
|
:return: The next_offset of this ShowConsumerConnectionsResponse.
|
182
182
|
:rtype: int
|
@@ -187,7 +187,7 @@ class ShowConsumerConnectionsResponse(SdkResponse):
|
|
187
187
|
def next_offset(self, next_offset):
|
188
188
|
"""Sets the next_offset of this ShowConsumerConnectionsResponse.
|
189
189
|
|
190
|
-
下个分页的offset
|
190
|
+
下个分页的offset。
|
191
191
|
|
192
192
|
:param next_offset: The next_offset of this ShowConsumerConnectionsResponse.
|
193
193
|
:type next_offset: int
|
@@ -198,7 +198,7 @@ class ShowConsumerConnectionsResponse(SdkResponse):
|
|
198
198
|
def previous_offset(self):
|
199
199
|
"""Gets the previous_offset of this ShowConsumerConnectionsResponse.
|
200
200
|
|
201
|
-
上个分页的offset
|
201
|
+
上个分页的offset。
|
202
202
|
|
203
203
|
:return: The previous_offset of this ShowConsumerConnectionsResponse.
|
204
204
|
:rtype: int
|
@@ -209,7 +209,7 @@ class ShowConsumerConnectionsResponse(SdkResponse):
|
|
209
209
|
def previous_offset(self, previous_offset):
|
210
210
|
"""Sets the previous_offset of this ShowConsumerConnectionsResponse.
|
211
211
|
|
212
|
-
上个分页的offset
|
212
|
+
上个分页的offset。
|
213
213
|
|
214
214
|
:param previous_offset: The previous_offset of this ShowConsumerConnectionsResponse.
|
215
215
|
:type previous_offset: int
|
@@ -220,7 +220,7 @@ class ShowConsumerConnectionsResponse(SdkResponse):
|
|
220
220
|
def clients(self):
|
221
221
|
"""Gets the clients of this ShowConsumerConnectionsResponse.
|
222
222
|
|
223
|
-
|
223
|
+
消费者订阅详情列表。
|
224
224
|
|
225
225
|
:return: The clients of this ShowConsumerConnectionsResponse.
|
226
226
|
:rtype: list[:class:`huaweicloudsdkrocketmq.v2.ClientData`]
|
@@ -231,7 +231,7 @@ class ShowConsumerConnectionsResponse(SdkResponse):
|
|
231
231
|
def clients(self, clients):
|
232
232
|
"""Sets the clients of this ShowConsumerConnectionsResponse.
|
233
233
|
|
234
|
-
|
234
|
+
消费者订阅详情列表。
|
235
235
|
|
236
236
|
:param clients: The clients of this ShowConsumerConnectionsResponse.
|
237
237
|
:type clients: list[:class:`huaweicloudsdkrocketmq.v2.ClientData`]
|
@@ -41,7 +41,7 @@ class ShowConsumerListOrDetailsRequest:
|
|
41
41
|
:type instance_id: str
|
42
42
|
:param group: 消费组名称。
|
43
43
|
:type group: str
|
44
|
-
:param topic: 待查询的
|
44
|
+
:param topic: 待查询的Topic,不指定时查询Topic列表,指定时查询详情。
|
45
45
|
:type topic: str
|
46
46
|
:param limit: 当次查询返回的最大个数,默认值为10,取值范围为1~50。
|
47
47
|
:type limit: int
|
@@ -115,7 +115,7 @@ class ShowConsumerListOrDetailsRequest:
|
|
115
115
|
def topic(self):
|
116
116
|
"""Gets the topic of this ShowConsumerListOrDetailsRequest.
|
117
117
|
|
118
|
-
待查询的
|
118
|
+
待查询的Topic,不指定时查询Topic列表,指定时查询详情。
|
119
119
|
|
120
120
|
:return: The topic of this ShowConsumerListOrDetailsRequest.
|
121
121
|
:rtype: str
|
@@ -126,7 +126,7 @@ class ShowConsumerListOrDetailsRequest:
|
|
126
126
|
def topic(self, topic):
|
127
127
|
"""Sets the topic of this ShowConsumerListOrDetailsRequest.
|
128
128
|
|
129
|
-
待查询的
|
129
|
+
待查询的Topic,不指定时查询Topic列表,指定时查询详情。
|
130
130
|
|
131
131
|
:param topic: The topic of this ShowConsumerListOrDetailsRequest.
|
132
132
|
:type topic: str
|
@@ -40,17 +40,17 @@ class ShowConsumerListOrDetailsResponse(SdkResponse):
|
|
40
40
|
|
41
41
|
The model defined in huaweicloud sdk
|
42
42
|
|
43
|
-
:param topics: Topic列表(当查询
|
43
|
+
:param topics: Topic列表(当查询Topic消费“列表”时才显示此参数)。
|
44
44
|
:type topics: list[str]
|
45
|
-
:param total: Topic总数(当查询
|
45
|
+
:param total: Topic总数(当查询Topic消费“列表”时才显示此参数)。
|
46
46
|
:type total: int
|
47
|
-
:param lag:
|
47
|
+
:param lag: 消费堆积总数。
|
48
48
|
:type lag: int
|
49
|
-
:param max_offset:
|
49
|
+
:param max_offset: 消息总数。
|
50
50
|
:type max_offset: int
|
51
|
-
:param consumer_offset:
|
51
|
+
:param consumer_offset: 已消费消息数。
|
52
52
|
:type consumer_offset: int
|
53
|
-
:param brokers: Topic关联代理(当查询
|
53
|
+
:param brokers: Topic关联代理(当查询Topic消费“详情”才显示此参数)。
|
54
54
|
:type brokers: list[:class:`huaweicloudsdkrocketmq.v2.Brokers`]
|
55
55
|
"""
|
56
56
|
|
@@ -81,7 +81,7 @@ class ShowConsumerListOrDetailsResponse(SdkResponse):
|
|
81
81
|
def topics(self):
|
82
82
|
"""Gets the topics of this ShowConsumerListOrDetailsResponse.
|
83
83
|
|
84
|
-
Topic列表(当查询
|
84
|
+
Topic列表(当查询Topic消费“列表”时才显示此参数)。
|
85
85
|
|
86
86
|
:return: The topics of this ShowConsumerListOrDetailsResponse.
|
87
87
|
:rtype: list[str]
|
@@ -92,7 +92,7 @@ class ShowConsumerListOrDetailsResponse(SdkResponse):
|
|
92
92
|
def topics(self, topics):
|
93
93
|
"""Sets the topics of this ShowConsumerListOrDetailsResponse.
|
94
94
|
|
95
|
-
Topic列表(当查询
|
95
|
+
Topic列表(当查询Topic消费“列表”时才显示此参数)。
|
96
96
|
|
97
97
|
:param topics: The topics of this ShowConsumerListOrDetailsResponse.
|
98
98
|
:type topics: list[str]
|
@@ -103,7 +103,7 @@ class ShowConsumerListOrDetailsResponse(SdkResponse):
|
|
103
103
|
def total(self):
|
104
104
|
"""Gets the total of this ShowConsumerListOrDetailsResponse.
|
105
105
|
|
106
|
-
Topic总数(当查询
|
106
|
+
Topic总数(当查询Topic消费“列表”时才显示此参数)。
|
107
107
|
|
108
108
|
:return: The total of this ShowConsumerListOrDetailsResponse.
|
109
109
|
:rtype: int
|
@@ -114,7 +114,7 @@ class ShowConsumerListOrDetailsResponse(SdkResponse):
|
|
114
114
|
def total(self, total):
|
115
115
|
"""Sets the total of this ShowConsumerListOrDetailsResponse.
|
116
116
|
|
117
|
-
Topic总数(当查询
|
117
|
+
Topic总数(当查询Topic消费“列表”时才显示此参数)。
|
118
118
|
|
119
119
|
:param total: The total of this ShowConsumerListOrDetailsResponse.
|
120
120
|
:type total: int
|
@@ -125,7 +125,7 @@ class ShowConsumerListOrDetailsResponse(SdkResponse):
|
|
125
125
|
def lag(self):
|
126
126
|
"""Gets the lag of this ShowConsumerListOrDetailsResponse.
|
127
127
|
|
128
|
-
|
128
|
+
消费堆积总数。
|
129
129
|
|
130
130
|
:return: The lag of this ShowConsumerListOrDetailsResponse.
|
131
131
|
:rtype: int
|
@@ -136,7 +136,7 @@ class ShowConsumerListOrDetailsResponse(SdkResponse):
|
|
136
136
|
def lag(self, lag):
|
137
137
|
"""Sets the lag of this ShowConsumerListOrDetailsResponse.
|
138
138
|
|
139
|
-
|
139
|
+
消费堆积总数。
|
140
140
|
|
141
141
|
:param lag: The lag of this ShowConsumerListOrDetailsResponse.
|
142
142
|
:type lag: int
|
@@ -147,7 +147,7 @@ class ShowConsumerListOrDetailsResponse(SdkResponse):
|
|
147
147
|
def max_offset(self):
|
148
148
|
"""Gets the max_offset of this ShowConsumerListOrDetailsResponse.
|
149
149
|
|
150
|
-
|
150
|
+
消息总数。
|
151
151
|
|
152
152
|
:return: The max_offset of this ShowConsumerListOrDetailsResponse.
|
153
153
|
:rtype: int
|
@@ -158,7 +158,7 @@ class ShowConsumerListOrDetailsResponse(SdkResponse):
|
|
158
158
|
def max_offset(self, max_offset):
|
159
159
|
"""Sets the max_offset of this ShowConsumerListOrDetailsResponse.
|
160
160
|
|
161
|
-
|
161
|
+
消息总数。
|
162
162
|
|
163
163
|
:param max_offset: The max_offset of this ShowConsumerListOrDetailsResponse.
|
164
164
|
:type max_offset: int
|
@@ -169,7 +169,7 @@ class ShowConsumerListOrDetailsResponse(SdkResponse):
|
|
169
169
|
def consumer_offset(self):
|
170
170
|
"""Gets the consumer_offset of this ShowConsumerListOrDetailsResponse.
|
171
171
|
|
172
|
-
|
172
|
+
已消费消息数。
|
173
173
|
|
174
174
|
:return: The consumer_offset of this ShowConsumerListOrDetailsResponse.
|
175
175
|
:rtype: int
|
@@ -180,7 +180,7 @@ class ShowConsumerListOrDetailsResponse(SdkResponse):
|
|
180
180
|
def consumer_offset(self, consumer_offset):
|
181
181
|
"""Sets the consumer_offset of this ShowConsumerListOrDetailsResponse.
|
182
182
|
|
183
|
-
|
183
|
+
已消费消息数。
|
184
184
|
|
185
185
|
:param consumer_offset: The consumer_offset of this ShowConsumerListOrDetailsResponse.
|
186
186
|
:type consumer_offset: int
|
@@ -191,7 +191,7 @@ class ShowConsumerListOrDetailsResponse(SdkResponse):
|
|
191
191
|
def brokers(self):
|
192
192
|
"""Gets the brokers of this ShowConsumerListOrDetailsResponse.
|
193
193
|
|
194
|
-
Topic关联代理(当查询
|
194
|
+
Topic关联代理(当查询Topic消费“详情”才显示此参数)。
|
195
195
|
|
196
196
|
:return: The brokers of this ShowConsumerListOrDetailsResponse.
|
197
197
|
:rtype: list[:class:`huaweicloudsdkrocketmq.v2.Brokers`]
|
@@ -202,7 +202,7 @@ class ShowConsumerListOrDetailsResponse(SdkResponse):
|
|
202
202
|
def brokers(self, brokers):
|
203
203
|
"""Sets the brokers of this ShowConsumerListOrDetailsResponse.
|
204
204
|
|
205
|
-
Topic关联代理(当查询
|
205
|
+
Topic关联代理(当查询Topic消费“详情”才显示此参数)。
|
206
206
|
|
207
207
|
:param brokers: The brokers of this ShowConsumerListOrDetailsResponse.
|
208
208
|
:type brokers: list[:class:`huaweicloudsdkrocketmq.v2.Brokers`]
|
@@ -37,7 +37,7 @@ class ShowEngineInstanceExtendProductInfoRequest:
|
|
37
37
|
:type engine: str
|
38
38
|
:param instance_id: 实例ID。
|
39
39
|
:type instance_id: str
|
40
|
-
:param type: 产品的类型。 advanced
|
40
|
+
:param type: 产品的类型。 advanced:专享版。
|
41
41
|
:type type: str
|
42
42
|
"""
|
43
43
|
|
@@ -101,7 +101,7 @@ class ShowEngineInstanceExtendProductInfoRequest:
|
|
101
101
|
def type(self):
|
102
102
|
"""Gets the type of this ShowEngineInstanceExtendProductInfoRequest.
|
103
103
|
|
104
|
-
产品的类型。 advanced
|
104
|
+
产品的类型。 advanced:专享版。
|
105
105
|
|
106
106
|
:return: The type of this ShowEngineInstanceExtendProductInfoRequest.
|
107
107
|
:rtype: str
|
@@ -112,7 +112,7 @@ class ShowEngineInstanceExtendProductInfoRequest:
|
|
112
112
|
def type(self, type):
|
113
113
|
"""Sets the type of this ShowEngineInstanceExtendProductInfoRequest.
|
114
114
|
|
115
|
-
产品的类型。 advanced
|
115
|
+
产品的类型。 advanced:专享版。
|
116
116
|
|
117
117
|
:param type: The type of this ShowEngineInstanceExtendProductInfoRequest.
|
118
118
|
:type type: str
|
@@ -34,11 +34,11 @@ class ShowEngineInstanceExtendProductInfoResponse(SdkResponse):
|
|
34
34
|
|
35
35
|
The model defined in huaweicloud sdk
|
36
36
|
|
37
|
-
:param engine:
|
37
|
+
:param engine: 消息引擎类型。
|
38
38
|
:type engine: str
|
39
|
-
:param versions:
|
39
|
+
:param versions: 消息引擎支持的版本。
|
40
40
|
:type versions: list[str]
|
41
|
-
:param products:
|
41
|
+
:param products: 规格变更的产品信息。
|
42
42
|
:type products: list[:class:`huaweicloudsdkrocketmq.v2.RocketMQExtendProductInfoEntity`]
|
43
43
|
"""
|
44
44
|
|
@@ -60,7 +60,7 @@ class ShowEngineInstanceExtendProductInfoResponse(SdkResponse):
|
|
60
60
|
def engine(self):
|
61
61
|
"""Gets the engine of this ShowEngineInstanceExtendProductInfoResponse.
|
62
62
|
|
63
|
-
|
63
|
+
消息引擎类型。
|
64
64
|
|
65
65
|
:return: The engine of this ShowEngineInstanceExtendProductInfoResponse.
|
66
66
|
:rtype: str
|
@@ -71,7 +71,7 @@ class ShowEngineInstanceExtendProductInfoResponse(SdkResponse):
|
|
71
71
|
def engine(self, engine):
|
72
72
|
"""Sets the engine of this ShowEngineInstanceExtendProductInfoResponse.
|
73
73
|
|
74
|
-
|
74
|
+
消息引擎类型。
|
75
75
|
|
76
76
|
:param engine: The engine of this ShowEngineInstanceExtendProductInfoResponse.
|
77
77
|
:type engine: str
|
@@ -82,7 +82,7 @@ class ShowEngineInstanceExtendProductInfoResponse(SdkResponse):
|
|
82
82
|
def versions(self):
|
83
83
|
"""Gets the versions of this ShowEngineInstanceExtendProductInfoResponse.
|
84
84
|
|
85
|
-
|
85
|
+
消息引擎支持的版本。
|
86
86
|
|
87
87
|
:return: The versions of this ShowEngineInstanceExtendProductInfoResponse.
|
88
88
|
:rtype: list[str]
|
@@ -93,7 +93,7 @@ class ShowEngineInstanceExtendProductInfoResponse(SdkResponse):
|
|
93
93
|
def versions(self, versions):
|
94
94
|
"""Sets the versions of this ShowEngineInstanceExtendProductInfoResponse.
|
95
95
|
|
96
|
-
|
96
|
+
消息引擎支持的版本。
|
97
97
|
|
98
98
|
:param versions: The versions of this ShowEngineInstanceExtendProductInfoResponse.
|
99
99
|
:type versions: list[str]
|
@@ -104,7 +104,7 @@ class ShowEngineInstanceExtendProductInfoResponse(SdkResponse):
|
|
104
104
|
def products(self):
|
105
105
|
"""Gets the products of this ShowEngineInstanceExtendProductInfoResponse.
|
106
106
|
|
107
|
-
|
107
|
+
规格变更的产品信息。
|
108
108
|
|
109
109
|
:return: The products of this ShowEngineInstanceExtendProductInfoResponse.
|
110
110
|
:rtype: list[:class:`huaweicloudsdkrocketmq.v2.RocketMQExtendProductInfoEntity`]
|
@@ -115,7 +115,7 @@ class ShowEngineInstanceExtendProductInfoResponse(SdkResponse):
|
|
115
115
|
def products(self, products):
|
116
116
|
"""Sets the products of this ShowEngineInstanceExtendProductInfoResponse.
|
117
117
|
|
118
|
-
|
118
|
+
规格变更的产品信息。
|
119
119
|
|
120
120
|
:param products: The products of this ShowEngineInstanceExtendProductInfoResponse.
|
121
121
|
:type products: list[:class:`huaweicloudsdkrocketmq.v2.RocketMQExtendProductInfoEntity`]
|
@@ -58,7 +58,7 @@ class ShowGroupResponse(SdkResponse):
|
|
58
58
|
:type group_desc: str
|
59
59
|
:param retry_max_time: 最大重试次数。
|
60
60
|
:type retry_max_time: int
|
61
|
-
:param app_id: 应用
|
61
|
+
:param app_id: 应用ID。
|
62
62
|
:type app_id: str
|
63
63
|
:param app_name: 应用名称。
|
64
64
|
:type app_name: str
|
@@ -234,7 +234,7 @@ class ShowGroupResponse(SdkResponse):
|
|
234
234
|
def app_id(self):
|
235
235
|
"""Gets the app_id of this ShowGroupResponse.
|
236
236
|
|
237
|
-
应用
|
237
|
+
应用ID。
|
238
238
|
|
239
239
|
:return: The app_id of this ShowGroupResponse.
|
240
240
|
:rtype: str
|
@@ -245,7 +245,7 @@ class ShowGroupResponse(SdkResponse):
|
|
245
245
|
def app_id(self, app_id):
|
246
246
|
"""Sets the app_id of this ShowGroupResponse.
|
247
247
|
|
248
|
-
应用
|
248
|
+
应用ID。
|
249
249
|
|
250
250
|
:param app_id: The app_id of this ShowGroupResponse.
|
251
251
|
:type app_id: str
|
@@ -36,6 +36,7 @@ class ShowInstanceResp:
|
|
36
36
|
'subnet_name': 'str',
|
37
37
|
'subnet_cidr': 'str',
|
38
38
|
'available_zones': 'list[str]',
|
39
|
+
'available_zone_names': 'list[str]',
|
39
40
|
'user_id': 'str',
|
40
41
|
'user_name': 'str',
|
41
42
|
'maintain_begin': 'str',
|
@@ -67,6 +68,7 @@ class ShowInstanceResp:
|
|
67
68
|
'public_broker_address': 'str',
|
68
69
|
'grpc_address': 'str',
|
69
70
|
'public_grpc_address': 'str',
|
71
|
+
'enterprise_project_id': 'str',
|
70
72
|
'tags': 'list[TagEntity]',
|
71
73
|
'total_storage_space': 'int',
|
72
74
|
'resource_spec_code': 'str'
|
@@ -92,6 +94,7 @@ class ShowInstanceResp:
|
|
92
94
|
'subnet_name': 'subnet_name',
|
93
95
|
'subnet_cidr': 'subnet_cidr',
|
94
96
|
'available_zones': 'available_zones',
|
97
|
+
'available_zone_names': 'available_zone_names',
|
95
98
|
'user_id': 'user_id',
|
96
99
|
'user_name': 'user_name',
|
97
100
|
'maintain_begin': 'maintain_begin',
|
@@ -123,12 +126,13 @@ class ShowInstanceResp:
|
|
123
126
|
'public_broker_address': 'public_broker_address',
|
124
127
|
'grpc_address': 'grpc_address',
|
125
128
|
'public_grpc_address': 'public_grpc_address',
|
129
|
+
'enterprise_project_id': 'enterprise_project_id',
|
126
130
|
'tags': 'tags',
|
127
131
|
'total_storage_space': 'total_storage_space',
|
128
132
|
'resource_spec_code': 'resource_spec_code'
|
129
133
|
}
|
130
134
|
|
131
|
-
def __init__(self, name=None, engine=None, status=None, description=None, type=None, specification=None, engine_version=None, instance_id=None, charging_mode=None, vpc_id=None, vpc_name=None, created_at=None, product_id=None, security_group_id=None, security_group_name=None, subnet_id=None, subnet_name=None, subnet_cidr=None, available_zones=None, user_id=None, user_name=None, maintain_begin=None, maintain_end=None, enable_log_collection=None, storage_space=None, used_storage_space=None, enable_publicip=None, publicip_id=None, publicip_address=None, ssl_enable=None, cross_vpc_info=None, storage_resource_id=None, storage_spec_code=None, service_type=None, storage_type=None, extend_times=None, ipv6_enable=None, support_features=None, disk_encrypted=None, ces_version=None, node_num=None, new_spec_billing_enable=None, enable_acl=None, broker_num=None, namesrv_address=None, broker_address=None, public_namesrv_address=None, public_broker_address=None, grpc_address=None, public_grpc_address=None, tags=None, total_storage_space=None, resource_spec_code=None):
|
135
|
+
def __init__(self, name=None, engine=None, status=None, description=None, type=None, specification=None, engine_version=None, instance_id=None, charging_mode=None, vpc_id=None, vpc_name=None, created_at=None, product_id=None, security_group_id=None, security_group_name=None, subnet_id=None, subnet_name=None, subnet_cidr=None, available_zones=None, available_zone_names=None, user_id=None, user_name=None, maintain_begin=None, maintain_end=None, enable_log_collection=None, storage_space=None, used_storage_space=None, enable_publicip=None, publicip_id=None, publicip_address=None, ssl_enable=None, cross_vpc_info=None, storage_resource_id=None, storage_spec_code=None, service_type=None, storage_type=None, extend_times=None, ipv6_enable=None, support_features=None, disk_encrypted=None, ces_version=None, node_num=None, new_spec_billing_enable=None, enable_acl=None, broker_num=None, namesrv_address=None, broker_address=None, public_namesrv_address=None, public_broker_address=None, grpc_address=None, public_grpc_address=None, enterprise_project_id=None, tags=None, total_storage_space=None, resource_spec_code=None):
|
132
136
|
"""ShowInstanceResp
|
133
137
|
|
134
138
|
The model defined in huaweicloud sdk
|
@@ -149,7 +153,7 @@ class ShowInstanceResp:
|
|
149
153
|
:type engine_version: str
|
150
154
|
:param instance_id: 实例ID。
|
151
155
|
:type instance_id: str
|
152
|
-
:param charging_mode: [付费模式,1表示按需计费。](tag:hws_eu,g42,hk_g42,tm,hk_tm)[付费模式,1表示按需计费,0表示包年/包月计费。](tag:hws,hws_eu,hws_hk,ctc) [计费模式,参数暂未使用。](tag:ocb,hws_ocb,hcs)
|
156
|
+
:param charging_mode: [付费模式,1表示按需计费。](tag:hws_eu,g42,hk_g42,tm,sbc,hk_sbc,hk_tm)[付费模式,1表示按需计费,0表示包年/包月计费。](tag:hws,hws_eu,hws_hk,ctc) [计费模式,参数暂未使用。](tag:ocb,hws_ocb,hcs,fcs)
|
153
157
|
:type charging_mode: int
|
154
158
|
:param vpc_id: 私有云ID。
|
155
159
|
:type vpc_id: str
|
@@ -169,8 +173,10 @@ class ShowInstanceResp:
|
|
169
173
|
:type subnet_name: str
|
170
174
|
:param subnet_cidr: 子网路由(仅RocketMQ 5.x版本会显示此字段)。
|
171
175
|
:type subnet_cidr: str
|
172
|
-
:param available_zones:
|
176
|
+
:param available_zones: 可用区ID列表。
|
173
177
|
:type available_zones: list[str]
|
178
|
+
:param available_zone_names: 可用区名称列表。
|
179
|
+
:type available_zone_names: list[str]
|
174
180
|
:param user_id: 用户ID。
|
175
181
|
:type user_id: str
|
176
182
|
:param user_name: 用户名。
|
@@ -233,6 +239,8 @@ class ShowInstanceResp:
|
|
233
239
|
:type grpc_address: str
|
234
240
|
:param public_grpc_address: 公网grpc连接地址(仅RocketMQ 5.x版本会显示此字段)。
|
235
241
|
:type public_grpc_address: str
|
242
|
+
:param enterprise_project_id: 企业项目ID。
|
243
|
+
:type enterprise_project_id: str
|
236
244
|
:param tags: 标签列表。
|
237
245
|
:type tags: list[:class:`huaweicloudsdkrocketmq.v2.TagEntity`]
|
238
246
|
:param total_storage_space: 总存储空间。
|
@@ -262,6 +270,7 @@ class ShowInstanceResp:
|
|
262
270
|
self._subnet_name = None
|
263
271
|
self._subnet_cidr = None
|
264
272
|
self._available_zones = None
|
273
|
+
self._available_zone_names = None
|
265
274
|
self._user_id = None
|
266
275
|
self._user_name = None
|
267
276
|
self._maintain_begin = None
|
@@ -293,6 +302,7 @@ class ShowInstanceResp:
|
|
293
302
|
self._public_broker_address = None
|
294
303
|
self._grpc_address = None
|
295
304
|
self._public_grpc_address = None
|
305
|
+
self._enterprise_project_id = None
|
296
306
|
self._tags = None
|
297
307
|
self._total_storage_space = None
|
298
308
|
self._resource_spec_code = None
|
@@ -336,6 +346,8 @@ class ShowInstanceResp:
|
|
336
346
|
self.subnet_cidr = subnet_cidr
|
337
347
|
if available_zones is not None:
|
338
348
|
self.available_zones = available_zones
|
349
|
+
if available_zone_names is not None:
|
350
|
+
self.available_zone_names = available_zone_names
|
339
351
|
if user_id is not None:
|
340
352
|
self.user_id = user_id
|
341
353
|
if user_name is not None:
|
@@ -398,6 +410,8 @@ class ShowInstanceResp:
|
|
398
410
|
self.grpc_address = grpc_address
|
399
411
|
if public_grpc_address is not None:
|
400
412
|
self.public_grpc_address = public_grpc_address
|
413
|
+
if enterprise_project_id is not None:
|
414
|
+
self.enterprise_project_id = enterprise_project_id
|
401
415
|
if tags is not None:
|
402
416
|
self.tags = tags
|
403
417
|
if total_storage_space is not None:
|
@@ -585,7 +599,7 @@ class ShowInstanceResp:
|
|
585
599
|
def charging_mode(self):
|
586
600
|
"""Gets the charging_mode of this ShowInstanceResp.
|
587
601
|
|
588
|
-
[付费模式,1表示按需计费。](tag:hws_eu,g42,hk_g42,tm,hk_tm)[付费模式,1表示按需计费,0表示包年/包月计费。](tag:hws,hws_eu,hws_hk,ctc) [计费模式,参数暂未使用。](tag:ocb,hws_ocb,hcs)
|
602
|
+
[付费模式,1表示按需计费。](tag:hws_eu,g42,hk_g42,tm,sbc,hk_sbc,hk_tm)[付费模式,1表示按需计费,0表示包年/包月计费。](tag:hws,hws_eu,hws_hk,ctc) [计费模式,参数暂未使用。](tag:ocb,hws_ocb,hcs,fcs)
|
589
603
|
|
590
604
|
:return: The charging_mode of this ShowInstanceResp.
|
591
605
|
:rtype: int
|
@@ -596,7 +610,7 @@ class ShowInstanceResp:
|
|
596
610
|
def charging_mode(self, charging_mode):
|
597
611
|
"""Sets the charging_mode of this ShowInstanceResp.
|
598
612
|
|
599
|
-
[付费模式,1表示按需计费。](tag:hws_eu,g42,hk_g42,tm,hk_tm)[付费模式,1表示按需计费,0表示包年/包月计费。](tag:hws,hws_eu,hws_hk,ctc) [计费模式,参数暂未使用。](tag:ocb,hws_ocb,hcs)
|
613
|
+
[付费模式,1表示按需计费。](tag:hws_eu,g42,hk_g42,tm,sbc,hk_sbc,hk_tm)[付费模式,1表示按需计费,0表示包年/包月计费。](tag:hws,hws_eu,hws_hk,ctc) [计费模式,参数暂未使用。](tag:ocb,hws_ocb,hcs,fcs)
|
600
614
|
|
601
615
|
:param charging_mode: The charging_mode of this ShowInstanceResp.
|
602
616
|
:type charging_mode: int
|
@@ -805,7 +819,7 @@ class ShowInstanceResp:
|
|
805
819
|
def available_zones(self):
|
806
820
|
"""Gets the available_zones of this ShowInstanceResp.
|
807
821
|
|
808
|
-
|
822
|
+
可用区ID列表。
|
809
823
|
|
810
824
|
:return: The available_zones of this ShowInstanceResp.
|
811
825
|
:rtype: list[str]
|
@@ -816,13 +830,35 @@ class ShowInstanceResp:
|
|
816
830
|
def available_zones(self, available_zones):
|
817
831
|
"""Sets the available_zones of this ShowInstanceResp.
|
818
832
|
|
819
|
-
|
833
|
+
可用区ID列表。
|
820
834
|
|
821
835
|
:param available_zones: The available_zones of this ShowInstanceResp.
|
822
836
|
:type available_zones: list[str]
|
823
837
|
"""
|
824
838
|
self._available_zones = available_zones
|
825
839
|
|
840
|
+
@property
|
841
|
+
def available_zone_names(self):
|
842
|
+
"""Gets the available_zone_names of this ShowInstanceResp.
|
843
|
+
|
844
|
+
可用区名称列表。
|
845
|
+
|
846
|
+
:return: The available_zone_names of this ShowInstanceResp.
|
847
|
+
:rtype: list[str]
|
848
|
+
"""
|
849
|
+
return self._available_zone_names
|
850
|
+
|
851
|
+
@available_zone_names.setter
|
852
|
+
def available_zone_names(self, available_zone_names):
|
853
|
+
"""Sets the available_zone_names of this ShowInstanceResp.
|
854
|
+
|
855
|
+
可用区名称列表。
|
856
|
+
|
857
|
+
:param available_zone_names: The available_zone_names of this ShowInstanceResp.
|
858
|
+
:type available_zone_names: list[str]
|
859
|
+
"""
|
860
|
+
self._available_zone_names = available_zone_names
|
861
|
+
|
826
862
|
@property
|
827
863
|
def user_id(self):
|
828
864
|
"""Gets the user_id of this ShowInstanceResp.
|
@@ -1505,6 +1541,28 @@ class ShowInstanceResp:
|
|
1505
1541
|
"""
|
1506
1542
|
self._public_grpc_address = public_grpc_address
|
1507
1543
|
|
1544
|
+
@property
|
1545
|
+
def enterprise_project_id(self):
|
1546
|
+
"""Gets the enterprise_project_id of this ShowInstanceResp.
|
1547
|
+
|
1548
|
+
企业项目ID。
|
1549
|
+
|
1550
|
+
:return: The enterprise_project_id of this ShowInstanceResp.
|
1551
|
+
:rtype: str
|
1552
|
+
"""
|
1553
|
+
return self._enterprise_project_id
|
1554
|
+
|
1555
|
+
@enterprise_project_id.setter
|
1556
|
+
def enterprise_project_id(self, enterprise_project_id):
|
1557
|
+
"""Sets the enterprise_project_id of this ShowInstanceResp.
|
1558
|
+
|
1559
|
+
企业项目ID。
|
1560
|
+
|
1561
|
+
:param enterprise_project_id: The enterprise_project_id of this ShowInstanceResp.
|
1562
|
+
:type enterprise_project_id: str
|
1563
|
+
"""
|
1564
|
+
self._enterprise_project_id = enterprise_project_id
|
1565
|
+
|
1508
1566
|
@property
|
1509
1567
|
def tags(self):
|
1510
1568
|
"""Gets the tags of this ShowInstanceResp.
|