huaweicloudsdkrocketmq 3.1.146__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.
Files changed (70) hide show
  1. huaweicloudsdkrocketmq/v2/__init__.py +13 -1
  2. huaweicloudsdkrocketmq/v2/model/__init__.py +13 -1
  3. huaweicloudsdkrocketmq/v2/model/batch_update_consumer_group.py +260 -0
  4. huaweicloudsdkrocketmq/v2/model/batch_update_consumer_group_req.py +4 -4
  5. huaweicloudsdkrocketmq/v2/model/brokers.py +6 -6
  6. huaweicloudsdkrocketmq/v2/model/consumer_detail_resp.py +12 -12
  7. huaweicloudsdkrocketmq/v2/model/consumer_group.py +27 -27
  8. huaweicloudsdkrocketmq/v2/model/consumer_list.py +6 -6
  9. huaweicloudsdkrocketmq/v2/model/create_instance_by_engine_req.py +6 -6
  10. huaweicloudsdkrocketmq/v2/model/create_post_paid_instance_req.py +9 -9
  11. huaweicloudsdkrocketmq/v2/model/create_user_request.py +3 -3
  12. huaweicloudsdkrocketmq/v2/model/create_user_response.py +24 -24
  13. huaweicloudsdkrocketmq/v2/model/enable_dns_request.py +114 -0
  14. huaweicloudsdkrocketmq/v2/model/enable_dns_response.py +85 -0
  15. huaweicloudsdkrocketmq/v2/model/instance_detail.py +1942 -0
  16. huaweicloudsdkrocketmq/v2/model/list_available_zones_resp_available_zones.py +27 -27
  17. huaweicloudsdkrocketmq/v2/model/list_available_zones_response.py +6 -6
  18. huaweicloudsdkrocketmq/v2/model/list_brokers_request.py +61 -3
  19. huaweicloudsdkrocketmq/v2/model/list_brokers_response.py +88 -1
  20. huaweicloudsdkrocketmq/v2/model/list_engine_products_request.py +228 -0
  21. huaweicloudsdkrocketmq/v2/model/list_engine_products_response.py +261 -0
  22. huaweicloudsdkrocketmq/v2/model/list_instance_consumer_groups_request.py +12 -12
  23. huaweicloudsdkrocketmq/v2/model/list_instance_consumer_groups_response.py +18 -18
  24. huaweicloudsdkrocketmq/v2/model/list_instances_request.py +27 -27
  25. huaweicloudsdkrocketmq/v2/model/list_instances_response.py +10 -10
  26. huaweicloudsdkrocketmq/v2/model/list_message_trace_request.py +61 -3
  27. huaweicloudsdkrocketmq/v2/model/list_message_trace_response.py +88 -1
  28. huaweicloudsdkrocketmq/v2/model/list_rocket_instance_topics_request.py +9 -9
  29. huaweicloudsdkrocketmq/v2/model/list_rocket_instance_topics_response.py +18 -18
  30. huaweicloudsdkrocketmq/v2/model/product_entity.py +434 -0
  31. huaweicloudsdkrocketmq/v2/model/queue.py +15 -15
  32. huaweicloudsdkrocketmq/v2/model/quota_resource_entity.py +173 -0
  33. huaweicloudsdkrocketmq/v2/model/quotas_resp_quotas.py +115 -0
  34. huaweicloudsdkrocketmq/v2/model/resend_req.py +2 -4
  35. huaweicloudsdkrocketmq/v2/model/resize_engine_instance_req.py +6 -6
  36. huaweicloudsdkrocketmq/v2/model/restart_instance_request.py +142 -0
  37. huaweicloudsdkrocketmq/v2/model/restart_instance_response.py +174 -0
  38. huaweicloudsdkrocketmq/v2/model/show_consumer_list_or_details_request.py +15 -15
  39. huaweicloudsdkrocketmq/v2/model/show_consumer_list_or_details_response.py +18 -18
  40. huaweicloudsdkrocketmq/v2/model/show_engine_instance_extend_product_info_request.py +61 -3
  41. huaweicloudsdkrocketmq/v2/model/show_engine_instance_extend_product_info_response.py +88 -1
  42. huaweicloudsdkrocketmq/v2/model/show_instance_request.py +3 -3
  43. huaweicloudsdkrocketmq/v2/model/show_instance_response.py +458 -168
  44. huaweicloudsdkrocketmq/v2/model/show_one_topic_response.py +15 -15
  45. huaweicloudsdkrocketmq/v2/model/show_quotas_request.py +84 -0
  46. huaweicloudsdkrocketmq/v2/model/show_quotas_response.py +112 -0
  47. huaweicloudsdkrocketmq/v2/model/show_rocket_mq_configs_request.py +61 -3
  48. huaweicloudsdkrocketmq/v2/model/show_rocket_mq_configs_response.py +88 -1
  49. huaweicloudsdkrocketmq/v2/model/show_rocketmq_project_tags_request.py +61 -1
  50. huaweicloudsdkrocketmq/v2/model/show_rocketmq_project_tags_response.py +91 -4
  51. huaweicloudsdkrocketmq/v2/model/show_rocketmq_tags_request.py +61 -3
  52. huaweicloudsdkrocketmq/v2/model/show_rocketmq_tags_response.py +88 -1
  53. huaweicloudsdkrocketmq/v2/model/show_user_response.py +24 -24
  54. huaweicloudsdkrocketmq/v2/model/tag_multy_value_entity.py +6 -6
  55. huaweicloudsdkrocketmq/v2/model/topic.py +15 -15
  56. huaweicloudsdkrocketmq/v2/model/topic_brokers.py +9 -9
  57. huaweicloudsdkrocketmq/v2/model/update_user_request.py +6 -6
  58. huaweicloudsdkrocketmq/v2/model/update_user_response.py +24 -24
  59. huaweicloudsdkrocketmq/v2/model/user.py +24 -24
  60. huaweicloudsdkrocketmq/v2/model/user_group_perms.py +6 -6
  61. huaweicloudsdkrocketmq/v2/model/user_topic_perms.py +6 -6
  62. huaweicloudsdkrocketmq/v2/region/rocketmq_region.py +9 -0
  63. huaweicloudsdkrocketmq/v2/rocketmq_async_client.py +292 -0
  64. huaweicloudsdkrocketmq/v2/rocketmq_client.py +292 -0
  65. {huaweicloudsdkrocketmq-3.1.146.dist-info → huaweicloudsdkrocketmq-3.1.147.dist-info}/METADATA +2 -2
  66. {huaweicloudsdkrocketmq-3.1.146.dist-info → huaweicloudsdkrocketmq-3.1.147.dist-info}/RECORD +69 -57
  67. huaweicloudsdkrocketmq/v2/model/show_instance_resp.py +0 -1681
  68. {huaweicloudsdkrocketmq-3.1.146.dist-info → huaweicloudsdkrocketmq-3.1.147.dist-info}/LICENSE +0 -0
  69. {huaweicloudsdkrocketmq-3.1.146.dist-info → huaweicloudsdkrocketmq-3.1.147.dist-info}/WHEEL +0 -0
  70. {huaweicloudsdkrocketmq-3.1.146.dist-info → huaweicloudsdkrocketmq-3.1.147.dist-info}/top_level.txt +0 -0
@@ -63,16 +63,26 @@ class ShowInstanceResponse(SdkResponse):
63
63
  'new_spec_billing_enable': 'bool',
64
64
  'enable_acl': 'bool',
65
65
  'broker_num': 'int',
66
+ 'dns_enable': 'bool',
66
67
  'namesrv_address': 'str',
68
+ 'namesrv_domain_name': 'str',
67
69
  'broker_address': 'str',
68
70
  'public_namesrv_address': 'str',
71
+ 'public_namesrv_domain_name': 'str',
69
72
  'public_broker_address': 'str',
70
73
  'grpc_address': 'str',
74
+ 'grpc_domain_name': 'str',
71
75
  'public_grpc_address': 'str',
76
+ 'public_grpc_domain_name': 'str',
72
77
  'enterprise_project_id': 'str',
73
78
  'tags': 'list[TagEntity]',
74
79
  'total_storage_space': 'int',
75
- 'resource_spec_code': 'str'
80
+ 'resource_spec_code': 'str',
81
+ 'produce_portion': 'int',
82
+ 'consume_portion': 'int',
83
+ 'dr_enable': 'bool',
84
+ 'config_ssl_need_restart_process': 'bool',
85
+ 'tls_mode': 'str'
76
86
  }
77
87
 
78
88
  attribute_map = {
@@ -121,133 +131,163 @@ class ShowInstanceResponse(SdkResponse):
121
131
  'new_spec_billing_enable': 'new_spec_billing_enable',
122
132
  'enable_acl': 'enable_acl',
123
133
  'broker_num': 'broker_num',
134
+ 'dns_enable': 'dns_enable',
124
135
  'namesrv_address': 'namesrv_address',
136
+ 'namesrv_domain_name': 'namesrv_domain_name',
125
137
  'broker_address': 'broker_address',
126
138
  'public_namesrv_address': 'public_namesrv_address',
139
+ 'public_namesrv_domain_name': 'public_namesrv_domain_name',
127
140
  'public_broker_address': 'public_broker_address',
128
141
  'grpc_address': 'grpc_address',
142
+ 'grpc_domain_name': 'grpc_domain_name',
129
143
  'public_grpc_address': 'public_grpc_address',
144
+ 'public_grpc_domain_name': 'public_grpc_domain_name',
130
145
  'enterprise_project_id': 'enterprise_project_id',
131
146
  'tags': 'tags',
132
147
  'total_storage_space': 'total_storage_space',
133
- 'resource_spec_code': 'resource_spec_code'
148
+ 'resource_spec_code': 'resource_spec_code',
149
+ 'produce_portion': 'produce_portion',
150
+ 'consume_portion': 'consume_portion',
151
+ 'dr_enable': 'dr_enable',
152
+ 'config_ssl_need_restart_process': 'config_ssl_need_restart_process',
153
+ 'tls_mode': 'tls_mode'
134
154
  }
135
155
 
136
- 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):
156
+ 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, dns_enable=None, namesrv_address=None, namesrv_domain_name=None, broker_address=None, public_namesrv_address=None, public_namesrv_domain_name=None, public_broker_address=None, grpc_address=None, grpc_domain_name=None, public_grpc_address=None, public_grpc_domain_name=None, enterprise_project_id=None, tags=None, total_storage_space=None, resource_spec_code=None, produce_portion=None, consume_portion=None, dr_enable=None, config_ssl_need_restart_process=None, tls_mode=None):
137
157
  r"""ShowInstanceResponse
138
158
 
139
159
  The model defined in huaweicloud sdk
140
160
 
141
- :param name: 实例名称。
161
+ :param name: **参数解释**: 实例名称。 **取值范围**: 不涉及。
142
162
  :type name: str
143
- :param engine: 引擎。
163
+ :param engine: **参数解释**: 消息引擎。 **取值范围**: 不涉及。
144
164
  :type engine: str
145
- :param status: 状态。
165
+ :param status: **参数解释**: 状态。 **取值范围**: 不涉及。
146
166
  :type status: str
147
- :param description: 消息描述。
167
+ :param description: **参数解释**: 消息描述。 **取值范围**: 不涉及。
148
168
  :type description: str
149
- :param type: 实例类型:集群,cluster
169
+ :param type: **参数解释**: 实例类型。 **取值范围**: - single:单机。 - cluster:集群。
150
170
  :type type: str
151
- :param specification: 实例规格。
171
+ :param specification: **参数解释**: 实例规格。 **取值范围**: 不涉及。
152
172
  :type specification: str
153
- :param engine_version: 版本。
173
+ :param engine_version: **参数解释**: 实例版本。 **取值范围**: 不涉及。
154
174
  :type engine_version: str
155
- :param instance_id: 实例ID。
175
+ :param instance_id: **参数解释**: 实例ID。 **取值范围**: 不涉及。
156
176
  :type instance_id: str
157
- :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)
177
+ :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)
158
178
  :type charging_mode: int
159
- :param vpc_id: 私有云ID。
179
+ :param vpc_id: **参数解释**: 私有云ID。 **取值范围**: 不涉及。
160
180
  :type vpc_id: str
161
- :param vpc_name: 私有云名称。
181
+ :param vpc_name: **参数解释**: 私有云名称。 **取值范围**: 不涉及。
162
182
  :type vpc_name: str
163
- :param created_at: 完成创建时间。 格式为时间戳,指从格林威治时间1970年01月01日00时00分00秒起至指定时间的偏差总毫秒数。
183
+ :param created_at: **参数解释**: 完成创建时间。 格式为时间戳,指从格林威治时间1970年01月01日00时00分00秒起至指定时间的偏差总毫秒数。 **取值范围**: 不涉及。
164
184
  :type created_at: str
165
- :param product_id: 产品标识。
185
+ :param product_id: **参数解释**: 产品标识。 **取值范围**: 不涉及。
166
186
  :type product_id: str
167
- :param security_group_id: 安全组ID。
187
+ :param security_group_id: **参数解释**: 安全组ID。 **取值范围**: 不涉及。
168
188
  :type security_group_id: str
169
- :param security_group_name: 租户安全组名称。
189
+ :param security_group_name: **参数解释**: 安全组名称。 **取值范围**: 不涉及。
170
190
  :type security_group_name: str
171
- :param subnet_id: 子网ID。
191
+ :param subnet_id: **参数解释**: 子网ID。 **取值范围**: 不涉及。
172
192
  :type subnet_id: str
173
- :param subnet_name: 子网名称。
193
+ :param subnet_name: **参数解释**: 子网名称。 **取值范围**: 不涉及。
174
194
  :type subnet_name: str
175
- :param subnet_cidr: 子网路由(仅RocketMQ 5.x版本会显示此字段)。
195
+ :param subnet_cidr: **参数解释**: 子网路由(仅RocketMQ 5.x版本会显示此字段)。 **取值范围**: 不涉及。
176
196
  :type subnet_cidr: str
177
- :param available_zones: 可用区ID列表。
197
+ :param available_zones: **参数解释**: 可用区ID列表。 **取值范围**: 不涉及。
178
198
  :type available_zones: list[str]
179
- :param available_zone_names: 可用区名称列表。
199
+ :param available_zone_names: **参数解释**: 可用区名称列表。
180
200
  :type available_zone_names: list[str]
181
- :param user_id: 用户ID。
201
+ :param user_id: **参数解释**: 用户ID。 **取值范围**: 不涉及。
182
202
  :type user_id: str
183
- :param user_name: 用户名。
203
+ :param user_name: **参数解释**: 用户名。 **取值范围**: 不涉及。
184
204
  :type user_name: str
185
- :param maintain_begin: 维护时间窗开始时间,格式为HH:mm:ss。
205
+ :param maintain_begin: **参数解释**: 维护时间窗开始时间,格式为HH:mm:ss。 **取值范围**: 不涉及。
186
206
  :type maintain_begin: str
187
- :param maintain_end: 维护时间窗结束时间,格式为HH:mm:ss。
207
+ :param maintain_end: **参数解释**: 维护时间窗结束时间,格式为HH:mm:ss。 **取值范围**: 不涉及。
188
208
  :type maintain_end: str
189
- :param enable_log_collection: 是否开启消息收集功能。
209
+ :param enable_log_collection: **参数解释**: 是否开启消息收集功能。 **取值范围**: - true:开启。 - false:不开启。
190
210
  :type enable_log_collection: bool
191
- :param storage_space: 存储空间,单位:GB。
211
+ :param storage_space: **参数解释**: 存储空间,单位:GB。 **取值范围**: 不涉及。
192
212
  :type storage_space: int
193
- :param used_storage_space: 已用消息存储空间,单位:GB。
213
+ :param used_storage_space: **参数解释**: 已用消息存储空间,单位:GB。 **取值范围**: 不涉及。
194
214
  :type used_storage_space: int
195
- :param enable_publicip: 是否开启公网。
215
+ :param enable_publicip: **参数解释**: 是否开启公网。 **取值范围**: - true:开启。 - false:不开启。
196
216
  :type enable_publicip: bool
197
- :param publicip_id: 实例绑定的弹性IP地址的ID。 以英文逗号隔开多个弹性IP地址的ID。 如果开启了公网访问功能(即enable_publicip为true),该字段为必选。
217
+ :param publicip_id: **参数解释**: 实例绑定的弹性IP地址的ID。 以英文逗号隔开多个弹性IP地址的ID。 如果开启了公网访问功能(即enable_publicip为true),该字段为必选。 **取值范围**: 不涉及。
198
218
  :type publicip_id: str
199
- :param publicip_address: 公网IP地址。
219
+ :param publicip_address: **参数解释**: 公网IP地址。 **取值范围**: 不涉及。
200
220
  :type publicip_address: str
201
- :param ssl_enable: 是否开启SSL。
221
+ :param ssl_enable: **参数解释**: 是否开启SSL。 **取值范围**: - true:开启。 - false:未开启。
202
222
  :type ssl_enable: bool
203
- :param cross_vpc_info: 跨VPC访问信息。
223
+ :param cross_vpc_info: **参数解释**: 跨VPC访问信息。 **取值范围**: 不涉及。
204
224
  :type cross_vpc_info: str
205
- :param storage_resource_id: 存储资源ID。
225
+ :param storage_resource_id: **参数解释**: 存储资源ID。 **取值范围**: 不涉及。
206
226
  :type storage_resource_id: str
207
- :param storage_spec_code: 存储规格代码。
227
+ :param storage_spec_code: **参数解释**: 存储规格代码。 **取值范围**: 不涉及。
208
228
  :type storage_spec_code: str
209
- :param service_type: 服务类型。
229
+ :param service_type: **参数解释**: 服务类型。 **取值范围**: 不涉及。
210
230
  :type service_type: str
211
- :param storage_type: 存储类型。
231
+ :param storage_type: **参数解释**: 存储类型。 **取值范围**: 不涉及。
212
232
  :type storage_type: str
213
- :param extend_times: 扩展时间。
233
+ :param extend_times: **参数解释**: 扩展时间。 **取值范围**: 不涉及。
214
234
  :type extend_times: int
215
- :param ipv6_enable: 是否开启IPv6。
235
+ :param ipv6_enable: **参数解释**: 是否开启IPv6。 **取值范围**: - true:开启。 - false:未开启。
216
236
  :type ipv6_enable: bool
217
- :param support_features: 实例支持的特性功能。
237
+ :param support_features: **参数解释**: 实例支持的特性功能。 **取值范围**: 不涉及。
218
238
  :type support_features: str
219
- :param disk_encrypted: 是否开启磁盘加密。
239
+ :param disk_encrypted: **参数解释**: 是否开启磁盘加密。 **取值范围**: - true:开启。 - false:不开启。
220
240
  :type disk_encrypted: bool
221
- :param ces_version: 云监控版本。
241
+ :param ces_version: **参数解释**: 云监控版本。 **取值范围**: 不涉及。
222
242
  :type ces_version: str
223
- :param node_num: 节点数。
243
+ :param node_num: **参数解释**: 节点数。 **取值范围**: 不涉及。
224
244
  :type node_num: int
225
- :param new_spec_billing_enable: 是否启用新规格计费。
245
+ :param new_spec_billing_enable: **参数解释**: 是否启用新规格计费。 **取值范围**: - true:开启。 - false:未开启。
226
246
  :type new_spec_billing_enable: bool
227
- :param enable_acl: 是否开启访问控制列表。
247
+ :param enable_acl: **参数解释**: 是否开启访问控制列表。 **取值范围**: - true:开启。 - false:未开启。
228
248
  :type enable_acl: bool
229
- :param broker_num: 节点数(仅RocketMQ 4.8.0版本会显示此字段)。
249
+ :param broker_num: **参数解释**: Broker节点数(仅RocketMQ 4.8.0版本会显示此字段)。 **取值范围**: 不涉及。
230
250
  :type broker_num: int
231
- :param namesrv_address: 元数据地址。
251
+ :param dns_enable: **参数解释**: 实例是否开启域名访问功能。 **取值范围**: - true:开启。 - false:未开启。
252
+ :type dns_enable: bool
253
+ :param namesrv_address: **参数解释**: 元数据地址。 **取值范围**: 不涉及。
232
254
  :type namesrv_address: str
233
- :param broker_address: 业务数据地址。
255
+ :param namesrv_domain_name: **参数解释**: 元数据域名。 **取值范围**: 不涉及。
256
+ :type namesrv_domain_name: str
257
+ :param broker_address: **参数解释**: 业务数据地址。 **取值范围**: 不涉及。
234
258
  :type broker_address: str
235
- :param public_namesrv_address: 公网元数据地址。
259
+ :param public_namesrv_address: **参数解释**: 公网元数据地址。 **取值范围**: 不涉及。
236
260
  :type public_namesrv_address: str
237
- :param public_broker_address: 公网业务数据地址。
261
+ :param public_namesrv_domain_name: **参数解释**: 公网元数据域名。 **取值范围**: 不涉及。
262
+ :type public_namesrv_domain_name: str
263
+ :param public_broker_address: **参数解释**: 公网业务数据地址。 **取值范围**: 不涉及。
238
264
  :type public_broker_address: str
239
- :param grpc_address: grpc连接地址(仅RocketMQ 5.x版本会显示此字段)。
265
+ :param grpc_address: **参数解释**: grpc连接地址(仅RocketMQ 5.x版本会显示此字段)。 **取值范围**: 不涉及。
240
266
  :type grpc_address: str
241
- :param public_grpc_address: 公网grpc连接地址(仅RocketMQ 5.x版本会显示此字段)。
267
+ :param grpc_domain_name: **参数解释**: grpc连接域名(仅RocketMQ 5.x版本会显示此字段)。 **取值范围**: 不涉及。
268
+ :type grpc_domain_name: str
269
+ :param public_grpc_address: **参数解释**: 公网grpc连接地址(仅RocketMQ 5.x版本会显示此字段)。 **取值范围**: 不涉及。
242
270
  :type public_grpc_address: str
243
- :param enterprise_project_id: 企业项目ID。
271
+ :param public_grpc_domain_name: **参数解释**: 公网grpc连接域名(仅RocketMQ 5.x版本会显示此字段)。 **取值范围**: 不涉及。
272
+ :type public_grpc_domain_name: str
273
+ :param enterprise_project_id: **参数解释**: 企业项目ID。 **取值范围**: 不涉及。
244
274
  :type enterprise_project_id: str
245
- :param tags: 标签列表。
275
+ :param tags: **参数解释**: 标签列表。 **取值范围**: 不涉及。
246
276
  :type tags: list[:class:`huaweicloudsdkrocketmq.v2.TagEntity`]
247
- :param total_storage_space: 总存储空间。
277
+ :param total_storage_space: **参数解释**: 总存储空间。 **取值范围**: 不涉及。
248
278
  :type total_storage_space: int
249
- :param resource_spec_code: 资源规格。
279
+ :param resource_spec_code: **参数解释**: 资源规格。 **取值范围**: 不涉及。
250
280
  :type resource_spec_code: str
281
+ :param produce_portion: **参数解释**: 生产TPS占比。 **取值范围**: 不涉及。
282
+ :type produce_portion: int
283
+ :param consume_portion: **参数解释**: 消费TPS占比。 **取值范围**: 不涉及。
284
+ :type consume_portion: int
285
+ :param dr_enable: **参数解释**: 是否为容灾实例。 **取值范围**: 不涉及。
286
+ :type dr_enable: bool
287
+ :param config_ssl_need_restart_process: **参数解释**: 配置ssl是否需要重启。 **取值范围**: 不涉及。
288
+ :type config_ssl_need_restart_process: bool
289
+ :param tls_mode: **参数解释**: 实例使用的安全协议。 **取值范围**: 不涉及。
290
+ :type tls_mode: str
251
291
  """
252
292
 
253
293
  super(ShowInstanceResponse, self).__init__()
@@ -297,16 +337,26 @@ class ShowInstanceResponse(SdkResponse):
297
337
  self._new_spec_billing_enable = None
298
338
  self._enable_acl = None
299
339
  self._broker_num = None
340
+ self._dns_enable = None
300
341
  self._namesrv_address = None
342
+ self._namesrv_domain_name = None
301
343
  self._broker_address = None
302
344
  self._public_namesrv_address = None
345
+ self._public_namesrv_domain_name = None
303
346
  self._public_broker_address = None
304
347
  self._grpc_address = None
348
+ self._grpc_domain_name = None
305
349
  self._public_grpc_address = None
350
+ self._public_grpc_domain_name = None
306
351
  self._enterprise_project_id = None
307
352
  self._tags = None
308
353
  self._total_storage_space = None
309
354
  self._resource_spec_code = None
355
+ self._produce_portion = None
356
+ self._consume_portion = None
357
+ self._dr_enable = None
358
+ self._config_ssl_need_restart_process = None
359
+ self._tls_mode = None
310
360
  self.discriminator = None
311
361
 
312
362
  if name is not None:
@@ -399,18 +449,28 @@ class ShowInstanceResponse(SdkResponse):
399
449
  self.enable_acl = enable_acl
400
450
  if broker_num is not None:
401
451
  self.broker_num = broker_num
452
+ if dns_enable is not None:
453
+ self.dns_enable = dns_enable
402
454
  if namesrv_address is not None:
403
455
  self.namesrv_address = namesrv_address
456
+ if namesrv_domain_name is not None:
457
+ self.namesrv_domain_name = namesrv_domain_name
404
458
  if broker_address is not None:
405
459
  self.broker_address = broker_address
406
460
  if public_namesrv_address is not None:
407
461
  self.public_namesrv_address = public_namesrv_address
462
+ if public_namesrv_domain_name is not None:
463
+ self.public_namesrv_domain_name = public_namesrv_domain_name
408
464
  if public_broker_address is not None:
409
465
  self.public_broker_address = public_broker_address
410
466
  if grpc_address is not None:
411
467
  self.grpc_address = grpc_address
468
+ if grpc_domain_name is not None:
469
+ self.grpc_domain_name = grpc_domain_name
412
470
  if public_grpc_address is not None:
413
471
  self.public_grpc_address = public_grpc_address
472
+ if public_grpc_domain_name is not None:
473
+ self.public_grpc_domain_name = public_grpc_domain_name
414
474
  if enterprise_project_id is not None:
415
475
  self.enterprise_project_id = enterprise_project_id
416
476
  if tags is not None:
@@ -419,12 +479,22 @@ class ShowInstanceResponse(SdkResponse):
419
479
  self.total_storage_space = total_storage_space
420
480
  if resource_spec_code is not None:
421
481
  self.resource_spec_code = resource_spec_code
482
+ if produce_portion is not None:
483
+ self.produce_portion = produce_portion
484
+ if consume_portion is not None:
485
+ self.consume_portion = consume_portion
486
+ if dr_enable is not None:
487
+ self.dr_enable = dr_enable
488
+ if config_ssl_need_restart_process is not None:
489
+ self.config_ssl_need_restart_process = config_ssl_need_restart_process
490
+ if tls_mode is not None:
491
+ self.tls_mode = tls_mode
422
492
 
423
493
  @property
424
494
  def name(self):
425
495
  r"""Gets the name of this ShowInstanceResponse.
426
496
 
427
- 实例名称。
497
+ **参数解释**: 实例名称。 **取值范围**: 不涉及。
428
498
 
429
499
  :return: The name of this ShowInstanceResponse.
430
500
  :rtype: str
@@ -435,7 +505,7 @@ class ShowInstanceResponse(SdkResponse):
435
505
  def name(self, name):
436
506
  r"""Sets the name of this ShowInstanceResponse.
437
507
 
438
- 实例名称。
508
+ **参数解释**: 实例名称。 **取值范围**: 不涉及。
439
509
 
440
510
  :param name: The name of this ShowInstanceResponse.
441
511
  :type name: str
@@ -446,7 +516,7 @@ class ShowInstanceResponse(SdkResponse):
446
516
  def engine(self):
447
517
  r"""Gets the engine of this ShowInstanceResponse.
448
518
 
449
- 引擎。
519
+ **参数解释**: 消息引擎。 **取值范围**: 不涉及。
450
520
 
451
521
  :return: The engine of this ShowInstanceResponse.
452
522
  :rtype: str
@@ -457,7 +527,7 @@ class ShowInstanceResponse(SdkResponse):
457
527
  def engine(self, engine):
458
528
  r"""Sets the engine of this ShowInstanceResponse.
459
529
 
460
- 引擎。
530
+ **参数解释**: 消息引擎。 **取值范围**: 不涉及。
461
531
 
462
532
  :param engine: The engine of this ShowInstanceResponse.
463
533
  :type engine: str
@@ -468,7 +538,7 @@ class ShowInstanceResponse(SdkResponse):
468
538
  def status(self):
469
539
  r"""Gets the status of this ShowInstanceResponse.
470
540
 
471
- 状态。
541
+ **参数解释**: 状态。 **取值范围**: 不涉及。
472
542
 
473
543
  :return: The status of this ShowInstanceResponse.
474
544
  :rtype: str
@@ -479,7 +549,7 @@ class ShowInstanceResponse(SdkResponse):
479
549
  def status(self, status):
480
550
  r"""Sets the status of this ShowInstanceResponse.
481
551
 
482
- 状态。
552
+ **参数解释**: 状态。 **取值范围**: 不涉及。
483
553
 
484
554
  :param status: The status of this ShowInstanceResponse.
485
555
  :type status: str
@@ -490,7 +560,7 @@ class ShowInstanceResponse(SdkResponse):
490
560
  def description(self):
491
561
  r"""Gets the description of this ShowInstanceResponse.
492
562
 
493
- 消息描述。
563
+ **参数解释**: 消息描述。 **取值范围**: 不涉及。
494
564
 
495
565
  :return: The description of this ShowInstanceResponse.
496
566
  :rtype: str
@@ -501,7 +571,7 @@ class ShowInstanceResponse(SdkResponse):
501
571
  def description(self, description):
502
572
  r"""Sets the description of this ShowInstanceResponse.
503
573
 
504
- 消息描述。
574
+ **参数解释**: 消息描述。 **取值范围**: 不涉及。
505
575
 
506
576
  :param description: The description of this ShowInstanceResponse.
507
577
  :type description: str
@@ -512,7 +582,7 @@ class ShowInstanceResponse(SdkResponse):
512
582
  def type(self):
513
583
  r"""Gets the type of this ShowInstanceResponse.
514
584
 
515
- 实例类型:集群,cluster
585
+ **参数解释**: 实例类型。 **取值范围**: - single:单机。 - cluster:集群。
516
586
 
517
587
  :return: The type of this ShowInstanceResponse.
518
588
  :rtype: str
@@ -523,7 +593,7 @@ class ShowInstanceResponse(SdkResponse):
523
593
  def type(self, type):
524
594
  r"""Sets the type of this ShowInstanceResponse.
525
595
 
526
- 实例类型:集群,cluster
596
+ **参数解释**: 实例类型。 **取值范围**: - single:单机。 - cluster:集群。
527
597
 
528
598
  :param type: The type of this ShowInstanceResponse.
529
599
  :type type: str
@@ -534,7 +604,7 @@ class ShowInstanceResponse(SdkResponse):
534
604
  def specification(self):
535
605
  r"""Gets the specification of this ShowInstanceResponse.
536
606
 
537
- 实例规格。
607
+ **参数解释**: 实例规格。 **取值范围**: 不涉及。
538
608
 
539
609
  :return: The specification of this ShowInstanceResponse.
540
610
  :rtype: str
@@ -545,7 +615,7 @@ class ShowInstanceResponse(SdkResponse):
545
615
  def specification(self, specification):
546
616
  r"""Sets the specification of this ShowInstanceResponse.
547
617
 
548
- 实例规格。
618
+ **参数解释**: 实例规格。 **取值范围**: 不涉及。
549
619
 
550
620
  :param specification: The specification of this ShowInstanceResponse.
551
621
  :type specification: str
@@ -556,7 +626,7 @@ class ShowInstanceResponse(SdkResponse):
556
626
  def engine_version(self):
557
627
  r"""Gets the engine_version of this ShowInstanceResponse.
558
628
 
559
- 版本。
629
+ **参数解释**: 实例版本。 **取值范围**: 不涉及。
560
630
 
561
631
  :return: The engine_version of this ShowInstanceResponse.
562
632
  :rtype: str
@@ -567,7 +637,7 @@ class ShowInstanceResponse(SdkResponse):
567
637
  def engine_version(self, engine_version):
568
638
  r"""Sets the engine_version of this ShowInstanceResponse.
569
639
 
570
- 版本。
640
+ **参数解释**: 实例版本。 **取值范围**: 不涉及。
571
641
 
572
642
  :param engine_version: The engine_version of this ShowInstanceResponse.
573
643
  :type engine_version: str
@@ -578,7 +648,7 @@ class ShowInstanceResponse(SdkResponse):
578
648
  def instance_id(self):
579
649
  r"""Gets the instance_id of this ShowInstanceResponse.
580
650
 
581
- 实例ID。
651
+ **参数解释**: 实例ID。 **取值范围**: 不涉及。
582
652
 
583
653
  :return: The instance_id of this ShowInstanceResponse.
584
654
  :rtype: str
@@ -589,7 +659,7 @@ class ShowInstanceResponse(SdkResponse):
589
659
  def instance_id(self, instance_id):
590
660
  r"""Sets the instance_id of this ShowInstanceResponse.
591
661
 
592
- 实例ID。
662
+ **参数解释**: 实例ID。 **取值范围**: 不涉及。
593
663
 
594
664
  :param instance_id: The instance_id of this ShowInstanceResponse.
595
665
  :type instance_id: str
@@ -600,7 +670,7 @@ class ShowInstanceResponse(SdkResponse):
600
670
  def charging_mode(self):
601
671
  r"""Gets the charging_mode of this ShowInstanceResponse.
602
672
 
603
- [付费模式,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)
673
+ **参数解释**: 付费模式。 **取值范围**: [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)
604
674
 
605
675
  :return: The charging_mode of this ShowInstanceResponse.
606
676
  :rtype: int
@@ -611,7 +681,7 @@ class ShowInstanceResponse(SdkResponse):
611
681
  def charging_mode(self, charging_mode):
612
682
  r"""Sets the charging_mode of this ShowInstanceResponse.
613
683
 
614
- [付费模式,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)
684
+ **参数解释**: 付费模式。 **取值范围**: [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)
615
685
 
616
686
  :param charging_mode: The charging_mode of this ShowInstanceResponse.
617
687
  :type charging_mode: int
@@ -622,7 +692,7 @@ class ShowInstanceResponse(SdkResponse):
622
692
  def vpc_id(self):
623
693
  r"""Gets the vpc_id of this ShowInstanceResponse.
624
694
 
625
- 私有云ID。
695
+ **参数解释**: 私有云ID。 **取值范围**: 不涉及。
626
696
 
627
697
  :return: The vpc_id of this ShowInstanceResponse.
628
698
  :rtype: str
@@ -633,7 +703,7 @@ class ShowInstanceResponse(SdkResponse):
633
703
  def vpc_id(self, vpc_id):
634
704
  r"""Sets the vpc_id of this ShowInstanceResponse.
635
705
 
636
- 私有云ID。
706
+ **参数解释**: 私有云ID。 **取值范围**: 不涉及。
637
707
 
638
708
  :param vpc_id: The vpc_id of this ShowInstanceResponse.
639
709
  :type vpc_id: str
@@ -644,7 +714,7 @@ class ShowInstanceResponse(SdkResponse):
644
714
  def vpc_name(self):
645
715
  r"""Gets the vpc_name of this ShowInstanceResponse.
646
716
 
647
- 私有云名称。
717
+ **参数解释**: 私有云名称。 **取值范围**: 不涉及。
648
718
 
649
719
  :return: The vpc_name of this ShowInstanceResponse.
650
720
  :rtype: str
@@ -655,7 +725,7 @@ class ShowInstanceResponse(SdkResponse):
655
725
  def vpc_name(self, vpc_name):
656
726
  r"""Sets the vpc_name of this ShowInstanceResponse.
657
727
 
658
- 私有云名称。
728
+ **参数解释**: 私有云名称。 **取值范围**: 不涉及。
659
729
 
660
730
  :param vpc_name: The vpc_name of this ShowInstanceResponse.
661
731
  :type vpc_name: str
@@ -666,7 +736,7 @@ class ShowInstanceResponse(SdkResponse):
666
736
  def created_at(self):
667
737
  r"""Gets the created_at of this ShowInstanceResponse.
668
738
 
669
- 完成创建时间。 格式为时间戳,指从格林威治时间1970年01月01日00时00分00秒起至指定时间的偏差总毫秒数。
739
+ **参数解释**: 完成创建时间。 格式为时间戳,指从格林威治时间1970年01月01日00时00分00秒起至指定时间的偏差总毫秒数。 **取值范围**: 不涉及。
670
740
 
671
741
  :return: The created_at of this ShowInstanceResponse.
672
742
  :rtype: str
@@ -677,7 +747,7 @@ class ShowInstanceResponse(SdkResponse):
677
747
  def created_at(self, created_at):
678
748
  r"""Sets the created_at of this ShowInstanceResponse.
679
749
 
680
- 完成创建时间。 格式为时间戳,指从格林威治时间1970年01月01日00时00分00秒起至指定时间的偏差总毫秒数。
750
+ **参数解释**: 完成创建时间。 格式为时间戳,指从格林威治时间1970年01月01日00时00分00秒起至指定时间的偏差总毫秒数。 **取值范围**: 不涉及。
681
751
 
682
752
  :param created_at: The created_at of this ShowInstanceResponse.
683
753
  :type created_at: str
@@ -688,7 +758,7 @@ class ShowInstanceResponse(SdkResponse):
688
758
  def product_id(self):
689
759
  r"""Gets the product_id of this ShowInstanceResponse.
690
760
 
691
- 产品标识。
761
+ **参数解释**: 产品标识。 **取值范围**: 不涉及。
692
762
 
693
763
  :return: The product_id of this ShowInstanceResponse.
694
764
  :rtype: str
@@ -699,7 +769,7 @@ class ShowInstanceResponse(SdkResponse):
699
769
  def product_id(self, product_id):
700
770
  r"""Sets the product_id of this ShowInstanceResponse.
701
771
 
702
- 产品标识。
772
+ **参数解释**: 产品标识。 **取值范围**: 不涉及。
703
773
 
704
774
  :param product_id: The product_id of this ShowInstanceResponse.
705
775
  :type product_id: str
@@ -710,7 +780,7 @@ class ShowInstanceResponse(SdkResponse):
710
780
  def security_group_id(self):
711
781
  r"""Gets the security_group_id of this ShowInstanceResponse.
712
782
 
713
- 安全组ID。
783
+ **参数解释**: 安全组ID。 **取值范围**: 不涉及。
714
784
 
715
785
  :return: The security_group_id of this ShowInstanceResponse.
716
786
  :rtype: str
@@ -721,7 +791,7 @@ class ShowInstanceResponse(SdkResponse):
721
791
  def security_group_id(self, security_group_id):
722
792
  r"""Sets the security_group_id of this ShowInstanceResponse.
723
793
 
724
- 安全组ID。
794
+ **参数解释**: 安全组ID。 **取值范围**: 不涉及。
725
795
 
726
796
  :param security_group_id: The security_group_id of this ShowInstanceResponse.
727
797
  :type security_group_id: str
@@ -732,7 +802,7 @@ class ShowInstanceResponse(SdkResponse):
732
802
  def security_group_name(self):
733
803
  r"""Gets the security_group_name of this ShowInstanceResponse.
734
804
 
735
- 租户安全组名称。
805
+ **参数解释**: 安全组名称。 **取值范围**: 不涉及。
736
806
 
737
807
  :return: The security_group_name of this ShowInstanceResponse.
738
808
  :rtype: str
@@ -743,7 +813,7 @@ class ShowInstanceResponse(SdkResponse):
743
813
  def security_group_name(self, security_group_name):
744
814
  r"""Sets the security_group_name of this ShowInstanceResponse.
745
815
 
746
- 租户安全组名称。
816
+ **参数解释**: 安全组名称。 **取值范围**: 不涉及。
747
817
 
748
818
  :param security_group_name: The security_group_name of this ShowInstanceResponse.
749
819
  :type security_group_name: str
@@ -754,7 +824,7 @@ class ShowInstanceResponse(SdkResponse):
754
824
  def subnet_id(self):
755
825
  r"""Gets the subnet_id of this ShowInstanceResponse.
756
826
 
757
- 子网ID。
827
+ **参数解释**: 子网ID。 **取值范围**: 不涉及。
758
828
 
759
829
  :return: The subnet_id of this ShowInstanceResponse.
760
830
  :rtype: str
@@ -765,7 +835,7 @@ class ShowInstanceResponse(SdkResponse):
765
835
  def subnet_id(self, subnet_id):
766
836
  r"""Sets the subnet_id of this ShowInstanceResponse.
767
837
 
768
- 子网ID。
838
+ **参数解释**: 子网ID。 **取值范围**: 不涉及。
769
839
 
770
840
  :param subnet_id: The subnet_id of this ShowInstanceResponse.
771
841
  :type subnet_id: str
@@ -776,7 +846,7 @@ class ShowInstanceResponse(SdkResponse):
776
846
  def subnet_name(self):
777
847
  r"""Gets the subnet_name of this ShowInstanceResponse.
778
848
 
779
- 子网名称。
849
+ **参数解释**: 子网名称。 **取值范围**: 不涉及。
780
850
 
781
851
  :return: The subnet_name of this ShowInstanceResponse.
782
852
  :rtype: str
@@ -787,7 +857,7 @@ class ShowInstanceResponse(SdkResponse):
787
857
  def subnet_name(self, subnet_name):
788
858
  r"""Sets the subnet_name of this ShowInstanceResponse.
789
859
 
790
- 子网名称。
860
+ **参数解释**: 子网名称。 **取值范围**: 不涉及。
791
861
 
792
862
  :param subnet_name: The subnet_name of this ShowInstanceResponse.
793
863
  :type subnet_name: str
@@ -798,7 +868,7 @@ class ShowInstanceResponse(SdkResponse):
798
868
  def subnet_cidr(self):
799
869
  r"""Gets the subnet_cidr of this ShowInstanceResponse.
800
870
 
801
- 子网路由(仅RocketMQ 5.x版本会显示此字段)。
871
+ **参数解释**: 子网路由(仅RocketMQ 5.x版本会显示此字段)。 **取值范围**: 不涉及。
802
872
 
803
873
  :return: The subnet_cidr of this ShowInstanceResponse.
804
874
  :rtype: str
@@ -809,7 +879,7 @@ class ShowInstanceResponse(SdkResponse):
809
879
  def subnet_cidr(self, subnet_cidr):
810
880
  r"""Sets the subnet_cidr of this ShowInstanceResponse.
811
881
 
812
- 子网路由(仅RocketMQ 5.x版本会显示此字段)。
882
+ **参数解释**: 子网路由(仅RocketMQ 5.x版本会显示此字段)。 **取值范围**: 不涉及。
813
883
 
814
884
  :param subnet_cidr: The subnet_cidr of this ShowInstanceResponse.
815
885
  :type subnet_cidr: str
@@ -820,7 +890,7 @@ class ShowInstanceResponse(SdkResponse):
820
890
  def available_zones(self):
821
891
  r"""Gets the available_zones of this ShowInstanceResponse.
822
892
 
823
- 可用区ID列表。
893
+ **参数解释**: 可用区ID列表。 **取值范围**: 不涉及。
824
894
 
825
895
  :return: The available_zones of this ShowInstanceResponse.
826
896
  :rtype: list[str]
@@ -831,7 +901,7 @@ class ShowInstanceResponse(SdkResponse):
831
901
  def available_zones(self, available_zones):
832
902
  r"""Sets the available_zones of this ShowInstanceResponse.
833
903
 
834
- 可用区ID列表。
904
+ **参数解释**: 可用区ID列表。 **取值范围**: 不涉及。
835
905
 
836
906
  :param available_zones: The available_zones of this ShowInstanceResponse.
837
907
  :type available_zones: list[str]
@@ -842,7 +912,7 @@ class ShowInstanceResponse(SdkResponse):
842
912
  def available_zone_names(self):
843
913
  r"""Gets the available_zone_names of this ShowInstanceResponse.
844
914
 
845
- 可用区名称列表。
915
+ **参数解释**: 可用区名称列表。
846
916
 
847
917
  :return: The available_zone_names of this ShowInstanceResponse.
848
918
  :rtype: list[str]
@@ -853,7 +923,7 @@ class ShowInstanceResponse(SdkResponse):
853
923
  def available_zone_names(self, available_zone_names):
854
924
  r"""Sets the available_zone_names of this ShowInstanceResponse.
855
925
 
856
- 可用区名称列表。
926
+ **参数解释**: 可用区名称列表。
857
927
 
858
928
  :param available_zone_names: The available_zone_names of this ShowInstanceResponse.
859
929
  :type available_zone_names: list[str]
@@ -864,7 +934,7 @@ class ShowInstanceResponse(SdkResponse):
864
934
  def user_id(self):
865
935
  r"""Gets the user_id of this ShowInstanceResponse.
866
936
 
867
- 用户ID。
937
+ **参数解释**: 用户ID。 **取值范围**: 不涉及。
868
938
 
869
939
  :return: The user_id of this ShowInstanceResponse.
870
940
  :rtype: str
@@ -875,7 +945,7 @@ class ShowInstanceResponse(SdkResponse):
875
945
  def user_id(self, user_id):
876
946
  r"""Sets the user_id of this ShowInstanceResponse.
877
947
 
878
- 用户ID。
948
+ **参数解释**: 用户ID。 **取值范围**: 不涉及。
879
949
 
880
950
  :param user_id: The user_id of this ShowInstanceResponse.
881
951
  :type user_id: str
@@ -886,7 +956,7 @@ class ShowInstanceResponse(SdkResponse):
886
956
  def user_name(self):
887
957
  r"""Gets the user_name of this ShowInstanceResponse.
888
958
 
889
- 用户名。
959
+ **参数解释**: 用户名。 **取值范围**: 不涉及。
890
960
 
891
961
  :return: The user_name of this ShowInstanceResponse.
892
962
  :rtype: str
@@ -897,7 +967,7 @@ class ShowInstanceResponse(SdkResponse):
897
967
  def user_name(self, user_name):
898
968
  r"""Sets the user_name of this ShowInstanceResponse.
899
969
 
900
- 用户名。
970
+ **参数解释**: 用户名。 **取值范围**: 不涉及。
901
971
 
902
972
  :param user_name: The user_name of this ShowInstanceResponse.
903
973
  :type user_name: str
@@ -908,7 +978,7 @@ class ShowInstanceResponse(SdkResponse):
908
978
  def maintain_begin(self):
909
979
  r"""Gets the maintain_begin of this ShowInstanceResponse.
910
980
 
911
- 维护时间窗开始时间,格式为HH:mm:ss。
981
+ **参数解释**: 维护时间窗开始时间,格式为HH:mm:ss。 **取值范围**: 不涉及。
912
982
 
913
983
  :return: The maintain_begin of this ShowInstanceResponse.
914
984
  :rtype: str
@@ -919,7 +989,7 @@ class ShowInstanceResponse(SdkResponse):
919
989
  def maintain_begin(self, maintain_begin):
920
990
  r"""Sets the maintain_begin of this ShowInstanceResponse.
921
991
 
922
- 维护时间窗开始时间,格式为HH:mm:ss。
992
+ **参数解释**: 维护时间窗开始时间,格式为HH:mm:ss。 **取值范围**: 不涉及。
923
993
 
924
994
  :param maintain_begin: The maintain_begin of this ShowInstanceResponse.
925
995
  :type maintain_begin: str
@@ -930,7 +1000,7 @@ class ShowInstanceResponse(SdkResponse):
930
1000
  def maintain_end(self):
931
1001
  r"""Gets the maintain_end of this ShowInstanceResponse.
932
1002
 
933
- 维护时间窗结束时间,格式为HH:mm:ss。
1003
+ **参数解释**: 维护时间窗结束时间,格式为HH:mm:ss。 **取值范围**: 不涉及。
934
1004
 
935
1005
  :return: The maintain_end of this ShowInstanceResponse.
936
1006
  :rtype: str
@@ -941,7 +1011,7 @@ class ShowInstanceResponse(SdkResponse):
941
1011
  def maintain_end(self, maintain_end):
942
1012
  r"""Sets the maintain_end of this ShowInstanceResponse.
943
1013
 
944
- 维护时间窗结束时间,格式为HH:mm:ss。
1014
+ **参数解释**: 维护时间窗结束时间,格式为HH:mm:ss。 **取值范围**: 不涉及。
945
1015
 
946
1016
  :param maintain_end: The maintain_end of this ShowInstanceResponse.
947
1017
  :type maintain_end: str
@@ -952,7 +1022,7 @@ class ShowInstanceResponse(SdkResponse):
952
1022
  def enable_log_collection(self):
953
1023
  r"""Gets the enable_log_collection of this ShowInstanceResponse.
954
1024
 
955
- 是否开启消息收集功能。
1025
+ **参数解释**: 是否开启消息收集功能。 **取值范围**: - true:开启。 - false:不开启。
956
1026
 
957
1027
  :return: The enable_log_collection of this ShowInstanceResponse.
958
1028
  :rtype: bool
@@ -963,7 +1033,7 @@ class ShowInstanceResponse(SdkResponse):
963
1033
  def enable_log_collection(self, enable_log_collection):
964
1034
  r"""Sets the enable_log_collection of this ShowInstanceResponse.
965
1035
 
966
- 是否开启消息收集功能。
1036
+ **参数解释**: 是否开启消息收集功能。 **取值范围**: - true:开启。 - false:不开启。
967
1037
 
968
1038
  :param enable_log_collection: The enable_log_collection of this ShowInstanceResponse.
969
1039
  :type enable_log_collection: bool
@@ -974,7 +1044,7 @@ class ShowInstanceResponse(SdkResponse):
974
1044
  def storage_space(self):
975
1045
  r"""Gets the storage_space of this ShowInstanceResponse.
976
1046
 
977
- 存储空间,单位:GB。
1047
+ **参数解释**: 存储空间,单位:GB。 **取值范围**: 不涉及。
978
1048
 
979
1049
  :return: The storage_space of this ShowInstanceResponse.
980
1050
  :rtype: int
@@ -985,7 +1055,7 @@ class ShowInstanceResponse(SdkResponse):
985
1055
  def storage_space(self, storage_space):
986
1056
  r"""Sets the storage_space of this ShowInstanceResponse.
987
1057
 
988
- 存储空间,单位:GB。
1058
+ **参数解释**: 存储空间,单位:GB。 **取值范围**: 不涉及。
989
1059
 
990
1060
  :param storage_space: The storage_space of this ShowInstanceResponse.
991
1061
  :type storage_space: int
@@ -996,7 +1066,7 @@ class ShowInstanceResponse(SdkResponse):
996
1066
  def used_storage_space(self):
997
1067
  r"""Gets the used_storage_space of this ShowInstanceResponse.
998
1068
 
999
- 已用消息存储空间,单位:GB。
1069
+ **参数解释**: 已用消息存储空间,单位:GB。 **取值范围**: 不涉及。
1000
1070
 
1001
1071
  :return: The used_storage_space of this ShowInstanceResponse.
1002
1072
  :rtype: int
@@ -1007,7 +1077,7 @@ class ShowInstanceResponse(SdkResponse):
1007
1077
  def used_storage_space(self, used_storage_space):
1008
1078
  r"""Sets the used_storage_space of this ShowInstanceResponse.
1009
1079
 
1010
- 已用消息存储空间,单位:GB。
1080
+ **参数解释**: 已用消息存储空间,单位:GB。 **取值范围**: 不涉及。
1011
1081
 
1012
1082
  :param used_storage_space: The used_storage_space of this ShowInstanceResponse.
1013
1083
  :type used_storage_space: int
@@ -1018,7 +1088,7 @@ class ShowInstanceResponse(SdkResponse):
1018
1088
  def enable_publicip(self):
1019
1089
  r"""Gets the enable_publicip of this ShowInstanceResponse.
1020
1090
 
1021
- 是否开启公网。
1091
+ **参数解释**: 是否开启公网。 **取值范围**: - true:开启。 - false:不开启。
1022
1092
 
1023
1093
  :return: The enable_publicip of this ShowInstanceResponse.
1024
1094
  :rtype: bool
@@ -1029,7 +1099,7 @@ class ShowInstanceResponse(SdkResponse):
1029
1099
  def enable_publicip(self, enable_publicip):
1030
1100
  r"""Sets the enable_publicip of this ShowInstanceResponse.
1031
1101
 
1032
- 是否开启公网。
1102
+ **参数解释**: 是否开启公网。 **取值范围**: - true:开启。 - false:不开启。
1033
1103
 
1034
1104
  :param enable_publicip: The enable_publicip of this ShowInstanceResponse.
1035
1105
  :type enable_publicip: bool
@@ -1040,7 +1110,7 @@ class ShowInstanceResponse(SdkResponse):
1040
1110
  def publicip_id(self):
1041
1111
  r"""Gets the publicip_id of this ShowInstanceResponse.
1042
1112
 
1043
- 实例绑定的弹性IP地址的ID。 以英文逗号隔开多个弹性IP地址的ID。 如果开启了公网访问功能(即enable_publicip为true),该字段为必选。
1113
+ **参数解释**: 实例绑定的弹性IP地址的ID。 以英文逗号隔开多个弹性IP地址的ID。 如果开启了公网访问功能(即enable_publicip为true),该字段为必选。 **取值范围**: 不涉及。
1044
1114
 
1045
1115
  :return: The publicip_id of this ShowInstanceResponse.
1046
1116
  :rtype: str
@@ -1051,7 +1121,7 @@ class ShowInstanceResponse(SdkResponse):
1051
1121
  def publicip_id(self, publicip_id):
1052
1122
  r"""Sets the publicip_id of this ShowInstanceResponse.
1053
1123
 
1054
- 实例绑定的弹性IP地址的ID。 以英文逗号隔开多个弹性IP地址的ID。 如果开启了公网访问功能(即enable_publicip为true),该字段为必选。
1124
+ **参数解释**: 实例绑定的弹性IP地址的ID。 以英文逗号隔开多个弹性IP地址的ID。 如果开启了公网访问功能(即enable_publicip为true),该字段为必选。 **取值范围**: 不涉及。
1055
1125
 
1056
1126
  :param publicip_id: The publicip_id of this ShowInstanceResponse.
1057
1127
  :type publicip_id: str
@@ -1062,7 +1132,7 @@ class ShowInstanceResponse(SdkResponse):
1062
1132
  def publicip_address(self):
1063
1133
  r"""Gets the publicip_address of this ShowInstanceResponse.
1064
1134
 
1065
- 公网IP地址。
1135
+ **参数解释**: 公网IP地址。 **取值范围**: 不涉及。
1066
1136
 
1067
1137
  :return: The publicip_address of this ShowInstanceResponse.
1068
1138
  :rtype: str
@@ -1073,7 +1143,7 @@ class ShowInstanceResponse(SdkResponse):
1073
1143
  def publicip_address(self, publicip_address):
1074
1144
  r"""Sets the publicip_address of this ShowInstanceResponse.
1075
1145
 
1076
- 公网IP地址。
1146
+ **参数解释**: 公网IP地址。 **取值范围**: 不涉及。
1077
1147
 
1078
1148
  :param publicip_address: The publicip_address of this ShowInstanceResponse.
1079
1149
  :type publicip_address: str
@@ -1084,7 +1154,7 @@ class ShowInstanceResponse(SdkResponse):
1084
1154
  def ssl_enable(self):
1085
1155
  r"""Gets the ssl_enable of this ShowInstanceResponse.
1086
1156
 
1087
- 是否开启SSL。
1157
+ **参数解释**: 是否开启SSL。 **取值范围**: - true:开启。 - false:未开启。
1088
1158
 
1089
1159
  :return: The ssl_enable of this ShowInstanceResponse.
1090
1160
  :rtype: bool
@@ -1095,7 +1165,7 @@ class ShowInstanceResponse(SdkResponse):
1095
1165
  def ssl_enable(self, ssl_enable):
1096
1166
  r"""Sets the ssl_enable of this ShowInstanceResponse.
1097
1167
 
1098
- 是否开启SSL。
1168
+ **参数解释**: 是否开启SSL。 **取值范围**: - true:开启。 - false:未开启。
1099
1169
 
1100
1170
  :param ssl_enable: The ssl_enable of this ShowInstanceResponse.
1101
1171
  :type ssl_enable: bool
@@ -1106,7 +1176,7 @@ class ShowInstanceResponse(SdkResponse):
1106
1176
  def cross_vpc_info(self):
1107
1177
  r"""Gets the cross_vpc_info of this ShowInstanceResponse.
1108
1178
 
1109
- 跨VPC访问信息。
1179
+ **参数解释**: 跨VPC访问信息。 **取值范围**: 不涉及。
1110
1180
 
1111
1181
  :return: The cross_vpc_info of this ShowInstanceResponse.
1112
1182
  :rtype: str
@@ -1117,7 +1187,7 @@ class ShowInstanceResponse(SdkResponse):
1117
1187
  def cross_vpc_info(self, cross_vpc_info):
1118
1188
  r"""Sets the cross_vpc_info of this ShowInstanceResponse.
1119
1189
 
1120
- 跨VPC访问信息。
1190
+ **参数解释**: 跨VPC访问信息。 **取值范围**: 不涉及。
1121
1191
 
1122
1192
  :param cross_vpc_info: The cross_vpc_info of this ShowInstanceResponse.
1123
1193
  :type cross_vpc_info: str
@@ -1128,7 +1198,7 @@ class ShowInstanceResponse(SdkResponse):
1128
1198
  def storage_resource_id(self):
1129
1199
  r"""Gets the storage_resource_id of this ShowInstanceResponse.
1130
1200
 
1131
- 存储资源ID。
1201
+ **参数解释**: 存储资源ID。 **取值范围**: 不涉及。
1132
1202
 
1133
1203
  :return: The storage_resource_id of this ShowInstanceResponse.
1134
1204
  :rtype: str
@@ -1139,7 +1209,7 @@ class ShowInstanceResponse(SdkResponse):
1139
1209
  def storage_resource_id(self, storage_resource_id):
1140
1210
  r"""Sets the storage_resource_id of this ShowInstanceResponse.
1141
1211
 
1142
- 存储资源ID。
1212
+ **参数解释**: 存储资源ID。 **取值范围**: 不涉及。
1143
1213
 
1144
1214
  :param storage_resource_id: The storage_resource_id of this ShowInstanceResponse.
1145
1215
  :type storage_resource_id: str
@@ -1150,7 +1220,7 @@ class ShowInstanceResponse(SdkResponse):
1150
1220
  def storage_spec_code(self):
1151
1221
  r"""Gets the storage_spec_code of this ShowInstanceResponse.
1152
1222
 
1153
- 存储规格代码。
1223
+ **参数解释**: 存储规格代码。 **取值范围**: 不涉及。
1154
1224
 
1155
1225
  :return: The storage_spec_code of this ShowInstanceResponse.
1156
1226
  :rtype: str
@@ -1161,7 +1231,7 @@ class ShowInstanceResponse(SdkResponse):
1161
1231
  def storage_spec_code(self, storage_spec_code):
1162
1232
  r"""Sets the storage_spec_code of this ShowInstanceResponse.
1163
1233
 
1164
- 存储规格代码。
1234
+ **参数解释**: 存储规格代码。 **取值范围**: 不涉及。
1165
1235
 
1166
1236
  :param storage_spec_code: The storage_spec_code of this ShowInstanceResponse.
1167
1237
  :type storage_spec_code: str
@@ -1172,7 +1242,7 @@ class ShowInstanceResponse(SdkResponse):
1172
1242
  def service_type(self):
1173
1243
  r"""Gets the service_type of this ShowInstanceResponse.
1174
1244
 
1175
- 服务类型。
1245
+ **参数解释**: 服务类型。 **取值范围**: 不涉及。
1176
1246
 
1177
1247
  :return: The service_type of this ShowInstanceResponse.
1178
1248
  :rtype: str
@@ -1183,7 +1253,7 @@ class ShowInstanceResponse(SdkResponse):
1183
1253
  def service_type(self, service_type):
1184
1254
  r"""Sets the service_type of this ShowInstanceResponse.
1185
1255
 
1186
- 服务类型。
1256
+ **参数解释**: 服务类型。 **取值范围**: 不涉及。
1187
1257
 
1188
1258
  :param service_type: The service_type of this ShowInstanceResponse.
1189
1259
  :type service_type: str
@@ -1194,7 +1264,7 @@ class ShowInstanceResponse(SdkResponse):
1194
1264
  def storage_type(self):
1195
1265
  r"""Gets the storage_type of this ShowInstanceResponse.
1196
1266
 
1197
- 存储类型。
1267
+ **参数解释**: 存储类型。 **取值范围**: 不涉及。
1198
1268
 
1199
1269
  :return: The storage_type of this ShowInstanceResponse.
1200
1270
  :rtype: str
@@ -1205,7 +1275,7 @@ class ShowInstanceResponse(SdkResponse):
1205
1275
  def storage_type(self, storage_type):
1206
1276
  r"""Sets the storage_type of this ShowInstanceResponse.
1207
1277
 
1208
- 存储类型。
1278
+ **参数解释**: 存储类型。 **取值范围**: 不涉及。
1209
1279
 
1210
1280
  :param storage_type: The storage_type of this ShowInstanceResponse.
1211
1281
  :type storage_type: str
@@ -1216,7 +1286,7 @@ class ShowInstanceResponse(SdkResponse):
1216
1286
  def extend_times(self):
1217
1287
  r"""Gets the extend_times of this ShowInstanceResponse.
1218
1288
 
1219
- 扩展时间。
1289
+ **参数解释**: 扩展时间。 **取值范围**: 不涉及。
1220
1290
 
1221
1291
  :return: The extend_times of this ShowInstanceResponse.
1222
1292
  :rtype: int
@@ -1227,7 +1297,7 @@ class ShowInstanceResponse(SdkResponse):
1227
1297
  def extend_times(self, extend_times):
1228
1298
  r"""Sets the extend_times of this ShowInstanceResponse.
1229
1299
 
1230
- 扩展时间。
1300
+ **参数解释**: 扩展时间。 **取值范围**: 不涉及。
1231
1301
 
1232
1302
  :param extend_times: The extend_times of this ShowInstanceResponse.
1233
1303
  :type extend_times: int
@@ -1238,7 +1308,7 @@ class ShowInstanceResponse(SdkResponse):
1238
1308
  def ipv6_enable(self):
1239
1309
  r"""Gets the ipv6_enable of this ShowInstanceResponse.
1240
1310
 
1241
- 是否开启IPv6。
1311
+ **参数解释**: 是否开启IPv6。 **取值范围**: - true:开启。 - false:未开启。
1242
1312
 
1243
1313
  :return: The ipv6_enable of this ShowInstanceResponse.
1244
1314
  :rtype: bool
@@ -1249,7 +1319,7 @@ class ShowInstanceResponse(SdkResponse):
1249
1319
  def ipv6_enable(self, ipv6_enable):
1250
1320
  r"""Sets the ipv6_enable of this ShowInstanceResponse.
1251
1321
 
1252
- 是否开启IPv6。
1322
+ **参数解释**: 是否开启IPv6。 **取值范围**: - true:开启。 - false:未开启。
1253
1323
 
1254
1324
  :param ipv6_enable: The ipv6_enable of this ShowInstanceResponse.
1255
1325
  :type ipv6_enable: bool
@@ -1260,7 +1330,7 @@ class ShowInstanceResponse(SdkResponse):
1260
1330
  def support_features(self):
1261
1331
  r"""Gets the support_features of this ShowInstanceResponse.
1262
1332
 
1263
- 实例支持的特性功能。
1333
+ **参数解释**: 实例支持的特性功能。 **取值范围**: 不涉及。
1264
1334
 
1265
1335
  :return: The support_features of this ShowInstanceResponse.
1266
1336
  :rtype: str
@@ -1271,7 +1341,7 @@ class ShowInstanceResponse(SdkResponse):
1271
1341
  def support_features(self, support_features):
1272
1342
  r"""Sets the support_features of this ShowInstanceResponse.
1273
1343
 
1274
- 实例支持的特性功能。
1344
+ **参数解释**: 实例支持的特性功能。 **取值范围**: 不涉及。
1275
1345
 
1276
1346
  :param support_features: The support_features of this ShowInstanceResponse.
1277
1347
  :type support_features: str
@@ -1282,7 +1352,7 @@ class ShowInstanceResponse(SdkResponse):
1282
1352
  def disk_encrypted(self):
1283
1353
  r"""Gets the disk_encrypted of this ShowInstanceResponse.
1284
1354
 
1285
- 是否开启磁盘加密。
1355
+ **参数解释**: 是否开启磁盘加密。 **取值范围**: - true:开启。 - false:不开启。
1286
1356
 
1287
1357
  :return: The disk_encrypted of this ShowInstanceResponse.
1288
1358
  :rtype: bool
@@ -1293,7 +1363,7 @@ class ShowInstanceResponse(SdkResponse):
1293
1363
  def disk_encrypted(self, disk_encrypted):
1294
1364
  r"""Sets the disk_encrypted of this ShowInstanceResponse.
1295
1365
 
1296
- 是否开启磁盘加密。
1366
+ **参数解释**: 是否开启磁盘加密。 **取值范围**: - true:开启。 - false:不开启。
1297
1367
 
1298
1368
  :param disk_encrypted: The disk_encrypted of this ShowInstanceResponse.
1299
1369
  :type disk_encrypted: bool
@@ -1304,7 +1374,7 @@ class ShowInstanceResponse(SdkResponse):
1304
1374
  def ces_version(self):
1305
1375
  r"""Gets the ces_version of this ShowInstanceResponse.
1306
1376
 
1307
- 云监控版本。
1377
+ **参数解释**: 云监控版本。 **取值范围**: 不涉及。
1308
1378
 
1309
1379
  :return: The ces_version of this ShowInstanceResponse.
1310
1380
  :rtype: str
@@ -1315,7 +1385,7 @@ class ShowInstanceResponse(SdkResponse):
1315
1385
  def ces_version(self, ces_version):
1316
1386
  r"""Sets the ces_version of this ShowInstanceResponse.
1317
1387
 
1318
- 云监控版本。
1388
+ **参数解释**: 云监控版本。 **取值范围**: 不涉及。
1319
1389
 
1320
1390
  :param ces_version: The ces_version of this ShowInstanceResponse.
1321
1391
  :type ces_version: str
@@ -1326,7 +1396,7 @@ class ShowInstanceResponse(SdkResponse):
1326
1396
  def node_num(self):
1327
1397
  r"""Gets the node_num of this ShowInstanceResponse.
1328
1398
 
1329
- 节点数。
1399
+ **参数解释**: 节点数。 **取值范围**: 不涉及。
1330
1400
 
1331
1401
  :return: The node_num of this ShowInstanceResponse.
1332
1402
  :rtype: int
@@ -1337,7 +1407,7 @@ class ShowInstanceResponse(SdkResponse):
1337
1407
  def node_num(self, node_num):
1338
1408
  r"""Sets the node_num of this ShowInstanceResponse.
1339
1409
 
1340
- 节点数。
1410
+ **参数解释**: 节点数。 **取值范围**: 不涉及。
1341
1411
 
1342
1412
  :param node_num: The node_num of this ShowInstanceResponse.
1343
1413
  :type node_num: int
@@ -1348,7 +1418,7 @@ class ShowInstanceResponse(SdkResponse):
1348
1418
  def new_spec_billing_enable(self):
1349
1419
  r"""Gets the new_spec_billing_enable of this ShowInstanceResponse.
1350
1420
 
1351
- 是否启用新规格计费。
1421
+ **参数解释**: 是否启用新规格计费。 **取值范围**: - true:开启。 - false:未开启。
1352
1422
 
1353
1423
  :return: The new_spec_billing_enable of this ShowInstanceResponse.
1354
1424
  :rtype: bool
@@ -1359,7 +1429,7 @@ class ShowInstanceResponse(SdkResponse):
1359
1429
  def new_spec_billing_enable(self, new_spec_billing_enable):
1360
1430
  r"""Sets the new_spec_billing_enable of this ShowInstanceResponse.
1361
1431
 
1362
- 是否启用新规格计费。
1432
+ **参数解释**: 是否启用新规格计费。 **取值范围**: - true:开启。 - false:未开启。
1363
1433
 
1364
1434
  :param new_spec_billing_enable: The new_spec_billing_enable of this ShowInstanceResponse.
1365
1435
  :type new_spec_billing_enable: bool
@@ -1370,7 +1440,7 @@ class ShowInstanceResponse(SdkResponse):
1370
1440
  def enable_acl(self):
1371
1441
  r"""Gets the enable_acl of this ShowInstanceResponse.
1372
1442
 
1373
- 是否开启访问控制列表。
1443
+ **参数解释**: 是否开启访问控制列表。 **取值范围**: - true:开启。 - false:未开启。
1374
1444
 
1375
1445
  :return: The enable_acl of this ShowInstanceResponse.
1376
1446
  :rtype: bool
@@ -1381,7 +1451,7 @@ class ShowInstanceResponse(SdkResponse):
1381
1451
  def enable_acl(self, enable_acl):
1382
1452
  r"""Sets the enable_acl of this ShowInstanceResponse.
1383
1453
 
1384
- 是否开启访问控制列表。
1454
+ **参数解释**: 是否开启访问控制列表。 **取值范围**: - true:开启。 - false:未开启。
1385
1455
 
1386
1456
  :param enable_acl: The enable_acl of this ShowInstanceResponse.
1387
1457
  :type enable_acl: bool
@@ -1392,7 +1462,7 @@ class ShowInstanceResponse(SdkResponse):
1392
1462
  def broker_num(self):
1393
1463
  r"""Gets the broker_num of this ShowInstanceResponse.
1394
1464
 
1395
- 节点数(仅RocketMQ 4.8.0版本会显示此字段)。
1465
+ **参数解释**: Broker节点数(仅RocketMQ 4.8.0版本会显示此字段)。 **取值范围**: 不涉及。
1396
1466
 
1397
1467
  :return: The broker_num of this ShowInstanceResponse.
1398
1468
  :rtype: int
@@ -1403,18 +1473,40 @@ class ShowInstanceResponse(SdkResponse):
1403
1473
  def broker_num(self, broker_num):
1404
1474
  r"""Sets the broker_num of this ShowInstanceResponse.
1405
1475
 
1406
- 节点数(仅RocketMQ 4.8.0版本会显示此字段)。
1476
+ **参数解释**: Broker节点数(仅RocketMQ 4.8.0版本会显示此字段)。 **取值范围**: 不涉及。
1407
1477
 
1408
1478
  :param broker_num: The broker_num of this ShowInstanceResponse.
1409
1479
  :type broker_num: int
1410
1480
  """
1411
1481
  self._broker_num = broker_num
1412
1482
 
1483
+ @property
1484
+ def dns_enable(self):
1485
+ r"""Gets the dns_enable of this ShowInstanceResponse.
1486
+
1487
+ **参数解释**: 实例是否开启域名访问功能。 **取值范围**: - true:开启。 - false:未开启。
1488
+
1489
+ :return: The dns_enable of this ShowInstanceResponse.
1490
+ :rtype: bool
1491
+ """
1492
+ return self._dns_enable
1493
+
1494
+ @dns_enable.setter
1495
+ def dns_enable(self, dns_enable):
1496
+ r"""Sets the dns_enable of this ShowInstanceResponse.
1497
+
1498
+ **参数解释**: 实例是否开启域名访问功能。 **取值范围**: - true:开启。 - false:未开启。
1499
+
1500
+ :param dns_enable: The dns_enable of this ShowInstanceResponse.
1501
+ :type dns_enable: bool
1502
+ """
1503
+ self._dns_enable = dns_enable
1504
+
1413
1505
  @property
1414
1506
  def namesrv_address(self):
1415
1507
  r"""Gets the namesrv_address of this ShowInstanceResponse.
1416
1508
 
1417
- 元数据地址。
1509
+ **参数解释**: 元数据地址。 **取值范围**: 不涉及。
1418
1510
 
1419
1511
  :return: The namesrv_address of this ShowInstanceResponse.
1420
1512
  :rtype: str
@@ -1425,18 +1517,40 @@ class ShowInstanceResponse(SdkResponse):
1425
1517
  def namesrv_address(self, namesrv_address):
1426
1518
  r"""Sets the namesrv_address of this ShowInstanceResponse.
1427
1519
 
1428
- 元数据地址。
1520
+ **参数解释**: 元数据地址。 **取值范围**: 不涉及。
1429
1521
 
1430
1522
  :param namesrv_address: The namesrv_address of this ShowInstanceResponse.
1431
1523
  :type namesrv_address: str
1432
1524
  """
1433
1525
  self._namesrv_address = namesrv_address
1434
1526
 
1527
+ @property
1528
+ def namesrv_domain_name(self):
1529
+ r"""Gets the namesrv_domain_name of this ShowInstanceResponse.
1530
+
1531
+ **参数解释**: 元数据域名。 **取值范围**: 不涉及。
1532
+
1533
+ :return: The namesrv_domain_name of this ShowInstanceResponse.
1534
+ :rtype: str
1535
+ """
1536
+ return self._namesrv_domain_name
1537
+
1538
+ @namesrv_domain_name.setter
1539
+ def namesrv_domain_name(self, namesrv_domain_name):
1540
+ r"""Sets the namesrv_domain_name of this ShowInstanceResponse.
1541
+
1542
+ **参数解释**: 元数据域名。 **取值范围**: 不涉及。
1543
+
1544
+ :param namesrv_domain_name: The namesrv_domain_name of this ShowInstanceResponse.
1545
+ :type namesrv_domain_name: str
1546
+ """
1547
+ self._namesrv_domain_name = namesrv_domain_name
1548
+
1435
1549
  @property
1436
1550
  def broker_address(self):
1437
1551
  r"""Gets the broker_address of this ShowInstanceResponse.
1438
1552
 
1439
- 业务数据地址。
1553
+ **参数解释**: 业务数据地址。 **取值范围**: 不涉及。
1440
1554
 
1441
1555
  :return: The broker_address of this ShowInstanceResponse.
1442
1556
  :rtype: str
@@ -1447,7 +1561,7 @@ class ShowInstanceResponse(SdkResponse):
1447
1561
  def broker_address(self, broker_address):
1448
1562
  r"""Sets the broker_address of this ShowInstanceResponse.
1449
1563
 
1450
- 业务数据地址。
1564
+ **参数解释**: 业务数据地址。 **取值范围**: 不涉及。
1451
1565
 
1452
1566
  :param broker_address: The broker_address of this ShowInstanceResponse.
1453
1567
  :type broker_address: str
@@ -1458,7 +1572,7 @@ class ShowInstanceResponse(SdkResponse):
1458
1572
  def public_namesrv_address(self):
1459
1573
  r"""Gets the public_namesrv_address of this ShowInstanceResponse.
1460
1574
 
1461
- 公网元数据地址。
1575
+ **参数解释**: 公网元数据地址。 **取值范围**: 不涉及。
1462
1576
 
1463
1577
  :return: The public_namesrv_address of this ShowInstanceResponse.
1464
1578
  :rtype: str
@@ -1469,18 +1583,40 @@ class ShowInstanceResponse(SdkResponse):
1469
1583
  def public_namesrv_address(self, public_namesrv_address):
1470
1584
  r"""Sets the public_namesrv_address of this ShowInstanceResponse.
1471
1585
 
1472
- 公网元数据地址。
1586
+ **参数解释**: 公网元数据地址。 **取值范围**: 不涉及。
1473
1587
 
1474
1588
  :param public_namesrv_address: The public_namesrv_address of this ShowInstanceResponse.
1475
1589
  :type public_namesrv_address: str
1476
1590
  """
1477
1591
  self._public_namesrv_address = public_namesrv_address
1478
1592
 
1593
+ @property
1594
+ def public_namesrv_domain_name(self):
1595
+ r"""Gets the public_namesrv_domain_name of this ShowInstanceResponse.
1596
+
1597
+ **参数解释**: 公网元数据域名。 **取值范围**: 不涉及。
1598
+
1599
+ :return: The public_namesrv_domain_name of this ShowInstanceResponse.
1600
+ :rtype: str
1601
+ """
1602
+ return self._public_namesrv_domain_name
1603
+
1604
+ @public_namesrv_domain_name.setter
1605
+ def public_namesrv_domain_name(self, public_namesrv_domain_name):
1606
+ r"""Sets the public_namesrv_domain_name of this ShowInstanceResponse.
1607
+
1608
+ **参数解释**: 公网元数据域名。 **取值范围**: 不涉及。
1609
+
1610
+ :param public_namesrv_domain_name: The public_namesrv_domain_name of this ShowInstanceResponse.
1611
+ :type public_namesrv_domain_name: str
1612
+ """
1613
+ self._public_namesrv_domain_name = public_namesrv_domain_name
1614
+
1479
1615
  @property
1480
1616
  def public_broker_address(self):
1481
1617
  r"""Gets the public_broker_address of this ShowInstanceResponse.
1482
1618
 
1483
- 公网业务数据地址。
1619
+ **参数解释**: 公网业务数据地址。 **取值范围**: 不涉及。
1484
1620
 
1485
1621
  :return: The public_broker_address of this ShowInstanceResponse.
1486
1622
  :rtype: str
@@ -1491,7 +1627,7 @@ class ShowInstanceResponse(SdkResponse):
1491
1627
  def public_broker_address(self, public_broker_address):
1492
1628
  r"""Sets the public_broker_address of this ShowInstanceResponse.
1493
1629
 
1494
- 公网业务数据地址。
1630
+ **参数解释**: 公网业务数据地址。 **取值范围**: 不涉及。
1495
1631
 
1496
1632
  :param public_broker_address: The public_broker_address of this ShowInstanceResponse.
1497
1633
  :type public_broker_address: str
@@ -1502,7 +1638,7 @@ class ShowInstanceResponse(SdkResponse):
1502
1638
  def grpc_address(self):
1503
1639
  r"""Gets the grpc_address of this ShowInstanceResponse.
1504
1640
 
1505
- grpc连接地址(仅RocketMQ 5.x版本会显示此字段)。
1641
+ **参数解释**: grpc连接地址(仅RocketMQ 5.x版本会显示此字段)。 **取值范围**: 不涉及。
1506
1642
 
1507
1643
  :return: The grpc_address of this ShowInstanceResponse.
1508
1644
  :rtype: str
@@ -1513,18 +1649,40 @@ class ShowInstanceResponse(SdkResponse):
1513
1649
  def grpc_address(self, grpc_address):
1514
1650
  r"""Sets the grpc_address of this ShowInstanceResponse.
1515
1651
 
1516
- grpc连接地址(仅RocketMQ 5.x版本会显示此字段)。
1652
+ **参数解释**: grpc连接地址(仅RocketMQ 5.x版本会显示此字段)。 **取值范围**: 不涉及。
1517
1653
 
1518
1654
  :param grpc_address: The grpc_address of this ShowInstanceResponse.
1519
1655
  :type grpc_address: str
1520
1656
  """
1521
1657
  self._grpc_address = grpc_address
1522
1658
 
1659
+ @property
1660
+ def grpc_domain_name(self):
1661
+ r"""Gets the grpc_domain_name of this ShowInstanceResponse.
1662
+
1663
+ **参数解释**: grpc连接域名(仅RocketMQ 5.x版本会显示此字段)。 **取值范围**: 不涉及。
1664
+
1665
+ :return: The grpc_domain_name of this ShowInstanceResponse.
1666
+ :rtype: str
1667
+ """
1668
+ return self._grpc_domain_name
1669
+
1670
+ @grpc_domain_name.setter
1671
+ def grpc_domain_name(self, grpc_domain_name):
1672
+ r"""Sets the grpc_domain_name of this ShowInstanceResponse.
1673
+
1674
+ **参数解释**: grpc连接域名(仅RocketMQ 5.x版本会显示此字段)。 **取值范围**: 不涉及。
1675
+
1676
+ :param grpc_domain_name: The grpc_domain_name of this ShowInstanceResponse.
1677
+ :type grpc_domain_name: str
1678
+ """
1679
+ self._grpc_domain_name = grpc_domain_name
1680
+
1523
1681
  @property
1524
1682
  def public_grpc_address(self):
1525
1683
  r"""Gets the public_grpc_address of this ShowInstanceResponse.
1526
1684
 
1527
- 公网grpc连接地址(仅RocketMQ 5.x版本会显示此字段)。
1685
+ **参数解释**: 公网grpc连接地址(仅RocketMQ 5.x版本会显示此字段)。 **取值范围**: 不涉及。
1528
1686
 
1529
1687
  :return: The public_grpc_address of this ShowInstanceResponse.
1530
1688
  :rtype: str
@@ -1535,18 +1693,40 @@ class ShowInstanceResponse(SdkResponse):
1535
1693
  def public_grpc_address(self, public_grpc_address):
1536
1694
  r"""Sets the public_grpc_address of this ShowInstanceResponse.
1537
1695
 
1538
- 公网grpc连接地址(仅RocketMQ 5.x版本会显示此字段)。
1696
+ **参数解释**: 公网grpc连接地址(仅RocketMQ 5.x版本会显示此字段)。 **取值范围**: 不涉及。
1539
1697
 
1540
1698
  :param public_grpc_address: The public_grpc_address of this ShowInstanceResponse.
1541
1699
  :type public_grpc_address: str
1542
1700
  """
1543
1701
  self._public_grpc_address = public_grpc_address
1544
1702
 
1703
+ @property
1704
+ def public_grpc_domain_name(self):
1705
+ r"""Gets the public_grpc_domain_name of this ShowInstanceResponse.
1706
+
1707
+ **参数解释**: 公网grpc连接域名(仅RocketMQ 5.x版本会显示此字段)。 **取值范围**: 不涉及。
1708
+
1709
+ :return: The public_grpc_domain_name of this ShowInstanceResponse.
1710
+ :rtype: str
1711
+ """
1712
+ return self._public_grpc_domain_name
1713
+
1714
+ @public_grpc_domain_name.setter
1715
+ def public_grpc_domain_name(self, public_grpc_domain_name):
1716
+ r"""Sets the public_grpc_domain_name of this ShowInstanceResponse.
1717
+
1718
+ **参数解释**: 公网grpc连接域名(仅RocketMQ 5.x版本会显示此字段)。 **取值范围**: 不涉及。
1719
+
1720
+ :param public_grpc_domain_name: The public_grpc_domain_name of this ShowInstanceResponse.
1721
+ :type public_grpc_domain_name: str
1722
+ """
1723
+ self._public_grpc_domain_name = public_grpc_domain_name
1724
+
1545
1725
  @property
1546
1726
  def enterprise_project_id(self):
1547
1727
  r"""Gets the enterprise_project_id of this ShowInstanceResponse.
1548
1728
 
1549
- 企业项目ID。
1729
+ **参数解释**: 企业项目ID。 **取值范围**: 不涉及。
1550
1730
 
1551
1731
  :return: The enterprise_project_id of this ShowInstanceResponse.
1552
1732
  :rtype: str
@@ -1557,7 +1737,7 @@ class ShowInstanceResponse(SdkResponse):
1557
1737
  def enterprise_project_id(self, enterprise_project_id):
1558
1738
  r"""Sets the enterprise_project_id of this ShowInstanceResponse.
1559
1739
 
1560
- 企业项目ID。
1740
+ **参数解释**: 企业项目ID。 **取值范围**: 不涉及。
1561
1741
 
1562
1742
  :param enterprise_project_id: The enterprise_project_id of this ShowInstanceResponse.
1563
1743
  :type enterprise_project_id: str
@@ -1568,7 +1748,7 @@ class ShowInstanceResponse(SdkResponse):
1568
1748
  def tags(self):
1569
1749
  r"""Gets the tags of this ShowInstanceResponse.
1570
1750
 
1571
- 标签列表。
1751
+ **参数解释**: 标签列表。 **取值范围**: 不涉及。
1572
1752
 
1573
1753
  :return: The tags of this ShowInstanceResponse.
1574
1754
  :rtype: list[:class:`huaweicloudsdkrocketmq.v2.TagEntity`]
@@ -1579,7 +1759,7 @@ class ShowInstanceResponse(SdkResponse):
1579
1759
  def tags(self, tags):
1580
1760
  r"""Sets the tags of this ShowInstanceResponse.
1581
1761
 
1582
- 标签列表。
1762
+ **参数解释**: 标签列表。 **取值范围**: 不涉及。
1583
1763
 
1584
1764
  :param tags: The tags of this ShowInstanceResponse.
1585
1765
  :type tags: list[:class:`huaweicloudsdkrocketmq.v2.TagEntity`]
@@ -1590,7 +1770,7 @@ class ShowInstanceResponse(SdkResponse):
1590
1770
  def total_storage_space(self):
1591
1771
  r"""Gets the total_storage_space of this ShowInstanceResponse.
1592
1772
 
1593
- 总存储空间。
1773
+ **参数解释**: 总存储空间。 **取值范围**: 不涉及。
1594
1774
 
1595
1775
  :return: The total_storage_space of this ShowInstanceResponse.
1596
1776
  :rtype: int
@@ -1601,7 +1781,7 @@ class ShowInstanceResponse(SdkResponse):
1601
1781
  def total_storage_space(self, total_storage_space):
1602
1782
  r"""Sets the total_storage_space of this ShowInstanceResponse.
1603
1783
 
1604
- 总存储空间。
1784
+ **参数解释**: 总存储空间。 **取值范围**: 不涉及。
1605
1785
 
1606
1786
  :param total_storage_space: The total_storage_space of this ShowInstanceResponse.
1607
1787
  :type total_storage_space: int
@@ -1612,7 +1792,7 @@ class ShowInstanceResponse(SdkResponse):
1612
1792
  def resource_spec_code(self):
1613
1793
  r"""Gets the resource_spec_code of this ShowInstanceResponse.
1614
1794
 
1615
- 资源规格。
1795
+ **参数解释**: 资源规格。 **取值范围**: 不涉及。
1616
1796
 
1617
1797
  :return: The resource_spec_code of this ShowInstanceResponse.
1618
1798
  :rtype: str
@@ -1623,13 +1803,123 @@ class ShowInstanceResponse(SdkResponse):
1623
1803
  def resource_spec_code(self, resource_spec_code):
1624
1804
  r"""Sets the resource_spec_code of this ShowInstanceResponse.
1625
1805
 
1626
- 资源规格。
1806
+ **参数解释**: 资源规格。 **取值范围**: 不涉及。
1627
1807
 
1628
1808
  :param resource_spec_code: The resource_spec_code of this ShowInstanceResponse.
1629
1809
  :type resource_spec_code: str
1630
1810
  """
1631
1811
  self._resource_spec_code = resource_spec_code
1632
1812
 
1813
+ @property
1814
+ def produce_portion(self):
1815
+ r"""Gets the produce_portion of this ShowInstanceResponse.
1816
+
1817
+ **参数解释**: 生产TPS占比。 **取值范围**: 不涉及。
1818
+
1819
+ :return: The produce_portion of this ShowInstanceResponse.
1820
+ :rtype: int
1821
+ """
1822
+ return self._produce_portion
1823
+
1824
+ @produce_portion.setter
1825
+ def produce_portion(self, produce_portion):
1826
+ r"""Sets the produce_portion of this ShowInstanceResponse.
1827
+
1828
+ **参数解释**: 生产TPS占比。 **取值范围**: 不涉及。
1829
+
1830
+ :param produce_portion: The produce_portion of this ShowInstanceResponse.
1831
+ :type produce_portion: int
1832
+ """
1833
+ self._produce_portion = produce_portion
1834
+
1835
+ @property
1836
+ def consume_portion(self):
1837
+ r"""Gets the consume_portion of this ShowInstanceResponse.
1838
+
1839
+ **参数解释**: 消费TPS占比。 **取值范围**: 不涉及。
1840
+
1841
+ :return: The consume_portion of this ShowInstanceResponse.
1842
+ :rtype: int
1843
+ """
1844
+ return self._consume_portion
1845
+
1846
+ @consume_portion.setter
1847
+ def consume_portion(self, consume_portion):
1848
+ r"""Sets the consume_portion of this ShowInstanceResponse.
1849
+
1850
+ **参数解释**: 消费TPS占比。 **取值范围**: 不涉及。
1851
+
1852
+ :param consume_portion: The consume_portion of this ShowInstanceResponse.
1853
+ :type consume_portion: int
1854
+ """
1855
+ self._consume_portion = consume_portion
1856
+
1857
+ @property
1858
+ def dr_enable(self):
1859
+ r"""Gets the dr_enable of this ShowInstanceResponse.
1860
+
1861
+ **参数解释**: 是否为容灾实例。 **取值范围**: 不涉及。
1862
+
1863
+ :return: The dr_enable of this ShowInstanceResponse.
1864
+ :rtype: bool
1865
+ """
1866
+ return self._dr_enable
1867
+
1868
+ @dr_enable.setter
1869
+ def dr_enable(self, dr_enable):
1870
+ r"""Sets the dr_enable of this ShowInstanceResponse.
1871
+
1872
+ **参数解释**: 是否为容灾实例。 **取值范围**: 不涉及。
1873
+
1874
+ :param dr_enable: The dr_enable of this ShowInstanceResponse.
1875
+ :type dr_enable: bool
1876
+ """
1877
+ self._dr_enable = dr_enable
1878
+
1879
+ @property
1880
+ def config_ssl_need_restart_process(self):
1881
+ r"""Gets the config_ssl_need_restart_process of this ShowInstanceResponse.
1882
+
1883
+ **参数解释**: 配置ssl是否需要重启。 **取值范围**: 不涉及。
1884
+
1885
+ :return: The config_ssl_need_restart_process of this ShowInstanceResponse.
1886
+ :rtype: bool
1887
+ """
1888
+ return self._config_ssl_need_restart_process
1889
+
1890
+ @config_ssl_need_restart_process.setter
1891
+ def config_ssl_need_restart_process(self, config_ssl_need_restart_process):
1892
+ r"""Sets the config_ssl_need_restart_process of this ShowInstanceResponse.
1893
+
1894
+ **参数解释**: 配置ssl是否需要重启。 **取值范围**: 不涉及。
1895
+
1896
+ :param config_ssl_need_restart_process: The config_ssl_need_restart_process of this ShowInstanceResponse.
1897
+ :type config_ssl_need_restart_process: bool
1898
+ """
1899
+ self._config_ssl_need_restart_process = config_ssl_need_restart_process
1900
+
1901
+ @property
1902
+ def tls_mode(self):
1903
+ r"""Gets the tls_mode of this ShowInstanceResponse.
1904
+
1905
+ **参数解释**: 实例使用的安全协议。 **取值范围**: 不涉及。
1906
+
1907
+ :return: The tls_mode of this ShowInstanceResponse.
1908
+ :rtype: str
1909
+ """
1910
+ return self._tls_mode
1911
+
1912
+ @tls_mode.setter
1913
+ def tls_mode(self, tls_mode):
1914
+ r"""Sets the tls_mode of this ShowInstanceResponse.
1915
+
1916
+ **参数解释**: 实例使用的安全协议。 **取值范围**: 不涉及。
1917
+
1918
+ :param tls_mode: The tls_mode of this ShowInstanceResponse.
1919
+ :type tls_mode: str
1920
+ """
1921
+ self._tls_mode = tls_mode
1922
+
1633
1923
  def to_dict(self):
1634
1924
  """Returns the model properties as a dict"""
1635
1925
  result = {}