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
@@ -26,7 +26,7 @@ class ShowSqlResultWithJobResponse(SdkResponse):
26
26
  }
27
27
 
28
28
  def __init__(self, sql_results=None):
29
- """ShowSqlResultWithJobResponse
29
+ r"""ShowSqlResultWithJobResponse
30
30
 
31
31
  The model defined in huaweicloud sdk
32
32
 
@@ -44,7 +44,7 @@ class ShowSqlResultWithJobResponse(SdkResponse):
44
44
 
45
45
  @property
46
46
  def sql_results(self):
47
- """Gets the sql_results of this ShowSqlResultWithJobResponse.
47
+ r"""Gets the sql_results of this ShowSqlResultWithJobResponse.
48
48
 
49
49
  SQL语句查询结果。
50
50
 
@@ -55,7 +55,7 @@ class ShowSqlResultWithJobResponse(SdkResponse):
55
55
 
56
56
  @sql_results.setter
57
57
  def sql_results(self, sql_results):
58
- """Sets the sql_results of this ShowSqlResultWithJobResponse.
58
+ r"""Sets the sql_results of this ShowSqlResultWithJobResponse.
59
59
 
60
60
  SQL语句查询结果。
61
61
 
@@ -25,7 +25,7 @@ class ShowSyncIamUserRequest:
25
25
  }
26
26
 
27
27
  def __init__(self, cluster_id=None):
28
- """ShowSyncIamUserRequest
28
+ r"""ShowSyncIamUserRequest
29
29
 
30
30
  The model defined in huaweicloud sdk
31
31
 
@@ -42,7 +42,7 @@ class ShowSyncIamUserRequest:
42
42
 
43
43
  @property
44
44
  def cluster_id(self):
45
- """Gets the cluster_id of this ShowSyncIamUserRequest.
45
+ r"""Gets the cluster_id of this ShowSyncIamUserRequest.
46
46
 
47
47
  集群ID
48
48
 
@@ -53,7 +53,7 @@ class ShowSyncIamUserRequest:
53
53
 
54
54
  @cluster_id.setter
55
55
  def cluster_id(self, cluster_id):
56
- """Sets the cluster_id of this ShowSyncIamUserRequest.
56
+ r"""Sets the cluster_id of this ShowSyncIamUserRequest.
57
57
 
58
58
  集群ID
59
59
 
@@ -28,7 +28,7 @@ class ShowSyncIamUserResponse(SdkResponse):
28
28
  }
29
29
 
30
30
  def __init__(self, user_names=None, group_names=None):
31
- """ShowSyncIamUserResponse
31
+ r"""ShowSyncIamUserResponse
32
32
 
33
33
  The model defined in huaweicloud sdk
34
34
 
@@ -51,7 +51,7 @@ class ShowSyncIamUserResponse(SdkResponse):
51
51
 
52
52
  @property
53
53
  def user_names(self):
54
- """Gets the user_names of this ShowSyncIamUserResponse.
54
+ r"""Gets the user_names of this ShowSyncIamUserResponse.
55
55
 
56
56
  已经同步了的用户
57
57
 
@@ -62,7 +62,7 @@ class ShowSyncIamUserResponse(SdkResponse):
62
62
 
63
63
  @user_names.setter
64
64
  def user_names(self, user_names):
65
- """Sets the user_names of this ShowSyncIamUserResponse.
65
+ r"""Sets the user_names of this ShowSyncIamUserResponse.
66
66
 
67
67
  已经同步了的用户
68
68
 
@@ -73,7 +73,7 @@ class ShowSyncIamUserResponse(SdkResponse):
73
73
 
74
74
  @property
75
75
  def group_names(self):
76
- """Gets the group_names of this ShowSyncIamUserResponse.
76
+ r"""Gets the group_names of this ShowSyncIamUserResponse.
77
77
 
78
78
  已经同步了的用户组
79
79
 
@@ -84,7 +84,7 @@ class ShowSyncIamUserResponse(SdkResponse):
84
84
 
85
85
  @group_names.setter
86
86
  def group_names(self, group_names):
87
- """Sets the group_names of this ShowSyncIamUserResponse.
87
+ r"""Sets the group_names of this ShowSyncIamUserResponse.
88
88
 
89
89
  已经同步了的用户组
90
90
 
@@ -27,7 +27,7 @@ class ShowTagQuotaRequest:
27
27
  }
28
28
 
29
29
  def __init__(self, cluster_id=None, auto_scaling_policy_tags=None):
30
- """ShowTagQuotaRequest
30
+ r"""ShowTagQuotaRequest
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
@@ -49,7 +49,7 @@ class ShowTagQuotaRequest:
49
49
 
50
50
  @property
51
51
  def cluster_id(self):
52
- """Gets the cluster_id of this ShowTagQuotaRequest.
52
+ r"""Gets the cluster_id of this ShowTagQuotaRequest.
53
53
 
54
54
  集群ID。
55
55
 
@@ -60,7 +60,7 @@ class ShowTagQuotaRequest:
60
60
 
61
61
  @cluster_id.setter
62
62
  def cluster_id(self, cluster_id):
63
- """Sets the cluster_id of this ShowTagQuotaRequest.
63
+ r"""Sets the cluster_id of this ShowTagQuotaRequest.
64
64
 
65
65
  集群ID。
66
66
 
@@ -71,7 +71,7 @@ class ShowTagQuotaRequest:
71
71
 
72
72
  @property
73
73
  def auto_scaling_policy_tags(self):
74
- """Gets the auto_scaling_policy_tags of this ShowTagQuotaRequest.
74
+ r"""Gets the auto_scaling_policy_tags of this ShowTagQuotaRequest.
75
75
 
76
76
  是否查询弹性伸缩策略标签
77
77
 
@@ -82,7 +82,7 @@ class ShowTagQuotaRequest:
82
82
 
83
83
  @auto_scaling_policy_tags.setter
84
84
  def auto_scaling_policy_tags(self, auto_scaling_policy_tags):
85
- """Sets the auto_scaling_policy_tags of this ShowTagQuotaRequest.
85
+ r"""Sets the auto_scaling_policy_tags of this ShowTagQuotaRequest.
86
86
 
87
87
  是否查询弹性伸缩策略标签
88
88
 
@@ -28,7 +28,7 @@ class ShowTagQuotaResponse(SdkResponse):
28
28
  }
29
29
 
30
30
  def __init__(self, total_quota=None, available_quota=None):
31
- """ShowTagQuotaResponse
31
+ r"""ShowTagQuotaResponse
32
32
 
33
33
  The model defined in huaweicloud sdk
34
34
 
@@ -51,7 +51,7 @@ class ShowTagQuotaResponse(SdkResponse):
51
51
 
52
52
  @property
53
53
  def total_quota(self):
54
- """Gets the total_quota of this ShowTagQuotaResponse.
54
+ r"""Gets the total_quota of this ShowTagQuotaResponse.
55
55
 
56
56
  总配额大小
57
57
 
@@ -62,7 +62,7 @@ class ShowTagQuotaResponse(SdkResponse):
62
62
 
63
63
  @total_quota.setter
64
64
  def total_quota(self, total_quota):
65
- """Sets the total_quota of this ShowTagQuotaResponse.
65
+ r"""Sets the total_quota of this ShowTagQuotaResponse.
66
66
 
67
67
  总配额大小
68
68
 
@@ -73,7 +73,7 @@ class ShowTagQuotaResponse(SdkResponse):
73
73
 
74
74
  @property
75
75
  def available_quota(self):
76
- """Gets the available_quota of this ShowTagQuotaResponse.
76
+ r"""Gets the available_quota of this ShowTagQuotaResponse.
77
77
 
78
78
  可使用配额大小
79
79
 
@@ -84,7 +84,7 @@ class ShowTagQuotaResponse(SdkResponse):
84
84
 
85
85
  @available_quota.setter
86
86
  def available_quota(self, available_quota):
87
- """Sets the available_quota of this ShowTagQuotaResponse.
87
+ r"""Sets the available_quota of this ShowTagQuotaResponse.
88
88
 
89
89
  可使用配额大小
90
90
 
@@ -25,7 +25,7 @@ class ShowTagStatusRequest:
25
25
  }
26
26
 
27
27
  def __init__(self, cluster_id=None):
28
- """ShowTagStatusRequest
28
+ r"""ShowTagStatusRequest
29
29
 
30
30
  The model defined in huaweicloud sdk
31
31
 
@@ -42,7 +42,7 @@ class ShowTagStatusRequest:
42
42
 
43
43
  @property
44
44
  def cluster_id(self):
45
- """Gets the cluster_id of this ShowTagStatusRequest.
45
+ r"""Gets the cluster_id of this ShowTagStatusRequest.
46
46
 
47
47
  集群ID。
48
48
 
@@ -53,7 +53,7 @@ class ShowTagStatusRequest:
53
53
 
54
54
  @cluster_id.setter
55
55
  def cluster_id(self, cluster_id):
56
- """Sets the cluster_id of this ShowTagStatusRequest.
56
+ r"""Sets the cluster_id of this ShowTagStatusRequest.
57
57
 
58
58
  集群ID。
59
59
 
@@ -28,7 +28,7 @@ class ShowTagStatusResponse(SdkResponse):
28
28
  }
29
29
 
30
30
  def __init__(self, status=None, default_tags_enable=None):
31
- """ShowTagStatusResponse
31
+ r"""ShowTagStatusResponse
32
32
 
33
33
  The model defined in huaweicloud sdk
34
34
 
@@ -51,7 +51,7 @@ class ShowTagStatusResponse(SdkResponse):
51
51
 
52
52
  @property
53
53
  def status(self):
54
- """Gets the status of this ShowTagStatusResponse.
54
+ r"""Gets the status of this ShowTagStatusResponse.
55
55
 
56
56
  标签处理状态
57
57
 
@@ -62,7 +62,7 @@ class ShowTagStatusResponse(SdkResponse):
62
62
 
63
63
  @status.setter
64
64
  def status(self, status):
65
- """Sets the status of this ShowTagStatusResponse.
65
+ r"""Sets the status of this ShowTagStatusResponse.
66
66
 
67
67
  标签处理状态
68
68
 
@@ -73,7 +73,7 @@ class ShowTagStatusResponse(SdkResponse):
73
73
 
74
74
  @property
75
75
  def default_tags_enable(self):
76
- """Gets the default_tags_enable of this ShowTagStatusResponse.
76
+ r"""Gets the default_tags_enable of this ShowTagStatusResponse.
77
77
 
78
78
  默认标签是否已开启
79
79
 
@@ -84,7 +84,7 @@ class ShowTagStatusResponse(SdkResponse):
84
84
 
85
85
  @default_tags_enable.setter
86
86
  def default_tags_enable(self, default_tags_enable):
87
- """Sets the default_tags_enable of this ShowTagStatusResponse.
87
+ r"""Sets the default_tags_enable of this ShowTagStatusResponse.
88
88
 
89
89
  默认标签是否已开启
90
90
 
@@ -27,7 +27,7 @@ class ShrinkClusterRequest:
27
27
  }
28
28
 
29
29
  def __init__(self, cluster_id=None, body=None):
30
- """ShrinkClusterRequest
30
+ r"""ShrinkClusterRequest
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
@@ -49,7 +49,7 @@ class ShrinkClusterRequest:
49
49
 
50
50
  @property
51
51
  def cluster_id(self):
52
- """Gets the cluster_id of this ShrinkClusterRequest.
52
+ r"""Gets the cluster_id of this ShrinkClusterRequest.
53
53
 
54
54
  集群ID
55
55
 
@@ -60,7 +60,7 @@ class ShrinkClusterRequest:
60
60
 
61
61
  @cluster_id.setter
62
62
  def cluster_id(self, cluster_id):
63
- """Sets the cluster_id of this ShrinkClusterRequest.
63
+ r"""Sets the cluster_id of this ShrinkClusterRequest.
64
64
 
65
65
  集群ID
66
66
 
@@ -71,7 +71,7 @@ class ShrinkClusterRequest:
71
71
 
72
72
  @property
73
73
  def body(self):
74
- """Gets the body of this ShrinkClusterRequest.
74
+ r"""Gets the body of this ShrinkClusterRequest.
75
75
 
76
76
  :return: The body of this ShrinkClusterRequest.
77
77
  :rtype: :class:`huaweicloudsdkmrs.v2.ShrinkParam`
@@ -80,7 +80,7 @@ class ShrinkClusterRequest:
80
80
 
81
81
  @body.setter
82
82
  def body(self, body):
83
- """Sets the body of this ShrinkClusterRequest.
83
+ r"""Sets the body of this ShrinkClusterRequest.
84
84
 
85
85
  :param body: The body of this ShrinkClusterRequest.
86
86
  :type body: :class:`huaweicloudsdkmrs.v2.ShrinkParam`
@@ -26,7 +26,7 @@ class ShrinkClusterResponse(SdkResponse):
26
26
  }
27
27
 
28
28
  def __init__(self, result=None):
29
- """ShrinkClusterResponse
29
+ r"""ShrinkClusterResponse
30
30
 
31
31
  The model defined in huaweicloud sdk
32
32
 
@@ -44,7 +44,7 @@ class ShrinkClusterResponse(SdkResponse):
44
44
 
45
45
  @property
46
46
  def result(self):
47
- """Gets the result of this ShrinkClusterResponse.
47
+ r"""Gets the result of this ShrinkClusterResponse.
48
48
 
49
49
  更新映射请求操作结果,succeeded为操作成功,failed为操作失败
50
50
 
@@ -55,7 +55,7 @@ class ShrinkClusterResponse(SdkResponse):
55
55
 
56
56
  @result.setter
57
57
  def result(self, result):
58
- """Sets the result of this ShrinkClusterResponse.
58
+ r"""Sets the result of this ShrinkClusterResponse.
59
59
 
60
60
  更新映射请求操作结果,succeeded为操作成功,failed为操作失败
61
61
 
@@ -29,7 +29,7 @@ class ShrinkParam:
29
29
  }
30
30
 
31
31
  def __init__(self, node_group_name=None, count=None, resource_ids=None):
32
- """ShrinkParam
32
+ r"""ShrinkParam
33
33
 
34
34
  The model defined in huaweicloud sdk
35
35
 
@@ -56,7 +56,7 @@ class ShrinkParam:
56
56
 
57
57
  @property
58
58
  def node_group_name(self):
59
- """Gets the node_group_name of this ShrinkParam.
59
+ r"""Gets the node_group_name of this ShrinkParam.
60
60
 
61
61
  节点组名称
62
62
 
@@ -67,7 +67,7 @@ class ShrinkParam:
67
67
 
68
68
  @node_group_name.setter
69
69
  def node_group_name(self, node_group_name):
70
- """Sets the node_group_name of this ShrinkParam.
70
+ r"""Sets the node_group_name of this ShrinkParam.
71
71
 
72
72
  节点组名称
73
73
 
@@ -78,7 +78,7 @@ class ShrinkParam:
78
78
 
79
79
  @property
80
80
  def count(self):
81
- """Gets the count of this ShrinkParam.
81
+ r"""Gets the count of this ShrinkParam.
82
82
 
83
83
  缩容节点数量,如果是指定节点缩容,则该参数可以不填。
84
84
 
@@ -89,7 +89,7 @@ class ShrinkParam:
89
89
 
90
90
  @count.setter
91
91
  def count(self, count):
92
- """Sets the count of this ShrinkParam.
92
+ r"""Sets the count of this ShrinkParam.
93
93
 
94
94
  缩容节点数量,如果是指定节点缩容,则该参数可以不填。
95
95
 
@@ -100,7 +100,7 @@ class ShrinkParam:
100
100
 
101
101
  @property
102
102
  def resource_ids(self):
103
- """Gets the resource_ids of this ShrinkParam.
103
+ r"""Gets the resource_ids of this ShrinkParam.
104
104
 
105
105
  缩容节点时指定待删除节点的资源ID列表。 resource_ids为空时,按照系统规则自动选择删除节点。 仅支持删除状态异常的ecs节点。 会针对指定节点进行强制删除。 可通过查询主机接口获取resource_id。
106
106
 
@@ -111,7 +111,7 @@ class ShrinkParam:
111
111
 
112
112
  @resource_ids.setter
113
113
  def resource_ids(self, resource_ids):
114
- """Sets the resource_ids of this ShrinkParam.
114
+ r"""Sets the resource_ids of this ShrinkParam.
115
115
 
116
116
  缩容节点时指定待删除节点的资源ID列表。 resource_ids为空时,按照系统规则自动选择删除节点。 仅支持删除状态异常的ecs节点。 会针对指定节点进行强制删除。 可通过查询主机接口获取resource_id。
117
117
 
@@ -27,7 +27,7 @@ class SmnNotify:
27
27
  }
28
28
 
29
29
  def __init__(self, topic_urn=None, subscription_name=None):
30
- """SmnNotify
30
+ r"""SmnNotify
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
@@ -50,7 +50,7 @@ class SmnNotify:
50
50
 
51
51
  @property
52
52
  def topic_urn(self):
53
- """Gets the topic_urn of this SmnNotify.
53
+ r"""Gets the topic_urn of this SmnNotify.
54
54
 
55
55
  SMN消息通知服务的主题urn,如果需要开启告警订阅,则必填。
56
56
 
@@ -61,7 +61,7 @@ class SmnNotify:
61
61
 
62
62
  @topic_urn.setter
63
63
  def topic_urn(self, topic_urn):
64
- """Sets the topic_urn of this SmnNotify.
64
+ r"""Sets the topic_urn of this SmnNotify.
65
65
 
66
66
  SMN消息通知服务的主题urn,如果需要开启告警订阅,则必填。
67
67
 
@@ -72,7 +72,7 @@ class SmnNotify:
72
72
 
73
73
  @property
74
74
  def subscription_name(self):
75
- """Gets the subscription_name of this SmnNotify.
75
+ r"""Gets the subscription_name of this SmnNotify.
76
76
 
77
77
  该订阅规则名称。如果不填写,则默认为default_alert_rule。
78
78
 
@@ -83,7 +83,7 @@ class SmnNotify:
83
83
 
84
84
  @subscription_name.setter
85
85
  def subscription_name(self, subscription_name):
86
- """Sets the subscription_name of this SmnNotify.
86
+ r"""Sets the subscription_name of this SmnNotify.
87
87
 
88
88
  该订阅规则名称。如果不填写,则默认为default_alert_rule。
89
89
 
@@ -31,7 +31,7 @@ class SqlExecutionReq:
31
31
  }
32
32
 
33
33
  def __init__(self, sql_type=None, sql_content=None, database=None, archive_path=None):
34
- """SqlExecutionReq
34
+ r"""SqlExecutionReq
35
35
 
36
36
  The model defined in huaweicloud sdk
37
37
 
@@ -62,7 +62,7 @@ class SqlExecutionReq:
62
62
 
63
63
  @property
64
64
  def sql_type(self):
65
- """Gets the sql_type of this SqlExecutionReq.
65
+ r"""Gets the sql_type of this SqlExecutionReq.
66
66
 
67
67
  SQL类型。目前仅支持“presto”类型的SQL。 说明: - 只有包含Presto组件的集群才能提交执行presto类型的SQL。 - 当前仅MRS 2.0.6版本的MRS 2.0.6.1补丁、MRS 2.1.0版本的MRS 2.1.0.7补丁、MRS 3.1.2及之后版本集群支持。
68
68
 
@@ -73,7 +73,7 @@ class SqlExecutionReq:
73
73
 
74
74
  @sql_type.setter
75
75
  def sql_type(self, sql_type):
76
- """Sets the sql_type of this SqlExecutionReq.
76
+ r"""Sets the sql_type of this SqlExecutionReq.
77
77
 
78
78
  SQL类型。目前仅支持“presto”类型的SQL。 说明: - 只有包含Presto组件的集群才能提交执行presto类型的SQL。 - 当前仅MRS 2.0.6版本的MRS 2.0.6.1补丁、MRS 2.1.0版本的MRS 2.1.0.7补丁、MRS 3.1.2及之后版本集群支持。
79
79
 
@@ -84,7 +84,7 @@ class SqlExecutionReq:
84
84
 
85
85
  @property
86
86
  def sql_content(self):
87
- """Gets the sql_content of this SqlExecutionReq.
87
+ r"""Gets the sql_content of this SqlExecutionReq.
88
88
 
89
89
  待执行的SQL语句。 说明: 目前仅支持执行单条语句,语句中不包含“;”。
90
90
 
@@ -95,7 +95,7 @@ class SqlExecutionReq:
95
95
 
96
96
  @sql_content.setter
97
97
  def sql_content(self, sql_content):
98
- """Sets the sql_content of this SqlExecutionReq.
98
+ r"""Sets the sql_content of this SqlExecutionReq.
99
99
 
100
100
  待执行的SQL语句。 说明: 目前仅支持执行单条语句,语句中不包含“;”。
101
101
 
@@ -106,7 +106,7 @@ class SqlExecutionReq:
106
106
 
107
107
  @property
108
108
  def database(self):
109
- """Gets the database of this SqlExecutionReq.
109
+ r"""Gets the database of this SqlExecutionReq.
110
110
 
111
111
  执行SQL所在的数据库,默认为default。
112
112
 
@@ -117,7 +117,7 @@ class SqlExecutionReq:
117
117
 
118
118
  @database.setter
119
119
  def database(self, database):
120
- """Sets the database of this SqlExecutionReq.
120
+ r"""Sets the database of this SqlExecutionReq.
121
121
 
122
122
  执行SQL所在的数据库,默认为default。
123
123
 
@@ -128,7 +128,7 @@ class SqlExecutionReq:
128
128
 
129
129
  @property
130
130
  def archive_path(self):
131
- """Gets the archive_path of this SqlExecutionReq.
131
+ r"""Gets the archive_path of this SqlExecutionReq.
132
132
 
133
133
  SQL执行结果的转储文件夹。 说明: 只有select语句才会转储查询的结果。当前仅支持转储到OBS中。
134
134
 
@@ -139,7 +139,7 @@ class SqlExecutionReq:
139
139
 
140
140
  @archive_path.setter
141
141
  def archive_path(self, archive_path):
142
- """Sets the archive_path of this SqlExecutionReq.
142
+ r"""Sets the archive_path of this SqlExecutionReq.
143
143
 
144
144
  SQL执行结果的转储文件夹。 说明: 只有select语句才会转储查询的结果。当前仅支持转储到OBS中。
145
145
 
@@ -25,7 +25,7 @@ class StepConfig:
25
25
  }
26
26
 
27
27
  def __init__(self, job_execution=None):
28
- """StepConfig
28
+ r"""StepConfig
29
29
 
30
30
  The model defined in huaweicloud sdk
31
31
 
@@ -42,7 +42,7 @@ class StepConfig:
42
42
 
43
43
  @property
44
44
  def job_execution(self):
45
- """Gets the job_execution of this StepConfig.
45
+ r"""Gets the job_execution of this StepConfig.
46
46
 
47
47
  :return: The job_execution of this StepConfig.
48
48
  :rtype: :class:`huaweicloudsdkmrs.v2.JobExecution`
@@ -51,7 +51,7 @@ class StepConfig:
51
51
 
52
52
  @job_execution.setter
53
53
  def job_execution(self, job_execution):
54
- """Sets the job_execution of this StepConfig.
54
+ r"""Sets the job_execution of this StepConfig.
55
55
 
56
56
  :param job_execution: The job_execution of this StepConfig.
57
57
  :type job_execution: :class:`huaweicloudsdkmrs.v2.JobExecution`
@@ -27,7 +27,7 @@ class StopJobRequest:
27
27
  }
28
28
 
29
29
  def __init__(self, job_execution_id=None, cluster_id=None):
30
- """StopJobRequest
30
+ r"""StopJobRequest
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
@@ -48,7 +48,7 @@ class StopJobRequest:
48
48
 
49
49
  @property
50
50
  def job_execution_id(self):
51
- """Gets the job_execution_id of this StopJobRequest.
51
+ r"""Gets the job_execution_id of this StopJobRequest.
52
52
 
53
53
  作业ID。获取方法,请参见[获取作业ID](https://support.huaweicloud.com/api-mrs/mrs_02_9001.html)。
54
54
 
@@ -59,7 +59,7 @@ class StopJobRequest:
59
59
 
60
60
  @job_execution_id.setter
61
61
  def job_execution_id(self, job_execution_id):
62
- """Sets the job_execution_id of this StopJobRequest.
62
+ r"""Sets the job_execution_id of this StopJobRequest.
63
63
 
64
64
  作业ID。获取方法,请参见[获取作业ID](https://support.huaweicloud.com/api-mrs/mrs_02_9001.html)。
65
65
 
@@ -70,7 +70,7 @@ class StopJobRequest:
70
70
 
71
71
  @property
72
72
  def cluster_id(self):
73
- """Gets the cluster_id of this StopJobRequest.
73
+ r"""Gets the cluster_id of this StopJobRequest.
74
74
 
75
75
  集群ID。获取方法,请参见[获取集群ID](https://support.huaweicloud.com/api-mrs/mrs_02_9001.html)。
76
76
 
@@ -81,7 +81,7 @@ class StopJobRequest:
81
81
 
82
82
  @cluster_id.setter
83
83
  def cluster_id(self, cluster_id):
84
- """Sets the cluster_id of this StopJobRequest.
84
+ r"""Sets the cluster_id of this StopJobRequest.
85
85
 
86
86
  集群ID。获取方法,请参见[获取集群ID](https://support.huaweicloud.com/api-mrs/mrs_02_9001.html)。
87
87
 
@@ -24,7 +24,7 @@ class StopJobResponse(SdkResponse):
24
24
  }
25
25
 
26
26
  def __init__(self):
27
- """StopJobResponse
27
+ r"""StopJobResponse
28
28
 
29
29
  The model defined in huaweicloud sdk
30
30
 
@@ -27,7 +27,7 @@ class SwitchClusterTagsRequest:
27
27
  }
28
28
 
29
29
  def __init__(self, cluster_id=None, body=None):
30
- """SwitchClusterTagsRequest
30
+ r"""SwitchClusterTagsRequest
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
@@ -49,7 +49,7 @@ class SwitchClusterTagsRequest:
49
49
 
50
50
  @property
51
51
  def cluster_id(self):
52
- """Gets the cluster_id of this SwitchClusterTagsRequest.
52
+ r"""Gets the cluster_id of this SwitchClusterTagsRequest.
53
53
 
54
54
  集群ID。
55
55
 
@@ -60,7 +60,7 @@ class SwitchClusterTagsRequest:
60
60
 
61
61
  @cluster_id.setter
62
62
  def cluster_id(self, cluster_id):
63
- """Sets the cluster_id of this SwitchClusterTagsRequest.
63
+ r"""Sets the cluster_id of this SwitchClusterTagsRequest.
64
64
 
65
65
  集群ID。
66
66
 
@@ -71,7 +71,7 @@ class SwitchClusterTagsRequest:
71
71
 
72
72
  @property
73
73
  def body(self):
74
- """Gets the body of this SwitchClusterTagsRequest.
74
+ r"""Gets the body of this SwitchClusterTagsRequest.
75
75
 
76
76
  :return: The body of this SwitchClusterTagsRequest.
77
77
  :rtype: :class:`huaweicloudsdkmrs.v2.ModifyDefaultTagsRequestBody`
@@ -80,7 +80,7 @@ class SwitchClusterTagsRequest:
80
80
 
81
81
  @body.setter
82
82
  def body(self, body):
83
- """Sets the body of this SwitchClusterTagsRequest.
83
+ r"""Sets the body of this SwitchClusterTagsRequest.
84
84
 
85
85
  :param body: The body of this SwitchClusterTagsRequest.
86
86
  :type body: :class:`huaweicloudsdkmrs.v2.ModifyDefaultTagsRequestBody`
@@ -24,7 +24,7 @@ class SwitchClusterTagsResponse(SdkResponse):
24
24
  }
25
25
 
26
26
  def __init__(self):
27
- """SwitchClusterTagsResponse
27
+ r"""SwitchClusterTagsResponse
28
28
 
29
29
  The model defined in huaweicloud sdk
30
30