huaweicloudsdkrocketmq 3.1.160__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 (212) hide show
  1. huaweicloudsdkrocketmq/__init__.py +0 -0
  2. huaweicloudsdkrocketmq/v2/__init__.py +208 -0
  3. huaweicloudsdkrocketmq/v2/model/__init__.py +205 -0
  4. huaweicloudsdkrocketmq/v2/model/batch_create_or_delete_rocketmq_tag_request.py +139 -0
  5. huaweicloudsdkrocketmq/v2/model/batch_create_or_delete_rocketmq_tag_response.py +85 -0
  6. huaweicloudsdkrocketmq/v2/model/batch_create_or_delete_tag_req.py +144 -0
  7. huaweicloudsdkrocketmq/v2/model/batch_delete_consumer_group_req.py +115 -0
  8. huaweicloudsdkrocketmq/v2/model/batch_delete_consumer_group_resp.py +115 -0
  9. huaweicloudsdkrocketmq/v2/model/batch_delete_diagnosis_report_req.py +115 -0
  10. huaweicloudsdkrocketmq/v2/model/batch_delete_diagnosis_report_request.py +167 -0
  11. huaweicloudsdkrocketmq/v2/model/batch_delete_diagnosis_report_response.py +116 -0
  12. huaweicloudsdkrocketmq/v2/model/batch_delete_instance_req.py +172 -0
  13. huaweicloudsdkrocketmq/v2/model/batch_delete_instance_resp_results.py +144 -0
  14. huaweicloudsdkrocketmq/v2/model/batch_delete_instances_request.py +111 -0
  15. huaweicloudsdkrocketmq/v2/model/batch_delete_instances_response.py +116 -0
  16. huaweicloudsdkrocketmq/v2/model/batch_delete_topic_req.py +115 -0
  17. huaweicloudsdkrocketmq/v2/model/batch_delete_topic_resp.py +115 -0
  18. huaweicloudsdkrocketmq/v2/model/batch_update_consumer_group.py +260 -0
  19. huaweicloudsdkrocketmq/v2/model/batch_update_consumer_group_req.py +115 -0
  20. huaweicloudsdkrocketmq/v2/model/batch_update_consumer_group_request.py +139 -0
  21. huaweicloudsdkrocketmq/v2/model/batch_update_consumer_group_response.py +116 -0
  22. huaweicloudsdkrocketmq/v2/model/brokers.py +144 -0
  23. huaweicloudsdkrocketmq/v2/model/bss_param.py +231 -0
  24. huaweicloudsdkrocketmq/v2/model/client_data.py +231 -0
  25. huaweicloudsdkrocketmq/v2/model/consumer_detail_resp.py +202 -0
  26. huaweicloudsdkrocketmq/v2/model/consumer_group.py +347 -0
  27. huaweicloudsdkrocketmq/v2/model/consumer_list.py +144 -0
  28. huaweicloudsdkrocketmq/v2/model/create_consumer_group_or_batch_delete_consumer_group_req.py +318 -0
  29. huaweicloudsdkrocketmq/v2/model/create_consumer_group_or_batch_delete_consumer_group_request.py +168 -0
  30. huaweicloudsdkrocketmq/v2/model/create_consumer_group_or_batch_delete_consumer_group_response.py +145 -0
  31. huaweicloudsdkrocketmq/v2/model/create_diagnosis_task_request.py +167 -0
  32. huaweicloudsdkrocketmq/v2/model/create_diagnosis_task_response.py +116 -0
  33. huaweicloudsdkrocketmq/v2/model/create_group_resp.py +115 -0
  34. huaweicloudsdkrocketmq/v2/model/create_instance_by_engine_req.py +709 -0
  35. huaweicloudsdkrocketmq/v2/model/create_instance_by_engine_request.py +139 -0
  36. huaweicloudsdkrocketmq/v2/model/create_instance_by_engine_response.py +116 -0
  37. huaweicloudsdkrocketmq/v2/model/create_or_update_consumer_group.py +289 -0
  38. huaweicloudsdkrocketmq/v2/model/create_post_paid_instance_req.py +684 -0
  39. huaweicloudsdkrocketmq/v2/model/create_post_paid_instance_request.py +111 -0
  40. huaweicloudsdkrocketmq/v2/model/create_post_paid_instance_response.py +116 -0
  41. huaweicloudsdkrocketmq/v2/model/create_rocket_mq_migration_task_req.py +260 -0
  42. huaweicloudsdkrocketmq/v2/model/create_rocket_mq_migration_task_request.py +223 -0
  43. huaweicloudsdkrocketmq/v2/model/create_rocket_mq_migration_task_response.py +116 -0
  44. huaweicloudsdkrocketmq/v2/model/create_topic_or_batch_delete_topic_req.py +289 -0
  45. huaweicloudsdkrocketmq/v2/model/create_topic_or_batch_delete_topic_request.py +168 -0
  46. huaweicloudsdkrocketmq/v2/model/create_topic_or_batch_delete_topic_response.py +145 -0
  47. huaweicloudsdkrocketmq/v2/model/create_topic_req.py +260 -0
  48. huaweicloudsdkrocketmq/v2/model/create_topic_req_queues.py +144 -0
  49. huaweicloudsdkrocketmq/v2/model/create_topic_resp.py +115 -0
  50. huaweicloudsdkrocketmq/v2/model/create_user_request.py +139 -0
  51. huaweicloudsdkrocketmq/v2/model/create_user_response.py +319 -0
  52. huaweicloudsdkrocketmq/v2/model/deadletter_resend_req.py +144 -0
  53. huaweicloudsdkrocketmq/v2/model/deadletter_resend_resp_resend_results.py +173 -0
  54. huaweicloudsdkrocketmq/v2/model/delete_background_task_request.py +142 -0
  55. huaweicloudsdkrocketmq/v2/model/delete_background_task_response.py +85 -0
  56. huaweicloudsdkrocketmq/v2/model/delete_consumer_group_request.py +142 -0
  57. huaweicloudsdkrocketmq/v2/model/delete_consumer_group_response.py +116 -0
  58. huaweicloudsdkrocketmq/v2/model/delete_instance_request.py +114 -0
  59. huaweicloudsdkrocketmq/v2/model/delete_instance_response.py +85 -0
  60. huaweicloudsdkrocketmq/v2/model/delete_rocket_mq_migration_task_request.py +139 -0
  61. huaweicloudsdkrocketmq/v2/model/delete_rocket_mq_migration_task_response.py +85 -0
  62. huaweicloudsdkrocketmq/v2/model/delete_topic_request.py +142 -0
  63. huaweicloudsdkrocketmq/v2/model/delete_topic_response.py +116 -0
  64. huaweicloudsdkrocketmq/v2/model/delete_user_request.py +142 -0
  65. huaweicloudsdkrocketmq/v2/model/delete_user_response.py +116 -0
  66. huaweicloudsdkrocketmq/v2/model/diagnosis_rep.py +144 -0
  67. huaweicloudsdkrocketmq/v2/model/diagnosis_report_resp.py +289 -0
  68. huaweicloudsdkrocketmq/v2/model/enable_dns_request.py +114 -0
  69. huaweicloudsdkrocketmq/v2/model/enable_dns_response.py +85 -0
  70. huaweicloudsdkrocketmq/v2/model/export_dlq_message_req.py +173 -0
  71. huaweicloudsdkrocketmq/v2/model/export_dlq_message_request.py +139 -0
  72. huaweicloudsdkrocketmq/v2/model/export_dlq_message_response.py +112 -0
  73. huaweicloudsdkrocketmq/v2/model/instance_detail.py +1942 -0
  74. huaweicloudsdkrocketmq/v2/model/list_access_policy_resp_policies.py +231 -0
  75. huaweicloudsdkrocketmq/v2/model/list_available_zones_request.py +84 -0
  76. huaweicloudsdkrocketmq/v2/model/list_available_zones_resp_available_zones.py +347 -0
  77. huaweicloudsdkrocketmq/v2/model/list_available_zones_response.py +145 -0
  78. huaweicloudsdkrocketmq/v2/model/list_background_tasks_request.py +230 -0
  79. huaweicloudsdkrocketmq/v2/model/list_background_tasks_resp_tasks.py +318 -0
  80. huaweicloudsdkrocketmq/v2/model/list_background_tasks_response.py +145 -0
  81. huaweicloudsdkrocketmq/v2/model/list_brokers_request.py +172 -0
  82. huaweicloudsdkrocketmq/v2/model/list_brokers_resp_brokers.py +144 -0
  83. huaweicloudsdkrocketmq/v2/model/list_brokers_response.py +203 -0
  84. huaweicloudsdkrocketmq/v2/model/list_consume_group_access_policy_request.py +228 -0
  85. huaweicloudsdkrocketmq/v2/model/list_consume_group_access_policy_response.py +174 -0
  86. huaweicloudsdkrocketmq/v2/model/list_consumer_group_of_topic_request.py +200 -0
  87. huaweicloudsdkrocketmq/v2/model/list_consumer_group_of_topic_response.py +116 -0
  88. huaweicloudsdkrocketmq/v2/model/list_diagnosis_reports_request.py +200 -0
  89. huaweicloudsdkrocketmq/v2/model/list_diagnosis_reports_response.py +116 -0
  90. huaweicloudsdkrocketmq/v2/model/list_engine_products_request.py +228 -0
  91. huaweicloudsdkrocketmq/v2/model/list_engine_products_response.py +261 -0
  92. huaweicloudsdkrocketmq/v2/model/list_instance_consumer_groups_request.py +201 -0
  93. huaweicloudsdkrocketmq/v2/model/list_instance_consumer_groups_response.py +261 -0
  94. huaweicloudsdkrocketmq/v2/model/list_instances_request.py +346 -0
  95. huaweicloudsdkrocketmq/v2/model/list_instances_response.py +145 -0
  96. huaweicloudsdkrocketmq/v2/model/list_message_trace_request.py +228 -0
  97. huaweicloudsdkrocketmq/v2/model/list_message_trace_resp_trace.py +666 -0
  98. huaweicloudsdkrocketmq/v2/model/list_message_trace_response.py +203 -0
  99. huaweicloudsdkrocketmq/v2/model/list_messages_request.py +373 -0
  100. huaweicloudsdkrocketmq/v2/model/list_messages_response.py +145 -0
  101. huaweicloudsdkrocketmq/v2/model/list_rocket_instance_topics_request.py +172 -0
  102. huaweicloudsdkrocketmq/v2/model/list_rocket_instance_topics_response.py +261 -0
  103. huaweicloudsdkrocketmq/v2/model/list_rocket_mq_migration_task_request.py +259 -0
  104. huaweicloudsdkrocketmq/v2/model/list_rocket_mq_migration_task_response.py +145 -0
  105. huaweicloudsdkrocketmq/v2/model/list_topic_access_policy_request.py +200 -0
  106. huaweicloudsdkrocketmq/v2/model/list_topic_access_policy_response.py +174 -0
  107. huaweicloudsdkrocketmq/v2/model/list_user_request.py +172 -0
  108. huaweicloudsdkrocketmq/v2/model/list_user_response.py +145 -0
  109. huaweicloudsdkrocketmq/v2/model/message.py +492 -0
  110. huaweicloudsdkrocketmq/v2/model/message_property_list.py +144 -0
  111. huaweicloudsdkrocketmq/v2/model/metadata_delete_req.py +114 -0
  112. huaweicloudsdkrocketmq/v2/model/metadata_task.py +231 -0
  113. huaweicloudsdkrocketmq/v2/model/migration_rabbit_binding_metadata.py +231 -0
  114. huaweicloudsdkrocketmq/v2/model/migration_rabbit_exchange_metadata.py +202 -0
  115. huaweicloudsdkrocketmq/v2/model/migration_rabbit_queue_metadata.py +173 -0
  116. huaweicloudsdkrocketmq/v2/model/migration_rabbit_vhost_metadata.py +115 -0
  117. huaweicloudsdkrocketmq/v2/model/migration_rocket_mq_subscription_group.py +318 -0
  118. huaweicloudsdkrocketmq/v2/model/migration_rocket_mq_topic_config.py +289 -0
  119. huaweicloudsdkrocketmq/v2/model/modify_config_req.py +115 -0
  120. huaweicloudsdkrocketmq/v2/model/modify_instance_ssl_config_request.py +167 -0
  121. huaweicloudsdkrocketmq/v2/model/modify_instance_ssl_config_response.py +145 -0
  122. huaweicloudsdkrocketmq/v2/model/node_context_entity.py +231 -0
  123. huaweicloudsdkrocketmq/v2/model/plain_ssl_switch_rep.py +115 -0
  124. huaweicloudsdkrocketmq/v2/model/product_entity.py +434 -0
  125. huaweicloudsdkrocketmq/v2/model/queue.py +231 -0
  126. huaweicloudsdkrocketmq/v2/model/quota_resource_entity.py +173 -0
  127. huaweicloudsdkrocketmq/v2/model/quotas_resp_quotas.py +115 -0
  128. huaweicloudsdkrocketmq/v2/model/resend_req.py +200 -0
  129. huaweicloudsdkrocketmq/v2/model/reset_consume_offset_req.py +142 -0
  130. huaweicloudsdkrocketmq/v2/model/reset_consume_offset_request.py +195 -0
  131. huaweicloudsdkrocketmq/v2/model/reset_consume_offset_resp_queues.py +173 -0
  132. huaweicloudsdkrocketmq/v2/model/reset_consume_offset_response.py +116 -0
  133. huaweicloudsdkrocketmq/v2/model/resize_engine_instance_req.py +230 -0
  134. huaweicloudsdkrocketmq/v2/model/resize_instance_request.py +167 -0
  135. huaweicloudsdkrocketmq/v2/model/resize_instance_response.py +116 -0
  136. huaweicloudsdkrocketmq/v2/model/rocket_mq_config_req.py +144 -0
  137. huaweicloudsdkrocketmq/v2/model/rocket_mq_config_resp.py +260 -0
  138. huaweicloudsdkrocketmq/v2/model/rocket_mq_extend_product_info_entity.py +430 -0
  139. huaweicloudsdkrocketmq/v2/model/rocket_mq_extend_product_ios_entity.py +202 -0
  140. huaweicloudsdkrocketmq/v2/model/rocket_mq_extend_product_properties_entity.py +318 -0
  141. huaweicloudsdkrocketmq/v2/model/rocket_mq_product_support_features_entity.py +144 -0
  142. huaweicloudsdkrocketmq/v2/model/send_dlq_message_request.py +167 -0
  143. huaweicloudsdkrocketmq/v2/model/send_dlq_message_response.py +116 -0
  144. huaweicloudsdkrocketmq/v2/model/send_message_properties.py +144 -0
  145. huaweicloudsdkrocketmq/v2/model/send_message_request.py +167 -0
  146. huaweicloudsdkrocketmq/v2/model/send_message_resp.py +289 -0
  147. huaweicloudsdkrocketmq/v2/model/send_message_response.py +290 -0
  148. huaweicloudsdkrocketmq/v2/model/show_consumer_connections_request.py +229 -0
  149. huaweicloudsdkrocketmq/v2/model/show_consumer_connections_response.py +290 -0
  150. huaweicloudsdkrocketmq/v2/model/show_consumer_list_or_details_request.py +229 -0
  151. huaweicloudsdkrocketmq/v2/model/show_consumer_list_or_details_response.py +261 -0
  152. huaweicloudsdkrocketmq/v2/model/show_diagnosis_report_request.py +142 -0
  153. huaweicloudsdkrocketmq/v2/model/show_diagnosis_report_response.py +435 -0
  154. huaweicloudsdkrocketmq/v2/model/show_diagnosis_stack_request.py +142 -0
  155. huaweicloudsdkrocketmq/v2/model/show_diagnosis_stack_response.py +145 -0
  156. huaweicloudsdkrocketmq/v2/model/show_engine_instance_extend_product_info_request.py +229 -0
  157. huaweicloudsdkrocketmq/v2/model/show_engine_instance_extend_product_info_response.py +261 -0
  158. huaweicloudsdkrocketmq/v2/model/show_group_request.py +142 -0
  159. huaweicloudsdkrocketmq/v2/model/show_group_response.py +348 -0
  160. huaweicloudsdkrocketmq/v2/model/show_instance_nodes_request.py +200 -0
  161. huaweicloudsdkrocketmq/v2/model/show_instance_nodes_response.py +203 -0
  162. huaweicloudsdkrocketmq/v2/model/show_instance_request.py +114 -0
  163. huaweicloudsdkrocketmq/v2/model/show_instance_response.py +1972 -0
  164. huaweicloudsdkrocketmq/v2/model/show_one_topic_request.py +142 -0
  165. huaweicloudsdkrocketmq/v2/model/show_one_topic_response.py +261 -0
  166. huaweicloudsdkrocketmq/v2/model/show_quotas_request.py +84 -0
  167. huaweicloudsdkrocketmq/v2/model/show_quotas_response.py +112 -0
  168. huaweicloudsdkrocketmq/v2/model/show_rocket_mq_configs_request.py +172 -0
  169. huaweicloudsdkrocketmq/v2/model/show_rocket_mq_configs_response.py +203 -0
  170. huaweicloudsdkrocketmq/v2/model/show_rocketmq_project_tags_request.py +144 -0
  171. huaweicloudsdkrocketmq/v2/model/show_rocketmq_project_tags_response.py +203 -0
  172. huaweicloudsdkrocketmq/v2/model/show_rocketmq_tags_request.py +172 -0
  173. huaweicloudsdkrocketmq/v2/model/show_rocketmq_tags_response.py +203 -0
  174. huaweicloudsdkrocketmq/v2/model/show_topic_status_request.py +142 -0
  175. huaweicloudsdkrocketmq/v2/model/show_topic_status_resp_brokers.py +144 -0
  176. huaweicloudsdkrocketmq/v2/model/show_topic_status_resp_queues.py +202 -0
  177. huaweicloudsdkrocketmq/v2/model/show_topic_status_response.py +174 -0
  178. huaweicloudsdkrocketmq/v2/model/show_user_request.py +142 -0
  179. huaweicloudsdkrocketmq/v2/model/show_user_response.py +319 -0
  180. huaweicloudsdkrocketmq/v2/model/subscription.py +173 -0
  181. huaweicloudsdkrocketmq/v2/model/tag_entity.py +144 -0
  182. huaweicloudsdkrocketmq/v2/model/tag_multy_value_entity.py +144 -0
  183. huaweicloudsdkrocketmq/v2/model/topic.py +260 -0
  184. huaweicloudsdkrocketmq/v2/model/topic_brokers.py +173 -0
  185. huaweicloudsdkrocketmq/v2/model/update_consumer_group.py +228 -0
  186. huaweicloudsdkrocketmq/v2/model/update_consumer_group_request.py +167 -0
  187. huaweicloudsdkrocketmq/v2/model/update_consumer_group_response.py +116 -0
  188. huaweicloudsdkrocketmq/v2/model/update_instance_req.py +260 -0
  189. huaweicloudsdkrocketmq/v2/model/update_instance_request.py +139 -0
  190. huaweicloudsdkrocketmq/v2/model/update_instance_response.py +85 -0
  191. huaweicloudsdkrocketmq/v2/model/update_rocket_mq_configs_request.py +139 -0
  192. huaweicloudsdkrocketmq/v2/model/update_rocket_mq_configs_response.py +85 -0
  193. huaweicloudsdkrocketmq/v2/model/update_topic_queue_entity.py +173 -0
  194. huaweicloudsdkrocketmq/v2/model/update_topic_req.py +231 -0
  195. huaweicloudsdkrocketmq/v2/model/update_topic_request.py +167 -0
  196. huaweicloudsdkrocketmq/v2/model/update_topic_response.py +116 -0
  197. huaweicloudsdkrocketmq/v2/model/update_user_request.py +167 -0
  198. huaweicloudsdkrocketmq/v2/model/update_user_response.py +319 -0
  199. huaweicloudsdkrocketmq/v2/model/user.py +318 -0
  200. huaweicloudsdkrocketmq/v2/model/user_group_perms.py +144 -0
  201. huaweicloudsdkrocketmq/v2/model/user_topic_perms.py +144 -0
  202. huaweicloudsdkrocketmq/v2/model/validate_consumed_message_request.py +167 -0
  203. huaweicloudsdkrocketmq/v2/model/validate_consumed_message_response.py +116 -0
  204. huaweicloudsdkrocketmq/v2/region/__init__.py +0 -0
  205. huaweicloudsdkrocketmq/v2/region/rocketmq_region.py +118 -0
  206. huaweicloudsdkrocketmq/v2/rocketmq_async_client.py +4232 -0
  207. huaweicloudsdkrocketmq/v2/rocketmq_client.py +4229 -0
  208. huaweicloudsdkrocketmq-3.1.160.dist-info/LICENSE +13 -0
  209. huaweicloudsdkrocketmq-3.1.160.dist-info/METADATA +26 -0
  210. huaweicloudsdkrocketmq-3.1.160.dist-info/RECORD +212 -0
  211. huaweicloudsdkrocketmq-3.1.160.dist-info/WHEEL +5 -0
  212. huaweicloudsdkrocketmq-3.1.160.dist-info/top_level.txt +1 -0
@@ -0,0 +1,1972 @@
1
+ # coding: utf-8
2
+
3
+ import six
4
+
5
+ from huaweicloudsdkcore.sdk_response import SdkResponse
6
+ from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
7
+
8
+
9
+ class ShowInstanceResponse(SdkResponse):
10
+
11
+ """
12
+ Attributes:
13
+ openapi_types (dict): The key is attribute name
14
+ and the value is attribute type.
15
+ attribute_map (dict): The key is attribute name
16
+ and the value is json key in definition.
17
+ """
18
+ sensitive_list = []
19
+
20
+ openapi_types = {
21
+ 'name': 'str',
22
+ 'engine': 'str',
23
+ 'status': 'str',
24
+ 'description': 'str',
25
+ 'type': 'str',
26
+ 'specification': 'str',
27
+ 'engine_version': 'str',
28
+ 'instance_id': 'str',
29
+ 'charging_mode': 'int',
30
+ 'vpc_id': 'str',
31
+ 'vpc_name': 'str',
32
+ 'created_at': 'str',
33
+ 'product_id': 'str',
34
+ 'security_group_id': 'str',
35
+ 'security_group_name': 'str',
36
+ 'subnet_id': 'str',
37
+ 'subnet_name': 'str',
38
+ 'subnet_cidr': 'str',
39
+ 'available_zones': 'list[str]',
40
+ 'available_zone_names': 'list[str]',
41
+ 'user_id': 'str',
42
+ 'user_name': 'str',
43
+ 'maintain_begin': 'str',
44
+ 'maintain_end': 'str',
45
+ 'enable_log_collection': 'bool',
46
+ 'storage_space': 'int',
47
+ 'used_storage_space': 'int',
48
+ 'enable_publicip': 'bool',
49
+ 'publicip_id': 'str',
50
+ 'publicip_address': 'str',
51
+ 'ssl_enable': 'bool',
52
+ 'cross_vpc_info': 'str',
53
+ 'storage_resource_id': 'str',
54
+ 'storage_spec_code': 'str',
55
+ 'service_type': 'str',
56
+ 'storage_type': 'str',
57
+ 'extend_times': 'int',
58
+ 'ipv6_enable': 'bool',
59
+ 'support_features': 'str',
60
+ 'disk_encrypted': 'bool',
61
+ 'ces_version': 'str',
62
+ 'node_num': 'int',
63
+ 'new_spec_billing_enable': 'bool',
64
+ 'enable_acl': 'bool',
65
+ 'broker_num': 'int',
66
+ 'dns_enable': 'bool',
67
+ 'namesrv_address': 'str',
68
+ 'namesrv_domain_name': 'str',
69
+ 'broker_address': 'str',
70
+ 'public_namesrv_address': 'str',
71
+ 'public_namesrv_domain_name': 'str',
72
+ 'public_broker_address': 'str',
73
+ 'grpc_address': 'str',
74
+ 'grpc_domain_name': 'str',
75
+ 'public_grpc_address': 'str',
76
+ 'public_grpc_domain_name': 'str',
77
+ 'enterprise_project_id': 'str',
78
+ 'tags': 'list[TagEntity]',
79
+ 'total_storage_space': 'int',
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'
86
+ }
87
+
88
+ attribute_map = {
89
+ 'name': 'name',
90
+ 'engine': 'engine',
91
+ 'status': 'status',
92
+ 'description': 'description',
93
+ 'type': 'type',
94
+ 'specification': 'specification',
95
+ 'engine_version': 'engine_version',
96
+ 'instance_id': 'instance_id',
97
+ 'charging_mode': 'charging_mode',
98
+ 'vpc_id': 'vpc_id',
99
+ 'vpc_name': 'vpc_name',
100
+ 'created_at': 'created_at',
101
+ 'product_id': 'product_id',
102
+ 'security_group_id': 'security_group_id',
103
+ 'security_group_name': 'security_group_name',
104
+ 'subnet_id': 'subnet_id',
105
+ 'subnet_name': 'subnet_name',
106
+ 'subnet_cidr': 'subnet_cidr',
107
+ 'available_zones': 'available_zones',
108
+ 'available_zone_names': 'available_zone_names',
109
+ 'user_id': 'user_id',
110
+ 'user_name': 'user_name',
111
+ 'maintain_begin': 'maintain_begin',
112
+ 'maintain_end': 'maintain_end',
113
+ 'enable_log_collection': 'enable_log_collection',
114
+ 'storage_space': 'storage_space',
115
+ 'used_storage_space': 'used_storage_space',
116
+ 'enable_publicip': 'enable_publicip',
117
+ 'publicip_id': 'publicip_id',
118
+ 'publicip_address': 'publicip_address',
119
+ 'ssl_enable': 'ssl_enable',
120
+ 'cross_vpc_info': 'cross_vpc_info',
121
+ 'storage_resource_id': 'storage_resource_id',
122
+ 'storage_spec_code': 'storage_spec_code',
123
+ 'service_type': 'service_type',
124
+ 'storage_type': 'storage_type',
125
+ 'extend_times': 'extend_times',
126
+ 'ipv6_enable': 'ipv6_enable',
127
+ 'support_features': 'support_features',
128
+ 'disk_encrypted': 'disk_encrypted',
129
+ 'ces_version': 'ces_version',
130
+ 'node_num': 'node_num',
131
+ 'new_spec_billing_enable': 'new_spec_billing_enable',
132
+ 'enable_acl': 'enable_acl',
133
+ 'broker_num': 'broker_num',
134
+ 'dns_enable': 'dns_enable',
135
+ 'namesrv_address': 'namesrv_address',
136
+ 'namesrv_domain_name': 'namesrv_domain_name',
137
+ 'broker_address': 'broker_address',
138
+ 'public_namesrv_address': 'public_namesrv_address',
139
+ 'public_namesrv_domain_name': 'public_namesrv_domain_name',
140
+ 'public_broker_address': 'public_broker_address',
141
+ 'grpc_address': 'grpc_address',
142
+ 'grpc_domain_name': 'grpc_domain_name',
143
+ 'public_grpc_address': 'public_grpc_address',
144
+ 'public_grpc_domain_name': 'public_grpc_domain_name',
145
+ 'enterprise_project_id': 'enterprise_project_id',
146
+ 'tags': 'tags',
147
+ 'total_storage_space': 'total_storage_space',
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'
154
+ }
155
+
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):
157
+ r"""ShowInstanceResponse
158
+
159
+ The model defined in huaweicloud sdk
160
+
161
+ :param name: **参数解释**: 实例名称。 **取值范围**: 不涉及。
162
+ :type name: str
163
+ :param engine: **参数解释**: 消息引擎。 **取值范围**: 不涉及。
164
+ :type engine: str
165
+ :param status: **参数解释**: 状态。 **取值范围**: 不涉及。
166
+ :type status: str
167
+ :param description: **参数解释**: 消息描述。 **取值范围**: 不涉及。
168
+ :type description: str
169
+ :param type: **参数解释**: 实例类型。 **取值范围**: - single:单机。 - cluster:集群。
170
+ :type type: str
171
+ :param specification: **参数解释**: 实例规格。 **取值范围**: 不涉及。
172
+ :type specification: str
173
+ :param engine_version: **参数解释**: 实例版本。 **取值范围**: 不涉及。
174
+ :type engine_version: str
175
+ :param instance_id: **参数解释**: 实例ID。 **取值范围**: 不涉及。
176
+ :type instance_id: str
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)
178
+ :type charging_mode: int
179
+ :param vpc_id: **参数解释**: 私有云ID。 **取值范围**: 不涉及。
180
+ :type vpc_id: str
181
+ :param vpc_name: **参数解释**: 私有云名称。 **取值范围**: 不涉及。
182
+ :type vpc_name: str
183
+ :param created_at: **参数解释**: 完成创建时间。 格式为时间戳,指从格林威治时间1970年01月01日00时00分00秒起至指定时间的偏差总毫秒数。 **取值范围**: 不涉及。
184
+ :type created_at: str
185
+ :param product_id: **参数解释**: 产品标识。 **取值范围**: 不涉及。
186
+ :type product_id: str
187
+ :param security_group_id: **参数解释**: 安全组ID。 **取值范围**: 不涉及。
188
+ :type security_group_id: str
189
+ :param security_group_name: **参数解释**: 安全组名称。 **取值范围**: 不涉及。
190
+ :type security_group_name: str
191
+ :param subnet_id: **参数解释**: 子网ID。 **取值范围**: 不涉及。
192
+ :type subnet_id: str
193
+ :param subnet_name: **参数解释**: 子网名称。 **取值范围**: 不涉及。
194
+ :type subnet_name: str
195
+ :param subnet_cidr: **参数解释**: 子网路由(仅RocketMQ 5.x版本会显示此字段)。 **取值范围**: 不涉及。
196
+ :type subnet_cidr: str
197
+ :param available_zones: **参数解释**: 可用区ID列表。 **取值范围**: 不涉及。
198
+ :type available_zones: list[str]
199
+ :param available_zone_names: **参数解释**: 可用区名称列表。
200
+ :type available_zone_names: list[str]
201
+ :param user_id: **参数解释**: 用户ID。 **取值范围**: 不涉及。
202
+ :type user_id: str
203
+ :param user_name: **参数解释**: 用户名。 **取值范围**: 不涉及。
204
+ :type user_name: str
205
+ :param maintain_begin: **参数解释**: 维护时间窗开始时间,格式为HH:mm:ss。 **取值范围**: 不涉及。
206
+ :type maintain_begin: str
207
+ :param maintain_end: **参数解释**: 维护时间窗结束时间,格式为HH:mm:ss。 **取值范围**: 不涉及。
208
+ :type maintain_end: str
209
+ :param enable_log_collection: **参数解释**: 是否开启消息收集功能。 **取值范围**: - true:开启。 - false:不开启。
210
+ :type enable_log_collection: bool
211
+ :param storage_space: **参数解释**: 存储空间,单位:GB。 **取值范围**: 不涉及。
212
+ :type storage_space: int
213
+ :param used_storage_space: **参数解释**: 已用消息存储空间,单位:GB。 **取值范围**: 不涉及。
214
+ :type used_storage_space: int
215
+ :param enable_publicip: **参数解释**: 是否开启公网。 **取值范围**: - true:开启。 - false:不开启。
216
+ :type enable_publicip: bool
217
+ :param publicip_id: **参数解释**: 实例绑定的弹性IP地址的ID。 以英文逗号隔开多个弹性IP地址的ID。 如果开启了公网访问功能(即enable_publicip为true),该字段为必选。 **取值范围**: 不涉及。
218
+ :type publicip_id: str
219
+ :param publicip_address: **参数解释**: 公网IP地址。 **取值范围**: 不涉及。
220
+ :type publicip_address: str
221
+ :param ssl_enable: **参数解释**: 是否开启SSL。 **取值范围**: - true:开启。 - false:未开启。
222
+ :type ssl_enable: bool
223
+ :param cross_vpc_info: **参数解释**: 跨VPC访问信息。 **取值范围**: 不涉及。
224
+ :type cross_vpc_info: str
225
+ :param storage_resource_id: **参数解释**: 存储资源ID。 **取值范围**: 不涉及。
226
+ :type storage_resource_id: str
227
+ :param storage_spec_code: **参数解释**: 存储规格代码。 **取值范围**: 不涉及。
228
+ :type storage_spec_code: str
229
+ :param service_type: **参数解释**: 服务类型。 **取值范围**: 不涉及。
230
+ :type service_type: str
231
+ :param storage_type: **参数解释**: 存储类型。 **取值范围**: 不涉及。
232
+ :type storage_type: str
233
+ :param extend_times: **参数解释**: 扩展时间。 **取值范围**: 不涉及。
234
+ :type extend_times: int
235
+ :param ipv6_enable: **参数解释**: 是否开启IPv6。 **取值范围**: - true:开启。 - false:未开启。
236
+ :type ipv6_enable: bool
237
+ :param support_features: **参数解释**: 实例支持的特性功能。 **取值范围**: 不涉及。
238
+ :type support_features: str
239
+ :param disk_encrypted: **参数解释**: 是否开启磁盘加密。 **取值范围**: - true:开启。 - false:不开启。
240
+ :type disk_encrypted: bool
241
+ :param ces_version: **参数解释**: 云监控版本。 **取值范围**: 不涉及。
242
+ :type ces_version: str
243
+ :param node_num: **参数解释**: 节点数。 **取值范围**: 不涉及。
244
+ :type node_num: int
245
+ :param new_spec_billing_enable: **参数解释**: 是否启用新规格计费。 **取值范围**: - true:开启。 - false:未开启。
246
+ :type new_spec_billing_enable: bool
247
+ :param enable_acl: **参数解释**: 是否开启访问控制列表。 **取值范围**: - true:开启。 - false:未开启。
248
+ :type enable_acl: bool
249
+ :param broker_num: **参数解释**: Broker节点数(仅RocketMQ 4.8.0版本会显示此字段)。 **取值范围**: 不涉及。
250
+ :type broker_num: int
251
+ :param dns_enable: **参数解释**: 实例是否开启域名访问功能。 **取值范围**: - true:开启。 - false:未开启。
252
+ :type dns_enable: bool
253
+ :param namesrv_address: **参数解释**: 元数据地址。 **取值范围**: 不涉及。
254
+ :type namesrv_address: str
255
+ :param namesrv_domain_name: **参数解释**: 元数据域名。 **取值范围**: 不涉及。
256
+ :type namesrv_domain_name: str
257
+ :param broker_address: **参数解释**: 业务数据地址。 **取值范围**: 不涉及。
258
+ :type broker_address: str
259
+ :param public_namesrv_address: **参数解释**: 公网元数据地址。 **取值范围**: 不涉及。
260
+ :type public_namesrv_address: str
261
+ :param public_namesrv_domain_name: **参数解释**: 公网元数据域名。 **取值范围**: 不涉及。
262
+ :type public_namesrv_domain_name: str
263
+ :param public_broker_address: **参数解释**: 公网业务数据地址。 **取值范围**: 不涉及。
264
+ :type public_broker_address: str
265
+ :param grpc_address: **参数解释**: grpc连接地址(仅RocketMQ 5.x版本会显示此字段)。 **取值范围**: 不涉及。
266
+ :type grpc_address: str
267
+ :param grpc_domain_name: **参数解释**: grpc连接域名(仅RocketMQ 5.x版本会显示此字段)。 **取值范围**: 不涉及。
268
+ :type grpc_domain_name: str
269
+ :param public_grpc_address: **参数解释**: 公网grpc连接地址(仅RocketMQ 5.x版本会显示此字段)。 **取值范围**: 不涉及。
270
+ :type public_grpc_address: str
271
+ :param public_grpc_domain_name: **参数解释**: 公网grpc连接域名(仅RocketMQ 5.x版本会显示此字段)。 **取值范围**: 不涉及。
272
+ :type public_grpc_domain_name: str
273
+ :param enterprise_project_id: **参数解释**: 企业项目ID。 **取值范围**: 不涉及。
274
+ :type enterprise_project_id: str
275
+ :param tags: **参数解释**: 标签列表。 **取值范围**: 不涉及。
276
+ :type tags: list[:class:`huaweicloudsdkrocketmq.v2.TagEntity`]
277
+ :param total_storage_space: **参数解释**: 总存储空间。 **取值范围**: 不涉及。
278
+ :type total_storage_space: int
279
+ :param resource_spec_code: **参数解释**: 资源规格。 **取值范围**: 不涉及。
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
291
+ """
292
+
293
+ super(ShowInstanceResponse, self).__init__()
294
+
295
+ self._name = None
296
+ self._engine = None
297
+ self._status = None
298
+ self._description = None
299
+ self._type = None
300
+ self._specification = None
301
+ self._engine_version = None
302
+ self._instance_id = None
303
+ self._charging_mode = None
304
+ self._vpc_id = None
305
+ self._vpc_name = None
306
+ self._created_at = None
307
+ self._product_id = None
308
+ self._security_group_id = None
309
+ self._security_group_name = None
310
+ self._subnet_id = None
311
+ self._subnet_name = None
312
+ self._subnet_cidr = None
313
+ self._available_zones = None
314
+ self._available_zone_names = None
315
+ self._user_id = None
316
+ self._user_name = None
317
+ self._maintain_begin = None
318
+ self._maintain_end = None
319
+ self._enable_log_collection = None
320
+ self._storage_space = None
321
+ self._used_storage_space = None
322
+ self._enable_publicip = None
323
+ self._publicip_id = None
324
+ self._publicip_address = None
325
+ self._ssl_enable = None
326
+ self._cross_vpc_info = None
327
+ self._storage_resource_id = None
328
+ self._storage_spec_code = None
329
+ self._service_type = None
330
+ self._storage_type = None
331
+ self._extend_times = None
332
+ self._ipv6_enable = None
333
+ self._support_features = None
334
+ self._disk_encrypted = None
335
+ self._ces_version = None
336
+ self._node_num = None
337
+ self._new_spec_billing_enable = None
338
+ self._enable_acl = None
339
+ self._broker_num = None
340
+ self._dns_enable = None
341
+ self._namesrv_address = None
342
+ self._namesrv_domain_name = None
343
+ self._broker_address = None
344
+ self._public_namesrv_address = None
345
+ self._public_namesrv_domain_name = None
346
+ self._public_broker_address = None
347
+ self._grpc_address = None
348
+ self._grpc_domain_name = None
349
+ self._public_grpc_address = None
350
+ self._public_grpc_domain_name = None
351
+ self._enterprise_project_id = None
352
+ self._tags = None
353
+ self._total_storage_space = None
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
360
+ self.discriminator = None
361
+
362
+ if name is not None:
363
+ self.name = name
364
+ if engine is not None:
365
+ self.engine = engine
366
+ if status is not None:
367
+ self.status = status
368
+ if description is not None:
369
+ self.description = description
370
+ if type is not None:
371
+ self.type = type
372
+ if specification is not None:
373
+ self.specification = specification
374
+ if engine_version is not None:
375
+ self.engine_version = engine_version
376
+ if instance_id is not None:
377
+ self.instance_id = instance_id
378
+ if charging_mode is not None:
379
+ self.charging_mode = charging_mode
380
+ if vpc_id is not None:
381
+ self.vpc_id = vpc_id
382
+ if vpc_name is not None:
383
+ self.vpc_name = vpc_name
384
+ if created_at is not None:
385
+ self.created_at = created_at
386
+ if product_id is not None:
387
+ self.product_id = product_id
388
+ if security_group_id is not None:
389
+ self.security_group_id = security_group_id
390
+ if security_group_name is not None:
391
+ self.security_group_name = security_group_name
392
+ if subnet_id is not None:
393
+ self.subnet_id = subnet_id
394
+ if subnet_name is not None:
395
+ self.subnet_name = subnet_name
396
+ if subnet_cidr is not None:
397
+ self.subnet_cidr = subnet_cidr
398
+ if available_zones is not None:
399
+ self.available_zones = available_zones
400
+ if available_zone_names is not None:
401
+ self.available_zone_names = available_zone_names
402
+ if user_id is not None:
403
+ self.user_id = user_id
404
+ if user_name is not None:
405
+ self.user_name = user_name
406
+ if maintain_begin is not None:
407
+ self.maintain_begin = maintain_begin
408
+ if maintain_end is not None:
409
+ self.maintain_end = maintain_end
410
+ if enable_log_collection is not None:
411
+ self.enable_log_collection = enable_log_collection
412
+ if storage_space is not None:
413
+ self.storage_space = storage_space
414
+ if used_storage_space is not None:
415
+ self.used_storage_space = used_storage_space
416
+ if enable_publicip is not None:
417
+ self.enable_publicip = enable_publicip
418
+ if publicip_id is not None:
419
+ self.publicip_id = publicip_id
420
+ if publicip_address is not None:
421
+ self.publicip_address = publicip_address
422
+ if ssl_enable is not None:
423
+ self.ssl_enable = ssl_enable
424
+ if cross_vpc_info is not None:
425
+ self.cross_vpc_info = cross_vpc_info
426
+ if storage_resource_id is not None:
427
+ self.storage_resource_id = storage_resource_id
428
+ if storage_spec_code is not None:
429
+ self.storage_spec_code = storage_spec_code
430
+ if service_type is not None:
431
+ self.service_type = service_type
432
+ if storage_type is not None:
433
+ self.storage_type = storage_type
434
+ if extend_times is not None:
435
+ self.extend_times = extend_times
436
+ if ipv6_enable is not None:
437
+ self.ipv6_enable = ipv6_enable
438
+ if support_features is not None:
439
+ self.support_features = support_features
440
+ if disk_encrypted is not None:
441
+ self.disk_encrypted = disk_encrypted
442
+ if ces_version is not None:
443
+ self.ces_version = ces_version
444
+ if node_num is not None:
445
+ self.node_num = node_num
446
+ if new_spec_billing_enable is not None:
447
+ self.new_spec_billing_enable = new_spec_billing_enable
448
+ if enable_acl is not None:
449
+ self.enable_acl = enable_acl
450
+ if broker_num is not None:
451
+ self.broker_num = broker_num
452
+ if dns_enable is not None:
453
+ self.dns_enable = dns_enable
454
+ if namesrv_address is not None:
455
+ self.namesrv_address = namesrv_address
456
+ if namesrv_domain_name is not None:
457
+ self.namesrv_domain_name = namesrv_domain_name
458
+ if broker_address is not None:
459
+ self.broker_address = broker_address
460
+ if public_namesrv_address is not None:
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
464
+ if public_broker_address is not None:
465
+ self.public_broker_address = public_broker_address
466
+ if grpc_address is not None:
467
+ self.grpc_address = grpc_address
468
+ if grpc_domain_name is not None:
469
+ self.grpc_domain_name = grpc_domain_name
470
+ if public_grpc_address is not None:
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
474
+ if enterprise_project_id is not None:
475
+ self.enterprise_project_id = enterprise_project_id
476
+ if tags is not None:
477
+ self.tags = tags
478
+ if total_storage_space is not None:
479
+ self.total_storage_space = total_storage_space
480
+ if resource_spec_code is not None:
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
492
+
493
+ @property
494
+ def name(self):
495
+ r"""Gets the name of this ShowInstanceResponse.
496
+
497
+ **参数解释**: 实例名称。 **取值范围**: 不涉及。
498
+
499
+ :return: The name of this ShowInstanceResponse.
500
+ :rtype: str
501
+ """
502
+ return self._name
503
+
504
+ @name.setter
505
+ def name(self, name):
506
+ r"""Sets the name of this ShowInstanceResponse.
507
+
508
+ **参数解释**: 实例名称。 **取值范围**: 不涉及。
509
+
510
+ :param name: The name of this ShowInstanceResponse.
511
+ :type name: str
512
+ """
513
+ self._name = name
514
+
515
+ @property
516
+ def engine(self):
517
+ r"""Gets the engine of this ShowInstanceResponse.
518
+
519
+ **参数解释**: 消息引擎。 **取值范围**: 不涉及。
520
+
521
+ :return: The engine of this ShowInstanceResponse.
522
+ :rtype: str
523
+ """
524
+ return self._engine
525
+
526
+ @engine.setter
527
+ def engine(self, engine):
528
+ r"""Sets the engine of this ShowInstanceResponse.
529
+
530
+ **参数解释**: 消息引擎。 **取值范围**: 不涉及。
531
+
532
+ :param engine: The engine of this ShowInstanceResponse.
533
+ :type engine: str
534
+ """
535
+ self._engine = engine
536
+
537
+ @property
538
+ def status(self):
539
+ r"""Gets the status of this ShowInstanceResponse.
540
+
541
+ **参数解释**: 状态。 **取值范围**: 不涉及。
542
+
543
+ :return: The status of this ShowInstanceResponse.
544
+ :rtype: str
545
+ """
546
+ return self._status
547
+
548
+ @status.setter
549
+ def status(self, status):
550
+ r"""Sets the status of this ShowInstanceResponse.
551
+
552
+ **参数解释**: 状态。 **取值范围**: 不涉及。
553
+
554
+ :param status: The status of this ShowInstanceResponse.
555
+ :type status: str
556
+ """
557
+ self._status = status
558
+
559
+ @property
560
+ def description(self):
561
+ r"""Gets the description of this ShowInstanceResponse.
562
+
563
+ **参数解释**: 消息描述。 **取值范围**: 不涉及。
564
+
565
+ :return: The description of this ShowInstanceResponse.
566
+ :rtype: str
567
+ """
568
+ return self._description
569
+
570
+ @description.setter
571
+ def description(self, description):
572
+ r"""Sets the description of this ShowInstanceResponse.
573
+
574
+ **参数解释**: 消息描述。 **取值范围**: 不涉及。
575
+
576
+ :param description: The description of this ShowInstanceResponse.
577
+ :type description: str
578
+ """
579
+ self._description = description
580
+
581
+ @property
582
+ def type(self):
583
+ r"""Gets the type of this ShowInstanceResponse.
584
+
585
+ **参数解释**: 实例类型。 **取值范围**: - single:单机。 - cluster:集群。
586
+
587
+ :return: The type of this ShowInstanceResponse.
588
+ :rtype: str
589
+ """
590
+ return self._type
591
+
592
+ @type.setter
593
+ def type(self, type):
594
+ r"""Sets the type of this ShowInstanceResponse.
595
+
596
+ **参数解释**: 实例类型。 **取值范围**: - single:单机。 - cluster:集群。
597
+
598
+ :param type: The type of this ShowInstanceResponse.
599
+ :type type: str
600
+ """
601
+ self._type = type
602
+
603
+ @property
604
+ def specification(self):
605
+ r"""Gets the specification of this ShowInstanceResponse.
606
+
607
+ **参数解释**: 实例规格。 **取值范围**: 不涉及。
608
+
609
+ :return: The specification of this ShowInstanceResponse.
610
+ :rtype: str
611
+ """
612
+ return self._specification
613
+
614
+ @specification.setter
615
+ def specification(self, specification):
616
+ r"""Sets the specification of this ShowInstanceResponse.
617
+
618
+ **参数解释**: 实例规格。 **取值范围**: 不涉及。
619
+
620
+ :param specification: The specification of this ShowInstanceResponse.
621
+ :type specification: str
622
+ """
623
+ self._specification = specification
624
+
625
+ @property
626
+ def engine_version(self):
627
+ r"""Gets the engine_version of this ShowInstanceResponse.
628
+
629
+ **参数解释**: 实例版本。 **取值范围**: 不涉及。
630
+
631
+ :return: The engine_version of this ShowInstanceResponse.
632
+ :rtype: str
633
+ """
634
+ return self._engine_version
635
+
636
+ @engine_version.setter
637
+ def engine_version(self, engine_version):
638
+ r"""Sets the engine_version of this ShowInstanceResponse.
639
+
640
+ **参数解释**: 实例版本。 **取值范围**: 不涉及。
641
+
642
+ :param engine_version: The engine_version of this ShowInstanceResponse.
643
+ :type engine_version: str
644
+ """
645
+ self._engine_version = engine_version
646
+
647
+ @property
648
+ def instance_id(self):
649
+ r"""Gets the instance_id of this ShowInstanceResponse.
650
+
651
+ **参数解释**: 实例ID。 **取值范围**: 不涉及。
652
+
653
+ :return: The instance_id of this ShowInstanceResponse.
654
+ :rtype: str
655
+ """
656
+ return self._instance_id
657
+
658
+ @instance_id.setter
659
+ def instance_id(self, instance_id):
660
+ r"""Sets the instance_id of this ShowInstanceResponse.
661
+
662
+ **参数解释**: 实例ID。 **取值范围**: 不涉及。
663
+
664
+ :param instance_id: The instance_id of this ShowInstanceResponse.
665
+ :type instance_id: str
666
+ """
667
+ self._instance_id = instance_id
668
+
669
+ @property
670
+ def charging_mode(self):
671
+ r"""Gets the charging_mode of this ShowInstanceResponse.
672
+
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)
674
+
675
+ :return: The charging_mode of this ShowInstanceResponse.
676
+ :rtype: int
677
+ """
678
+ return self._charging_mode
679
+
680
+ @charging_mode.setter
681
+ def charging_mode(self, charging_mode):
682
+ r"""Sets the charging_mode of this ShowInstanceResponse.
683
+
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)
685
+
686
+ :param charging_mode: The charging_mode of this ShowInstanceResponse.
687
+ :type charging_mode: int
688
+ """
689
+ self._charging_mode = charging_mode
690
+
691
+ @property
692
+ def vpc_id(self):
693
+ r"""Gets the vpc_id of this ShowInstanceResponse.
694
+
695
+ **参数解释**: 私有云ID。 **取值范围**: 不涉及。
696
+
697
+ :return: The vpc_id of this ShowInstanceResponse.
698
+ :rtype: str
699
+ """
700
+ return self._vpc_id
701
+
702
+ @vpc_id.setter
703
+ def vpc_id(self, vpc_id):
704
+ r"""Sets the vpc_id of this ShowInstanceResponse.
705
+
706
+ **参数解释**: 私有云ID。 **取值范围**: 不涉及。
707
+
708
+ :param vpc_id: The vpc_id of this ShowInstanceResponse.
709
+ :type vpc_id: str
710
+ """
711
+ self._vpc_id = vpc_id
712
+
713
+ @property
714
+ def vpc_name(self):
715
+ r"""Gets the vpc_name of this ShowInstanceResponse.
716
+
717
+ **参数解释**: 私有云名称。 **取值范围**: 不涉及。
718
+
719
+ :return: The vpc_name of this ShowInstanceResponse.
720
+ :rtype: str
721
+ """
722
+ return self._vpc_name
723
+
724
+ @vpc_name.setter
725
+ def vpc_name(self, vpc_name):
726
+ r"""Sets the vpc_name of this ShowInstanceResponse.
727
+
728
+ **参数解释**: 私有云名称。 **取值范围**: 不涉及。
729
+
730
+ :param vpc_name: The vpc_name of this ShowInstanceResponse.
731
+ :type vpc_name: str
732
+ """
733
+ self._vpc_name = vpc_name
734
+
735
+ @property
736
+ def created_at(self):
737
+ r"""Gets the created_at of this ShowInstanceResponse.
738
+
739
+ **参数解释**: 完成创建时间。 格式为时间戳,指从格林威治时间1970年01月01日00时00分00秒起至指定时间的偏差总毫秒数。 **取值范围**: 不涉及。
740
+
741
+ :return: The created_at of this ShowInstanceResponse.
742
+ :rtype: str
743
+ """
744
+ return self._created_at
745
+
746
+ @created_at.setter
747
+ def created_at(self, created_at):
748
+ r"""Sets the created_at of this ShowInstanceResponse.
749
+
750
+ **参数解释**: 完成创建时间。 格式为时间戳,指从格林威治时间1970年01月01日00时00分00秒起至指定时间的偏差总毫秒数。 **取值范围**: 不涉及。
751
+
752
+ :param created_at: The created_at of this ShowInstanceResponse.
753
+ :type created_at: str
754
+ """
755
+ self._created_at = created_at
756
+
757
+ @property
758
+ def product_id(self):
759
+ r"""Gets the product_id of this ShowInstanceResponse.
760
+
761
+ **参数解释**: 产品标识。 **取值范围**: 不涉及。
762
+
763
+ :return: The product_id of this ShowInstanceResponse.
764
+ :rtype: str
765
+ """
766
+ return self._product_id
767
+
768
+ @product_id.setter
769
+ def product_id(self, product_id):
770
+ r"""Sets the product_id of this ShowInstanceResponse.
771
+
772
+ **参数解释**: 产品标识。 **取值范围**: 不涉及。
773
+
774
+ :param product_id: The product_id of this ShowInstanceResponse.
775
+ :type product_id: str
776
+ """
777
+ self._product_id = product_id
778
+
779
+ @property
780
+ def security_group_id(self):
781
+ r"""Gets the security_group_id of this ShowInstanceResponse.
782
+
783
+ **参数解释**: 安全组ID。 **取值范围**: 不涉及。
784
+
785
+ :return: The security_group_id of this ShowInstanceResponse.
786
+ :rtype: str
787
+ """
788
+ return self._security_group_id
789
+
790
+ @security_group_id.setter
791
+ def security_group_id(self, security_group_id):
792
+ r"""Sets the security_group_id of this ShowInstanceResponse.
793
+
794
+ **参数解释**: 安全组ID。 **取值范围**: 不涉及。
795
+
796
+ :param security_group_id: The security_group_id of this ShowInstanceResponse.
797
+ :type security_group_id: str
798
+ """
799
+ self._security_group_id = security_group_id
800
+
801
+ @property
802
+ def security_group_name(self):
803
+ r"""Gets the security_group_name of this ShowInstanceResponse.
804
+
805
+ **参数解释**: 安全组名称。 **取值范围**: 不涉及。
806
+
807
+ :return: The security_group_name of this ShowInstanceResponse.
808
+ :rtype: str
809
+ """
810
+ return self._security_group_name
811
+
812
+ @security_group_name.setter
813
+ def security_group_name(self, security_group_name):
814
+ r"""Sets the security_group_name of this ShowInstanceResponse.
815
+
816
+ **参数解释**: 安全组名称。 **取值范围**: 不涉及。
817
+
818
+ :param security_group_name: The security_group_name of this ShowInstanceResponse.
819
+ :type security_group_name: str
820
+ """
821
+ self._security_group_name = security_group_name
822
+
823
+ @property
824
+ def subnet_id(self):
825
+ r"""Gets the subnet_id of this ShowInstanceResponse.
826
+
827
+ **参数解释**: 子网ID。 **取值范围**: 不涉及。
828
+
829
+ :return: The subnet_id of this ShowInstanceResponse.
830
+ :rtype: str
831
+ """
832
+ return self._subnet_id
833
+
834
+ @subnet_id.setter
835
+ def subnet_id(self, subnet_id):
836
+ r"""Sets the subnet_id of this ShowInstanceResponse.
837
+
838
+ **参数解释**: 子网ID。 **取值范围**: 不涉及。
839
+
840
+ :param subnet_id: The subnet_id of this ShowInstanceResponse.
841
+ :type subnet_id: str
842
+ """
843
+ self._subnet_id = subnet_id
844
+
845
+ @property
846
+ def subnet_name(self):
847
+ r"""Gets the subnet_name of this ShowInstanceResponse.
848
+
849
+ **参数解释**: 子网名称。 **取值范围**: 不涉及。
850
+
851
+ :return: The subnet_name of this ShowInstanceResponse.
852
+ :rtype: str
853
+ """
854
+ return self._subnet_name
855
+
856
+ @subnet_name.setter
857
+ def subnet_name(self, subnet_name):
858
+ r"""Sets the subnet_name of this ShowInstanceResponse.
859
+
860
+ **参数解释**: 子网名称。 **取值范围**: 不涉及。
861
+
862
+ :param subnet_name: The subnet_name of this ShowInstanceResponse.
863
+ :type subnet_name: str
864
+ """
865
+ self._subnet_name = subnet_name
866
+
867
+ @property
868
+ def subnet_cidr(self):
869
+ r"""Gets the subnet_cidr of this ShowInstanceResponse.
870
+
871
+ **参数解释**: 子网路由(仅RocketMQ 5.x版本会显示此字段)。 **取值范围**: 不涉及。
872
+
873
+ :return: The subnet_cidr of this ShowInstanceResponse.
874
+ :rtype: str
875
+ """
876
+ return self._subnet_cidr
877
+
878
+ @subnet_cidr.setter
879
+ def subnet_cidr(self, subnet_cidr):
880
+ r"""Sets the subnet_cidr of this ShowInstanceResponse.
881
+
882
+ **参数解释**: 子网路由(仅RocketMQ 5.x版本会显示此字段)。 **取值范围**: 不涉及。
883
+
884
+ :param subnet_cidr: The subnet_cidr of this ShowInstanceResponse.
885
+ :type subnet_cidr: str
886
+ """
887
+ self._subnet_cidr = subnet_cidr
888
+
889
+ @property
890
+ def available_zones(self):
891
+ r"""Gets the available_zones of this ShowInstanceResponse.
892
+
893
+ **参数解释**: 可用区ID列表。 **取值范围**: 不涉及。
894
+
895
+ :return: The available_zones of this ShowInstanceResponse.
896
+ :rtype: list[str]
897
+ """
898
+ return self._available_zones
899
+
900
+ @available_zones.setter
901
+ def available_zones(self, available_zones):
902
+ r"""Sets the available_zones of this ShowInstanceResponse.
903
+
904
+ **参数解释**: 可用区ID列表。 **取值范围**: 不涉及。
905
+
906
+ :param available_zones: The available_zones of this ShowInstanceResponse.
907
+ :type available_zones: list[str]
908
+ """
909
+ self._available_zones = available_zones
910
+
911
+ @property
912
+ def available_zone_names(self):
913
+ r"""Gets the available_zone_names of this ShowInstanceResponse.
914
+
915
+ **参数解释**: 可用区名称列表。
916
+
917
+ :return: The available_zone_names of this ShowInstanceResponse.
918
+ :rtype: list[str]
919
+ """
920
+ return self._available_zone_names
921
+
922
+ @available_zone_names.setter
923
+ def available_zone_names(self, available_zone_names):
924
+ r"""Sets the available_zone_names of this ShowInstanceResponse.
925
+
926
+ **参数解释**: 可用区名称列表。
927
+
928
+ :param available_zone_names: The available_zone_names of this ShowInstanceResponse.
929
+ :type available_zone_names: list[str]
930
+ """
931
+ self._available_zone_names = available_zone_names
932
+
933
+ @property
934
+ def user_id(self):
935
+ r"""Gets the user_id of this ShowInstanceResponse.
936
+
937
+ **参数解释**: 用户ID。 **取值范围**: 不涉及。
938
+
939
+ :return: The user_id of this ShowInstanceResponse.
940
+ :rtype: str
941
+ """
942
+ return self._user_id
943
+
944
+ @user_id.setter
945
+ def user_id(self, user_id):
946
+ r"""Sets the user_id of this ShowInstanceResponse.
947
+
948
+ **参数解释**: 用户ID。 **取值范围**: 不涉及。
949
+
950
+ :param user_id: The user_id of this ShowInstanceResponse.
951
+ :type user_id: str
952
+ """
953
+ self._user_id = user_id
954
+
955
+ @property
956
+ def user_name(self):
957
+ r"""Gets the user_name of this ShowInstanceResponse.
958
+
959
+ **参数解释**: 用户名。 **取值范围**: 不涉及。
960
+
961
+ :return: The user_name of this ShowInstanceResponse.
962
+ :rtype: str
963
+ """
964
+ return self._user_name
965
+
966
+ @user_name.setter
967
+ def user_name(self, user_name):
968
+ r"""Sets the user_name of this ShowInstanceResponse.
969
+
970
+ **参数解释**: 用户名。 **取值范围**: 不涉及。
971
+
972
+ :param user_name: The user_name of this ShowInstanceResponse.
973
+ :type user_name: str
974
+ """
975
+ self._user_name = user_name
976
+
977
+ @property
978
+ def maintain_begin(self):
979
+ r"""Gets the maintain_begin of this ShowInstanceResponse.
980
+
981
+ **参数解释**: 维护时间窗开始时间,格式为HH:mm:ss。 **取值范围**: 不涉及。
982
+
983
+ :return: The maintain_begin of this ShowInstanceResponse.
984
+ :rtype: str
985
+ """
986
+ return self._maintain_begin
987
+
988
+ @maintain_begin.setter
989
+ def maintain_begin(self, maintain_begin):
990
+ r"""Sets the maintain_begin of this ShowInstanceResponse.
991
+
992
+ **参数解释**: 维护时间窗开始时间,格式为HH:mm:ss。 **取值范围**: 不涉及。
993
+
994
+ :param maintain_begin: The maintain_begin of this ShowInstanceResponse.
995
+ :type maintain_begin: str
996
+ """
997
+ self._maintain_begin = maintain_begin
998
+
999
+ @property
1000
+ def maintain_end(self):
1001
+ r"""Gets the maintain_end of this ShowInstanceResponse.
1002
+
1003
+ **参数解释**: 维护时间窗结束时间,格式为HH:mm:ss。 **取值范围**: 不涉及。
1004
+
1005
+ :return: The maintain_end of this ShowInstanceResponse.
1006
+ :rtype: str
1007
+ """
1008
+ return self._maintain_end
1009
+
1010
+ @maintain_end.setter
1011
+ def maintain_end(self, maintain_end):
1012
+ r"""Sets the maintain_end of this ShowInstanceResponse.
1013
+
1014
+ **参数解释**: 维护时间窗结束时间,格式为HH:mm:ss。 **取值范围**: 不涉及。
1015
+
1016
+ :param maintain_end: The maintain_end of this ShowInstanceResponse.
1017
+ :type maintain_end: str
1018
+ """
1019
+ self._maintain_end = maintain_end
1020
+
1021
+ @property
1022
+ def enable_log_collection(self):
1023
+ r"""Gets the enable_log_collection of this ShowInstanceResponse.
1024
+
1025
+ **参数解释**: 是否开启消息收集功能。 **取值范围**: - true:开启。 - false:不开启。
1026
+
1027
+ :return: The enable_log_collection of this ShowInstanceResponse.
1028
+ :rtype: bool
1029
+ """
1030
+ return self._enable_log_collection
1031
+
1032
+ @enable_log_collection.setter
1033
+ def enable_log_collection(self, enable_log_collection):
1034
+ r"""Sets the enable_log_collection of this ShowInstanceResponse.
1035
+
1036
+ **参数解释**: 是否开启消息收集功能。 **取值范围**: - true:开启。 - false:不开启。
1037
+
1038
+ :param enable_log_collection: The enable_log_collection of this ShowInstanceResponse.
1039
+ :type enable_log_collection: bool
1040
+ """
1041
+ self._enable_log_collection = enable_log_collection
1042
+
1043
+ @property
1044
+ def storage_space(self):
1045
+ r"""Gets the storage_space of this ShowInstanceResponse.
1046
+
1047
+ **参数解释**: 存储空间,单位:GB。 **取值范围**: 不涉及。
1048
+
1049
+ :return: The storage_space of this ShowInstanceResponse.
1050
+ :rtype: int
1051
+ """
1052
+ return self._storage_space
1053
+
1054
+ @storage_space.setter
1055
+ def storage_space(self, storage_space):
1056
+ r"""Sets the storage_space of this ShowInstanceResponse.
1057
+
1058
+ **参数解释**: 存储空间,单位:GB。 **取值范围**: 不涉及。
1059
+
1060
+ :param storage_space: The storage_space of this ShowInstanceResponse.
1061
+ :type storage_space: int
1062
+ """
1063
+ self._storage_space = storage_space
1064
+
1065
+ @property
1066
+ def used_storage_space(self):
1067
+ r"""Gets the used_storage_space of this ShowInstanceResponse.
1068
+
1069
+ **参数解释**: 已用消息存储空间,单位:GB。 **取值范围**: 不涉及。
1070
+
1071
+ :return: The used_storage_space of this ShowInstanceResponse.
1072
+ :rtype: int
1073
+ """
1074
+ return self._used_storage_space
1075
+
1076
+ @used_storage_space.setter
1077
+ def used_storage_space(self, used_storage_space):
1078
+ r"""Sets the used_storage_space of this ShowInstanceResponse.
1079
+
1080
+ **参数解释**: 已用消息存储空间,单位:GB。 **取值范围**: 不涉及。
1081
+
1082
+ :param used_storage_space: The used_storage_space of this ShowInstanceResponse.
1083
+ :type used_storage_space: int
1084
+ """
1085
+ self._used_storage_space = used_storage_space
1086
+
1087
+ @property
1088
+ def enable_publicip(self):
1089
+ r"""Gets the enable_publicip of this ShowInstanceResponse.
1090
+
1091
+ **参数解释**: 是否开启公网。 **取值范围**: - true:开启。 - false:不开启。
1092
+
1093
+ :return: The enable_publicip of this ShowInstanceResponse.
1094
+ :rtype: bool
1095
+ """
1096
+ return self._enable_publicip
1097
+
1098
+ @enable_publicip.setter
1099
+ def enable_publicip(self, enable_publicip):
1100
+ r"""Sets the enable_publicip of this ShowInstanceResponse.
1101
+
1102
+ **参数解释**: 是否开启公网。 **取值范围**: - true:开启。 - false:不开启。
1103
+
1104
+ :param enable_publicip: The enable_publicip of this ShowInstanceResponse.
1105
+ :type enable_publicip: bool
1106
+ """
1107
+ self._enable_publicip = enable_publicip
1108
+
1109
+ @property
1110
+ def publicip_id(self):
1111
+ r"""Gets the publicip_id of this ShowInstanceResponse.
1112
+
1113
+ **参数解释**: 实例绑定的弹性IP地址的ID。 以英文逗号隔开多个弹性IP地址的ID。 如果开启了公网访问功能(即enable_publicip为true),该字段为必选。 **取值范围**: 不涉及。
1114
+
1115
+ :return: The publicip_id of this ShowInstanceResponse.
1116
+ :rtype: str
1117
+ """
1118
+ return self._publicip_id
1119
+
1120
+ @publicip_id.setter
1121
+ def publicip_id(self, publicip_id):
1122
+ r"""Sets the publicip_id of this ShowInstanceResponse.
1123
+
1124
+ **参数解释**: 实例绑定的弹性IP地址的ID。 以英文逗号隔开多个弹性IP地址的ID。 如果开启了公网访问功能(即enable_publicip为true),该字段为必选。 **取值范围**: 不涉及。
1125
+
1126
+ :param publicip_id: The publicip_id of this ShowInstanceResponse.
1127
+ :type publicip_id: str
1128
+ """
1129
+ self._publicip_id = publicip_id
1130
+
1131
+ @property
1132
+ def publicip_address(self):
1133
+ r"""Gets the publicip_address of this ShowInstanceResponse.
1134
+
1135
+ **参数解释**: 公网IP地址。 **取值范围**: 不涉及。
1136
+
1137
+ :return: The publicip_address of this ShowInstanceResponse.
1138
+ :rtype: str
1139
+ """
1140
+ return self._publicip_address
1141
+
1142
+ @publicip_address.setter
1143
+ def publicip_address(self, publicip_address):
1144
+ r"""Sets the publicip_address of this ShowInstanceResponse.
1145
+
1146
+ **参数解释**: 公网IP地址。 **取值范围**: 不涉及。
1147
+
1148
+ :param publicip_address: The publicip_address of this ShowInstanceResponse.
1149
+ :type publicip_address: str
1150
+ """
1151
+ self._publicip_address = publicip_address
1152
+
1153
+ @property
1154
+ def ssl_enable(self):
1155
+ r"""Gets the ssl_enable of this ShowInstanceResponse.
1156
+
1157
+ **参数解释**: 是否开启SSL。 **取值范围**: - true:开启。 - false:未开启。
1158
+
1159
+ :return: The ssl_enable of this ShowInstanceResponse.
1160
+ :rtype: bool
1161
+ """
1162
+ return self._ssl_enable
1163
+
1164
+ @ssl_enable.setter
1165
+ def ssl_enable(self, ssl_enable):
1166
+ r"""Sets the ssl_enable of this ShowInstanceResponse.
1167
+
1168
+ **参数解释**: 是否开启SSL。 **取值范围**: - true:开启。 - false:未开启。
1169
+
1170
+ :param ssl_enable: The ssl_enable of this ShowInstanceResponse.
1171
+ :type ssl_enable: bool
1172
+ """
1173
+ self._ssl_enable = ssl_enable
1174
+
1175
+ @property
1176
+ def cross_vpc_info(self):
1177
+ r"""Gets the cross_vpc_info of this ShowInstanceResponse.
1178
+
1179
+ **参数解释**: 跨VPC访问信息。 **取值范围**: 不涉及。
1180
+
1181
+ :return: The cross_vpc_info of this ShowInstanceResponse.
1182
+ :rtype: str
1183
+ """
1184
+ return self._cross_vpc_info
1185
+
1186
+ @cross_vpc_info.setter
1187
+ def cross_vpc_info(self, cross_vpc_info):
1188
+ r"""Sets the cross_vpc_info of this ShowInstanceResponse.
1189
+
1190
+ **参数解释**: 跨VPC访问信息。 **取值范围**: 不涉及。
1191
+
1192
+ :param cross_vpc_info: The cross_vpc_info of this ShowInstanceResponse.
1193
+ :type cross_vpc_info: str
1194
+ """
1195
+ self._cross_vpc_info = cross_vpc_info
1196
+
1197
+ @property
1198
+ def storage_resource_id(self):
1199
+ r"""Gets the storage_resource_id of this ShowInstanceResponse.
1200
+
1201
+ **参数解释**: 存储资源ID。 **取值范围**: 不涉及。
1202
+
1203
+ :return: The storage_resource_id of this ShowInstanceResponse.
1204
+ :rtype: str
1205
+ """
1206
+ return self._storage_resource_id
1207
+
1208
+ @storage_resource_id.setter
1209
+ def storage_resource_id(self, storage_resource_id):
1210
+ r"""Sets the storage_resource_id of this ShowInstanceResponse.
1211
+
1212
+ **参数解释**: 存储资源ID。 **取值范围**: 不涉及。
1213
+
1214
+ :param storage_resource_id: The storage_resource_id of this ShowInstanceResponse.
1215
+ :type storage_resource_id: str
1216
+ """
1217
+ self._storage_resource_id = storage_resource_id
1218
+
1219
+ @property
1220
+ def storage_spec_code(self):
1221
+ r"""Gets the storage_spec_code of this ShowInstanceResponse.
1222
+
1223
+ **参数解释**: 存储规格代码。 **取值范围**: 不涉及。
1224
+
1225
+ :return: The storage_spec_code of this ShowInstanceResponse.
1226
+ :rtype: str
1227
+ """
1228
+ return self._storage_spec_code
1229
+
1230
+ @storage_spec_code.setter
1231
+ def storage_spec_code(self, storage_spec_code):
1232
+ r"""Sets the storage_spec_code of this ShowInstanceResponse.
1233
+
1234
+ **参数解释**: 存储规格代码。 **取值范围**: 不涉及。
1235
+
1236
+ :param storage_spec_code: The storage_spec_code of this ShowInstanceResponse.
1237
+ :type storage_spec_code: str
1238
+ """
1239
+ self._storage_spec_code = storage_spec_code
1240
+
1241
+ @property
1242
+ def service_type(self):
1243
+ r"""Gets the service_type of this ShowInstanceResponse.
1244
+
1245
+ **参数解释**: 服务类型。 **取值范围**: 不涉及。
1246
+
1247
+ :return: The service_type of this ShowInstanceResponse.
1248
+ :rtype: str
1249
+ """
1250
+ return self._service_type
1251
+
1252
+ @service_type.setter
1253
+ def service_type(self, service_type):
1254
+ r"""Sets the service_type of this ShowInstanceResponse.
1255
+
1256
+ **参数解释**: 服务类型。 **取值范围**: 不涉及。
1257
+
1258
+ :param service_type: The service_type of this ShowInstanceResponse.
1259
+ :type service_type: str
1260
+ """
1261
+ self._service_type = service_type
1262
+
1263
+ @property
1264
+ def storage_type(self):
1265
+ r"""Gets the storage_type of this ShowInstanceResponse.
1266
+
1267
+ **参数解释**: 存储类型。 **取值范围**: 不涉及。
1268
+
1269
+ :return: The storage_type of this ShowInstanceResponse.
1270
+ :rtype: str
1271
+ """
1272
+ return self._storage_type
1273
+
1274
+ @storage_type.setter
1275
+ def storage_type(self, storage_type):
1276
+ r"""Sets the storage_type of this ShowInstanceResponse.
1277
+
1278
+ **参数解释**: 存储类型。 **取值范围**: 不涉及。
1279
+
1280
+ :param storage_type: The storage_type of this ShowInstanceResponse.
1281
+ :type storage_type: str
1282
+ """
1283
+ self._storage_type = storage_type
1284
+
1285
+ @property
1286
+ def extend_times(self):
1287
+ r"""Gets the extend_times of this ShowInstanceResponse.
1288
+
1289
+ **参数解释**: 扩展时间。 **取值范围**: 不涉及。
1290
+
1291
+ :return: The extend_times of this ShowInstanceResponse.
1292
+ :rtype: int
1293
+ """
1294
+ return self._extend_times
1295
+
1296
+ @extend_times.setter
1297
+ def extend_times(self, extend_times):
1298
+ r"""Sets the extend_times of this ShowInstanceResponse.
1299
+
1300
+ **参数解释**: 扩展时间。 **取值范围**: 不涉及。
1301
+
1302
+ :param extend_times: The extend_times of this ShowInstanceResponse.
1303
+ :type extend_times: int
1304
+ """
1305
+ self._extend_times = extend_times
1306
+
1307
+ @property
1308
+ def ipv6_enable(self):
1309
+ r"""Gets the ipv6_enable of this ShowInstanceResponse.
1310
+
1311
+ **参数解释**: 是否开启IPv6。 **取值范围**: - true:开启。 - false:未开启。
1312
+
1313
+ :return: The ipv6_enable of this ShowInstanceResponse.
1314
+ :rtype: bool
1315
+ """
1316
+ return self._ipv6_enable
1317
+
1318
+ @ipv6_enable.setter
1319
+ def ipv6_enable(self, ipv6_enable):
1320
+ r"""Sets the ipv6_enable of this ShowInstanceResponse.
1321
+
1322
+ **参数解释**: 是否开启IPv6。 **取值范围**: - true:开启。 - false:未开启。
1323
+
1324
+ :param ipv6_enable: The ipv6_enable of this ShowInstanceResponse.
1325
+ :type ipv6_enable: bool
1326
+ """
1327
+ self._ipv6_enable = ipv6_enable
1328
+
1329
+ @property
1330
+ def support_features(self):
1331
+ r"""Gets the support_features of this ShowInstanceResponse.
1332
+
1333
+ **参数解释**: 实例支持的特性功能。 **取值范围**: 不涉及。
1334
+
1335
+ :return: The support_features of this ShowInstanceResponse.
1336
+ :rtype: str
1337
+ """
1338
+ return self._support_features
1339
+
1340
+ @support_features.setter
1341
+ def support_features(self, support_features):
1342
+ r"""Sets the support_features of this ShowInstanceResponse.
1343
+
1344
+ **参数解释**: 实例支持的特性功能。 **取值范围**: 不涉及。
1345
+
1346
+ :param support_features: The support_features of this ShowInstanceResponse.
1347
+ :type support_features: str
1348
+ """
1349
+ self._support_features = support_features
1350
+
1351
+ @property
1352
+ def disk_encrypted(self):
1353
+ r"""Gets the disk_encrypted of this ShowInstanceResponse.
1354
+
1355
+ **参数解释**: 是否开启磁盘加密。 **取值范围**: - true:开启。 - false:不开启。
1356
+
1357
+ :return: The disk_encrypted of this ShowInstanceResponse.
1358
+ :rtype: bool
1359
+ """
1360
+ return self._disk_encrypted
1361
+
1362
+ @disk_encrypted.setter
1363
+ def disk_encrypted(self, disk_encrypted):
1364
+ r"""Sets the disk_encrypted of this ShowInstanceResponse.
1365
+
1366
+ **参数解释**: 是否开启磁盘加密。 **取值范围**: - true:开启。 - false:不开启。
1367
+
1368
+ :param disk_encrypted: The disk_encrypted of this ShowInstanceResponse.
1369
+ :type disk_encrypted: bool
1370
+ """
1371
+ self._disk_encrypted = disk_encrypted
1372
+
1373
+ @property
1374
+ def ces_version(self):
1375
+ r"""Gets the ces_version of this ShowInstanceResponse.
1376
+
1377
+ **参数解释**: 云监控版本。 **取值范围**: 不涉及。
1378
+
1379
+ :return: The ces_version of this ShowInstanceResponse.
1380
+ :rtype: str
1381
+ """
1382
+ return self._ces_version
1383
+
1384
+ @ces_version.setter
1385
+ def ces_version(self, ces_version):
1386
+ r"""Sets the ces_version of this ShowInstanceResponse.
1387
+
1388
+ **参数解释**: 云监控版本。 **取值范围**: 不涉及。
1389
+
1390
+ :param ces_version: The ces_version of this ShowInstanceResponse.
1391
+ :type ces_version: str
1392
+ """
1393
+ self._ces_version = ces_version
1394
+
1395
+ @property
1396
+ def node_num(self):
1397
+ r"""Gets the node_num of this ShowInstanceResponse.
1398
+
1399
+ **参数解释**: 节点数。 **取值范围**: 不涉及。
1400
+
1401
+ :return: The node_num of this ShowInstanceResponse.
1402
+ :rtype: int
1403
+ """
1404
+ return self._node_num
1405
+
1406
+ @node_num.setter
1407
+ def node_num(self, node_num):
1408
+ r"""Sets the node_num of this ShowInstanceResponse.
1409
+
1410
+ **参数解释**: 节点数。 **取值范围**: 不涉及。
1411
+
1412
+ :param node_num: The node_num of this ShowInstanceResponse.
1413
+ :type node_num: int
1414
+ """
1415
+ self._node_num = node_num
1416
+
1417
+ @property
1418
+ def new_spec_billing_enable(self):
1419
+ r"""Gets the new_spec_billing_enable of this ShowInstanceResponse.
1420
+
1421
+ **参数解释**: 是否启用新规格计费。 **取值范围**: - true:开启。 - false:未开启。
1422
+
1423
+ :return: The new_spec_billing_enable of this ShowInstanceResponse.
1424
+ :rtype: bool
1425
+ """
1426
+ return self._new_spec_billing_enable
1427
+
1428
+ @new_spec_billing_enable.setter
1429
+ def new_spec_billing_enable(self, new_spec_billing_enable):
1430
+ r"""Sets the new_spec_billing_enable of this ShowInstanceResponse.
1431
+
1432
+ **参数解释**: 是否启用新规格计费。 **取值范围**: - true:开启。 - false:未开启。
1433
+
1434
+ :param new_spec_billing_enable: The new_spec_billing_enable of this ShowInstanceResponse.
1435
+ :type new_spec_billing_enable: bool
1436
+ """
1437
+ self._new_spec_billing_enable = new_spec_billing_enable
1438
+
1439
+ @property
1440
+ def enable_acl(self):
1441
+ r"""Gets the enable_acl of this ShowInstanceResponse.
1442
+
1443
+ **参数解释**: 是否开启访问控制列表。 **取值范围**: - true:开启。 - false:未开启。
1444
+
1445
+ :return: The enable_acl of this ShowInstanceResponse.
1446
+ :rtype: bool
1447
+ """
1448
+ return self._enable_acl
1449
+
1450
+ @enable_acl.setter
1451
+ def enable_acl(self, enable_acl):
1452
+ r"""Sets the enable_acl of this ShowInstanceResponse.
1453
+
1454
+ **参数解释**: 是否开启访问控制列表。 **取值范围**: - true:开启。 - false:未开启。
1455
+
1456
+ :param enable_acl: The enable_acl of this ShowInstanceResponse.
1457
+ :type enable_acl: bool
1458
+ """
1459
+ self._enable_acl = enable_acl
1460
+
1461
+ @property
1462
+ def broker_num(self):
1463
+ r"""Gets the broker_num of this ShowInstanceResponse.
1464
+
1465
+ **参数解释**: Broker节点数(仅RocketMQ 4.8.0版本会显示此字段)。 **取值范围**: 不涉及。
1466
+
1467
+ :return: The broker_num of this ShowInstanceResponse.
1468
+ :rtype: int
1469
+ """
1470
+ return self._broker_num
1471
+
1472
+ @broker_num.setter
1473
+ def broker_num(self, broker_num):
1474
+ r"""Sets the broker_num of this ShowInstanceResponse.
1475
+
1476
+ **参数解释**: Broker节点数(仅RocketMQ 4.8.0版本会显示此字段)。 **取值范围**: 不涉及。
1477
+
1478
+ :param broker_num: The broker_num of this ShowInstanceResponse.
1479
+ :type broker_num: int
1480
+ """
1481
+ self._broker_num = broker_num
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
+
1505
+ @property
1506
+ def namesrv_address(self):
1507
+ r"""Gets the namesrv_address of this ShowInstanceResponse.
1508
+
1509
+ **参数解释**: 元数据地址。 **取值范围**: 不涉及。
1510
+
1511
+ :return: The namesrv_address of this ShowInstanceResponse.
1512
+ :rtype: str
1513
+ """
1514
+ return self._namesrv_address
1515
+
1516
+ @namesrv_address.setter
1517
+ def namesrv_address(self, namesrv_address):
1518
+ r"""Sets the namesrv_address of this ShowInstanceResponse.
1519
+
1520
+ **参数解释**: 元数据地址。 **取值范围**: 不涉及。
1521
+
1522
+ :param namesrv_address: The namesrv_address of this ShowInstanceResponse.
1523
+ :type namesrv_address: str
1524
+ """
1525
+ self._namesrv_address = namesrv_address
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
+
1549
+ @property
1550
+ def broker_address(self):
1551
+ r"""Gets the broker_address of this ShowInstanceResponse.
1552
+
1553
+ **参数解释**: 业务数据地址。 **取值范围**: 不涉及。
1554
+
1555
+ :return: The broker_address of this ShowInstanceResponse.
1556
+ :rtype: str
1557
+ """
1558
+ return self._broker_address
1559
+
1560
+ @broker_address.setter
1561
+ def broker_address(self, broker_address):
1562
+ r"""Sets the broker_address of this ShowInstanceResponse.
1563
+
1564
+ **参数解释**: 业务数据地址。 **取值范围**: 不涉及。
1565
+
1566
+ :param broker_address: The broker_address of this ShowInstanceResponse.
1567
+ :type broker_address: str
1568
+ """
1569
+ self._broker_address = broker_address
1570
+
1571
+ @property
1572
+ def public_namesrv_address(self):
1573
+ r"""Gets the public_namesrv_address of this ShowInstanceResponse.
1574
+
1575
+ **参数解释**: 公网元数据地址。 **取值范围**: 不涉及。
1576
+
1577
+ :return: The public_namesrv_address of this ShowInstanceResponse.
1578
+ :rtype: str
1579
+ """
1580
+ return self._public_namesrv_address
1581
+
1582
+ @public_namesrv_address.setter
1583
+ def public_namesrv_address(self, public_namesrv_address):
1584
+ r"""Sets the public_namesrv_address of this ShowInstanceResponse.
1585
+
1586
+ **参数解释**: 公网元数据地址。 **取值范围**: 不涉及。
1587
+
1588
+ :param public_namesrv_address: The public_namesrv_address of this ShowInstanceResponse.
1589
+ :type public_namesrv_address: str
1590
+ """
1591
+ self._public_namesrv_address = public_namesrv_address
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
+
1615
+ @property
1616
+ def public_broker_address(self):
1617
+ r"""Gets the public_broker_address of this ShowInstanceResponse.
1618
+
1619
+ **参数解释**: 公网业务数据地址。 **取值范围**: 不涉及。
1620
+
1621
+ :return: The public_broker_address of this ShowInstanceResponse.
1622
+ :rtype: str
1623
+ """
1624
+ return self._public_broker_address
1625
+
1626
+ @public_broker_address.setter
1627
+ def public_broker_address(self, public_broker_address):
1628
+ r"""Sets the public_broker_address of this ShowInstanceResponse.
1629
+
1630
+ **参数解释**: 公网业务数据地址。 **取值范围**: 不涉及。
1631
+
1632
+ :param public_broker_address: The public_broker_address of this ShowInstanceResponse.
1633
+ :type public_broker_address: str
1634
+ """
1635
+ self._public_broker_address = public_broker_address
1636
+
1637
+ @property
1638
+ def grpc_address(self):
1639
+ r"""Gets the grpc_address of this ShowInstanceResponse.
1640
+
1641
+ **参数解释**: grpc连接地址(仅RocketMQ 5.x版本会显示此字段)。 **取值范围**: 不涉及。
1642
+
1643
+ :return: The grpc_address of this ShowInstanceResponse.
1644
+ :rtype: str
1645
+ """
1646
+ return self._grpc_address
1647
+
1648
+ @grpc_address.setter
1649
+ def grpc_address(self, grpc_address):
1650
+ r"""Sets the grpc_address of this ShowInstanceResponse.
1651
+
1652
+ **参数解释**: grpc连接地址(仅RocketMQ 5.x版本会显示此字段)。 **取值范围**: 不涉及。
1653
+
1654
+ :param grpc_address: The grpc_address of this ShowInstanceResponse.
1655
+ :type grpc_address: str
1656
+ """
1657
+ self._grpc_address = grpc_address
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
+
1681
+ @property
1682
+ def public_grpc_address(self):
1683
+ r"""Gets the public_grpc_address of this ShowInstanceResponse.
1684
+
1685
+ **参数解释**: 公网grpc连接地址(仅RocketMQ 5.x版本会显示此字段)。 **取值范围**: 不涉及。
1686
+
1687
+ :return: The public_grpc_address of this ShowInstanceResponse.
1688
+ :rtype: str
1689
+ """
1690
+ return self._public_grpc_address
1691
+
1692
+ @public_grpc_address.setter
1693
+ def public_grpc_address(self, public_grpc_address):
1694
+ r"""Sets the public_grpc_address of this ShowInstanceResponse.
1695
+
1696
+ **参数解释**: 公网grpc连接地址(仅RocketMQ 5.x版本会显示此字段)。 **取值范围**: 不涉及。
1697
+
1698
+ :param public_grpc_address: The public_grpc_address of this ShowInstanceResponse.
1699
+ :type public_grpc_address: str
1700
+ """
1701
+ self._public_grpc_address = public_grpc_address
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
+
1725
+ @property
1726
+ def enterprise_project_id(self):
1727
+ r"""Gets the enterprise_project_id of this ShowInstanceResponse.
1728
+
1729
+ **参数解释**: 企业项目ID。 **取值范围**: 不涉及。
1730
+
1731
+ :return: The enterprise_project_id of this ShowInstanceResponse.
1732
+ :rtype: str
1733
+ """
1734
+ return self._enterprise_project_id
1735
+
1736
+ @enterprise_project_id.setter
1737
+ def enterprise_project_id(self, enterprise_project_id):
1738
+ r"""Sets the enterprise_project_id of this ShowInstanceResponse.
1739
+
1740
+ **参数解释**: 企业项目ID。 **取值范围**: 不涉及。
1741
+
1742
+ :param enterprise_project_id: The enterprise_project_id of this ShowInstanceResponse.
1743
+ :type enterprise_project_id: str
1744
+ """
1745
+ self._enterprise_project_id = enterprise_project_id
1746
+
1747
+ @property
1748
+ def tags(self):
1749
+ r"""Gets the tags of this ShowInstanceResponse.
1750
+
1751
+ **参数解释**: 标签列表。 **取值范围**: 不涉及。
1752
+
1753
+ :return: The tags of this ShowInstanceResponse.
1754
+ :rtype: list[:class:`huaweicloudsdkrocketmq.v2.TagEntity`]
1755
+ """
1756
+ return self._tags
1757
+
1758
+ @tags.setter
1759
+ def tags(self, tags):
1760
+ r"""Sets the tags of this ShowInstanceResponse.
1761
+
1762
+ **参数解释**: 标签列表。 **取值范围**: 不涉及。
1763
+
1764
+ :param tags: The tags of this ShowInstanceResponse.
1765
+ :type tags: list[:class:`huaweicloudsdkrocketmq.v2.TagEntity`]
1766
+ """
1767
+ self._tags = tags
1768
+
1769
+ @property
1770
+ def total_storage_space(self):
1771
+ r"""Gets the total_storage_space of this ShowInstanceResponse.
1772
+
1773
+ **参数解释**: 总存储空间。 **取值范围**: 不涉及。
1774
+
1775
+ :return: The total_storage_space of this ShowInstanceResponse.
1776
+ :rtype: int
1777
+ """
1778
+ return self._total_storage_space
1779
+
1780
+ @total_storage_space.setter
1781
+ def total_storage_space(self, total_storage_space):
1782
+ r"""Sets the total_storage_space of this ShowInstanceResponse.
1783
+
1784
+ **参数解释**: 总存储空间。 **取值范围**: 不涉及。
1785
+
1786
+ :param total_storage_space: The total_storage_space of this ShowInstanceResponse.
1787
+ :type total_storage_space: int
1788
+ """
1789
+ self._total_storage_space = total_storage_space
1790
+
1791
+ @property
1792
+ def resource_spec_code(self):
1793
+ r"""Gets the resource_spec_code of this ShowInstanceResponse.
1794
+
1795
+ **参数解释**: 资源规格。 **取值范围**: 不涉及。
1796
+
1797
+ :return: The resource_spec_code of this ShowInstanceResponse.
1798
+ :rtype: str
1799
+ """
1800
+ return self._resource_spec_code
1801
+
1802
+ @resource_spec_code.setter
1803
+ def resource_spec_code(self, resource_spec_code):
1804
+ r"""Sets the resource_spec_code of this ShowInstanceResponse.
1805
+
1806
+ **参数解释**: 资源规格。 **取值范围**: 不涉及。
1807
+
1808
+ :param resource_spec_code: The resource_spec_code of this ShowInstanceResponse.
1809
+ :type resource_spec_code: str
1810
+ """
1811
+ self._resource_spec_code = resource_spec_code
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
+
1923
+ def to_dict(self):
1924
+ """Returns the model properties as a dict"""
1925
+ result = {}
1926
+
1927
+ for attr, _ in six.iteritems(self.openapi_types):
1928
+ value = getattr(self, attr)
1929
+ if isinstance(value, list):
1930
+ result[attr] = list(map(
1931
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
1932
+ value
1933
+ ))
1934
+ elif hasattr(value, "to_dict"):
1935
+ result[attr] = value.to_dict()
1936
+ elif isinstance(value, dict):
1937
+ result[attr] = dict(map(
1938
+ lambda item: (item[0], item[1].to_dict())
1939
+ if hasattr(item[1], "to_dict") else item,
1940
+ value.items()
1941
+ ))
1942
+ else:
1943
+ if attr in self.sensitive_list:
1944
+ result[attr] = "****"
1945
+ else:
1946
+ result[attr] = value
1947
+
1948
+ return result
1949
+
1950
+ def to_str(self):
1951
+ """Returns the string representation of the model"""
1952
+ import simplejson as json
1953
+ if six.PY2:
1954
+ import sys
1955
+ reload(sys)
1956
+ sys.setdefaultencoding("utf-8")
1957
+ return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
1958
+
1959
+ def __repr__(self):
1960
+ """For `print`"""
1961
+ return self.to_str()
1962
+
1963
+ def __eq__(self, other):
1964
+ """Returns true if both objects are equal"""
1965
+ if not isinstance(other, ShowInstanceResponse):
1966
+ return False
1967
+
1968
+ return self.__dict__ == other.__dict__
1969
+
1970
+ def __ne__(self, other):
1971
+ """Returns true if both objects are not equal"""
1972
+ return not self == other