huaweicloudsdkmrs 3.1.142__py2.py3-none-any.whl → 3.1.143__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 (207) hide show
  1. huaweicloudsdkmrs/v1/model/add_jobs_req_v11.py +25 -25
  2. huaweicloudsdkmrs/v1/model/auto_scaling_policy.py +13 -13
  3. huaweicloudsdkmrs/v1/model/auto_scaling_policy_req_v11.py +5 -5
  4. huaweicloudsdkmrs/v1/model/available_tag.py +7 -7
  5. huaweicloudsdkmrs/v1/model/available_zone_v2.py +19 -19
  6. huaweicloudsdkmrs/v1/model/batch_create_cluster_tags_req.py +5 -5
  7. huaweicloudsdkmrs/v1/model/batch_create_cluster_tags_request.py +5 -5
  8. huaweicloudsdkmrs/v1/model/batch_create_cluster_tags_response.py +1 -1
  9. huaweicloudsdkmrs/v1/model/batch_delete_cluster_tags_req.py +5 -5
  10. huaweicloudsdkmrs/v1/model/batch_delete_cluster_tags_request.py +5 -5
  11. huaweicloudsdkmrs/v1/model/batch_delete_cluster_tags_response.py +1 -1
  12. huaweicloudsdkmrs/v1/model/bootstrap_script.py +21 -21
  13. huaweicloudsdkmrs/v1/model/cluster.py +137 -137
  14. huaweicloudsdkmrs/v1/model/cluster_scaling_params.py +19 -19
  15. huaweicloudsdkmrs/v1/model/cluster_scaling_req.py +9 -9
  16. huaweicloudsdkmrs/v1/model/component_amb.py +9 -9
  17. huaweicloudsdkmrs/v1/model/component_amb_v11.py +3 -3
  18. huaweicloudsdkmrs/v1/model/component_external_datasource.py +5 -5
  19. huaweicloudsdkmrs/v1/model/create_and_execute_job_request.py +3 -3
  20. huaweicloudsdkmrs/v1/model/create_and_execute_job_response.py +87 -87
  21. huaweicloudsdkmrs/v1/model/create_cluster_req_v11.py +73 -73
  22. huaweicloudsdkmrs/v1/model/create_cluster_request.py +3 -3
  23. huaweicloudsdkmrs/v1/model/create_cluster_response.py +7 -7
  24. huaweicloudsdkmrs/v1/model/create_cluster_tag_request.py +5 -5
  25. huaweicloudsdkmrs/v1/model/create_cluster_tag_response.py +1 -1
  26. huaweicloudsdkmrs/v1/model/create_scaling_policy_request.py +5 -5
  27. huaweicloudsdkmrs/v1/model/create_scaling_policy_response.py +3 -3
  28. huaweicloudsdkmrs/v1/model/create_tag_req.py +3 -3
  29. huaweicloudsdkmrs/v1/model/delete_cluster_request.py +3 -3
  30. huaweicloudsdkmrs/v1/model/delete_cluster_response.py +3 -3
  31. huaweicloudsdkmrs/v1/model/delete_cluster_tag_request.py +5 -5
  32. huaweicloudsdkmrs/v1/model/delete_cluster_tag_response.py +1 -1
  33. huaweicloudsdkmrs/v1/model/delete_job_execution_request.py +3 -3
  34. huaweicloudsdkmrs/v1/model/delete_job_execution_response.py +1 -1
  35. huaweicloudsdkmrs/v1/model/flavor_lists.py +7 -7
  36. huaweicloudsdkmrs/v1/model/host_model.py +33 -33
  37. huaweicloudsdkmrs/v1/model/job_exe_result.py +67 -67
  38. huaweicloudsdkmrs/v1/model/list_all_tags_request.py +1 -1
  39. huaweicloudsdkmrs/v1/model/list_all_tags_response.py +3 -3
  40. huaweicloudsdkmrs/v1/model/list_available_zones_request.py +5 -5
  41. huaweicloudsdkmrs/v1/model/list_available_zones_response.py +7 -7
  42. huaweicloudsdkmrs/v1/model/list_cluster_tags_request.py +3 -3
  43. huaweicloudsdkmrs/v1/model/list_cluster_tags_response.py +3 -3
  44. huaweicloudsdkmrs/v1/model/list_clusters_by_tags_request.py +3 -3
  45. huaweicloudsdkmrs/v1/model/list_clusters_by_tags_response.py +5 -5
  46. huaweicloudsdkmrs/v1/model/list_clusters_request.py +13 -13
  47. huaweicloudsdkmrs/v1/model/list_clusters_response.py +5 -5
  48. huaweicloudsdkmrs/v1/model/list_execute_job_request.py +13 -13
  49. huaweicloudsdkmrs/v1/model/list_execute_job_response.py +5 -5
  50. huaweicloudsdkmrs/v1/model/list_hosts_request.py +7 -7
  51. huaweicloudsdkmrs/v1/model/list_hosts_response.py +5 -5
  52. huaweicloudsdkmrs/v1/model/list_resource_req.py +17 -17
  53. huaweicloudsdkmrs/v1/model/match.py +5 -5
  54. huaweicloudsdkmrs/v1/model/mrs_resource.py +9 -9
  55. huaweicloudsdkmrs/v1/model/node_constraint.py +21 -21
  56. huaweicloudsdkmrs/v1/model/node_constraints.py +19 -19
  57. huaweicloudsdkmrs/v1/model/node_group_v10.py +37 -37
  58. huaweicloudsdkmrs/v1/model/node_group_v11.py +19 -19
  59. huaweicloudsdkmrs/v1/model/resources_plan.py +11 -11
  60. huaweicloudsdkmrs/v1/model/role_deploy_meta.py +39 -39
  61. huaweicloudsdkmrs/v1/model/rule.py +13 -13
  62. huaweicloudsdkmrs/v1/model/scale_script.py +15 -15
  63. huaweicloudsdkmrs/v1/model/show_cluster_details_request.py +3 -3
  64. huaweicloudsdkmrs/v1/model/show_cluster_details_response.py +3 -3
  65. huaweicloudsdkmrs/v1/model/show_job_exes_request.py +3 -3
  66. huaweicloudsdkmrs/v1/model/show_job_exes_response.py +3 -3
  67. huaweicloudsdkmrs/v1/model/show_mrs_version_metadata_request.py +5 -5
  68. huaweicloudsdkmrs/v1/model/show_mrs_version_metadata_response.py +27 -27
  69. huaweicloudsdkmrs/v1/model/submit_job_req_v11.py +23 -23
  70. huaweicloudsdkmrs/v1/model/tag.py +5 -5
  71. huaweicloudsdkmrs/v1/model/tag_plain.py +5 -5
  72. huaweicloudsdkmrs/v1/model/tag_with_multi_value.py +5 -5
  73. huaweicloudsdkmrs/v1/model/task_node_group.py +13 -13
  74. huaweicloudsdkmrs/v1/model/task_node_info.py +9 -9
  75. huaweicloudsdkmrs/v1/model/trigger.py +9 -9
  76. huaweicloudsdkmrs/v1/model/update_cluster_scaling_request.py +5 -5
  77. huaweicloudsdkmrs/v1/model/update_cluster_scaling_response.py +3 -3
  78. huaweicloudsdkmrs/v1/model/version_component.py +25 -25
  79. huaweicloudsdkmrs/v1/model/version_constraint.py +7 -7
  80. huaweicloudsdkmrs/v1/mrs_async_client.py +20 -20
  81. huaweicloudsdkmrs/v1/mrs_client.py +20 -20
  82. huaweicloudsdkmrs/v2/model/add_component_request.py +5 -5
  83. huaweicloudsdkmrs/v2/model/add_component_response.py +3 -3
  84. huaweicloudsdkmrs/v2/model/add_components_req.py +3 -3
  85. huaweicloudsdkmrs/v2/model/add_jobs_req_v11.py +25 -25
  86. huaweicloudsdkmrs/v2/model/agency_mapping.py +9 -9
  87. huaweicloudsdkmrs/v2/model/agency_mapping_array.py +3 -3
  88. huaweicloudsdkmrs/v2/model/assigned_node_group.py +5 -5
  89. huaweicloudsdkmrs/v2/model/auto_scaling_policy.py +13 -13
  90. huaweicloudsdkmrs/v2/model/auto_scaling_policy_delete_req.py +5 -5
  91. huaweicloudsdkmrs/v2/model/auto_scaling_policy_info.py +13 -13
  92. huaweicloudsdkmrs/v2/model/auto_scaling_policy_v2.py +7 -7
  93. huaweicloudsdkmrs/v2/model/az_flavors.py +11 -11
  94. huaweicloudsdkmrs/v2/model/batch_delete_jobs_request.py +5 -5
  95. huaweicloudsdkmrs/v2/model/batch_delete_jobs_response.py +1 -1
  96. huaweicloudsdkmrs/v2/model/bootstrap_script.py +21 -21
  97. huaweicloudsdkmrs/v2/model/cancel_sql_request.py +5 -5
  98. huaweicloudsdkmrs/v2/model/cancel_sql_response.py +5 -5
  99. huaweicloudsdkmrs/v2/model/cancel_sync_iam_user_request.py +5 -5
  100. huaweicloudsdkmrs/v2/model/cancel_sync_iam_user_response.py +3 -3
  101. huaweicloudsdkmrs/v2/model/cancel_sync_request.py +5 -5
  102. huaweicloudsdkmrs/v2/model/charge_info.py +9 -9
  103. huaweicloudsdkmrs/v2/model/cluster_data_connector_map.py +15 -15
  104. huaweicloudsdkmrs/v2/model/cluster_node.py +23 -23
  105. huaweicloudsdkmrs/v2/model/component_config.py +5 -5
  106. huaweicloudsdkmrs/v2/model/component_info.py +31 -31
  107. huaweicloudsdkmrs/v2/model/component_install_mode.py +9 -9
  108. huaweicloudsdkmrs/v2/model/config.py +7 -7
  109. huaweicloudsdkmrs/v2/model/create_auto_scaling_policy_request.py +5 -5
  110. huaweicloudsdkmrs/v2/model/create_auto_scaling_policy_response.py +1 -1
  111. huaweicloudsdkmrs/v2/model/create_cluster_req_v2.py +65 -65
  112. huaweicloudsdkmrs/v2/model/create_cluster_request.py +3 -3
  113. huaweicloudsdkmrs/v2/model/create_cluster_response.py +3 -3
  114. huaweicloudsdkmrs/v2/model/create_data_connector_request.py +3 -3
  115. huaweicloudsdkmrs/v2/model/create_data_connector_response.py +3 -3
  116. huaweicloudsdkmrs/v2/model/create_execute_job_request.py +5 -5
  117. huaweicloudsdkmrs/v2/model/create_execute_job_response.py +3 -3
  118. huaweicloudsdkmrs/v2/model/data_connector.py +7 -7
  119. huaweicloudsdkmrs/v2/model/data_connector_detail.py +27 -27
  120. huaweicloudsdkmrs/v2/model/data_connector_req.py +3 -3
  121. huaweicloudsdkmrs/v2/model/delete_auto_scaling_policy_request.py +5 -5
  122. huaweicloudsdkmrs/v2/model/delete_auto_scaling_policy_response.py +1 -1
  123. huaweicloudsdkmrs/v2/model/delete_data_connector_request.py +3 -3
  124. huaweicloudsdkmrs/v2/model/delete_data_connector_response.py +1 -1
  125. huaweicloudsdkmrs/v2/model/execute_sql_request.py +5 -5
  126. huaweicloudsdkmrs/v2/model/execute_sql_response.py +13 -13
  127. huaweicloudsdkmrs/v2/model/expand_cluster_request.py +5 -5
  128. huaweicloudsdkmrs/v2/model/expand_cluster_response.py +5 -5
  129. huaweicloudsdkmrs/v2/model/expand_param.py +9 -9
  130. huaweicloudsdkmrs/v2/model/file_status_v2.py +23 -23
  131. huaweicloudsdkmrs/v2/model/flavor.py +3 -3
  132. huaweicloudsdkmrs/v2/model/job_batch_delete.py +3 -3
  133. huaweicloudsdkmrs/v2/model/job_execution.py +9 -9
  134. huaweicloudsdkmrs/v2/model/job_query_bean.py +35 -35
  135. huaweicloudsdkmrs/v2/model/job_submit_result.py +5 -5
  136. huaweicloudsdkmrs/v2/model/list_data_connector_request.py +13 -13
  137. huaweicloudsdkmrs/v2/model/list_data_connector_response.py +5 -5
  138. huaweicloudsdkmrs/v2/model/list_nodes_request.py +21 -21
  139. huaweicloudsdkmrs/v2/model/list_nodes_response.py +5 -5
  140. huaweicloudsdkmrs/v2/model/modify_default_tags_request_body.py +3 -3
  141. huaweicloudsdkmrs/v2/model/node_detail.py +21 -21
  142. huaweicloudsdkmrs/v2/model/node_group_v2.py +19 -19
  143. huaweicloudsdkmrs/v2/model/resources_plan.py +13 -13
  144. huaweicloudsdkmrs/v2/model/rule.py +13 -13
  145. huaweicloudsdkmrs/v2/model/run_job_flow_command.py +65 -65
  146. huaweicloudsdkmrs/v2/model/run_job_flow_request.py +3 -3
  147. huaweicloudsdkmrs/v2/model/run_job_flow_response.py +3 -3
  148. huaweicloudsdkmrs/v2/model/scale_script.py +15 -15
  149. huaweicloudsdkmrs/v2/model/server_info.py +19 -19
  150. huaweicloudsdkmrs/v2/model/show_agency_mapping_request.py +3 -3
  151. huaweicloudsdkmrs/v2/model/show_agency_mapping_response.py +3 -3
  152. huaweicloudsdkmrs/v2/model/show_auto_scaling_policy_request.py +3 -3
  153. huaweicloudsdkmrs/v2/model/show_auto_scaling_policy_response.py +3 -3
  154. huaweicloudsdkmrs/v2/model/show_hdfs_file_list_request.py +13 -13
  155. huaweicloudsdkmrs/v2/model/show_hdfs_file_list_response.py +5 -5
  156. huaweicloudsdkmrs/v2/model/show_job_exe_list_new_request.py +27 -27
  157. huaweicloudsdkmrs/v2/model/show_job_exe_list_new_response.py +5 -5
  158. huaweicloudsdkmrs/v2/model/show_mrs_flavors_request.py +5 -5
  159. huaweicloudsdkmrs/v2/model/show_mrs_flavors_response.py +5 -5
  160. huaweicloudsdkmrs/v2/model/show_mrs_version_list_request.py +1 -1
  161. huaweicloudsdkmrs/v2/model/show_mrs_version_list_response.py +3 -3
  162. huaweicloudsdkmrs/v2/model/show_single_job_exe_request.py +5 -5
  163. huaweicloudsdkmrs/v2/model/show_single_job_exe_response.py +3 -3
  164. huaweicloudsdkmrs/v2/model/show_sql_result_request.py +5 -5
  165. huaweicloudsdkmrs/v2/model/show_sql_result_response.py +13 -13
  166. huaweicloudsdkmrs/v2/model/show_sql_result_with_job_request.py +5 -5
  167. huaweicloudsdkmrs/v2/model/show_sql_result_with_job_response.py +3 -3
  168. huaweicloudsdkmrs/v2/model/show_sync_iam_user_request.py +3 -3
  169. huaweicloudsdkmrs/v2/model/show_sync_iam_user_response.py +5 -5
  170. huaweicloudsdkmrs/v2/model/show_tag_quota_request.py +5 -5
  171. huaweicloudsdkmrs/v2/model/show_tag_quota_response.py +5 -5
  172. huaweicloudsdkmrs/v2/model/show_tag_status_request.py +3 -3
  173. huaweicloudsdkmrs/v2/model/show_tag_status_response.py +5 -5
  174. huaweicloudsdkmrs/v2/model/shrink_cluster_request.py +5 -5
  175. huaweicloudsdkmrs/v2/model/shrink_cluster_response.py +3 -3
  176. huaweicloudsdkmrs/v2/model/shrink_param.py +7 -7
  177. huaweicloudsdkmrs/v2/model/smn_notify.py +5 -5
  178. huaweicloudsdkmrs/v2/model/sql_execution_req.py +9 -9
  179. huaweicloudsdkmrs/v2/model/step_config.py +3 -3
  180. huaweicloudsdkmrs/v2/model/stop_job_request.py +5 -5
  181. huaweicloudsdkmrs/v2/model/stop_job_response.py +1 -1
  182. huaweicloudsdkmrs/v2/model/switch_cluster_tags_request.py +5 -5
  183. huaweicloudsdkmrs/v2/model/switch_cluster_tags_response.py +1 -1
  184. huaweicloudsdkmrs/v2/model/tag.py +5 -5
  185. huaweicloudsdkmrs/v2/model/trigger.py +9 -9
  186. huaweicloudsdkmrs/v2/model/update_agency_mapping_request.py +5 -5
  187. huaweicloudsdkmrs/v2/model/update_agency_mapping_response.py +3 -3
  188. huaweicloudsdkmrs/v2/model/update_auto_scaling_policy_request.py +5 -5
  189. huaweicloudsdkmrs/v2/model/update_auto_scaling_policy_response.py +1 -1
  190. huaweicloudsdkmrs/v2/model/update_cluster_name_request.py +5 -5
  191. huaweicloudsdkmrs/v2/model/update_cluster_name_response.py +3 -3
  192. huaweicloudsdkmrs/v2/model/update_cluster_req.py +3 -3
  193. huaweicloudsdkmrs/v2/model/update_data_connector_request.py +5 -5
  194. huaweicloudsdkmrs/v2/model/update_data_connector_response.py +3 -3
  195. huaweicloudsdkmrs/v2/model/update_sync_iam_user_request.py +5 -5
  196. huaweicloudsdkmrs/v2/model/update_sync_iam_user_response.py +3 -3
  197. huaweicloudsdkmrs/v2/model/update_sync_request.py +7 -7
  198. huaweicloudsdkmrs/v2/model/volume.py +5 -5
  199. huaweicloudsdkmrs/v2/model/volume_info.py +7 -7
  200. huaweicloudsdkmrs/v2/mrs_async_client.py +35 -35
  201. huaweicloudsdkmrs/v2/mrs_client.py +35 -35
  202. {huaweicloudsdkmrs-3.1.142.dist-info → huaweicloudsdkmrs-3.1.143.dist-info}/METADATA +2 -2
  203. huaweicloudsdkmrs-3.1.143.dist-info/RECORD +215 -0
  204. huaweicloudsdkmrs-3.1.142.dist-info/RECORD +0 -215
  205. {huaweicloudsdkmrs-3.1.142.dist-info → huaweicloudsdkmrs-3.1.143.dist-info}/LICENSE +0 -0
  206. {huaweicloudsdkmrs-3.1.142.dist-info → huaweicloudsdkmrs-3.1.143.dist-info}/WHEEL +0 -0
  207. {huaweicloudsdkmrs-3.1.142.dist-info → huaweicloudsdkmrs-3.1.143.dist-info}/top_level.txt +0 -0
@@ -59,7 +59,7 @@ class NodeGroupV10:
59
59
  }
60
60
 
61
61
  def __init__(self, group_name=None, node_num=None, node_size=None, node_spec_id=None, vm_product_id=None, vm_spec_code=None, node_product_id=None, root_volume_size=None, root_volume_product_id=None, root_volume_type=None, root_volume_resource_spec_code=None, root_volume_resource_type=None, data_volume_type=None, data_volume_count=None, data_volume_size=None, data_volume_product_id=None, data_volume_resource_spec_code=None, data_volume_resource_type=None):
62
- """NodeGroupV10
62
+ r"""NodeGroupV10
63
63
 
64
64
  The model defined in huaweicloud sdk
65
65
 
@@ -162,7 +162,7 @@ class NodeGroupV10:
162
162
 
163
163
  @property
164
164
  def group_name(self):
165
- """Gets the group_name of this NodeGroupV10.
165
+ r"""Gets the group_name of this NodeGroupV10.
166
166
 
167
167
  节点组名。
168
168
 
@@ -173,7 +173,7 @@ class NodeGroupV10:
173
173
 
174
174
  @group_name.setter
175
175
  def group_name(self, group_name):
176
- """Sets the group_name of this NodeGroupV10.
176
+ r"""Sets the group_name of this NodeGroupV10.
177
177
 
178
178
  节点组名。
179
179
 
@@ -184,7 +184,7 @@ class NodeGroupV10:
184
184
 
185
185
  @property
186
186
  def node_num(self):
187
- """Gets the node_num of this NodeGroupV10.
187
+ r"""Gets the node_num of this NodeGroupV10.
188
188
 
189
189
  节点数量,取值范围0~500,Master节点和Core节点数量至少为1,Core与Task节点总数最大为500个。
190
190
 
@@ -195,7 +195,7 @@ class NodeGroupV10:
195
195
 
196
196
  @node_num.setter
197
197
  def node_num(self, node_num):
198
- """Sets the node_num of this NodeGroupV10.
198
+ r"""Sets the node_num of this NodeGroupV10.
199
199
 
200
200
  节点数量,取值范围0~500,Master节点和Core节点数量至少为1,Core与Task节点总数最大为500个。
201
201
 
@@ -206,7 +206,7 @@ class NodeGroupV10:
206
206
 
207
207
  @property
208
208
  def node_size(self):
209
- """Gets the node_size of this NodeGroupV10.
209
+ r"""Gets the node_size of this NodeGroupV10.
210
210
 
211
211
  节点的实例规格。
212
212
 
@@ -217,7 +217,7 @@ class NodeGroupV10:
217
217
 
218
218
  @node_size.setter
219
219
  def node_size(self, node_size):
220
- """Sets the node_size of this NodeGroupV10.
220
+ r"""Sets the node_size of this NodeGroupV10.
221
221
 
222
222
  节点的实例规格。
223
223
 
@@ -228,7 +228,7 @@ class NodeGroupV10:
228
228
 
229
229
  @property
230
230
  def node_spec_id(self):
231
- """Gets the node_spec_id of this NodeGroupV10.
231
+ r"""Gets the node_spec_id of this NodeGroupV10.
232
232
 
233
233
  节点实例规格ID。
234
234
 
@@ -239,7 +239,7 @@ class NodeGroupV10:
239
239
 
240
240
  @node_spec_id.setter
241
241
  def node_spec_id(self, node_spec_id):
242
- """Sets the node_spec_id of this NodeGroupV10.
242
+ r"""Sets the node_spec_id of this NodeGroupV10.
243
243
 
244
244
  节点实例规格ID。
245
245
 
@@ -250,7 +250,7 @@ class NodeGroupV10:
250
250
 
251
251
  @property
252
252
  def vm_product_id(self):
253
- """Gets the vm_product_id of this NodeGroupV10.
253
+ r"""Gets the vm_product_id of this NodeGroupV10.
254
254
 
255
255
  节点虚拟机产品ID。
256
256
 
@@ -261,7 +261,7 @@ class NodeGroupV10:
261
261
 
262
262
  @vm_product_id.setter
263
263
  def vm_product_id(self, vm_product_id):
264
- """Sets the vm_product_id of this NodeGroupV10.
264
+ r"""Sets the vm_product_id of this NodeGroupV10.
265
265
 
266
266
  节点虚拟机产品ID。
267
267
 
@@ -272,7 +272,7 @@ class NodeGroupV10:
272
272
 
273
273
  @property
274
274
  def vm_spec_code(self):
275
- """Gets the vm_spec_code of this NodeGroupV10.
275
+ r"""Gets the vm_spec_code of this NodeGroupV10.
276
276
 
277
277
  节点虚拟机产品规格。
278
278
 
@@ -283,7 +283,7 @@ class NodeGroupV10:
283
283
 
284
284
  @vm_spec_code.setter
285
285
  def vm_spec_code(self, vm_spec_code):
286
- """Sets the vm_spec_code of this NodeGroupV10.
286
+ r"""Sets the vm_spec_code of this NodeGroupV10.
287
287
 
288
288
  节点虚拟机产品规格。
289
289
 
@@ -294,7 +294,7 @@ class NodeGroupV10:
294
294
 
295
295
  @property
296
296
  def node_product_id(self):
297
- """Gets the node_product_id of this NodeGroupV10.
297
+ r"""Gets the node_product_id of this NodeGroupV10.
298
298
 
299
299
  节点实例产品ID。
300
300
 
@@ -305,7 +305,7 @@ class NodeGroupV10:
305
305
 
306
306
  @node_product_id.setter
307
307
  def node_product_id(self, node_product_id):
308
- """Sets the node_product_id of this NodeGroupV10.
308
+ r"""Sets the node_product_id of this NodeGroupV10.
309
309
 
310
310
  节点实例产品ID。
311
311
 
@@ -316,7 +316,7 @@ class NodeGroupV10:
316
316
 
317
317
  @property
318
318
  def root_volume_size(self):
319
- """Gets the root_volume_size of this NodeGroupV10.
319
+ r"""Gets the root_volume_size of this NodeGroupV10.
320
320
 
321
321
  节点系统盘大小,不可配置,默认为40GB。
322
322
 
@@ -327,7 +327,7 @@ class NodeGroupV10:
327
327
 
328
328
  @root_volume_size.setter
329
329
  def root_volume_size(self, root_volume_size):
330
- """Sets the root_volume_size of this NodeGroupV10.
330
+ r"""Sets the root_volume_size of this NodeGroupV10.
331
331
 
332
332
  节点系统盘大小,不可配置,默认为40GB。
333
333
 
@@ -338,7 +338,7 @@ class NodeGroupV10:
338
338
 
339
339
  @property
340
340
  def root_volume_product_id(self):
341
- """Gets the root_volume_product_id of this NodeGroupV10.
341
+ r"""Gets the root_volume_product_id of this NodeGroupV10.
342
342
 
343
343
  节点系统盘的产品ID。
344
344
 
@@ -349,7 +349,7 @@ class NodeGroupV10:
349
349
 
350
350
  @root_volume_product_id.setter
351
351
  def root_volume_product_id(self, root_volume_product_id):
352
- """Sets the root_volume_product_id of this NodeGroupV10.
352
+ r"""Sets the root_volume_product_id of this NodeGroupV10.
353
353
 
354
354
  节点系统盘的产品ID。
355
355
 
@@ -360,7 +360,7 @@ class NodeGroupV10:
360
360
 
361
361
  @property
362
362
  def root_volume_type(self):
363
- """Gets the root_volume_type of this NodeGroupV10.
363
+ r"""Gets the root_volume_type of this NodeGroupV10.
364
364
 
365
365
  节点系统盘的类型。
366
366
 
@@ -371,7 +371,7 @@ class NodeGroupV10:
371
371
 
372
372
  @root_volume_type.setter
373
373
  def root_volume_type(self, root_volume_type):
374
- """Sets the root_volume_type of this NodeGroupV10.
374
+ r"""Sets the root_volume_type of this NodeGroupV10.
375
375
 
376
376
  节点系统盘的类型。
377
377
 
@@ -382,7 +382,7 @@ class NodeGroupV10:
382
382
 
383
383
  @property
384
384
  def root_volume_resource_spec_code(self):
385
- """Gets the root_volume_resource_spec_code of this NodeGroupV10.
385
+ r"""Gets the root_volume_resource_spec_code of this NodeGroupV10.
386
386
 
387
387
  节点系统盘产品规格。
388
388
 
@@ -393,7 +393,7 @@ class NodeGroupV10:
393
393
 
394
394
  @root_volume_resource_spec_code.setter
395
395
  def root_volume_resource_spec_code(self, root_volume_resource_spec_code):
396
- """Sets the root_volume_resource_spec_code of this NodeGroupV10.
396
+ r"""Sets the root_volume_resource_spec_code of this NodeGroupV10.
397
397
 
398
398
  节点系统盘产品规格。
399
399
 
@@ -404,7 +404,7 @@ class NodeGroupV10:
404
404
 
405
405
  @property
406
406
  def root_volume_resource_type(self):
407
- """Gets the root_volume_resource_type of this NodeGroupV10.
407
+ r"""Gets the root_volume_resource_type of this NodeGroupV10.
408
408
 
409
409
  节点系统盘产品类型。
410
410
 
@@ -415,7 +415,7 @@ class NodeGroupV10:
415
415
 
416
416
  @root_volume_resource_type.setter
417
417
  def root_volume_resource_type(self, root_volume_resource_type):
418
- """Sets the root_volume_resource_type of this NodeGroupV10.
418
+ r"""Sets the root_volume_resource_type of this NodeGroupV10.
419
419
 
420
420
  节点系统盘产品类型。
421
421
 
@@ -426,7 +426,7 @@ class NodeGroupV10:
426
426
 
427
427
  @property
428
428
  def data_volume_type(self):
429
- """Gets the data_volume_type of this NodeGroupV10.
429
+ r"""Gets the data_volume_type of this NodeGroupV10.
430
430
 
431
431
  节点数据磁盘存储类别,目前支持SATA、SAS和SSD。 - SATA:普通IO - SAS:高IO - SSD:超高IO
432
432
 
@@ -437,7 +437,7 @@ class NodeGroupV10:
437
437
 
438
438
  @data_volume_type.setter
439
439
  def data_volume_type(self, data_volume_type):
440
- """Sets the data_volume_type of this NodeGroupV10.
440
+ r"""Sets the data_volume_type of this NodeGroupV10.
441
441
 
442
442
  节点数据磁盘存储类别,目前支持SATA、SAS和SSD。 - SATA:普通IO - SAS:高IO - SSD:超高IO
443
443
 
@@ -448,7 +448,7 @@ class NodeGroupV10:
448
448
 
449
449
  @property
450
450
  def data_volume_count(self):
451
- """Gets the data_volume_count of this NodeGroupV10.
451
+ r"""Gets the data_volume_count of this NodeGroupV10.
452
452
 
453
453
  节点数据磁盘存储数目。
454
454
 
@@ -459,7 +459,7 @@ class NodeGroupV10:
459
459
 
460
460
  @data_volume_count.setter
461
461
  def data_volume_count(self, data_volume_count):
462
- """Sets the data_volume_count of this NodeGroupV10.
462
+ r"""Sets the data_volume_count of this NodeGroupV10.
463
463
 
464
464
  节点数据磁盘存储数目。
465
465
 
@@ -470,7 +470,7 @@ class NodeGroupV10:
470
470
 
471
471
  @property
472
472
  def data_volume_size(self):
473
- """Gets the data_volume_size of this NodeGroupV10.
473
+ r"""Gets the data_volume_size of this NodeGroupV10.
474
474
 
475
475
  节点数据磁盘存储大小。
476
476
 
@@ -481,7 +481,7 @@ class NodeGroupV10:
481
481
 
482
482
  @data_volume_size.setter
483
483
  def data_volume_size(self, data_volume_size):
484
- """Sets the data_volume_size of this NodeGroupV10.
484
+ r"""Sets the data_volume_size of this NodeGroupV10.
485
485
 
486
486
  节点数据磁盘存储大小。
487
487
 
@@ -492,7 +492,7 @@ class NodeGroupV10:
492
492
 
493
493
  @property
494
494
  def data_volume_product_id(self):
495
- """Gets the data_volume_product_id of this NodeGroupV10.
495
+ r"""Gets the data_volume_product_id of this NodeGroupV10.
496
496
 
497
497
  节点数据磁盘的产品ID。
498
498
 
@@ -503,7 +503,7 @@ class NodeGroupV10:
503
503
 
504
504
  @data_volume_product_id.setter
505
505
  def data_volume_product_id(self, data_volume_product_id):
506
- """Sets the data_volume_product_id of this NodeGroupV10.
506
+ r"""Sets the data_volume_product_id of this NodeGroupV10.
507
507
 
508
508
  节点数据磁盘的产品ID。
509
509
 
@@ -514,7 +514,7 @@ class NodeGroupV10:
514
514
 
515
515
  @property
516
516
  def data_volume_resource_spec_code(self):
517
- """Gets the data_volume_resource_spec_code of this NodeGroupV10.
517
+ r"""Gets the data_volume_resource_spec_code of this NodeGroupV10.
518
518
 
519
519
  节点数据磁盘的产品规格。
520
520
 
@@ -525,7 +525,7 @@ class NodeGroupV10:
525
525
 
526
526
  @data_volume_resource_spec_code.setter
527
527
  def data_volume_resource_spec_code(self, data_volume_resource_spec_code):
528
- """Sets the data_volume_resource_spec_code of this NodeGroupV10.
528
+ r"""Sets the data_volume_resource_spec_code of this NodeGroupV10.
529
529
 
530
530
  节点数据磁盘的产品规格。
531
531
 
@@ -536,7 +536,7 @@ class NodeGroupV10:
536
536
 
537
537
  @property
538
538
  def data_volume_resource_type(self):
539
- """Gets the data_volume_resource_type of this NodeGroupV10.
539
+ r"""Gets the data_volume_resource_type of this NodeGroupV10.
540
540
 
541
541
  节点数据磁盘的产品类型。
542
542
 
@@ -547,7 +547,7 @@ class NodeGroupV10:
547
547
 
548
548
  @data_volume_resource_type.setter
549
549
  def data_volume_resource_type(self, data_volume_resource_type):
550
- """Sets the data_volume_resource_type of this NodeGroupV10.
550
+ r"""Sets the data_volume_resource_type of this NodeGroupV10.
551
551
 
552
552
  节点数据磁盘的产品类型。
553
553
 
@@ -41,7 +41,7 @@ class NodeGroupV11:
41
41
  }
42
42
 
43
43
  def __init__(self, group_name=None, node_num=None, node_size=None, root_volume_size=None, root_volume_type=None, data_volume_type=None, data_volume_count=None, data_volume_size=None, auto_scaling_policy=None):
44
- """NodeGroupV11
44
+ r"""NodeGroupV11
45
45
 
46
46
  The model defined in huaweicloud sdk
47
47
 
@@ -96,7 +96,7 @@ class NodeGroupV11:
96
96
 
97
97
  @property
98
98
  def group_name(self):
99
- """Gets the group_name of this NodeGroupV11.
99
+ r"""Gets the group_name of this NodeGroupV11.
100
100
 
101
101
  节点组名。 - master_node_default_group - core_node_analysis_group - core_node_streaming_group - task_node_analysis_group - task_node_streaming_group
102
102
 
@@ -107,7 +107,7 @@ class NodeGroupV11:
107
107
 
108
108
  @group_name.setter
109
109
  def group_name(self, group_name):
110
- """Sets the group_name of this NodeGroupV11.
110
+ r"""Sets the group_name of this NodeGroupV11.
111
111
 
112
112
  节点组名。 - master_node_default_group - core_node_analysis_group - core_node_streaming_group - task_node_analysis_group - task_node_streaming_group
113
113
 
@@ -118,7 +118,7 @@ class NodeGroupV11:
118
118
 
119
119
  @property
120
120
  def node_num(self):
121
- """Gets the node_num of this NodeGroupV11.
121
+ r"""Gets the node_num of this NodeGroupV11.
122
122
 
123
123
  节点数量,取值范围0~500,Core与Task节点总数最大为500个。
124
124
 
@@ -129,7 +129,7 @@ class NodeGroupV11:
129
129
 
130
130
  @node_num.setter
131
131
  def node_num(self, node_num):
132
- """Sets the node_num of this NodeGroupV11.
132
+ r"""Sets the node_num of this NodeGroupV11.
133
133
 
134
134
  节点数量,取值范围0~500,Core与Task节点总数最大为500个。
135
135
 
@@ -140,7 +140,7 @@ class NodeGroupV11:
140
140
 
141
141
  @property
142
142
  def node_size(self):
143
- """Gets the node_size of this NodeGroupV11.
143
+ r"""Gets the node_size of this NodeGroupV11.
144
144
 
145
145
  节点的实例规格,例如:c3.4xlarge.2.linux.bigdata。MRS当前支持主机规格的配型由CPU+内存+Disk共同决定。实例规格详细说明请参见[MRS所使用的弹性云服务器规格](https://support.huaweicloud.com/api-mrs/mrs_01_9006.html)和[MRS所使用的裸金属服务器规格](https://support.huaweicloud.com/api-mrs/mrs_01_9001.html)。 该参数建议从MRS控制台的集群创建页面获取对应区域对应版本所支持的规格。
146
146
 
@@ -151,7 +151,7 @@ class NodeGroupV11:
151
151
 
152
152
  @node_size.setter
153
153
  def node_size(self, node_size):
154
- """Sets the node_size of this NodeGroupV11.
154
+ r"""Sets the node_size of this NodeGroupV11.
155
155
 
156
156
  节点的实例规格,例如:c3.4xlarge.2.linux.bigdata。MRS当前支持主机规格的配型由CPU+内存+Disk共同决定。实例规格详细说明请参见[MRS所使用的弹性云服务器规格](https://support.huaweicloud.com/api-mrs/mrs_01_9006.html)和[MRS所使用的裸金属服务器规格](https://support.huaweicloud.com/api-mrs/mrs_01_9001.html)。 该参数建议从MRS控制台的集群创建页面获取对应区域对应版本所支持的规格。
157
157
 
@@ -162,7 +162,7 @@ class NodeGroupV11:
162
162
 
163
163
  @property
164
164
  def root_volume_size(self):
165
- """Gets the root_volume_size of this NodeGroupV11.
165
+ r"""Gets the root_volume_size of this NodeGroupV11.
166
166
 
167
167
  节点系统磁盘存储大小。
168
168
 
@@ -173,7 +173,7 @@ class NodeGroupV11:
173
173
 
174
174
  @root_volume_size.setter
175
175
  def root_volume_size(self, root_volume_size):
176
- """Sets the root_volume_size of this NodeGroupV11.
176
+ r"""Sets the root_volume_size of this NodeGroupV11.
177
177
 
178
178
  节点系统磁盘存储大小。
179
179
 
@@ -184,7 +184,7 @@ class NodeGroupV11:
184
184
 
185
185
  @property
186
186
  def root_volume_type(self):
187
- """Gets the root_volume_type of this NodeGroupV11.
187
+ r"""Gets the root_volume_type of this NodeGroupV11.
188
188
 
189
189
  节点系统磁盘存储类别,目前支持SATA、SAS和SSD。 - SATA:普通IO - SAS:高IO - SSD:超高IO - GPSSD:通用型SSD
190
190
 
@@ -195,7 +195,7 @@ class NodeGroupV11:
195
195
 
196
196
  @root_volume_type.setter
197
197
  def root_volume_type(self, root_volume_type):
198
- """Sets the root_volume_type of this NodeGroupV11.
198
+ r"""Sets the root_volume_type of this NodeGroupV11.
199
199
 
200
200
  节点系统磁盘存储类别,目前支持SATA、SAS和SSD。 - SATA:普通IO - SAS:高IO - SSD:超高IO - GPSSD:通用型SSD
201
201
 
@@ -206,7 +206,7 @@ class NodeGroupV11:
206
206
 
207
207
  @property
208
208
  def data_volume_type(self):
209
- """Gets the data_volume_type of this NodeGroupV11.
209
+ r"""Gets the data_volume_type of this NodeGroupV11.
210
210
 
211
211
  节点数据磁盘存储类别,目前支持SATA、SAS和SSD。 - SATA:普通IO - SAS:高IO - SSD:超高IO - GPSSD:通用型SSD
212
212
 
@@ -217,7 +217,7 @@ class NodeGroupV11:
217
217
 
218
218
  @data_volume_type.setter
219
219
  def data_volume_type(self, data_volume_type):
220
- """Sets the data_volume_type of this NodeGroupV11.
220
+ r"""Sets the data_volume_type of this NodeGroupV11.
221
221
 
222
222
  节点数据磁盘存储类别,目前支持SATA、SAS和SSD。 - SATA:普通IO - SAS:高IO - SSD:超高IO - GPSSD:通用型SSD
223
223
 
@@ -228,7 +228,7 @@ class NodeGroupV11:
228
228
 
229
229
  @property
230
230
  def data_volume_count(self):
231
- """Gets the data_volume_count of this NodeGroupV11.
231
+ r"""Gets the data_volume_count of this NodeGroupV11.
232
232
 
233
233
  节点数据磁盘存储数目 取值范围:0~20。
234
234
 
@@ -239,7 +239,7 @@ class NodeGroupV11:
239
239
 
240
240
  @data_volume_count.setter
241
241
  def data_volume_count(self, data_volume_count):
242
- """Sets the data_volume_count of this NodeGroupV11.
242
+ r"""Sets the data_volume_count of this NodeGroupV11.
243
243
 
244
244
  节点数据磁盘存储数目 取值范围:0~20。
245
245
 
@@ -250,7 +250,7 @@ class NodeGroupV11:
250
250
 
251
251
  @property
252
252
  def data_volume_size(self):
253
- """Gets the data_volume_size of this NodeGroupV11.
253
+ r"""Gets the data_volume_size of this NodeGroupV11.
254
254
 
255
255
  节点数据磁盘存储大小 取值范围:100GB~32000GB。
256
256
 
@@ -261,7 +261,7 @@ class NodeGroupV11:
261
261
 
262
262
  @data_volume_size.setter
263
263
  def data_volume_size(self, data_volume_size):
264
- """Sets the data_volume_size of this NodeGroupV11.
264
+ r"""Sets the data_volume_size of this NodeGroupV11.
265
265
 
266
266
  节点数据磁盘存储大小 取值范围:100GB~32000GB。
267
267
 
@@ -272,7 +272,7 @@ class NodeGroupV11:
272
272
 
273
273
  @property
274
274
  def auto_scaling_policy(self):
275
- """Gets the auto_scaling_policy of this NodeGroupV11.
275
+ r"""Gets the auto_scaling_policy of this NodeGroupV11.
276
276
 
277
277
  :return: The auto_scaling_policy of this NodeGroupV11.
278
278
  :rtype: :class:`huaweicloudsdkmrs.v1.AutoScalingPolicy`
@@ -281,7 +281,7 @@ class NodeGroupV11:
281
281
 
282
282
  @auto_scaling_policy.setter
283
283
  def auto_scaling_policy(self, auto_scaling_policy):
284
- """Sets the auto_scaling_policy of this NodeGroupV11.
284
+ r"""Sets the auto_scaling_policy of this NodeGroupV11.
285
285
 
286
286
  :param auto_scaling_policy: The auto_scaling_policy of this NodeGroupV11.
287
287
  :type auto_scaling_policy: :class:`huaweicloudsdkmrs.v1.AutoScalingPolicy`
@@ -33,7 +33,7 @@ class ResourcesPlan:
33
33
  }
34
34
 
35
35
  def __init__(self, period_type=None, start_time=None, end_time=None, min_capacity=None, max_capacity=None):
36
- """ResourcesPlan
36
+ r"""ResourcesPlan
37
37
 
38
38
  The model defined in huaweicloud sdk
39
39
 
@@ -66,7 +66,7 @@ class ResourcesPlan:
66
66
 
67
67
  @property
68
68
  def period_type(self):
69
- """Gets the period_type of this ResourcesPlan.
69
+ r"""Gets the period_type of this ResourcesPlan.
70
70
 
71
71
  资源计划的周期类型,当前只允许以下类型: daily
72
72
 
@@ -77,7 +77,7 @@ class ResourcesPlan:
77
77
 
78
78
  @period_type.setter
79
79
  def period_type(self, period_type):
80
- """Sets the period_type of this ResourcesPlan.
80
+ r"""Sets the period_type of this ResourcesPlan.
81
81
 
82
82
  资源计划的周期类型,当前只允许以下类型: daily
83
83
 
@@ -88,7 +88,7 @@ class ResourcesPlan:
88
88
 
89
89
  @property
90
90
  def start_time(self):
91
- """Gets the start_time of this ResourcesPlan.
91
+ r"""Gets the start_time of this ResourcesPlan.
92
92
 
93
93
  资源计划的起始时间,格式为“hour:minute”,表示时间在0:00-23:59之间。
94
94
 
@@ -99,7 +99,7 @@ class ResourcesPlan:
99
99
 
100
100
  @start_time.setter
101
101
  def start_time(self, start_time):
102
- """Sets the start_time of this ResourcesPlan.
102
+ r"""Sets the start_time of this ResourcesPlan.
103
103
 
104
104
  资源计划的起始时间,格式为“hour:minute”,表示时间在0:00-23:59之间。
105
105
 
@@ -110,7 +110,7 @@ class ResourcesPlan:
110
110
 
111
111
  @property
112
112
  def end_time(self):
113
- """Gets the end_time of this ResourcesPlan.
113
+ r"""Gets the end_time of this ResourcesPlan.
114
114
 
115
115
  资源计划的结束时间,格式与“start_time”相同,不早于start_time表示的时间,且与start_time间隔不小于30min。
116
116
 
@@ -121,7 +121,7 @@ class ResourcesPlan:
121
121
 
122
122
  @end_time.setter
123
123
  def end_time(self, end_time):
124
- """Sets the end_time of this ResourcesPlan.
124
+ r"""Sets the end_time of this ResourcesPlan.
125
125
 
126
126
  资源计划的结束时间,格式与“start_time”相同,不早于start_time表示的时间,且与start_time间隔不小于30min。
127
127
 
@@ -132,7 +132,7 @@ class ResourcesPlan:
132
132
 
133
133
  @property
134
134
  def min_capacity(self):
135
- """Gets the min_capacity of this ResourcesPlan.
135
+ r"""Gets the min_capacity of this ResourcesPlan.
136
136
 
137
137
  资源计划内该节点组的最小保留节点数。 取值范围:[0~500]
138
138
 
@@ -143,7 +143,7 @@ class ResourcesPlan:
143
143
 
144
144
  @min_capacity.setter
145
145
  def min_capacity(self, min_capacity):
146
- """Sets the min_capacity of this ResourcesPlan.
146
+ r"""Sets the min_capacity of this ResourcesPlan.
147
147
 
148
148
  资源计划内该节点组的最小保留节点数。 取值范围:[0~500]
149
149
 
@@ -154,7 +154,7 @@ class ResourcesPlan:
154
154
 
155
155
  @property
156
156
  def max_capacity(self):
157
- """Gets the max_capacity of this ResourcesPlan.
157
+ r"""Gets the max_capacity of this ResourcesPlan.
158
158
 
159
159
  资源计划内该节点组的最大保留节点数。 取值范围:[0~500]
160
160
 
@@ -165,7 +165,7 @@ class ResourcesPlan:
165
165
 
166
166
  @max_capacity.setter
167
167
  def max_capacity(self, max_capacity):
168
- """Sets the max_capacity of this ResourcesPlan.
168
+ r"""Sets the max_capacity of this ResourcesPlan.
169
169
 
170
170
  资源计划内该节点组的最大保留节点数。 取值范围:[0~500]
171
171