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
@@ -39,7 +39,7 @@ class ListResourceReq:
39
39
  }
40
40
 
41
41
  def __init__(self, tags=None, tags_any=None, not_tags=None, not_tags_any=None, action=None, limit=None, offset=None, matches=None):
42
- """ListResourceReq
42
+ r"""ListResourceReq
43
43
 
44
44
  The model defined in huaweicloud sdk
45
45
 
@@ -91,7 +91,7 @@ class ListResourceReq:
91
91
 
92
92
  @property
93
93
  def tags(self):
94
- """Gets the tags of this ListResourceReq.
94
+ r"""Gets the tags of this ListResourceReq.
95
95
 
96
96
  返回结果包含该参数中所有标签对应的资源,该参数最多包含10个key,每个key下面的value最多10个,结构体不能缺失,key不能为空或者空字符串。
97
97
 
@@ -102,7 +102,7 @@ class ListResourceReq:
102
102
 
103
103
  @tags.setter
104
104
  def tags(self, tags):
105
- """Sets the tags of this ListResourceReq.
105
+ r"""Sets the tags of this ListResourceReq.
106
106
 
107
107
  返回结果包含该参数中所有标签对应的资源,该参数最多包含10个key,每个key下面的value最多10个,结构体不能缺失,key不能为空或者空字符串。
108
108
 
@@ -113,7 +113,7 @@ class ListResourceReq:
113
113
 
114
114
  @property
115
115
  def tags_any(self):
116
- """Gets the tags_any of this ListResourceReq.
116
+ r"""Gets the tags_any of this ListResourceReq.
117
117
 
118
118
  返回结果包含该参数中任意一个标签对应的资源,该参数最多包含10个key,每个key下面的value最多10个,结构体不能缺失,key不能为空或者空字符串。Key不能重复,同一个key中values不能重复。
119
119
 
@@ -124,7 +124,7 @@ class ListResourceReq:
124
124
 
125
125
  @tags_any.setter
126
126
  def tags_any(self, tags_any):
127
- """Sets the tags_any of this ListResourceReq.
127
+ r"""Sets the tags_any of this ListResourceReq.
128
128
 
129
129
  返回结果包含该参数中任意一个标签对应的资源,该参数最多包含10个key,每个key下面的value最多10个,结构体不能缺失,key不能为空或者空字符串。Key不能重复,同一个key中values不能重复。
130
130
 
@@ -135,7 +135,7 @@ class ListResourceReq:
135
135
 
136
136
  @property
137
137
  def not_tags(self):
138
- """Gets the not_tags of this ListResourceReq.
138
+ r"""Gets the not_tags of this ListResourceReq.
139
139
 
140
140
  返回结果不包含该参数中所有标签对应的资源,该参数最多包含10个key,每个key下面的value最多10个, 结构体不能缺失,key不能为空或者空字符串。Key不能重复,同一个key中values不能重复。
141
141
 
@@ -146,7 +146,7 @@ class ListResourceReq:
146
146
 
147
147
  @not_tags.setter
148
148
  def not_tags(self, not_tags):
149
- """Sets the not_tags of this ListResourceReq.
149
+ r"""Sets the not_tags of this ListResourceReq.
150
150
 
151
151
  返回结果不包含该参数中所有标签对应的资源,该参数最多包含10个key,每个key下面的value最多10个, 结构体不能缺失,key不能为空或者空字符串。Key不能重复,同一个key中values不能重复。
152
152
 
@@ -157,7 +157,7 @@ class ListResourceReq:
157
157
 
158
158
  @property
159
159
  def not_tags_any(self):
160
- """Gets the not_tags_any of this ListResourceReq.
160
+ r"""Gets the not_tags_any of this ListResourceReq.
161
161
 
162
162
  返回结果不包含该参数中任意一个标签对应的资源,该参数最多包含10个key,每个key下面的value最多10个,结构体不能缺失,key不能为空或者空字符串。Key不能重复,同一个key中values不能重复。
163
163
 
@@ -168,7 +168,7 @@ class ListResourceReq:
168
168
 
169
169
  @not_tags_any.setter
170
170
  def not_tags_any(self, not_tags_any):
171
- """Sets the not_tags_any of this ListResourceReq.
171
+ r"""Sets the not_tags_any of this ListResourceReq.
172
172
 
173
173
  返回结果不包含该参数中任意一个标签对应的资源,该参数最多包含10个key,每个key下面的value最多10个,结构体不能缺失,key不能为空或者空字符串。Key不能重复,同一个key中values不能重复。
174
174
 
@@ -179,7 +179,7 @@ class ListResourceReq:
179
179
 
180
180
  @property
181
181
  def action(self):
182
- """Gets the action of this ListResourceReq.
182
+ r"""Gets the action of this ListResourceReq.
183
183
 
184
184
  操作标识(仅限于filter,count):filter(过滤),count(查询总条数)。 如果是filter则为分页查询,如果是count会按照条件将总条数返回。
185
185
 
@@ -190,7 +190,7 @@ class ListResourceReq:
190
190
 
191
191
  @action.setter
192
192
  def action(self, action):
193
- """Sets the action of this ListResourceReq.
193
+ r"""Sets the action of this ListResourceReq.
194
194
 
195
195
  操作标识(仅限于filter,count):filter(过滤),count(查询总条数)。 如果是filter则为分页查询,如果是count会按照条件将总条数返回。
196
196
 
@@ -201,7 +201,7 @@ class ListResourceReq:
201
201
 
202
202
  @property
203
203
  def limit(self):
204
- """Gets the limit of this ListResourceReq.
204
+ r"""Gets the limit of this ListResourceReq.
205
205
 
206
206
  查询记录数(action为count时无此参数)如果action为filter默认为1000,limit最多为1000,不能为负数,最小值为1。
207
207
 
@@ -212,7 +212,7 @@ class ListResourceReq:
212
212
 
213
213
  @limit.setter
214
214
  def limit(self, limit):
215
- """Sets the limit of this ListResourceReq.
215
+ r"""Sets the limit of this ListResourceReq.
216
216
 
217
217
  查询记录数(action为count时无此参数)如果action为filter默认为1000,limit最多为1000,不能为负数,最小值为1。
218
218
 
@@ -223,7 +223,7 @@ class ListResourceReq:
223
223
 
224
224
  @property
225
225
  def offset(self):
226
- """Gets the offset of this ListResourceReq.
226
+ r"""Gets the offset of this ListResourceReq.
227
227
 
228
228
  (索引位置),从offset指定的下一条数据开始查询。查询第一页数据时,不需要传入此参数,查询后续页码数据时,将查询前一页数据时响应体中的值带入此参数(action为count时无此参数)如果action为filter默认为0,必须为数字,不能为负数。
229
229
 
@@ -234,7 +234,7 @@ class ListResourceReq:
234
234
 
235
235
  @offset.setter
236
236
  def offset(self, offset):
237
- """Sets the offset of this ListResourceReq.
237
+ r"""Sets the offset of this ListResourceReq.
238
238
 
239
239
  (索引位置),从offset指定的下一条数据开始查询。查询第一页数据时,不需要传入此参数,查询后续页码数据时,将查询前一页数据时响应体中的值带入此参数(action为count时无此参数)如果action为filter默认为0,必须为数字,不能为负数。
240
240
 
@@ -245,7 +245,7 @@ class ListResourceReq:
245
245
 
246
246
  @property
247
247
  def matches(self):
248
- """Gets the matches of this ListResourceReq.
248
+ r"""Gets the matches of this ListResourceReq.
249
249
 
250
250
  搜索字段,key为要匹配的字段,如resource_name等。value为匹配的值。此字段为固定字典值。 根据不同的字段确认是否需要模糊匹配,如resource_name默认为模糊搜索,如果value为空字符串精确匹配。
251
251
 
@@ -256,7 +256,7 @@ class ListResourceReq:
256
256
 
257
257
  @matches.setter
258
258
  def matches(self, matches):
259
- """Sets the matches of this ListResourceReq.
259
+ r"""Sets the matches of this ListResourceReq.
260
260
 
261
261
  搜索字段,key为要匹配的字段,如resource_name等。value为匹配的值。此字段为固定字典值。 根据不同的字段确认是否需要模糊匹配,如resource_name默认为模糊搜索,如果value为空字符串精确匹配。
262
262
 
@@ -27,7 +27,7 @@ class Match:
27
27
  }
28
28
 
29
29
  def __init__(self, key=None, value=None):
30
- """Match
30
+ r"""Match
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
@@ -50,7 +50,7 @@ class Match:
50
50
 
51
51
  @property
52
52
  def key(self):
53
- """Gets the key of this Match.
53
+ r"""Gets the key of this Match.
54
54
 
55
55
  键。当前只有resource_name可用,表示集群的名称,后续扩展。
56
56
 
@@ -61,7 +61,7 @@ class Match:
61
61
 
62
62
  @key.setter
63
63
  def key(self, key):
64
- """Sets the key of this Match.
64
+ r"""Sets the key of this Match.
65
65
 
66
66
  键。当前只有resource_name可用,表示集群的名称,后续扩展。
67
67
 
@@ -72,7 +72,7 @@ class Match:
72
72
 
73
73
  @property
74
74
  def value(self):
75
- """Gets the value of this Match.
75
+ r"""Gets the value of this Match.
76
76
 
77
77
  值。每个值最大长度64个unicode字符。
78
78
 
@@ -83,7 +83,7 @@ class Match:
83
83
 
84
84
  @value.setter
85
85
  def value(self, value):
86
- """Sets the value of this Match.
86
+ r"""Sets the value of this Match.
87
87
 
88
88
  值。每个值最大长度64个unicode字符。
89
89
 
@@ -31,7 +31,7 @@ class MRSResource:
31
31
  }
32
32
 
33
33
  def __init__(self, resource_id=None, resource_detail=None, tags=None, resource_name=None):
34
- """MRSResource
34
+ r"""MRSResource
35
35
 
36
36
  The model defined in huaweicloud sdk
37
37
 
@@ -64,7 +64,7 @@ class MRSResource:
64
64
 
65
65
  @property
66
66
  def resource_id(self):
67
- """Gets the resource_id of this MRSResource.
67
+ r"""Gets the resource_id of this MRSResource.
68
68
 
69
69
  资源ID
70
70
 
@@ -75,7 +75,7 @@ class MRSResource:
75
75
 
76
76
  @resource_id.setter
77
77
  def resource_id(self, resource_id):
78
- """Sets the resource_id of this MRSResource.
78
+ r"""Sets the resource_id of this MRSResource.
79
79
 
80
80
  资源ID
81
81
 
@@ -86,7 +86,7 @@ class MRSResource:
86
86
 
87
87
  @property
88
88
  def resource_detail(self):
89
- """Gets the resource_detail of this MRSResource.
89
+ r"""Gets the resource_detail of this MRSResource.
90
90
 
91
91
  资源详情
92
92
 
@@ -97,7 +97,7 @@ class MRSResource:
97
97
 
98
98
  @resource_detail.setter
99
99
  def resource_detail(self, resource_detail):
100
- """Sets the resource_detail of this MRSResource.
100
+ r"""Sets the resource_detail of this MRSResource.
101
101
 
102
102
  资源详情
103
103
 
@@ -108,7 +108,7 @@ class MRSResource:
108
108
 
109
109
  @property
110
110
  def tags(self):
111
- """Gets the tags of this MRSResource.
111
+ r"""Gets the tags of this MRSResource.
112
112
 
113
113
  标签
114
114
 
@@ -119,7 +119,7 @@ class MRSResource:
119
119
 
120
120
  @tags.setter
121
121
  def tags(self, tags):
122
- """Sets the tags of this MRSResource.
122
+ r"""Sets the tags of this MRSResource.
123
123
 
124
124
  标签
125
125
 
@@ -130,7 +130,7 @@ class MRSResource:
130
130
 
131
131
  @property
132
132
  def resource_name(self):
133
- """Gets the resource_name of this MRSResource.
133
+ r"""Gets the resource_name of this MRSResource.
134
134
 
135
135
  资源名称
136
136
 
@@ -141,7 +141,7 @@ class MRSResource:
141
141
 
142
142
  @resource_name.setter
143
143
  def resource_name(self, resource_name):
144
- """Sets the resource_name of this MRSResource.
144
+ r"""Sets the resource_name of this MRSResource.
145
145
 
146
146
  资源名称
147
147
 
@@ -43,7 +43,7 @@ class NodeConstraint:
43
43
  }
44
44
 
45
45
  def __init__(self, other=None, min_node_num=None, max_node_num=None, min_core_num=None, min_mem_size=None, min_disk_size=None, max_node_group_num=None, min_data_volume_total_size=None, disk_type_constraint=None, min_root_disk_size=None):
46
- """NodeConstraint
46
+ r"""NodeConstraint
47
47
 
48
48
  The model defined in huaweicloud sdk
49
49
 
@@ -106,7 +106,7 @@ class NodeConstraint:
106
106
 
107
107
  @property
108
108
  def other(self):
109
- """Gets the other of this NodeConstraint.
109
+ r"""Gets the other of this NodeConstraint.
110
110
 
111
111
  其他限制
112
112
 
@@ -117,7 +117,7 @@ class NodeConstraint:
117
117
 
118
118
  @other.setter
119
119
  def other(self, other):
120
- """Sets the other of this NodeConstraint.
120
+ r"""Sets the other of this NodeConstraint.
121
121
 
122
122
  其他限制
123
123
 
@@ -128,7 +128,7 @@ class NodeConstraint:
128
128
 
129
129
  @property
130
130
  def min_node_num(self):
131
- """Gets the min_node_num of this NodeConstraint.
131
+ r"""Gets the min_node_num of this NodeConstraint.
132
132
 
133
133
  最少节点数
134
134
 
@@ -139,7 +139,7 @@ class NodeConstraint:
139
139
 
140
140
  @min_node_num.setter
141
141
  def min_node_num(self, min_node_num):
142
- """Sets the min_node_num of this NodeConstraint.
142
+ r"""Sets the min_node_num of this NodeConstraint.
143
143
 
144
144
  最少节点数
145
145
 
@@ -150,7 +150,7 @@ class NodeConstraint:
150
150
 
151
151
  @property
152
152
  def max_node_num(self):
153
- """Gets the max_node_num of this NodeConstraint.
153
+ r"""Gets the max_node_num of this NodeConstraint.
154
154
 
155
155
  最多节点数
156
156
 
@@ -161,7 +161,7 @@ class NodeConstraint:
161
161
 
162
162
  @max_node_num.setter
163
163
  def max_node_num(self, max_node_num):
164
- """Sets the max_node_num of this NodeConstraint.
164
+ r"""Sets the max_node_num of this NodeConstraint.
165
165
 
166
166
  最多节点数
167
167
 
@@ -172,7 +172,7 @@ class NodeConstraint:
172
172
 
173
173
  @property
174
174
  def min_core_num(self):
175
- """Gets the min_core_num of this NodeConstraint.
175
+ r"""Gets the min_core_num of this NodeConstraint.
176
176
 
177
177
  最少核心数
178
178
 
@@ -183,7 +183,7 @@ class NodeConstraint:
183
183
 
184
184
  @min_core_num.setter
185
185
  def min_core_num(self, min_core_num):
186
- """Sets the min_core_num of this NodeConstraint.
186
+ r"""Sets the min_core_num of this NodeConstraint.
187
187
 
188
188
  最少核心数
189
189
 
@@ -194,7 +194,7 @@ class NodeConstraint:
194
194
 
195
195
  @property
196
196
  def min_mem_size(self):
197
- """Gets the min_mem_size of this NodeConstraint.
197
+ r"""Gets the min_mem_size of this NodeConstraint.
198
198
 
199
199
  最小内存容量
200
200
 
@@ -205,7 +205,7 @@ class NodeConstraint:
205
205
 
206
206
  @min_mem_size.setter
207
207
  def min_mem_size(self, min_mem_size):
208
- """Sets the min_mem_size of this NodeConstraint.
208
+ r"""Sets the min_mem_size of this NodeConstraint.
209
209
 
210
210
  最小内存容量
211
211
 
@@ -216,7 +216,7 @@ class NodeConstraint:
216
216
 
217
217
  @property
218
218
  def min_disk_size(self):
219
- """Gets the min_disk_size of this NodeConstraint.
219
+ r"""Gets the min_disk_size of this NodeConstraint.
220
220
 
221
221
  最小磁盘容量
222
222
 
@@ -227,7 +227,7 @@ class NodeConstraint:
227
227
 
228
228
  @min_disk_size.setter
229
229
  def min_disk_size(self, min_disk_size):
230
- """Sets the min_disk_size of this NodeConstraint.
230
+ r"""Sets the min_disk_size of this NodeConstraint.
231
231
 
232
232
  最小磁盘容量
233
233
 
@@ -238,7 +238,7 @@ class NodeConstraint:
238
238
 
239
239
  @property
240
240
  def max_node_group_num(self):
241
- """Gets the max_node_group_num of this NodeConstraint.
241
+ r"""Gets the max_node_group_num of this NodeConstraint.
242
242
 
243
243
  最大节点组数
244
244
 
@@ -249,7 +249,7 @@ class NodeConstraint:
249
249
 
250
250
  @max_node_group_num.setter
251
251
  def max_node_group_num(self, max_node_group_num):
252
- """Sets the max_node_group_num of this NodeConstraint.
252
+ r"""Sets the max_node_group_num of this NodeConstraint.
253
253
 
254
254
  最大节点组数
255
255
 
@@ -260,7 +260,7 @@ class NodeConstraint:
260
260
 
261
261
  @property
262
262
  def min_data_volume_total_size(self):
263
- """Gets the min_data_volume_total_size of this NodeConstraint.
263
+ r"""Gets the min_data_volume_total_size of this NodeConstraint.
264
264
 
265
265
  最小数据卷容量
266
266
 
@@ -271,7 +271,7 @@ class NodeConstraint:
271
271
 
272
272
  @min_data_volume_total_size.setter
273
273
  def min_data_volume_total_size(self, min_data_volume_total_size):
274
- """Sets the min_data_volume_total_size of this NodeConstraint.
274
+ r"""Sets the min_data_volume_total_size of this NodeConstraint.
275
275
 
276
276
  最小数据卷容量
277
277
 
@@ -282,7 +282,7 @@ class NodeConstraint:
282
282
 
283
283
  @property
284
284
  def disk_type_constraint(self):
285
- """Gets the disk_type_constraint of this NodeConstraint.
285
+ r"""Gets the disk_type_constraint of this NodeConstraint.
286
286
 
287
287
  磁盘类型限制,包含当前节点组所支持的磁盘类型
288
288
 
@@ -293,7 +293,7 @@ class NodeConstraint:
293
293
 
294
294
  @disk_type_constraint.setter
295
295
  def disk_type_constraint(self, disk_type_constraint):
296
- """Sets the disk_type_constraint of this NodeConstraint.
296
+ r"""Sets the disk_type_constraint of this NodeConstraint.
297
297
 
298
298
  磁盘类型限制,包含当前节点组所支持的磁盘类型
299
299
 
@@ -304,7 +304,7 @@ class NodeConstraint:
304
304
 
305
305
  @property
306
306
  def min_root_disk_size(self):
307
- """Gets the min_root_disk_size of this NodeConstraint.
307
+ r"""Gets the min_root_disk_size of this NodeConstraint.
308
308
 
309
309
  最小系统磁盘大小
310
310
 
@@ -315,7 +315,7 @@ class NodeConstraint:
315
315
 
316
316
  @min_root_disk_size.setter
317
317
  def min_root_disk_size(self, min_root_disk_size):
318
- """Sets the min_root_disk_size of this NodeConstraint.
318
+ r"""Sets the min_root_disk_size of this NodeConstraint.
319
319
 
320
320
  最小系统磁盘大小
321
321
 
@@ -41,7 +41,7 @@ class NodeConstraints:
41
41
  }
42
42
 
43
43
  def __init__(self, other=None, master=None, core=None, task=None, core_separate=None, core_combine=None, task_separate=None, task_combine=None, node_group_task=None):
44
- """NodeConstraints
44
+ r"""NodeConstraints
45
45
 
46
46
  The model defined in huaweicloud sdk
47
47
 
@@ -99,7 +99,7 @@ class NodeConstraints:
99
99
 
100
100
  @property
101
101
  def other(self):
102
- """Gets the other of this NodeConstraints.
102
+ r"""Gets the other of this NodeConstraints.
103
103
 
104
104
  其他节点限制
105
105
 
@@ -110,7 +110,7 @@ class NodeConstraints:
110
110
 
111
111
  @other.setter
112
112
  def other(self, other):
113
- """Sets the other of this NodeConstraints.
113
+ r"""Sets the other of this NodeConstraints.
114
114
 
115
115
  其他节点限制
116
116
 
@@ -121,7 +121,7 @@ class NodeConstraints:
121
121
 
122
122
  @property
123
123
  def master(self):
124
- """Gets the master of this NodeConstraints.
124
+ r"""Gets the master of this NodeConstraints.
125
125
 
126
126
  :return: The master of this NodeConstraints.
127
127
  :rtype: :class:`huaweicloudsdkmrs.v1.NodeConstraint`
@@ -130,7 +130,7 @@ class NodeConstraints:
130
130
 
131
131
  @master.setter
132
132
  def master(self, master):
133
- """Sets the master of this NodeConstraints.
133
+ r"""Sets the master of this NodeConstraints.
134
134
 
135
135
  :param master: The master of this NodeConstraints.
136
136
  :type master: :class:`huaweicloudsdkmrs.v1.NodeConstraint`
@@ -139,7 +139,7 @@ class NodeConstraints:
139
139
 
140
140
  @property
141
141
  def core(self):
142
- """Gets the core of this NodeConstraints.
142
+ r"""Gets the core of this NodeConstraints.
143
143
 
144
144
  :return: The core of this NodeConstraints.
145
145
  :rtype: :class:`huaweicloudsdkmrs.v1.NodeConstraint`
@@ -148,7 +148,7 @@ class NodeConstraints:
148
148
 
149
149
  @core.setter
150
150
  def core(self, core):
151
- """Sets the core of this NodeConstraints.
151
+ r"""Sets the core of this NodeConstraints.
152
152
 
153
153
  :param core: The core of this NodeConstraints.
154
154
  :type core: :class:`huaweicloudsdkmrs.v1.NodeConstraint`
@@ -157,7 +157,7 @@ class NodeConstraints:
157
157
 
158
158
  @property
159
159
  def task(self):
160
- """Gets the task of this NodeConstraints.
160
+ r"""Gets the task of this NodeConstraints.
161
161
 
162
162
  :return: The task of this NodeConstraints.
163
163
  :rtype: :class:`huaweicloudsdkmrs.v1.NodeConstraint`
@@ -166,7 +166,7 @@ class NodeConstraints:
166
166
 
167
167
  @task.setter
168
168
  def task(self, task):
169
- """Sets the task of this NodeConstraints.
169
+ r"""Sets the task of this NodeConstraints.
170
170
 
171
171
  :param task: The task of this NodeConstraints.
172
172
  :type task: :class:`huaweicloudsdkmrs.v1.NodeConstraint`
@@ -175,7 +175,7 @@ class NodeConstraints:
175
175
 
176
176
  @property
177
177
  def core_separate(self):
178
- """Gets the core_separate of this NodeConstraints.
178
+ r"""Gets the core_separate of this NodeConstraints.
179
179
 
180
180
  :return: The core_separate of this NodeConstraints.
181
181
  :rtype: :class:`huaweicloudsdkmrs.v1.NodeConstraint`
@@ -184,7 +184,7 @@ class NodeConstraints:
184
184
 
185
185
  @core_separate.setter
186
186
  def core_separate(self, core_separate):
187
- """Sets the core_separate of this NodeConstraints.
187
+ r"""Sets the core_separate of this NodeConstraints.
188
188
 
189
189
  :param core_separate: The core_separate of this NodeConstraints.
190
190
  :type core_separate: :class:`huaweicloudsdkmrs.v1.NodeConstraint`
@@ -193,7 +193,7 @@ class NodeConstraints:
193
193
 
194
194
  @property
195
195
  def core_combine(self):
196
- """Gets the core_combine of this NodeConstraints.
196
+ r"""Gets the core_combine of this NodeConstraints.
197
197
 
198
198
  :return: The core_combine of this NodeConstraints.
199
199
  :rtype: :class:`huaweicloudsdkmrs.v1.NodeConstraint`
@@ -202,7 +202,7 @@ class NodeConstraints:
202
202
 
203
203
  @core_combine.setter
204
204
  def core_combine(self, core_combine):
205
- """Sets the core_combine of this NodeConstraints.
205
+ r"""Sets the core_combine of this NodeConstraints.
206
206
 
207
207
  :param core_combine: The core_combine of this NodeConstraints.
208
208
  :type core_combine: :class:`huaweicloudsdkmrs.v1.NodeConstraint`
@@ -211,7 +211,7 @@ class NodeConstraints:
211
211
 
212
212
  @property
213
213
  def task_separate(self):
214
- """Gets the task_separate of this NodeConstraints.
214
+ r"""Gets the task_separate of this NodeConstraints.
215
215
 
216
216
  :return: The task_separate of this NodeConstraints.
217
217
  :rtype: :class:`huaweicloudsdkmrs.v1.NodeConstraint`
@@ -220,7 +220,7 @@ class NodeConstraints:
220
220
 
221
221
  @task_separate.setter
222
222
  def task_separate(self, task_separate):
223
- """Sets the task_separate of this NodeConstraints.
223
+ r"""Sets the task_separate of this NodeConstraints.
224
224
 
225
225
  :param task_separate: The task_separate of this NodeConstraints.
226
226
  :type task_separate: :class:`huaweicloudsdkmrs.v1.NodeConstraint`
@@ -229,7 +229,7 @@ class NodeConstraints:
229
229
 
230
230
  @property
231
231
  def task_combine(self):
232
- """Gets the task_combine of this NodeConstraints.
232
+ r"""Gets the task_combine of this NodeConstraints.
233
233
 
234
234
  :return: The task_combine of this NodeConstraints.
235
235
  :rtype: :class:`huaweicloudsdkmrs.v1.NodeConstraint`
@@ -238,7 +238,7 @@ class NodeConstraints:
238
238
 
239
239
  @task_combine.setter
240
240
  def task_combine(self, task_combine):
241
- """Sets the task_combine of this NodeConstraints.
241
+ r"""Sets the task_combine of this NodeConstraints.
242
242
 
243
243
  :param task_combine: The task_combine of this NodeConstraints.
244
244
  :type task_combine: :class:`huaweicloudsdkmrs.v1.NodeConstraint`
@@ -247,7 +247,7 @@ class NodeConstraints:
247
247
 
248
248
  @property
249
249
  def node_group_task(self):
250
- """Gets the node_group_task of this NodeConstraints.
250
+ r"""Gets the node_group_task of this NodeConstraints.
251
251
 
252
252
  :return: The node_group_task of this NodeConstraints.
253
253
  :rtype: :class:`huaweicloudsdkmrs.v1.NodeConstraint`
@@ -256,7 +256,7 @@ class NodeConstraints:
256
256
 
257
257
  @node_group_task.setter
258
258
  def node_group_task(self, node_group_task):
259
- """Sets the node_group_task of this NodeConstraints.
259
+ r"""Sets the node_group_task of this NodeConstraints.
260
260
 
261
261
  :param node_group_task: The node_group_task of this NodeConstraints.
262
262
  :type node_group_task: :class:`huaweicloudsdkmrs.v1.NodeConstraint`