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
@@ -61,7 +61,7 @@ class RoleDeployMeta:
61
61
  }
62
62
 
63
63
  def __init__(self, other=None, name=None, code_name=None, component=None, node_preference=None, count=None, affinity=None, affinity_target=None, multi_instance=None, role_kind=None, constraints=None, multi_az_placement=None, arbitration_deployment=None, support_elb=None, multi_affinity_group_enable=None, local_disks_anti_affinity=None, multi_instance_name_pattern=None, private_ip=None, weight=None):
64
- """RoleDeployMeta
64
+ r"""RoleDeployMeta
65
65
 
66
66
  The model defined in huaweicloud sdk
67
67
 
@@ -169,7 +169,7 @@ class RoleDeployMeta:
169
169
 
170
170
  @property
171
171
  def other(self):
172
- """Gets the other of this RoleDeployMeta.
172
+ r"""Gets the other of this RoleDeployMeta.
173
173
 
174
174
  其他扩展属性
175
175
 
@@ -180,7 +180,7 @@ class RoleDeployMeta:
180
180
 
181
181
  @other.setter
182
182
  def other(self, other):
183
- """Sets the other of this RoleDeployMeta.
183
+ r"""Sets the other of this RoleDeployMeta.
184
184
 
185
185
  其他扩展属性
186
186
 
@@ -191,7 +191,7 @@ class RoleDeployMeta:
191
191
 
192
192
  @property
193
193
  def name(self):
194
- """Gets the name of this RoleDeployMeta.
194
+ r"""Gets the name of this RoleDeployMeta.
195
195
 
196
196
  角色名称
197
197
 
@@ -202,7 +202,7 @@ class RoleDeployMeta:
202
202
 
203
203
  @name.setter
204
204
  def name(self, name):
205
- """Sets the name of this RoleDeployMeta.
205
+ r"""Sets the name of this RoleDeployMeta.
206
206
 
207
207
  角色名称
208
208
 
@@ -213,7 +213,7 @@ class RoleDeployMeta:
213
213
 
214
214
  @property
215
215
  def code_name(self):
216
- """Gets the code_name of this RoleDeployMeta.
216
+ r"""Gets the code_name of this RoleDeployMeta.
217
217
 
218
218
  角色简称
219
219
 
@@ -224,7 +224,7 @@ class RoleDeployMeta:
224
224
 
225
225
  @code_name.setter
226
226
  def code_name(self, code_name):
227
- """Sets the code_name of this RoleDeployMeta.
227
+ r"""Sets the code_name of this RoleDeployMeta.
228
228
 
229
229
  角色简称
230
230
 
@@ -235,7 +235,7 @@ class RoleDeployMeta:
235
235
 
236
236
  @property
237
237
  def component(self):
238
- """Gets the component of this RoleDeployMeta.
238
+ r"""Gets the component of this RoleDeployMeta.
239
239
 
240
240
  角色所属组件
241
241
 
@@ -246,7 +246,7 @@ class RoleDeployMeta:
246
246
 
247
247
  @component.setter
248
248
  def component(self, component):
249
- """Sets the component of this RoleDeployMeta.
249
+ r"""Sets the component of this RoleDeployMeta.
250
250
 
251
251
  角色所属组件
252
252
 
@@ -257,7 +257,7 @@ class RoleDeployMeta:
257
257
 
258
258
  @property
259
259
  def node_preference(self):
260
- """Gets the node_preference of this RoleDeployMeta.
260
+ r"""Gets the node_preference of this RoleDeployMeta.
261
261
 
262
262
  部署倾向
263
263
 
@@ -268,7 +268,7 @@ class RoleDeployMeta:
268
268
 
269
269
  @node_preference.setter
270
270
  def node_preference(self, node_preference):
271
- """Sets the node_preference of this RoleDeployMeta.
271
+ r"""Sets the node_preference of this RoleDeployMeta.
272
272
 
273
273
  部署倾向
274
274
 
@@ -279,7 +279,7 @@ class RoleDeployMeta:
279
279
 
280
280
  @property
281
281
  def count(self):
282
- """Gets the count of this RoleDeployMeta.
282
+ r"""Gets the count of this RoleDeployMeta.
283
283
 
284
284
  角色数量限制
285
285
 
@@ -290,7 +290,7 @@ class RoleDeployMeta:
290
290
 
291
291
  @count.setter
292
292
  def count(self, count):
293
- """Sets the count of this RoleDeployMeta.
293
+ r"""Sets the count of this RoleDeployMeta.
294
294
 
295
295
  角色数量限制
296
296
 
@@ -301,7 +301,7 @@ class RoleDeployMeta:
301
301
 
302
302
  @property
303
303
  def affinity(self):
304
- """Gets the affinity of this RoleDeployMeta.
304
+ r"""Gets the affinity of this RoleDeployMeta.
305
305
 
306
306
  亲和
307
307
 
@@ -312,7 +312,7 @@ class RoleDeployMeta:
312
312
 
313
313
  @affinity.setter
314
314
  def affinity(self, affinity):
315
- """Sets the affinity of this RoleDeployMeta.
315
+ r"""Sets the affinity of this RoleDeployMeta.
316
316
 
317
317
  亲和
318
318
 
@@ -323,7 +323,7 @@ class RoleDeployMeta:
323
323
 
324
324
  @property
325
325
  def affinity_target(self):
326
- """Gets the affinity_target of this RoleDeployMeta.
326
+ r"""Gets the affinity_target of this RoleDeployMeta.
327
327
 
328
328
  亲和目标
329
329
 
@@ -334,7 +334,7 @@ class RoleDeployMeta:
334
334
 
335
335
  @affinity_target.setter
336
336
  def affinity_target(self, affinity_target):
337
- """Sets the affinity_target of this RoleDeployMeta.
337
+ r"""Sets the affinity_target of this RoleDeployMeta.
338
338
 
339
339
  亲和目标
340
340
 
@@ -345,7 +345,7 @@ class RoleDeployMeta:
345
345
 
346
346
  @property
347
347
  def multi_instance(self):
348
- """Gets the multi_instance of this RoleDeployMeta.
348
+ r"""Gets the multi_instance of this RoleDeployMeta.
349
349
 
350
350
  多实例
351
351
 
@@ -356,7 +356,7 @@ class RoleDeployMeta:
356
356
 
357
357
  @multi_instance.setter
358
358
  def multi_instance(self, multi_instance):
359
- """Sets the multi_instance of this RoleDeployMeta.
359
+ r"""Sets the multi_instance of this RoleDeployMeta.
360
360
 
361
361
  多实例
362
362
 
@@ -367,7 +367,7 @@ class RoleDeployMeta:
367
367
 
368
368
  @property
369
369
  def role_kind(self):
370
- """Gets the role_kind of this RoleDeployMeta.
370
+ r"""Gets the role_kind of this RoleDeployMeta.
371
371
 
372
372
  角色类型
373
373
 
@@ -378,7 +378,7 @@ class RoleDeployMeta:
378
378
 
379
379
  @role_kind.setter
380
380
  def role_kind(self, role_kind):
381
- """Sets the role_kind of this RoleDeployMeta.
381
+ r"""Sets the role_kind of this RoleDeployMeta.
382
382
 
383
383
  角色类型
384
384
 
@@ -389,7 +389,7 @@ class RoleDeployMeta:
389
389
 
390
390
  @property
391
391
  def constraints(self):
392
- """Gets the constraints of this RoleDeployMeta.
392
+ r"""Gets the constraints of this RoleDeployMeta.
393
393
 
394
394
  角色限制,包含当前组件角色的一些功能限制,例如:\"no_scale_in\"
395
395
 
@@ -400,7 +400,7 @@ class RoleDeployMeta:
400
400
 
401
401
  @constraints.setter
402
402
  def constraints(self, constraints):
403
- """Sets the constraints of this RoleDeployMeta.
403
+ r"""Sets the constraints of this RoleDeployMeta.
404
404
 
405
405
  角色限制,包含当前组件角色的一些功能限制,例如:\"no_scale_in\"
406
406
 
@@ -411,7 +411,7 @@ class RoleDeployMeta:
411
411
 
412
412
  @property
413
413
  def multi_az_placement(self):
414
- """Gets the multi_az_placement of this RoleDeployMeta.
414
+ r"""Gets the multi_az_placement of this RoleDeployMeta.
415
415
 
416
416
  多az部署
417
417
 
@@ -422,7 +422,7 @@ class RoleDeployMeta:
422
422
 
423
423
  @multi_az_placement.setter
424
424
  def multi_az_placement(self, multi_az_placement):
425
- """Sets the multi_az_placement of this RoleDeployMeta.
425
+ r"""Sets the multi_az_placement of this RoleDeployMeta.
426
426
 
427
427
  多az部署
428
428
 
@@ -433,7 +433,7 @@ class RoleDeployMeta:
433
433
 
434
434
  @property
435
435
  def arbitration_deployment(self):
436
- """Gets the arbitration_deployment of this RoleDeployMeta.
436
+ r"""Gets the arbitration_deployment of this RoleDeployMeta.
437
437
 
438
438
  仲裁部署
439
439
 
@@ -444,7 +444,7 @@ class RoleDeployMeta:
444
444
 
445
445
  @arbitration_deployment.setter
446
446
  def arbitration_deployment(self, arbitration_deployment):
447
- """Sets the arbitration_deployment of this RoleDeployMeta.
447
+ r"""Sets the arbitration_deployment of this RoleDeployMeta.
448
448
 
449
449
  仲裁部署
450
450
 
@@ -455,7 +455,7 @@ class RoleDeployMeta:
455
455
 
456
456
  @property
457
457
  def support_elb(self):
458
- """Gets the support_elb of this RoleDeployMeta.
458
+ r"""Gets the support_elb of this RoleDeployMeta.
459
459
 
460
460
  支持ELB
461
461
 
@@ -466,7 +466,7 @@ class RoleDeployMeta:
466
466
 
467
467
  @support_elb.setter
468
468
  def support_elb(self, support_elb):
469
- """Sets the support_elb of this RoleDeployMeta.
469
+ r"""Sets the support_elb of this RoleDeployMeta.
470
470
 
471
471
  支持ELB
472
472
 
@@ -477,7 +477,7 @@ class RoleDeployMeta:
477
477
 
478
478
  @property
479
479
  def multi_affinity_group_enable(self):
480
- """Gets the multi_affinity_group_enable of this RoleDeployMeta.
480
+ r"""Gets the multi_affinity_group_enable of this RoleDeployMeta.
481
481
 
482
482
  启用多亲和组
483
483
 
@@ -488,7 +488,7 @@ class RoleDeployMeta:
488
488
 
489
489
  @multi_affinity_group_enable.setter
490
490
  def multi_affinity_group_enable(self, multi_affinity_group_enable):
491
- """Sets the multi_affinity_group_enable of this RoleDeployMeta.
491
+ r"""Sets the multi_affinity_group_enable of this RoleDeployMeta.
492
492
 
493
493
  启用多亲和组
494
494
 
@@ -499,7 +499,7 @@ class RoleDeployMeta:
499
499
 
500
500
  @property
501
501
  def local_disks_anti_affinity(self):
502
- """Gets the local_disks_anti_affinity of this RoleDeployMeta.
502
+ r"""Gets the local_disks_anti_affinity of this RoleDeployMeta.
503
503
 
504
504
  本地盘反亲和
505
505
 
@@ -510,7 +510,7 @@ class RoleDeployMeta:
510
510
 
511
511
  @local_disks_anti_affinity.setter
512
512
  def local_disks_anti_affinity(self, local_disks_anti_affinity):
513
- """Sets the local_disks_anti_affinity of this RoleDeployMeta.
513
+ r"""Sets the local_disks_anti_affinity of this RoleDeployMeta.
514
514
 
515
515
  本地盘反亲和
516
516
 
@@ -521,7 +521,7 @@ class RoleDeployMeta:
521
521
 
522
522
  @property
523
523
  def multi_instance_name_pattern(self):
524
- """Gets the multi_instance_name_pattern of this RoleDeployMeta.
524
+ r"""Gets the multi_instance_name_pattern of this RoleDeployMeta.
525
525
 
526
526
  多实例名称模式
527
527
 
@@ -532,7 +532,7 @@ class RoleDeployMeta:
532
532
 
533
533
  @multi_instance_name_pattern.setter
534
534
  def multi_instance_name_pattern(self, multi_instance_name_pattern):
535
- """Sets the multi_instance_name_pattern of this RoleDeployMeta.
535
+ r"""Sets the multi_instance_name_pattern of this RoleDeployMeta.
536
536
 
537
537
  多实例名称模式
538
538
 
@@ -543,7 +543,7 @@ class RoleDeployMeta:
543
543
 
544
544
  @property
545
545
  def private_ip(self):
546
- """Gets the private_ip of this RoleDeployMeta.
546
+ r"""Gets the private_ip of this RoleDeployMeta.
547
547
 
548
548
  私有IP
549
549
 
@@ -554,7 +554,7 @@ class RoleDeployMeta:
554
554
 
555
555
  @private_ip.setter
556
556
  def private_ip(self, private_ip):
557
- """Sets the private_ip of this RoleDeployMeta.
557
+ r"""Sets the private_ip of this RoleDeployMeta.
558
558
 
559
559
  私有IP
560
560
 
@@ -565,7 +565,7 @@ class RoleDeployMeta:
565
565
 
566
566
  @property
567
567
  def weight(self):
568
- """Gets the weight of this RoleDeployMeta.
568
+ r"""Gets the weight of this RoleDeployMeta.
569
569
 
570
570
  权重
571
571
 
@@ -576,7 +576,7 @@ class RoleDeployMeta:
576
576
 
577
577
  @weight.setter
578
578
  def weight(self, weight):
579
- """Sets the weight of this RoleDeployMeta.
579
+ r"""Sets the weight of this RoleDeployMeta.
580
580
 
581
581
  权重
582
582
 
@@ -35,7 +35,7 @@ class Rule:
35
35
  }
36
36
 
37
37
  def __init__(self, name=None, description=None, adjustment_type=None, cool_down_minutes=None, scaling_adjustment=None, trigger=None):
38
- """Rule
38
+ r"""Rule
39
39
 
40
40
  The model defined in huaweicloud sdk
41
41
 
@@ -73,7 +73,7 @@ class Rule:
73
73
 
74
74
  @property
75
75
  def name(self):
76
- """Gets the name of this Rule.
76
+ r"""Gets the name of this Rule.
77
77
 
78
78
  弹性伸缩规则的名称。 只能由字母、数字、中划线和下划线组成,并且长度为1~64个字符。 在一个节点组范围内,不允许重名。
79
79
 
@@ -84,7 +84,7 @@ class Rule:
84
84
 
85
85
  @name.setter
86
86
  def name(self, name):
87
- """Sets the name of this Rule.
87
+ r"""Sets the name of this Rule.
88
88
 
89
89
  弹性伸缩规则的名称。 只能由字母、数字、中划线和下划线组成,并且长度为1~64个字符。 在一个节点组范围内,不允许重名。
90
90
 
@@ -95,7 +95,7 @@ class Rule:
95
95
 
96
96
  @property
97
97
  def description(self):
98
- """Gets the description of this Rule.
98
+ r"""Gets the description of this Rule.
99
99
 
100
100
  弹性伸缩规则的说明。 最大长度为1024字符。
101
101
 
@@ -106,7 +106,7 @@ class Rule:
106
106
 
107
107
  @description.setter
108
108
  def description(self, description):
109
- """Sets the description of this Rule.
109
+ r"""Sets the description of this Rule.
110
110
 
111
111
  弹性伸缩规则的说明。 最大长度为1024字符。
112
112
 
@@ -117,7 +117,7 @@ class Rule:
117
117
 
118
118
  @property
119
119
  def adjustment_type(self):
120
- """Gets the adjustment_type of this Rule.
120
+ r"""Gets the adjustment_type of this Rule.
121
121
 
122
122
  弹性伸缩规则的调整类型,只允许以下类型: 枚举值: - scale_out:扩容 - scale_in:缩容
123
123
 
@@ -128,7 +128,7 @@ class Rule:
128
128
 
129
129
  @adjustment_type.setter
130
130
  def adjustment_type(self, adjustment_type):
131
- """Sets the adjustment_type of this Rule.
131
+ r"""Sets the adjustment_type of this Rule.
132
132
 
133
133
  弹性伸缩规则的调整类型,只允许以下类型: 枚举值: - scale_out:扩容 - scale_in:缩容
134
134
 
@@ -139,7 +139,7 @@ class Rule:
139
139
 
140
140
  @property
141
141
  def cool_down_minutes(self):
142
- """Gets the cool_down_minutes of this Rule.
142
+ r"""Gets the cool_down_minutes of this Rule.
143
143
 
144
144
  触发弹性伸缩规则后,该集群处于冷却状态(不再执行弹性伸缩操作)的时长,单位为分钟。 取值范围[0~10080],10080为一周的分钟数。
145
145
 
@@ -150,7 +150,7 @@ class Rule:
150
150
 
151
151
  @cool_down_minutes.setter
152
152
  def cool_down_minutes(self, cool_down_minutes):
153
- """Sets the cool_down_minutes of this Rule.
153
+ r"""Sets the cool_down_minutes of this Rule.
154
154
 
155
155
  触发弹性伸缩规则后,该集群处于冷却状态(不再执行弹性伸缩操作)的时长,单位为分钟。 取值范围[0~10080],10080为一周的分钟数。
156
156
 
@@ -161,7 +161,7 @@ class Rule:
161
161
 
162
162
  @property
163
163
  def scaling_adjustment(self):
164
- """Gets the scaling_adjustment of this Rule.
164
+ r"""Gets the scaling_adjustment of this Rule.
165
165
 
166
166
  单次调整集群节点的个数。 取值范围[1~100]
167
167
 
@@ -172,7 +172,7 @@ class Rule:
172
172
 
173
173
  @scaling_adjustment.setter
174
174
  def scaling_adjustment(self, scaling_adjustment):
175
- """Sets the scaling_adjustment of this Rule.
175
+ r"""Sets the scaling_adjustment of this Rule.
176
176
 
177
177
  单次调整集群节点的个数。 取值范围[1~100]
178
178
 
@@ -183,7 +183,7 @@ class Rule:
183
183
 
184
184
  @property
185
185
  def trigger(self):
186
- """Gets the trigger of this Rule.
186
+ r"""Gets the trigger of this Rule.
187
187
 
188
188
  :return: The trigger of this Rule.
189
189
  :rtype: :class:`huaweicloudsdkmrs.v1.Trigger`
@@ -192,7 +192,7 @@ class Rule:
192
192
 
193
193
  @trigger.setter
194
194
  def trigger(self, trigger):
195
- """Sets the trigger of this Rule.
195
+ r"""Sets the trigger of this Rule.
196
196
 
197
197
  :param trigger: The trigger of this Rule.
198
198
  :type trigger: :class:`huaweicloudsdkmrs.v1.Trigger`
@@ -37,7 +37,7 @@ class ScaleScript:
37
37
  }
38
38
 
39
39
  def __init__(self, name=None, uri=None, parameters=None, nodes=None, active_master=None, fail_action=None, action_stage=None):
40
- """ScaleScript
40
+ r"""ScaleScript
41
41
 
42
42
  The model defined in huaweicloud sdk
43
43
 
@@ -80,7 +80,7 @@ class ScaleScript:
80
80
 
81
81
  @property
82
82
  def name(self):
83
- """Gets the name of this ScaleScript.
83
+ r"""Gets the name of this ScaleScript.
84
84
 
85
85
  弹性伸缩自定义自动化脚本的名称,同一个集群的自定义自动化脚本名称不允许相同。 只能由数字、英文字符、空格、中划线和下划线组成,且不能以空格开头。 可输入的字符串长度为1~64个字符。
86
86
 
@@ -91,7 +91,7 @@ class ScaleScript:
91
91
 
92
92
  @name.setter
93
93
  def name(self, name):
94
- """Sets the name of this ScaleScript.
94
+ r"""Sets the name of this ScaleScript.
95
95
 
96
96
  弹性伸缩自定义自动化脚本的名称,同一个集群的自定义自动化脚本名称不允许相同。 只能由数字、英文字符、空格、中划线和下划线组成,且不能以空格开头。 可输入的字符串长度为1~64个字符。
97
97
 
@@ -102,7 +102,7 @@ class ScaleScript:
102
102
 
103
103
  @property
104
104
  def uri(self):
105
- """Gets the uri of this ScaleScript.
105
+ r"""Gets the uri of this ScaleScript.
106
106
 
107
107
  自定义自动化脚本的路径。设置为OBS桶的路径或虚拟机本地的路径。 - OBS桶的路径:直接手动输入脚本路径。示例:s3a://XXX/scale.sh - 虚拟机本地的路径:用户需要输入正确的脚本路径。脚本所在的路径必须以‘/’开头,以.sh结尾。
108
108
 
@@ -113,7 +113,7 @@ class ScaleScript:
113
113
 
114
114
  @uri.setter
115
115
  def uri(self, uri):
116
- """Sets the uri of this ScaleScript.
116
+ r"""Sets the uri of this ScaleScript.
117
117
 
118
118
  自定义自动化脚本的路径。设置为OBS桶的路径或虚拟机本地的路径。 - OBS桶的路径:直接手动输入脚本路径。示例:s3a://XXX/scale.sh - 虚拟机本地的路径:用户需要输入正确的脚本路径。脚本所在的路径必须以‘/’开头,以.sh结尾。
119
119
 
@@ -124,7 +124,7 @@ class ScaleScript:
124
124
 
125
125
  @property
126
126
  def parameters(self):
127
- """Gets the parameters of this ScaleScript.
127
+ r"""Gets the parameters of this ScaleScript.
128
128
 
129
129
  自定义自动化脚本参数。 多个参数间用空格隔开。 可以传入以下系统预定义参数: - ${mrs_scale_node_num}:扩缩容节点数 - ${mrs_scale_type}:扩缩容类型,扩容为scale_out,缩容为scale_in - ${mrs_scale_node_hostnames}:扩缩容的节点主机名称 - ${mrs_scale_node_ips}:扩缩容的节点IP - ${mrs_scale_rule_name}:触发扩缩容的规则名 其他用户自定义参数使用方式与普通shell脚本相同,多个参数中间用空格隔开。
130
130
 
@@ -135,7 +135,7 @@ class ScaleScript:
135
135
 
136
136
  @parameters.setter
137
137
  def parameters(self, parameters):
138
- """Sets the parameters of this ScaleScript.
138
+ r"""Sets the parameters of this ScaleScript.
139
139
 
140
140
  自定义自动化脚本参数。 多个参数间用空格隔开。 可以传入以下系统预定义参数: - ${mrs_scale_node_num}:扩缩容节点数 - ${mrs_scale_type}:扩缩容类型,扩容为scale_out,缩容为scale_in - ${mrs_scale_node_hostnames}:扩缩容的节点主机名称 - ${mrs_scale_node_ips}:扩缩容的节点IP - ${mrs_scale_rule_name}:触发扩缩容的规则名 其他用户自定义参数使用方式与普通shell脚本相同,多个参数中间用空格隔开。
141
141
 
@@ -146,7 +146,7 @@ class ScaleScript:
146
146
 
147
147
  @property
148
148
  def nodes(self):
149
- """Gets the nodes of this ScaleScript.
149
+ r"""Gets the nodes of this ScaleScript.
150
150
 
151
151
  自定义自动化脚本所执行的节点组名称(非自定义集群也可使用节点类型,包含Master、Core和Task三种类型)。
152
152
 
@@ -157,7 +157,7 @@ class ScaleScript:
157
157
 
158
158
  @nodes.setter
159
159
  def nodes(self, nodes):
160
- """Sets the nodes of this ScaleScript.
160
+ r"""Sets the nodes of this ScaleScript.
161
161
 
162
162
  自定义自动化脚本所执行的节点组名称(非自定义集群也可使用节点类型,包含Master、Core和Task三种类型)。
163
163
 
@@ -168,7 +168,7 @@ class ScaleScript:
168
168
 
169
169
  @property
170
170
  def active_master(self):
171
- """Gets the active_master of this ScaleScript.
171
+ r"""Gets the active_master of this ScaleScript.
172
172
 
173
173
  自定义自动化脚本是否只运行在主Master节点上。 缺省值为false,表示自定义自动化脚本可运行在所有Master节点上。
174
174
 
@@ -179,7 +179,7 @@ class ScaleScript:
179
179
 
180
180
  @active_master.setter
181
181
  def active_master(self, active_master):
182
- """Sets the active_master of this ScaleScript.
182
+ r"""Sets the active_master of this ScaleScript.
183
183
 
184
184
  自定义自动化脚本是否只运行在主Master节点上。 缺省值为false,表示自定义自动化脚本可运行在所有Master节点上。
185
185
 
@@ -190,7 +190,7 @@ class ScaleScript:
190
190
 
191
191
  @property
192
192
  def fail_action(self):
193
- """Gets the fail_action of this ScaleScript.
193
+ r"""Gets the fail_action of this ScaleScript.
194
194
 
195
195
  自自定义自动化脚本执行失败后,是否继续执行后续脚本和创建集群。 说明: - 建议您在调试阶段设置为“continue”,无论此自定义自动化脚本是否执行成功,则集群都能继续安装和启动。 - 由于缩容成功无法回滚,因此缩容后执行的脚本“fail_action”必须设置为“continue”。 枚举值: - continue:继续执行后续脚本。 - errorout:终止操作。
196
196
 
@@ -201,7 +201,7 @@ class ScaleScript:
201
201
 
202
202
  @fail_action.setter
203
203
  def fail_action(self, fail_action):
204
- """Sets the fail_action of this ScaleScript.
204
+ r"""Sets the fail_action of this ScaleScript.
205
205
 
206
206
  自自定义自动化脚本执行失败后,是否继续执行后续脚本和创建集群。 说明: - 建议您在调试阶段设置为“continue”,无论此自定义自动化脚本是否执行成功,则集群都能继续安装和启动。 - 由于缩容成功无法回滚,因此缩容后执行的脚本“fail_action”必须设置为“continue”。 枚举值: - continue:继续执行后续脚本。 - errorout:终止操作。
207
207
 
@@ -212,7 +212,7 @@ class ScaleScript:
212
212
 
213
213
  @property
214
214
  def action_stage(self):
215
- """Gets the action_stage of this ScaleScript.
215
+ r"""Gets the action_stage of this ScaleScript.
216
216
 
217
217
  脚本执行时机。 枚举值: - before_scale_out:扩容前 - before_scale_in:缩容前 - after_scale_out:扩容后 - after_scale_in:缩容后
218
218
 
@@ -223,7 +223,7 @@ class ScaleScript:
223
223
 
224
224
  @action_stage.setter
225
225
  def action_stage(self, action_stage):
226
- """Sets the action_stage of this ScaleScript.
226
+ r"""Sets the action_stage of this ScaleScript.
227
227
 
228
228
  脚本执行时机。 枚举值: - before_scale_out:扩容前 - before_scale_in:缩容前 - after_scale_out:扩容后 - after_scale_in:缩容后
229
229
 
@@ -25,7 +25,7 @@ class ShowClusterDetailsRequest:
25
25
  }
26
26
 
27
27
  def __init__(self, cluster_id=None):
28
- """ShowClusterDetailsRequest
28
+ r"""ShowClusterDetailsRequest
29
29
 
30
30
  The model defined in huaweicloud sdk
31
31
 
@@ -42,7 +42,7 @@ class ShowClusterDetailsRequest:
42
42
 
43
43
  @property
44
44
  def cluster_id(self):
45
- """Gets the cluster_id of this ShowClusterDetailsRequest.
45
+ r"""Gets the cluster_id of this ShowClusterDetailsRequest.
46
46
 
47
47
  集群ID。获取方法,请参见[获取集群ID](https://support.huaweicloud.com/api-mrs/mrs_02_9001.html)。
48
48
 
@@ -53,7 +53,7 @@ class ShowClusterDetailsRequest:
53
53
 
54
54
  @cluster_id.setter
55
55
  def cluster_id(self, cluster_id):
56
- """Sets the cluster_id of this ShowClusterDetailsRequest.
56
+ r"""Sets the cluster_id of this ShowClusterDetailsRequest.
57
57
 
58
58
  集群ID。获取方法,请参见[获取集群ID](https://support.huaweicloud.com/api-mrs/mrs_02_9001.html)。
59
59
 
@@ -26,7 +26,7 @@ class ShowClusterDetailsResponse(SdkResponse):
26
26
  }
27
27
 
28
28
  def __init__(self, cluster=None):
29
- """ShowClusterDetailsResponse
29
+ r"""ShowClusterDetailsResponse
30
30
 
31
31
  The model defined in huaweicloud sdk
32
32
 
@@ -44,7 +44,7 @@ class ShowClusterDetailsResponse(SdkResponse):
44
44
 
45
45
  @property
46
46
  def cluster(self):
47
- """Gets the cluster of this ShowClusterDetailsResponse.
47
+ r"""Gets the cluster of this ShowClusterDetailsResponse.
48
48
 
49
49
  :return: The cluster of this ShowClusterDetailsResponse.
50
50
  :rtype: :class:`huaweicloudsdkmrs.v1.Cluster`
@@ -53,7 +53,7 @@ class ShowClusterDetailsResponse(SdkResponse):
53
53
 
54
54
  @cluster.setter
55
55
  def cluster(self, cluster):
56
- """Sets the cluster of this ShowClusterDetailsResponse.
56
+ r"""Sets the cluster of this ShowClusterDetailsResponse.
57
57
 
58
58
  :param cluster: The cluster of this ShowClusterDetailsResponse.
59
59
  :type cluster: :class:`huaweicloudsdkmrs.v1.Cluster`
@@ -25,7 +25,7 @@ class ShowJobExesRequest:
25
25
  }
26
26
 
27
27
  def __init__(self, job_exe_id=None):
28
- """ShowJobExesRequest
28
+ r"""ShowJobExesRequest
29
29
 
30
30
  The model defined in huaweicloud sdk
31
31
 
@@ -42,7 +42,7 @@ class ShowJobExesRequest:
42
42
 
43
43
  @property
44
44
  def job_exe_id(self):
45
- """Gets the job_exe_id of this ShowJobExesRequest.
45
+ r"""Gets the job_exe_id of this ShowJobExesRequest.
46
46
 
47
47
  作业ID。
48
48
 
@@ -53,7 +53,7 @@ class ShowJobExesRequest:
53
53
 
54
54
  @job_exe_id.setter
55
55
  def job_exe_id(self, job_exe_id):
56
- """Sets the job_exe_id of this ShowJobExesRequest.
56
+ r"""Sets the job_exe_id of this ShowJobExesRequest.
57
57
 
58
58
  作业ID。
59
59
 
@@ -26,7 +26,7 @@ class ShowJobExesResponse(SdkResponse):
26
26
  }
27
27
 
28
28
  def __init__(self, job_execution=None):
29
- """ShowJobExesResponse
29
+ r"""ShowJobExesResponse
30
30
 
31
31
  The model defined in huaweicloud sdk
32
32
 
@@ -44,7 +44,7 @@ class ShowJobExesResponse(SdkResponse):
44
44
 
45
45
  @property
46
46
  def job_execution(self):
47
- """Gets the job_execution of this ShowJobExesResponse.
47
+ r"""Gets the job_execution of this ShowJobExesResponse.
48
48
 
49
49
  :return: The job_execution of this ShowJobExesResponse.
50
50
  :rtype: :class:`huaweicloudsdkmrs.v1.JobExeResult`
@@ -53,7 +53,7 @@ class ShowJobExesResponse(SdkResponse):
53
53
 
54
54
  @job_execution.setter
55
55
  def job_execution(self, job_execution):
56
- """Sets the job_execution of this ShowJobExesResponse.
56
+ r"""Sets the job_execution of this ShowJobExesResponse.
57
57
 
58
58
  :param job_execution: The job_execution of this ShowJobExesResponse.
59
59
  :type job_execution: :class:`huaweicloudsdkmrs.v1.JobExeResult`