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
@@ -27,7 +27,7 @@ class ExpandClusterRequest:
27
27
  }
28
28
 
29
29
  def __init__(self, cluster_id=None, body=None):
30
- """ExpandClusterRequest
30
+ r"""ExpandClusterRequest
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
@@ -49,7 +49,7 @@ class ExpandClusterRequest:
49
49
 
50
50
  @property
51
51
  def cluster_id(self):
52
- """Gets the cluster_id of this ExpandClusterRequest.
52
+ r"""Gets the cluster_id of this ExpandClusterRequest.
53
53
 
54
54
  集群ID
55
55
 
@@ -60,7 +60,7 @@ class ExpandClusterRequest:
60
60
 
61
61
  @cluster_id.setter
62
62
  def cluster_id(self, cluster_id):
63
- """Sets the cluster_id of this ExpandClusterRequest.
63
+ r"""Sets the cluster_id of this ExpandClusterRequest.
64
64
 
65
65
  集群ID
66
66
 
@@ -71,7 +71,7 @@ class ExpandClusterRequest:
71
71
 
72
72
  @property
73
73
  def body(self):
74
- """Gets the body of this ExpandClusterRequest.
74
+ r"""Gets the body of this ExpandClusterRequest.
75
75
 
76
76
  :return: The body of this ExpandClusterRequest.
77
77
  :rtype: :class:`huaweicloudsdkmrs.v2.ExpandParam`
@@ -80,7 +80,7 @@ class ExpandClusterRequest:
80
80
 
81
81
  @body.setter
82
82
  def body(self, body):
83
- """Sets the body of this ExpandClusterRequest.
83
+ r"""Sets the body of this ExpandClusterRequest.
84
84
 
85
85
  :param body: The body of this ExpandClusterRequest.
86
86
  :type body: :class:`huaweicloudsdkmrs.v2.ExpandParam`
@@ -28,7 +28,7 @@ class ExpandClusterResponse(SdkResponse):
28
28
  }
29
29
 
30
30
  def __init__(self, result=None, order_id=None):
31
- """ExpandClusterResponse
31
+ r"""ExpandClusterResponse
32
32
 
33
33
  The model defined in huaweicloud sdk
34
34
 
@@ -51,7 +51,7 @@ class ExpandClusterResponse(SdkResponse):
51
51
 
52
52
  @property
53
53
  def result(self):
54
- """Gets the result of this ExpandClusterResponse.
54
+ r"""Gets the result of this ExpandClusterResponse.
55
55
 
56
56
  请求操作结果,succeeded为操作成功,failed为操作失败。非包周期节点组扩容请求下发成功时,会包含该字段且内容为success。
57
57
 
@@ -62,7 +62,7 @@ class ExpandClusterResponse(SdkResponse):
62
62
 
63
63
  @result.setter
64
64
  def result(self, result):
65
- """Sets the result of this ExpandClusterResponse.
65
+ r"""Sets the result of this ExpandClusterResponse.
66
66
 
67
67
  请求操作结果,succeeded为操作成功,failed为操作失败。非包周期节点组扩容请求下发成功时,会包含该字段且内容为success。
68
68
 
@@ -73,7 +73,7 @@ class ExpandClusterResponse(SdkResponse):
73
73
 
74
74
  @property
75
75
  def order_id(self):
76
- """Gets the order_id of this ExpandClusterResponse.
76
+ r"""Gets the order_id of this ExpandClusterResponse.
77
77
 
78
78
  订单ID。对包周期节点组进行扩容时,会返回本次扩容产生的订单ID,需要客户到订单支付页面进行自主支付才能真正触发扩容。
79
79
 
@@ -84,7 +84,7 @@ class ExpandClusterResponse(SdkResponse):
84
84
 
85
85
  @order_id.setter
86
86
  def order_id(self, order_id):
87
- """Sets the order_id of this ExpandClusterResponse.
87
+ r"""Sets the order_id of this ExpandClusterResponse.
88
88
 
89
89
  订单ID。对包周期节点组进行扩容时,会返回本次扩容产生的订单ID,需要客户到订单支付页面进行自主支付才能真正触发扩容。
90
90
 
@@ -31,7 +31,7 @@ class ExpandParam:
31
31
  }
32
32
 
33
33
  def __init__(self, node_group_name=None, count=None, skip_bootstrap_scripts=None, scale_without_start=None):
34
- """ExpandParam
34
+ r"""ExpandParam
35
35
 
36
36
  The model defined in huaweicloud sdk
37
37
 
@@ -62,7 +62,7 @@ class ExpandParam:
62
62
 
63
63
  @property
64
64
  def node_group_name(self):
65
- """Gets the node_group_name of this ExpandParam.
65
+ r"""Gets the node_group_name of this ExpandParam.
66
66
 
67
67
  节点组名称
68
68
 
@@ -73,7 +73,7 @@ class ExpandParam:
73
73
 
74
74
  @node_group_name.setter
75
75
  def node_group_name(self, node_group_name):
76
- """Sets the node_group_name of this ExpandParam.
76
+ r"""Sets the node_group_name of this ExpandParam.
77
77
 
78
78
  节点组名称
79
79
 
@@ -84,7 +84,7 @@ class ExpandParam:
84
84
 
85
85
  @property
86
86
  def count(self):
87
- """Gets the count of this ExpandParam.
87
+ r"""Gets the count of this ExpandParam.
88
88
 
89
89
  扩容节点数量
90
90
 
@@ -95,7 +95,7 @@ class ExpandParam:
95
95
 
96
96
  @count.setter
97
97
  def count(self, count):
98
- """Sets the count of this ExpandParam.
98
+ r"""Sets the count of this ExpandParam.
99
99
 
100
100
  扩容节点数量
101
101
 
@@ -106,7 +106,7 @@ class ExpandParam:
106
106
 
107
107
  @property
108
108
  def skip_bootstrap_scripts(self):
109
- """Gets the skip_bootstrap_scripts of this ExpandParam.
109
+ r"""Gets the skip_bootstrap_scripts of this ExpandParam.
110
110
 
111
111
  扩容时是否在新增节点上跳过执行创建集群时指定的引导操作。未填写时,默认不执行引导操作。
112
112
 
@@ -117,7 +117,7 @@ class ExpandParam:
117
117
 
118
118
  @skip_bootstrap_scripts.setter
119
119
  def skip_bootstrap_scripts(self, skip_bootstrap_scripts):
120
- """Sets the skip_bootstrap_scripts of this ExpandParam.
120
+ r"""Sets the skip_bootstrap_scripts of this ExpandParam.
121
121
 
122
122
  扩容时是否在新增节点上跳过执行创建集群时指定的引导操作。未填写时,默认不执行引导操作。
123
123
 
@@ -128,7 +128,7 @@ class ExpandParam:
128
128
 
129
129
  @property
130
130
  def scale_without_start(self):
131
- """Gets the scale_without_start of this ExpandParam.
131
+ r"""Gets the scale_without_start of this ExpandParam.
132
132
 
133
133
  扩容后是否选择不启动扩容节点上的组件。未填写时,默认启动组件。 - true:扩容后不启动组件。 - false:扩容后启动组件。
134
134
 
@@ -139,7 +139,7 @@ class ExpandParam:
139
139
 
140
140
  @scale_without_start.setter
141
141
  def scale_without_start(self, scale_without_start):
142
- """Sets the scale_without_start of this ExpandParam.
142
+ r"""Sets the scale_without_start of this ExpandParam.
143
143
 
144
144
  扩容后是否选择不启动扩容节点上的组件。未填写时,默认启动组件。 - true:扩容后不启动组件。 - false:扩容后启动组件。
145
145
 
@@ -45,7 +45,7 @@ class FileStatusV2:
45
45
  }
46
46
 
47
47
  def __init__(self, path_suffix=None, owner=None, group=None, permission=None, replication=None, block_size=None, length=None, type=None, children_num=None, access_time=None, modification_time=None):
48
- """FileStatusV2
48
+ r"""FileStatusV2
49
49
 
50
50
  The model defined in huaweicloud sdk
51
51
 
@@ -113,7 +113,7 @@ class FileStatusV2:
113
113
 
114
114
  @property
115
115
  def path_suffix(self):
116
- """Gets the path_suffix of this FileStatusV2.
116
+ r"""Gets the path_suffix of this FileStatusV2.
117
117
 
118
118
  文件在当前目录下的后缀,如获取“/tmp”目录,下面的“/tmp/test”文件,此处path_suffix内容为“test”。
119
119
 
@@ -124,7 +124,7 @@ class FileStatusV2:
124
124
 
125
125
  @path_suffix.setter
126
126
  def path_suffix(self, path_suffix):
127
- """Sets the path_suffix of this FileStatusV2.
127
+ r"""Sets the path_suffix of this FileStatusV2.
128
128
 
129
129
  文件在当前目录下的后缀,如获取“/tmp”目录,下面的“/tmp/test”文件,此处path_suffix内容为“test”。
130
130
 
@@ -135,7 +135,7 @@ class FileStatusV2:
135
135
 
136
136
  @property
137
137
  def owner(self):
138
- """Gets the owner of this FileStatusV2.
138
+ r"""Gets the owner of this FileStatusV2.
139
139
 
140
140
  文件拥有者。
141
141
 
@@ -146,7 +146,7 @@ class FileStatusV2:
146
146
 
147
147
  @owner.setter
148
148
  def owner(self, owner):
149
- """Sets the owner of this FileStatusV2.
149
+ r"""Sets the owner of this FileStatusV2.
150
150
 
151
151
  文件拥有者。
152
152
 
@@ -157,7 +157,7 @@ class FileStatusV2:
157
157
 
158
158
  @property
159
159
  def group(self):
160
- """Gets the group of this FileStatusV2.
160
+ r"""Gets the group of this FileStatusV2.
161
161
 
162
162
  文件属组。
163
163
 
@@ -168,7 +168,7 @@ class FileStatusV2:
168
168
 
169
169
  @group.setter
170
170
  def group(self, group):
171
- """Sets the group of this FileStatusV2.
171
+ r"""Sets the group of this FileStatusV2.
172
172
 
173
173
  文件属组。
174
174
 
@@ -179,7 +179,7 @@ class FileStatusV2:
179
179
 
180
180
  @property
181
181
  def permission(self):
182
- """Gets the permission of this FileStatusV2.
182
+ r"""Gets the permission of this FileStatusV2.
183
183
 
184
184
  权限信息。
185
185
 
@@ -190,7 +190,7 @@ class FileStatusV2:
190
190
 
191
191
  @permission.setter
192
192
  def permission(self, permission):
193
- """Sets the permission of this FileStatusV2.
193
+ r"""Sets the permission of this FileStatusV2.
194
194
 
195
195
  权限信息。
196
196
 
@@ -201,7 +201,7 @@ class FileStatusV2:
201
201
 
202
202
  @property
203
203
  def replication(self):
204
- """Gets the replication of this FileStatusV2.
204
+ r"""Gets the replication of this FileStatusV2.
205
205
 
206
206
  副本数。
207
207
 
@@ -212,7 +212,7 @@ class FileStatusV2:
212
212
 
213
213
  @replication.setter
214
214
  def replication(self, replication):
215
- """Sets the replication of this FileStatusV2.
215
+ r"""Sets the replication of this FileStatusV2.
216
216
 
217
217
  副本数。
218
218
 
@@ -223,7 +223,7 @@ class FileStatusV2:
223
223
 
224
224
  @property
225
225
  def block_size(self):
226
- """Gets the block_size of this FileStatusV2.
226
+ r"""Gets the block_size of this FileStatusV2.
227
227
 
228
228
  块大小。
229
229
 
@@ -234,7 +234,7 @@ class FileStatusV2:
234
234
 
235
235
  @block_size.setter
236
236
  def block_size(self, block_size):
237
- """Sets the block_size of this FileStatusV2.
237
+ r"""Sets the block_size of this FileStatusV2.
238
238
 
239
239
  块大小。
240
240
 
@@ -245,7 +245,7 @@ class FileStatusV2:
245
245
 
246
246
  @property
247
247
  def length(self):
248
- """Gets the length of this FileStatusV2.
248
+ r"""Gets the length of this FileStatusV2.
249
249
 
250
250
  文件长度。
251
251
 
@@ -256,7 +256,7 @@ class FileStatusV2:
256
256
 
257
257
  @length.setter
258
258
  def length(self, length):
259
- """Sets the length of this FileStatusV2.
259
+ r"""Sets the length of this FileStatusV2.
260
260
 
261
261
  文件长度。
262
262
 
@@ -267,7 +267,7 @@ class FileStatusV2:
267
267
 
268
268
  @property
269
269
  def type(self):
270
- """Gets the type of this FileStatusV2.
270
+ r"""Gets the type of this FileStatusV2.
271
271
 
272
272
  文件类型: - FILE:文件 - DIRECTORY:目录
273
273
 
@@ -278,7 +278,7 @@ class FileStatusV2:
278
278
 
279
279
  @type.setter
280
280
  def type(self, type):
281
- """Sets the type of this FileStatusV2.
281
+ r"""Sets the type of this FileStatusV2.
282
282
 
283
283
  文件类型: - FILE:文件 - DIRECTORY:目录
284
284
 
@@ -289,7 +289,7 @@ class FileStatusV2:
289
289
 
290
290
  @property
291
291
  def children_num(self):
292
- """Gets the children_num of this FileStatusV2.
292
+ r"""Gets the children_num of this FileStatusV2.
293
293
 
294
294
  该目录下的文件条目数。
295
295
 
@@ -300,7 +300,7 @@ class FileStatusV2:
300
300
 
301
301
  @children_num.setter
302
302
  def children_num(self, children_num):
303
- """Sets the children_num of this FileStatusV2.
303
+ r"""Sets the children_num of this FileStatusV2.
304
304
 
305
305
  该目录下的文件条目数。
306
306
 
@@ -311,7 +311,7 @@ class FileStatusV2:
311
311
 
312
312
  @property
313
313
  def access_time(self):
314
- """Gets the access_time of this FileStatusV2.
314
+ r"""Gets the access_time of this FileStatusV2.
315
315
 
316
316
  文件访问时间。
317
317
 
@@ -322,7 +322,7 @@ class FileStatusV2:
322
322
 
323
323
  @access_time.setter
324
324
  def access_time(self, access_time):
325
- """Sets the access_time of this FileStatusV2.
325
+ r"""Sets the access_time of this FileStatusV2.
326
326
 
327
327
  文件访问时间。
328
328
 
@@ -333,7 +333,7 @@ class FileStatusV2:
333
333
 
334
334
  @property
335
335
  def modification_time(self):
336
- """Gets the modification_time of this FileStatusV2.
336
+ r"""Gets the modification_time of this FileStatusV2.
337
337
 
338
338
  文件修改时间。
339
339
 
@@ -344,7 +344,7 @@ class FileStatusV2:
344
344
 
345
345
  @modification_time.setter
346
346
  def modification_time(self, modification_time):
347
- """Sets the modification_time of this FileStatusV2.
347
+ r"""Sets the modification_time of this FileStatusV2.
348
348
 
349
349
  文件修改时间。
350
350
 
@@ -25,7 +25,7 @@ class Flavor:
25
25
  }
26
26
 
27
27
  def __init__(self, flavor_name=None):
28
- """Flavor
28
+ r"""Flavor
29
29
 
30
30
  The model defined in huaweicloud sdk
31
31
 
@@ -43,7 +43,7 @@ class Flavor:
43
43
 
44
44
  @property
45
45
  def flavor_name(self):
46
- """Gets the flavor_name of this Flavor.
46
+ r"""Gets the flavor_name of this Flavor.
47
47
 
48
48
  规格名称
49
49
 
@@ -54,7 +54,7 @@ class Flavor:
54
54
 
55
55
  @flavor_name.setter
56
56
  def flavor_name(self, flavor_name):
57
- """Sets the flavor_name of this Flavor.
57
+ r"""Sets the flavor_name of this Flavor.
58
58
 
59
59
  规格名称
60
60
 
@@ -25,7 +25,7 @@ class JobBatchDelete:
25
25
  }
26
26
 
27
27
  def __init__(self, job_id_list=None):
28
- """JobBatchDelete
28
+ r"""JobBatchDelete
29
29
 
30
30
  The model defined in huaweicloud sdk
31
31
 
@@ -43,7 +43,7 @@ class JobBatchDelete:
43
43
 
44
44
  @property
45
45
  def job_id_list(self):
46
- """Gets the job_id_list of this JobBatchDelete.
46
+ r"""Gets the job_id_list of this JobBatchDelete.
47
47
 
48
48
  作业ID列表。获取方法,请参见[获取作业ID](https://support.huaweicloud.com/api-mrs/mrs_02_9001.html)。
49
49
 
@@ -54,7 +54,7 @@ class JobBatchDelete:
54
54
 
55
55
  @job_id_list.setter
56
56
  def job_id_list(self, job_id_list):
57
- """Sets the job_id_list of this JobBatchDelete.
57
+ r"""Sets the job_id_list of this JobBatchDelete.
58
58
 
59
59
  作业ID列表。获取方法,请参见[获取作业ID](https://support.huaweicloud.com/api-mrs/mrs_02_9001.html)。
60
60
 
@@ -31,7 +31,7 @@ class JobExecution:
31
31
  }
32
32
 
33
33
  def __init__(self, job_type=None, job_name=None, arguments=None, properties=None):
34
- """JobExecution
34
+ r"""JobExecution
35
35
 
36
36
  The model defined in huaweicloud sdk
37
37
 
@@ -62,7 +62,7 @@ class JobExecution:
62
62
 
63
63
  @property
64
64
  def job_type(self):
65
- """Gets the job_type of this JobExecution.
65
+ r"""Gets the job_type of this JobExecution.
66
66
 
67
67
  作业类型: - MapReduce - SparkSubmit - SparkPython:该类型作业将转换为SparkSubmit类型提交,MRS控制台界面的作业类型展示为SparkSubmit,通过接口查询作业列表信息时作业类型请选择SparkSubmit。 - HiveScript - HiveSql - DistCp,导入、导出数据。 - SparkScript - SparkSql - Flink
68
68
 
@@ -73,7 +73,7 @@ class JobExecution:
73
73
 
74
74
  @job_type.setter
75
75
  def job_type(self, job_type):
76
- """Sets the job_type of this JobExecution.
76
+ r"""Sets the job_type of this JobExecution.
77
77
 
78
78
  作业类型: - MapReduce - SparkSubmit - SparkPython:该类型作业将转换为SparkSubmit类型提交,MRS控制台界面的作业类型展示为SparkSubmit,通过接口查询作业列表信息时作业类型请选择SparkSubmit。 - HiveScript - HiveSql - DistCp,导入、导出数据。 - SparkScript - SparkSql - Flink
79
79
 
@@ -84,7 +84,7 @@ class JobExecution:
84
84
 
85
85
  @property
86
86
  def job_name(self):
87
- """Gets the job_name of this JobExecution.
87
+ r"""Gets the job_name of this JobExecution.
88
88
 
89
89
  作业名称,只能由字母、数字、中划线和下划线组成,并且长度为1~64个字符。 说明: 不同作业的名称允许相同,但不建议设置相同。
90
90
 
@@ -95,7 +95,7 @@ class JobExecution:
95
95
 
96
96
  @job_name.setter
97
97
  def job_name(self, job_name):
98
- """Sets the job_name of this JobExecution.
98
+ r"""Sets the job_name of this JobExecution.
99
99
 
100
100
  作业名称,只能由字母、数字、中划线和下划线组成,并且长度为1~64个字符。 说明: 不同作业的名称允许相同,但不建议设置相同。
101
101
 
@@ -106,7 +106,7 @@ class JobExecution:
106
106
 
107
107
  @property
108
108
  def arguments(self):
109
- """Gets the arguments of this JobExecution.
109
+ r"""Gets the arguments of this JobExecution.
110
110
 
111
111
  程序执行的关键参数,该参数由用户程序内的函数指定,MRS只负责参数的传入。 最多为150000字符,不能包含;|&>'<$!\\\"\\特殊字符,可为空。 说明: - 若输入带有敏感信息(如登录密码)的参数可能在作业详情展示和日志打印中存在暴露的风险,请谨慎操作。 - 提交HiveScript或HiveSql类型的作业时如需以“obs://”开头格式访问存储在OBS上的文件,请在Hive服务配置页面搜索参数“core.site.customized.configs”,新增OBS的endpoint配置项,参数为“fs.obs.endpoint”,值请输入OBS对应的endpoint,具体请参考[终端节点](https://support.huaweicloud.com/api-mrs/mrs_02_0003.html)。
112
112
 
@@ -117,7 +117,7 @@ class JobExecution:
117
117
 
118
118
  @arguments.setter
119
119
  def arguments(self, arguments):
120
- """Sets the arguments of this JobExecution.
120
+ r"""Sets the arguments of this JobExecution.
121
121
 
122
122
  程序执行的关键参数,该参数由用户程序内的函数指定,MRS只负责参数的传入。 最多为150000字符,不能包含;|&>'<$!\\\"\\特殊字符,可为空。 说明: - 若输入带有敏感信息(如登录密码)的参数可能在作业详情展示和日志打印中存在暴露的风险,请谨慎操作。 - 提交HiveScript或HiveSql类型的作业时如需以“obs://”开头格式访问存储在OBS上的文件,请在Hive服务配置页面搜索参数“core.site.customized.configs”,新增OBS的endpoint配置项,参数为“fs.obs.endpoint”,值请输入OBS对应的endpoint,具体请参考[终端节点](https://support.huaweicloud.com/api-mrs/mrs_02_0003.html)。
123
123
 
@@ -128,7 +128,7 @@ class JobExecution:
128
128
 
129
129
  @property
130
130
  def properties(self):
131
- """Gets the properties of this JobExecution.
131
+ r"""Gets the properties of this JobExecution.
132
132
 
133
133
  程序系统参数。 最多为2048字符,不能包含><|'`&!\\特殊字符,可为空。
134
134
 
@@ -139,7 +139,7 @@ class JobExecution:
139
139
 
140
140
  @properties.setter
141
141
  def properties(self, properties):
142
- """Sets the properties of this JobExecution.
142
+ r"""Sets the properties of this JobExecution.
143
143
 
144
144
  程序系统参数。 最多为2048字符,不能包含><|'`&!\\特殊字符,可为空。
145
145