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
@@ -159,7 +159,7 @@ class Cluster:
159
159
  }
160
160
 
161
161
  def __init__(self, cluster_id=None, cluster_name=None, total_node_num=None, cluster_state=None, stage_desc=None, create_at=None, update_at=None, charging_start_time=None, billing_type=None, data_center=None, vpc=None, vpc_id=None, duration=None, fee=None, hadoop_version=None, component_list=None, external_ip=None, external_alternate_ip=None, internal_ip=None, deployment_id=None, remark=None, order_id=None, az_id=None, az_name=None, az_code=None, availability_zone_id=None, instance_id=None, vnc=None, tenant_id=None, volume_size=None, volume_type=None, subnet_id=None, subnet_name=None, security_groups_id=None, slave_security_groups_id=None, bootstrap_scripts=None, safe_mode=None, cluster_version=None, node_public_cert_name=None, master_node_ip=None, private_ip_first=None, error_info=None, tags=None, master_node_num=None, core_node_num=None, master_node_size=None, core_node_size=None, master_node_product_id=None, master_node_spec_id=None, core_node_product_id=None, core_node_spec_id=None, master_data_volume_type=None, master_data_volume_size=None, master_data_volume_count=None, core_data_volume_type=None, core_data_volume_size=None, core_data_volume_count=None, enterprise_project_id=None, is_mrs_manager_finish=None, cluster_type=None, log_collection=None, period_type=None, scale=None, node_groups=None, task_node_groups=None, eip_id=None, eip_address=None, eipv6_address=None):
162
- """Cluster
162
+ r"""Cluster
163
163
 
164
164
  The model defined in huaweicloud sdk
165
165
 
@@ -512,7 +512,7 @@ class Cluster:
512
512
 
513
513
  @property
514
514
  def cluster_id(self):
515
- """Gets the cluster_id of this Cluster.
515
+ r"""Gets the cluster_id of this Cluster.
516
516
 
517
517
  集群ID。
518
518
 
@@ -523,7 +523,7 @@ class Cluster:
523
523
 
524
524
  @cluster_id.setter
525
525
  def cluster_id(self, cluster_id):
526
- """Sets the cluster_id of this Cluster.
526
+ r"""Sets the cluster_id of this Cluster.
527
527
 
528
528
  集群ID。
529
529
 
@@ -534,7 +534,7 @@ class Cluster:
534
534
 
535
535
  @property
536
536
  def cluster_name(self):
537
- """Gets the cluster_name of this Cluster.
537
+ r"""Gets the cluster_name of this Cluster.
538
538
 
539
539
  集群名称。
540
540
 
@@ -545,7 +545,7 @@ class Cluster:
545
545
 
546
546
  @cluster_name.setter
547
547
  def cluster_name(self, cluster_name):
548
- """Sets the cluster_name of this Cluster.
548
+ r"""Sets the cluster_name of this Cluster.
549
549
 
550
550
  集群名称。
551
551
 
@@ -556,7 +556,7 @@ class Cluster:
556
556
 
557
557
  @property
558
558
  def total_node_num(self):
559
- """Gets the total_node_num of this Cluster.
559
+ r"""Gets the total_node_num of this Cluster.
560
560
 
561
561
  集群部署的节点总数。
562
562
 
@@ -567,7 +567,7 @@ class Cluster:
567
567
 
568
568
  @total_node_num.setter
569
569
  def total_node_num(self, total_node_num):
570
- """Sets the total_node_num of this Cluster.
570
+ r"""Sets the total_node_num of this Cluster.
571
571
 
572
572
  集群部署的节点总数。
573
573
 
@@ -578,7 +578,7 @@ class Cluster:
578
578
 
579
579
  @property
580
580
  def cluster_state(self):
581
- """Gets the cluster_state of this Cluster.
581
+ r"""Gets the cluster_state of this Cluster.
582
582
 
583
583
  集群状态,包括: - starting:启动中的集群。 - running:运行中的集群。 - terminated:已删除的集群。 - failed:失败的集群。 - abnormal:异常的集群。 - terminating:删除中的集群。 - frozen:已冻结的集群。 - scaling-out:扩容中的集群。 - scaling-in:缩容中的集群。
584
584
 
@@ -589,7 +589,7 @@ class Cluster:
589
589
 
590
590
  @cluster_state.setter
591
591
  def cluster_state(self, cluster_state):
592
- """Sets the cluster_state of this Cluster.
592
+ r"""Sets the cluster_state of this Cluster.
593
593
 
594
594
  集群状态,包括: - starting:启动中的集群。 - running:运行中的集群。 - terminated:已删除的集群。 - failed:失败的集群。 - abnormal:异常的集群。 - terminating:删除中的集群。 - frozen:已冻结的集群。 - scaling-out:扩容中的集群。 - scaling-in:缩容中的集群。
595
595
 
@@ -600,7 +600,7 @@ class Cluster:
600
600
 
601
601
  @property
602
602
  def stage_desc(self):
603
- """Gets the stage_desc of this Cluster.
603
+ r"""Gets the stage_desc of this Cluster.
604
604
 
605
605
  集群进度描述。 安装集群进度包括: - Verifying cluster parameters:校验集群参数中 - Applying for cluster resources:申请集群资源中 - Creating VM:创建虚拟机中 - Initializing VM:初始化虚拟机中 - Installing MRS Manager:安装MRS Manager中 - Deploying cluster:部署集群中 - Cluster installation failed:集群安装失败 扩容集群进度包括: - Preparing for cluster expansion:准备扩容中 - Creating VM:创建虚拟机中 - Initializing VM:初始化虚拟机中 - Adding node to the cluster:节点加入集群中 - Cluster expansion failed:集群扩容失败 缩容集群进度包括: - Preparing for cluster shrink:正在准备缩容 - Decommissioning instance:实例退服中 - Deleting VM:删除虚拟机中 - Deleting node from the cluster:从集群删除节点中 - Cluster shrink failed:集群缩容失败 集群安装、扩容、缩容失败,stageDesc会显示失败的原因。
606
606
 
@@ -611,7 +611,7 @@ class Cluster:
611
611
 
612
612
  @stage_desc.setter
613
613
  def stage_desc(self, stage_desc):
614
- """Sets the stage_desc of this Cluster.
614
+ r"""Sets the stage_desc of this Cluster.
615
615
 
616
616
  集群进度描述。 安装集群进度包括: - Verifying cluster parameters:校验集群参数中 - Applying for cluster resources:申请集群资源中 - Creating VM:创建虚拟机中 - Initializing VM:初始化虚拟机中 - Installing MRS Manager:安装MRS Manager中 - Deploying cluster:部署集群中 - Cluster installation failed:集群安装失败 扩容集群进度包括: - Preparing for cluster expansion:准备扩容中 - Creating VM:创建虚拟机中 - Initializing VM:初始化虚拟机中 - Adding node to the cluster:节点加入集群中 - Cluster expansion failed:集群扩容失败 缩容集群进度包括: - Preparing for cluster shrink:正在准备缩容 - Decommissioning instance:实例退服中 - Deleting VM:删除虚拟机中 - Deleting node from the cluster:从集群删除节点中 - Cluster shrink failed:集群缩容失败 集群安装、扩容、缩容失败,stageDesc会显示失败的原因。
617
617
 
@@ -622,7 +622,7 @@ class Cluster:
622
622
 
623
623
  @property
624
624
  def create_at(self):
625
- """Gets the create_at of this Cluster.
625
+ r"""Gets the create_at of this Cluster.
626
626
 
627
627
  集群创建时间,十位时间戳。
628
628
 
@@ -633,7 +633,7 @@ class Cluster:
633
633
 
634
634
  @create_at.setter
635
635
  def create_at(self, create_at):
636
- """Sets the create_at of this Cluster.
636
+ r"""Sets the create_at of this Cluster.
637
637
 
638
638
  集群创建时间,十位时间戳。
639
639
 
@@ -644,7 +644,7 @@ class Cluster:
644
644
 
645
645
  @property
646
646
  def update_at(self):
647
- """Gets the update_at of this Cluster.
647
+ r"""Gets the update_at of this Cluster.
648
648
 
649
649
  集群更新时间,十位时间戳。
650
650
 
@@ -655,7 +655,7 @@ class Cluster:
655
655
 
656
656
  @update_at.setter
657
657
  def update_at(self, update_at):
658
- """Sets the update_at of this Cluster.
658
+ r"""Sets the update_at of this Cluster.
659
659
 
660
660
  集群更新时间,十位时间戳。
661
661
 
@@ -666,7 +666,7 @@ class Cluster:
666
666
 
667
667
  @property
668
668
  def charging_start_time(self):
669
- """Gets the charging_start_time of this Cluster.
669
+ r"""Gets the charging_start_time of this Cluster.
670
670
 
671
671
  开始计费时间。
672
672
 
@@ -677,7 +677,7 @@ class Cluster:
677
677
 
678
678
  @charging_start_time.setter
679
679
  def charging_start_time(self, charging_start_time):
680
- """Sets the charging_start_time of this Cluster.
680
+ r"""Sets the charging_start_time of this Cluster.
681
681
 
682
682
  开始计费时间。
683
683
 
@@ -688,7 +688,7 @@ class Cluster:
688
688
 
689
689
  @property
690
690
  def billing_type(self):
691
- """Gets the billing_type of this Cluster.
691
+ r"""Gets the billing_type of this Cluster.
692
692
 
693
693
  集群计费模式。
694
694
 
@@ -699,7 +699,7 @@ class Cluster:
699
699
 
700
700
  @billing_type.setter
701
701
  def billing_type(self, billing_type):
702
- """Sets the billing_type of this Cluster.
702
+ r"""Sets the billing_type of this Cluster.
703
703
 
704
704
  集群计费模式。
705
705
 
@@ -710,7 +710,7 @@ class Cluster:
710
710
 
711
711
  @property
712
712
  def data_center(self):
713
- """Gets the data_center of this Cluster.
713
+ r"""Gets the data_center of this Cluster.
714
714
 
715
715
  集群工作区域。
716
716
 
@@ -721,7 +721,7 @@ class Cluster:
721
721
 
722
722
  @data_center.setter
723
723
  def data_center(self, data_center):
724
- """Sets the data_center of this Cluster.
724
+ r"""Sets the data_center of this Cluster.
725
725
 
726
726
  集群工作区域。
727
727
 
@@ -732,7 +732,7 @@ class Cluster:
732
732
 
733
733
  @property
734
734
  def vpc(self):
735
- """Gets the vpc of this Cluster.
735
+ r"""Gets the vpc of this Cluster.
736
736
 
737
737
  VPC名称。
738
738
 
@@ -743,7 +743,7 @@ class Cluster:
743
743
 
744
744
  @vpc.setter
745
745
  def vpc(self, vpc):
746
- """Sets the vpc of this Cluster.
746
+ r"""Sets the vpc of this Cluster.
747
747
 
748
748
  VPC名称。
749
749
 
@@ -754,7 +754,7 @@ class Cluster:
754
754
 
755
755
  @property
756
756
  def vpc_id(self):
757
- """Gets the vpc_id of this Cluster.
757
+ r"""Gets the vpc_id of this Cluster.
758
758
 
759
759
  VPC ID。
760
760
 
@@ -765,7 +765,7 @@ class Cluster:
765
765
 
766
766
  @vpc_id.setter
767
767
  def vpc_id(self, vpc_id):
768
- """Sets the vpc_id of this Cluster.
768
+ r"""Sets the vpc_id of this Cluster.
769
769
 
770
770
  VPC ID。
771
771
 
@@ -776,7 +776,7 @@ class Cluster:
776
776
 
777
777
  @property
778
778
  def duration(self):
779
- """Gets the duration of this Cluster.
779
+ r"""Gets the duration of this Cluster.
780
780
 
781
781
  集群购买时长。
782
782
 
@@ -787,7 +787,7 @@ class Cluster:
787
787
 
788
788
  @duration.setter
789
789
  def duration(self, duration):
790
- """Sets the duration of this Cluster.
790
+ r"""Sets the duration of this Cluster.
791
791
 
792
792
  集群购买时长。
793
793
 
@@ -798,7 +798,7 @@ class Cluster:
798
798
 
799
799
  @property
800
800
  def fee(self):
801
- """Gets the fee of this Cluster.
801
+ r"""Gets the fee of this Cluster.
802
802
 
803
803
  创建集群所需费用,系统自动计算。
804
804
 
@@ -809,7 +809,7 @@ class Cluster:
809
809
 
810
810
  @fee.setter
811
811
  def fee(self, fee):
812
- """Sets the fee of this Cluster.
812
+ r"""Sets the fee of this Cluster.
813
813
 
814
814
  创建集群所需费用,系统自动计算。
815
815
 
@@ -820,7 +820,7 @@ class Cluster:
820
820
 
821
821
  @property
822
822
  def hadoop_version(self):
823
- """Gets the hadoop_version of this Cluster.
823
+ r"""Gets the hadoop_version of this Cluster.
824
824
 
825
825
  Hadoop组件版本信息。
826
826
 
@@ -831,7 +831,7 @@ class Cluster:
831
831
 
832
832
  @hadoop_version.setter
833
833
  def hadoop_version(self, hadoop_version):
834
- """Sets the hadoop_version of this Cluster.
834
+ r"""Sets the hadoop_version of this Cluster.
835
835
 
836
836
  Hadoop组件版本信息。
837
837
 
@@ -842,7 +842,7 @@ class Cluster:
842
842
 
843
843
  @property
844
844
  def component_list(self):
845
- """Gets the component_list of this Cluster.
845
+ r"""Gets the component_list of this Cluster.
846
846
 
847
847
  组件列表信息。
848
848
 
@@ -853,7 +853,7 @@ class Cluster:
853
853
 
854
854
  @component_list.setter
855
855
  def component_list(self, component_list):
856
- """Sets the component_list of this Cluster.
856
+ r"""Sets the component_list of this Cluster.
857
857
 
858
858
  组件列表信息。
859
859
 
@@ -864,7 +864,7 @@ class Cluster:
864
864
 
865
865
  @property
866
866
  def external_ip(self):
867
- """Gets the external_ip of this Cluster.
867
+ r"""Gets the external_ip of this Cluster.
868
868
 
869
869
  公网IP地址。
870
870
 
@@ -875,7 +875,7 @@ class Cluster:
875
875
 
876
876
  @external_ip.setter
877
877
  def external_ip(self, external_ip):
878
- """Sets the external_ip of this Cluster.
878
+ r"""Sets the external_ip of this Cluster.
879
879
 
880
880
  公网IP地址。
881
881
 
@@ -886,7 +886,7 @@ class Cluster:
886
886
 
887
887
  @property
888
888
  def external_alternate_ip(self):
889
- """Gets the external_alternate_ip of this Cluster.
889
+ r"""Gets the external_alternate_ip of this Cluster.
890
890
 
891
891
  公网备用IP地址。
892
892
 
@@ -897,7 +897,7 @@ class Cluster:
897
897
 
898
898
  @external_alternate_ip.setter
899
899
  def external_alternate_ip(self, external_alternate_ip):
900
- """Sets the external_alternate_ip of this Cluster.
900
+ r"""Sets the external_alternate_ip of this Cluster.
901
901
 
902
902
  公网备用IP地址。
903
903
 
@@ -908,7 +908,7 @@ class Cluster:
908
908
 
909
909
  @property
910
910
  def internal_ip(self):
911
- """Gets the internal_ip of this Cluster.
911
+ r"""Gets the internal_ip of this Cluster.
912
912
 
913
913
  内网IP地址。
914
914
 
@@ -919,7 +919,7 @@ class Cluster:
919
919
 
920
920
  @internal_ip.setter
921
921
  def internal_ip(self, internal_ip):
922
- """Sets the internal_ip of this Cluster.
922
+ r"""Sets the internal_ip of this Cluster.
923
923
 
924
924
  内网IP地址。
925
925
 
@@ -930,7 +930,7 @@ class Cluster:
930
930
 
931
931
  @property
932
932
  def deployment_id(self):
933
- """Gets the deployment_id of this Cluster.
933
+ r"""Gets the deployment_id of this Cluster.
934
934
 
935
935
  集群部署ID。
936
936
 
@@ -941,7 +941,7 @@ class Cluster:
941
941
 
942
942
  @deployment_id.setter
943
943
  def deployment_id(self, deployment_id):
944
- """Sets the deployment_id of this Cluster.
944
+ r"""Sets the deployment_id of this Cluster.
945
945
 
946
946
  集群部署ID。
947
947
 
@@ -952,7 +952,7 @@ class Cluster:
952
952
 
953
953
  @property
954
954
  def remark(self):
955
- """Gets the remark of this Cluster.
955
+ r"""Gets the remark of this Cluster.
956
956
 
957
957
  集群备注信息。
958
958
 
@@ -963,7 +963,7 @@ class Cluster:
963
963
 
964
964
  @remark.setter
965
965
  def remark(self, remark):
966
- """Sets the remark of this Cluster.
966
+ r"""Sets the remark of this Cluster.
967
967
 
968
968
  集群备注信息。
969
969
 
@@ -974,7 +974,7 @@ class Cluster:
974
974
 
975
975
  @property
976
976
  def order_id(self):
977
- """Gets the order_id of this Cluster.
977
+ r"""Gets the order_id of this Cluster.
978
978
 
979
979
  创建集群的订单号。
980
980
 
@@ -985,7 +985,7 @@ class Cluster:
985
985
 
986
986
  @order_id.setter
987
987
  def order_id(self, order_id):
988
- """Sets the order_id of this Cluster.
988
+ r"""Sets the order_id of this Cluster.
989
989
 
990
990
  创建集群的订单号。
991
991
 
@@ -996,7 +996,7 @@ class Cluster:
996
996
 
997
997
  @property
998
998
  def az_id(self):
999
- """Gets the az_id of this Cluster.
999
+ r"""Gets the az_id of this Cluster.
1000
1000
 
1001
1001
  可用区域ID。
1002
1002
 
@@ -1007,7 +1007,7 @@ class Cluster:
1007
1007
 
1008
1008
  @az_id.setter
1009
1009
  def az_id(self, az_id):
1010
- """Sets the az_id of this Cluster.
1010
+ r"""Sets the az_id of this Cluster.
1011
1011
 
1012
1012
  可用区域ID。
1013
1013
 
@@ -1018,7 +1018,7 @@ class Cluster:
1018
1018
 
1019
1019
  @property
1020
1020
  def az_name(self):
1021
- """Gets the az_name of this Cluster.
1021
+ r"""Gets the az_name of this Cluster.
1022
1022
 
1023
1023
  可用区域名称。
1024
1024
 
@@ -1029,7 +1029,7 @@ class Cluster:
1029
1029
 
1030
1030
  @az_name.setter
1031
1031
  def az_name(self, az_name):
1032
- """Sets the az_name of this Cluster.
1032
+ r"""Sets the az_name of this Cluster.
1033
1033
 
1034
1034
  可用区域名称。
1035
1035
 
@@ -1040,7 +1040,7 @@ class Cluster:
1040
1040
 
1041
1041
  @property
1042
1042
  def az_code(self):
1043
- """Gets the az_code of this Cluster.
1043
+ r"""Gets the az_code of this Cluster.
1044
1044
 
1045
1045
  可用区域英文名称
1046
1046
 
@@ -1051,7 +1051,7 @@ class Cluster:
1051
1051
 
1052
1052
  @az_code.setter
1053
1053
  def az_code(self, az_code):
1054
- """Sets the az_code of this Cluster.
1054
+ r"""Sets the az_code of this Cluster.
1055
1055
 
1056
1056
  可用区域英文名称
1057
1057
 
@@ -1062,7 +1062,7 @@ class Cluster:
1062
1062
 
1063
1063
  @property
1064
1064
  def availability_zone_id(self):
1065
- """Gets the availability_zone_id of this Cluster.
1065
+ r"""Gets the availability_zone_id of this Cluster.
1066
1066
 
1067
1067
  可用区域
1068
1068
 
@@ -1073,7 +1073,7 @@ class Cluster:
1073
1073
 
1074
1074
  @availability_zone_id.setter
1075
1075
  def availability_zone_id(self, availability_zone_id):
1076
- """Sets the availability_zone_id of this Cluster.
1076
+ r"""Sets the availability_zone_id of this Cluster.
1077
1077
 
1078
1078
  可用区域
1079
1079
 
@@ -1084,7 +1084,7 @@ class Cluster:
1084
1084
 
1085
1085
  @property
1086
1086
  def instance_id(self):
1087
- """Gets the instance_id of this Cluster.
1087
+ r"""Gets the instance_id of this Cluster.
1088
1088
 
1089
1089
  实例ID。
1090
1090
 
@@ -1095,7 +1095,7 @@ class Cluster:
1095
1095
 
1096
1096
  @instance_id.setter
1097
1097
  def instance_id(self, instance_id):
1098
- """Sets the instance_id of this Cluster.
1098
+ r"""Sets the instance_id of this Cluster.
1099
1099
 
1100
1100
  实例ID。
1101
1101
 
@@ -1106,7 +1106,7 @@ class Cluster:
1106
1106
 
1107
1107
  @property
1108
1108
  def vnc(self):
1109
- """Gets the vnc of this Cluster.
1109
+ r"""Gets the vnc of this Cluster.
1110
1110
 
1111
1111
  远程登录弹性云服务器的URI地址。
1112
1112
 
@@ -1117,7 +1117,7 @@ class Cluster:
1117
1117
 
1118
1118
  @vnc.setter
1119
1119
  def vnc(self, vnc):
1120
- """Sets the vnc of this Cluster.
1120
+ r"""Sets the vnc of this Cluster.
1121
1121
 
1122
1122
  远程登录弹性云服务器的URI地址。
1123
1123
 
@@ -1128,7 +1128,7 @@ class Cluster:
1128
1128
 
1129
1129
  @property
1130
1130
  def tenant_id(self):
1131
- """Gets the tenant_id of this Cluster.
1131
+ r"""Gets the tenant_id of this Cluster.
1132
1132
 
1133
1133
  项目编号。
1134
1134
 
@@ -1139,7 +1139,7 @@ class Cluster:
1139
1139
 
1140
1140
  @tenant_id.setter
1141
1141
  def tenant_id(self, tenant_id):
1142
- """Sets the tenant_id of this Cluster.
1142
+ r"""Sets the tenant_id of this Cluster.
1143
1143
 
1144
1144
  项目编号。
1145
1145
 
@@ -1150,7 +1150,7 @@ class Cluster:
1150
1150
 
1151
1151
  @property
1152
1152
  def volume_size(self):
1153
- """Gets the volume_size of this Cluster.
1153
+ r"""Gets the volume_size of this Cluster.
1154
1154
 
1155
1155
  磁盘存储空间。
1156
1156
 
@@ -1161,7 +1161,7 @@ class Cluster:
1161
1161
 
1162
1162
  @volume_size.setter
1163
1163
  def volume_size(self, volume_size):
1164
- """Sets the volume_size of this Cluster.
1164
+ r"""Sets the volume_size of this Cluster.
1165
1165
 
1166
1166
  磁盘存储空间。
1167
1167
 
@@ -1172,7 +1172,7 @@ class Cluster:
1172
1172
 
1173
1173
  @property
1174
1174
  def volume_type(self):
1175
- """Gets the volume_type of this Cluster.
1175
+ r"""Gets the volume_type of this Cluster.
1176
1176
 
1177
1177
  磁盘类型。
1178
1178
 
@@ -1183,7 +1183,7 @@ class Cluster:
1183
1183
 
1184
1184
  @volume_type.setter
1185
1185
  def volume_type(self, volume_type):
1186
- """Sets the volume_type of this Cluster.
1186
+ r"""Sets the volume_type of this Cluster.
1187
1187
 
1188
1188
  磁盘类型。
1189
1189
 
@@ -1194,7 +1194,7 @@ class Cluster:
1194
1194
 
1195
1195
  @property
1196
1196
  def subnet_id(self):
1197
- """Gets the subnet_id of this Cluster.
1197
+ r"""Gets the subnet_id of this Cluster.
1198
1198
 
1199
1199
  子网ID。
1200
1200
 
@@ -1205,7 +1205,7 @@ class Cluster:
1205
1205
 
1206
1206
  @subnet_id.setter
1207
1207
  def subnet_id(self, subnet_id):
1208
- """Sets the subnet_id of this Cluster.
1208
+ r"""Sets the subnet_id of this Cluster.
1209
1209
 
1210
1210
  子网ID。
1211
1211
 
@@ -1216,7 +1216,7 @@ class Cluster:
1216
1216
 
1217
1217
  @property
1218
1218
  def subnet_name(self):
1219
- """Gets the subnet_name of this Cluster.
1219
+ r"""Gets the subnet_name of this Cluster.
1220
1220
 
1221
1221
  子网名称。
1222
1222
 
@@ -1227,7 +1227,7 @@ class Cluster:
1227
1227
 
1228
1228
  @subnet_name.setter
1229
1229
  def subnet_name(self, subnet_name):
1230
- """Sets the subnet_name of this Cluster.
1230
+ r"""Sets the subnet_name of this Cluster.
1231
1231
 
1232
1232
  子网名称。
1233
1233
 
@@ -1238,7 +1238,7 @@ class Cluster:
1238
1238
 
1239
1239
  @property
1240
1240
  def security_groups_id(self):
1241
- """Gets the security_groups_id of this Cluster.
1241
+ r"""Gets the security_groups_id of this Cluster.
1242
1242
 
1243
1243
  安全组ID。
1244
1244
 
@@ -1249,7 +1249,7 @@ class Cluster:
1249
1249
 
1250
1250
  @security_groups_id.setter
1251
1251
  def security_groups_id(self, security_groups_id):
1252
- """Sets the security_groups_id of this Cluster.
1252
+ r"""Sets the security_groups_id of this Cluster.
1253
1253
 
1254
1254
  安全组ID。
1255
1255
 
@@ -1260,7 +1260,7 @@ class Cluster:
1260
1260
 
1261
1261
  @property
1262
1262
  def slave_security_groups_id(self):
1263
- """Gets the slave_security_groups_id of this Cluster.
1263
+ r"""Gets the slave_security_groups_id of this Cluster.
1264
1264
 
1265
1265
  非Master节点的安全组id,当前一个MRS集群只会使用一个安全组,所以该字段已经废弃,从兼容性考虑,该字段会返回和securityGroupsId同样的值。
1266
1266
 
@@ -1271,7 +1271,7 @@ class Cluster:
1271
1271
 
1272
1272
  @slave_security_groups_id.setter
1273
1273
  def slave_security_groups_id(self, slave_security_groups_id):
1274
- """Sets the slave_security_groups_id of this Cluster.
1274
+ r"""Sets the slave_security_groups_id of this Cluster.
1275
1275
 
1276
1276
  非Master节点的安全组id,当前一个MRS集群只会使用一个安全组,所以该字段已经废弃,从兼容性考虑,该字段会返回和securityGroupsId同样的值。
1277
1277
 
@@ -1282,7 +1282,7 @@ class Cluster:
1282
1282
 
1283
1283
  @property
1284
1284
  def bootstrap_scripts(self):
1285
- """Gets the bootstrap_scripts of this Cluster.
1285
+ r"""Gets the bootstrap_scripts of this Cluster.
1286
1286
 
1287
1287
  配置引导操作脚本信息。
1288
1288
 
@@ -1293,7 +1293,7 @@ class Cluster:
1293
1293
 
1294
1294
  @bootstrap_scripts.setter
1295
1295
  def bootstrap_scripts(self, bootstrap_scripts):
1296
- """Sets the bootstrap_scripts of this Cluster.
1296
+ r"""Sets the bootstrap_scripts of this Cluster.
1297
1297
 
1298
1298
  配置引导操作脚本信息。
1299
1299
 
@@ -1304,7 +1304,7 @@ class Cluster:
1304
1304
 
1305
1305
  @property
1306
1306
  def safe_mode(self):
1307
- """Gets the safe_mode of this Cluster.
1307
+ r"""Gets the safe_mode of this Cluster.
1308
1308
 
1309
1309
  MRS集群运行模式。 - 0:普通集群 - 1:安全集群
1310
1310
 
@@ -1315,7 +1315,7 @@ class Cluster:
1315
1315
 
1316
1316
  @safe_mode.setter
1317
1317
  def safe_mode(self, safe_mode):
1318
- """Sets the safe_mode of this Cluster.
1318
+ r"""Sets the safe_mode of this Cluster.
1319
1319
 
1320
1320
  MRS集群运行模式。 - 0:普通集群 - 1:安全集群
1321
1321
 
@@ -1326,7 +1326,7 @@ class Cluster:
1326
1326
 
1327
1327
  @property
1328
1328
  def cluster_version(self):
1329
- """Gets the cluster_version of this Cluster.
1329
+ r"""Gets the cluster_version of this Cluster.
1330
1330
 
1331
1331
  集群版本。
1332
1332
 
@@ -1337,7 +1337,7 @@ class Cluster:
1337
1337
 
1338
1338
  @cluster_version.setter
1339
1339
  def cluster_version(self, cluster_version):
1340
- """Sets the cluster_version of this Cluster.
1340
+ r"""Sets the cluster_version of this Cluster.
1341
1341
 
1342
1342
  集群版本。
1343
1343
 
@@ -1348,7 +1348,7 @@ class Cluster:
1348
1348
 
1349
1349
  @property
1350
1350
  def node_public_cert_name(self):
1351
- """Gets the node_public_cert_name of this Cluster.
1351
+ r"""Gets the node_public_cert_name of this Cluster.
1352
1352
 
1353
1353
  密钥文件名称。
1354
1354
 
@@ -1359,7 +1359,7 @@ class Cluster:
1359
1359
 
1360
1360
  @node_public_cert_name.setter
1361
1361
  def node_public_cert_name(self, node_public_cert_name):
1362
- """Sets the node_public_cert_name of this Cluster.
1362
+ r"""Sets the node_public_cert_name of this Cluster.
1363
1363
 
1364
1364
  密钥文件名称。
1365
1365
 
@@ -1370,7 +1370,7 @@ class Cluster:
1370
1370
 
1371
1371
  @property
1372
1372
  def master_node_ip(self):
1373
- """Gets the master_node_ip of this Cluster.
1373
+ r"""Gets the master_node_ip of this Cluster.
1374
1374
 
1375
1375
  Master节点IP。
1376
1376
 
@@ -1381,7 +1381,7 @@ class Cluster:
1381
1381
 
1382
1382
  @master_node_ip.setter
1383
1383
  def master_node_ip(self, master_node_ip):
1384
- """Sets the master_node_ip of this Cluster.
1384
+ r"""Sets the master_node_ip of this Cluster.
1385
1385
 
1386
1386
  Master节点IP。
1387
1387
 
@@ -1392,7 +1392,7 @@ class Cluster:
1392
1392
 
1393
1393
  @property
1394
1394
  def private_ip_first(self):
1395
- """Gets the private_ip_first of this Cluster.
1395
+ r"""Gets the private_ip_first of this Cluster.
1396
1396
 
1397
1397
  首选私有IP。
1398
1398
 
@@ -1403,7 +1403,7 @@ class Cluster:
1403
1403
 
1404
1404
  @private_ip_first.setter
1405
1405
  def private_ip_first(self, private_ip_first):
1406
- """Sets the private_ip_first of this Cluster.
1406
+ r"""Sets the private_ip_first of this Cluster.
1407
1407
 
1408
1408
  首选私有IP。
1409
1409
 
@@ -1414,7 +1414,7 @@ class Cluster:
1414
1414
 
1415
1415
  @property
1416
1416
  def error_info(self):
1417
- """Gets the error_info of this Cluster.
1417
+ r"""Gets the error_info of this Cluster.
1418
1418
 
1419
1419
  错误信息。
1420
1420
 
@@ -1425,7 +1425,7 @@ class Cluster:
1425
1425
 
1426
1426
  @error_info.setter
1427
1427
  def error_info(self, error_info):
1428
- """Sets the error_info of this Cluster.
1428
+ r"""Sets the error_info of this Cluster.
1429
1429
 
1430
1430
  错误信息。
1431
1431
 
@@ -1436,7 +1436,7 @@ class Cluster:
1436
1436
 
1437
1437
  @property
1438
1438
  def tags(self):
1439
- """Gets the tags of this Cluster.
1439
+ r"""Gets the tags of this Cluster.
1440
1440
 
1441
1441
  标签信息
1442
1442
 
@@ -1447,7 +1447,7 @@ class Cluster:
1447
1447
 
1448
1448
  @tags.setter
1449
1449
  def tags(self, tags):
1450
- """Sets the tags of this Cluster.
1450
+ r"""Sets the tags of this Cluster.
1451
1451
 
1452
1452
  标签信息
1453
1453
 
@@ -1458,7 +1458,7 @@ class Cluster:
1458
1458
 
1459
1459
  @property
1460
1460
  def master_node_num(self):
1461
- """Gets the master_node_num of this Cluster.
1461
+ r"""Gets the master_node_num of this Cluster.
1462
1462
 
1463
1463
  集群部署的Master节点数量。
1464
1464
 
@@ -1469,7 +1469,7 @@ class Cluster:
1469
1469
 
1470
1470
  @master_node_num.setter
1471
1471
  def master_node_num(self, master_node_num):
1472
- """Sets the master_node_num of this Cluster.
1472
+ r"""Sets the master_node_num of this Cluster.
1473
1473
 
1474
1474
  集群部署的Master节点数量。
1475
1475
 
@@ -1480,7 +1480,7 @@ class Cluster:
1480
1480
 
1481
1481
  @property
1482
1482
  def core_node_num(self):
1483
- """Gets the core_node_num of this Cluster.
1483
+ r"""Gets the core_node_num of this Cluster.
1484
1484
 
1485
1485
  集群部署的Core节点数量。
1486
1486
 
@@ -1491,7 +1491,7 @@ class Cluster:
1491
1491
 
1492
1492
  @core_node_num.setter
1493
1493
  def core_node_num(self, core_node_num):
1494
- """Sets the core_node_num of this Cluster.
1494
+ r"""Sets the core_node_num of this Cluster.
1495
1495
 
1496
1496
  集群部署的Core节点数量。
1497
1497
 
@@ -1502,7 +1502,7 @@ class Cluster:
1502
1502
 
1503
1503
  @property
1504
1504
  def master_node_size(self):
1505
- """Gets the master_node_size of this Cluster.
1505
+ r"""Gets the master_node_size of this Cluster.
1506
1506
 
1507
1507
  Master节点的实例规格。
1508
1508
 
@@ -1513,7 +1513,7 @@ class Cluster:
1513
1513
 
1514
1514
  @master_node_size.setter
1515
1515
  def master_node_size(self, master_node_size):
1516
- """Sets the master_node_size of this Cluster.
1516
+ r"""Sets the master_node_size of this Cluster.
1517
1517
 
1518
1518
  Master节点的实例规格。
1519
1519
 
@@ -1524,7 +1524,7 @@ class Cluster:
1524
1524
 
1525
1525
  @property
1526
1526
  def core_node_size(self):
1527
- """Gets the core_node_size of this Cluster.
1527
+ r"""Gets the core_node_size of this Cluster.
1528
1528
 
1529
1529
  Core节点的实例规格。
1530
1530
 
@@ -1535,7 +1535,7 @@ class Cluster:
1535
1535
 
1536
1536
  @core_node_size.setter
1537
1537
  def core_node_size(self, core_node_size):
1538
- """Sets the core_node_size of this Cluster.
1538
+ r"""Sets the core_node_size of this Cluster.
1539
1539
 
1540
1540
  Core节点的实例规格。
1541
1541
 
@@ -1546,7 +1546,7 @@ class Cluster:
1546
1546
 
1547
1547
  @property
1548
1548
  def master_node_product_id(self):
1549
- """Gets the master_node_product_id of this Cluster.
1549
+ r"""Gets the master_node_product_id of this Cluster.
1550
1550
 
1551
1551
  Master节点产品ID。
1552
1552
 
@@ -1557,7 +1557,7 @@ class Cluster:
1557
1557
 
1558
1558
  @master_node_product_id.setter
1559
1559
  def master_node_product_id(self, master_node_product_id):
1560
- """Sets the master_node_product_id of this Cluster.
1560
+ r"""Sets the master_node_product_id of this Cluster.
1561
1561
 
1562
1562
  Master节点产品ID。
1563
1563
 
@@ -1568,7 +1568,7 @@ class Cluster:
1568
1568
 
1569
1569
  @property
1570
1570
  def master_node_spec_id(self):
1571
- """Gets the master_node_spec_id of this Cluster.
1571
+ r"""Gets the master_node_spec_id of this Cluster.
1572
1572
 
1573
1573
  Master节点规格ID。
1574
1574
 
@@ -1579,7 +1579,7 @@ class Cluster:
1579
1579
 
1580
1580
  @master_node_spec_id.setter
1581
1581
  def master_node_spec_id(self, master_node_spec_id):
1582
- """Sets the master_node_spec_id of this Cluster.
1582
+ r"""Sets the master_node_spec_id of this Cluster.
1583
1583
 
1584
1584
  Master节点规格ID。
1585
1585
 
@@ -1590,7 +1590,7 @@ class Cluster:
1590
1590
 
1591
1591
  @property
1592
1592
  def core_node_product_id(self):
1593
- """Gets the core_node_product_id of this Cluster.
1593
+ r"""Gets the core_node_product_id of this Cluster.
1594
1594
 
1595
1595
  Core节点产品ID。
1596
1596
 
@@ -1601,7 +1601,7 @@ class Cluster:
1601
1601
 
1602
1602
  @core_node_product_id.setter
1603
1603
  def core_node_product_id(self, core_node_product_id):
1604
- """Sets the core_node_product_id of this Cluster.
1604
+ r"""Sets the core_node_product_id of this Cluster.
1605
1605
 
1606
1606
  Core节点产品ID。
1607
1607
 
@@ -1612,7 +1612,7 @@ class Cluster:
1612
1612
 
1613
1613
  @property
1614
1614
  def core_node_spec_id(self):
1615
- """Gets the core_node_spec_id of this Cluster.
1615
+ r"""Gets the core_node_spec_id of this Cluster.
1616
1616
 
1617
1617
  Core节点规格ID。
1618
1618
 
@@ -1623,7 +1623,7 @@ class Cluster:
1623
1623
 
1624
1624
  @core_node_spec_id.setter
1625
1625
  def core_node_spec_id(self, core_node_spec_id):
1626
- """Sets the core_node_spec_id of this Cluster.
1626
+ r"""Sets the core_node_spec_id of this Cluster.
1627
1627
 
1628
1628
  Core节点规格ID。
1629
1629
 
@@ -1634,7 +1634,7 @@ class Cluster:
1634
1634
 
1635
1635
  @property
1636
1636
  def master_data_volume_type(self):
1637
- """Gets the master_data_volume_type of this Cluster.
1637
+ r"""Gets the master_data_volume_type of this Cluster.
1638
1638
 
1639
1639
  Master节点数据磁盘存储类别,目前支持SATA、SAS和SSD。
1640
1640
 
@@ -1645,7 +1645,7 @@ class Cluster:
1645
1645
 
1646
1646
  @master_data_volume_type.setter
1647
1647
  def master_data_volume_type(self, master_data_volume_type):
1648
- """Sets the master_data_volume_type of this Cluster.
1648
+ r"""Sets the master_data_volume_type of this Cluster.
1649
1649
 
1650
1650
  Master节点数据磁盘存储类别,目前支持SATA、SAS和SSD。
1651
1651
 
@@ -1656,7 +1656,7 @@ class Cluster:
1656
1656
 
1657
1657
  @property
1658
1658
  def master_data_volume_size(self):
1659
- """Gets the master_data_volume_size of this Cluster.
1659
+ r"""Gets the master_data_volume_size of this Cluster.
1660
1660
 
1661
1661
  Master节点数据磁盘存储空间。为增大数据存储容量,创建集群时可同时添加磁盘。 取值范围:100GB~32000GB,传值只需填数字,不需要带单位GB。
1662
1662
 
@@ -1667,7 +1667,7 @@ class Cluster:
1667
1667
 
1668
1668
  @master_data_volume_size.setter
1669
1669
  def master_data_volume_size(self, master_data_volume_size):
1670
- """Sets the master_data_volume_size of this Cluster.
1670
+ r"""Sets the master_data_volume_size of this Cluster.
1671
1671
 
1672
1672
  Master节点数据磁盘存储空间。为增大数据存储容量,创建集群时可同时添加磁盘。 取值范围:100GB~32000GB,传值只需填数字,不需要带单位GB。
1673
1673
 
@@ -1678,7 +1678,7 @@ class Cluster:
1678
1678
 
1679
1679
  @property
1680
1680
  def master_data_volume_count(self):
1681
- """Gets the master_data_volume_count of this Cluster.
1681
+ r"""Gets the master_data_volume_count of this Cluster.
1682
1682
 
1683
1683
  Master节点数据磁盘个数。 取值只能是1
1684
1684
 
@@ -1689,7 +1689,7 @@ class Cluster:
1689
1689
 
1690
1690
  @master_data_volume_count.setter
1691
1691
  def master_data_volume_count(self, master_data_volume_count):
1692
- """Sets the master_data_volume_count of this Cluster.
1692
+ r"""Sets the master_data_volume_count of this Cluster.
1693
1693
 
1694
1694
  Master节点数据磁盘个数。 取值只能是1
1695
1695
 
@@ -1700,7 +1700,7 @@ class Cluster:
1700
1700
 
1701
1701
  @property
1702
1702
  def core_data_volume_type(self):
1703
- """Gets the core_data_volume_type of this Cluster.
1703
+ r"""Gets the core_data_volume_type of this Cluster.
1704
1704
 
1705
1705
  Core节点数据磁盘存储类别,目前支持SATA、SAS和SSD。
1706
1706
 
@@ -1711,7 +1711,7 @@ class Cluster:
1711
1711
 
1712
1712
  @core_data_volume_type.setter
1713
1713
  def core_data_volume_type(self, core_data_volume_type):
1714
- """Sets the core_data_volume_type of this Cluster.
1714
+ r"""Sets the core_data_volume_type of this Cluster.
1715
1715
 
1716
1716
  Core节点数据磁盘存储类别,目前支持SATA、SAS和SSD。
1717
1717
 
@@ -1722,7 +1722,7 @@ class Cluster:
1722
1722
 
1723
1723
  @property
1724
1724
  def core_data_volume_size(self):
1725
- """Gets the core_data_volume_size of this Cluster.
1725
+ r"""Gets the core_data_volume_size of this Cluster.
1726
1726
 
1727
1727
  Core节点数据磁盘存储空间。为增大数据存储容量,创建集群时可同时添加磁盘。 取值范围:100GB~32000GB,传值只需填数字,不需要带单位GB。
1728
1728
 
@@ -1733,7 +1733,7 @@ class Cluster:
1733
1733
 
1734
1734
  @core_data_volume_size.setter
1735
1735
  def core_data_volume_size(self, core_data_volume_size):
1736
- """Sets the core_data_volume_size of this Cluster.
1736
+ r"""Sets the core_data_volume_size of this Cluster.
1737
1737
 
1738
1738
  Core节点数据磁盘存储空间。为增大数据存储容量,创建集群时可同时添加磁盘。 取值范围:100GB~32000GB,传值只需填数字,不需要带单位GB。
1739
1739
 
@@ -1744,7 +1744,7 @@ class Cluster:
1744
1744
 
1745
1745
  @property
1746
1746
  def core_data_volume_count(self):
1747
- """Gets the core_data_volume_count of this Cluster.
1747
+ r"""Gets the core_data_volume_count of this Cluster.
1748
1748
 
1749
1749
  Core节点数据磁盘个数。 取值范围:1~10
1750
1750
 
@@ -1755,7 +1755,7 @@ class Cluster:
1755
1755
 
1756
1756
  @core_data_volume_count.setter
1757
1757
  def core_data_volume_count(self, core_data_volume_count):
1758
- """Sets the core_data_volume_count of this Cluster.
1758
+ r"""Sets the core_data_volume_count of this Cluster.
1759
1759
 
1760
1760
  Core节点数据磁盘个数。 取值范围:1~10
1761
1761
 
@@ -1766,7 +1766,7 @@ class Cluster:
1766
1766
 
1767
1767
  @property
1768
1768
  def enterprise_project_id(self):
1769
- """Gets the enterprise_project_id of this Cluster.
1769
+ r"""Gets the enterprise_project_id of this Cluster.
1770
1770
 
1771
1771
  企业项目ID。
1772
1772
 
@@ -1777,7 +1777,7 @@ class Cluster:
1777
1777
 
1778
1778
  @enterprise_project_id.setter
1779
1779
  def enterprise_project_id(self, enterprise_project_id):
1780
- """Sets the enterprise_project_id of this Cluster.
1780
+ r"""Sets the enterprise_project_id of this Cluster.
1781
1781
 
1782
1782
  企业项目ID。
1783
1783
 
@@ -1788,7 +1788,7 @@ class Cluster:
1788
1788
 
1789
1789
  @property
1790
1790
  def is_mrs_manager_finish(self):
1791
- """Gets the is_mrs_manager_finish of this Cluster.
1791
+ r"""Gets the is_mrs_manager_finish of this Cluster.
1792
1792
 
1793
1793
  表示集群创建过程中,MRS Manager是否安装完成。 - true:安装完成 - false:安装未完成
1794
1794
 
@@ -1799,7 +1799,7 @@ class Cluster:
1799
1799
 
1800
1800
  @is_mrs_manager_finish.setter
1801
1801
  def is_mrs_manager_finish(self, is_mrs_manager_finish):
1802
- """Sets the is_mrs_manager_finish of this Cluster.
1802
+ r"""Sets the is_mrs_manager_finish of this Cluster.
1803
1803
 
1804
1804
  表示集群创建过程中,MRS Manager是否安装完成。 - true:安装完成 - false:安装未完成
1805
1805
 
@@ -1810,7 +1810,7 @@ class Cluster:
1810
1810
 
1811
1811
  @property
1812
1812
  def cluster_type(self):
1813
- """Gets the cluster_type of this Cluster.
1813
+ r"""Gets the cluster_type of this Cluster.
1814
1814
 
1815
1815
  集群类型。
1816
1816
 
@@ -1821,7 +1821,7 @@ class Cluster:
1821
1821
 
1822
1822
  @cluster_type.setter
1823
1823
  def cluster_type(self, cluster_type):
1824
- """Sets the cluster_type of this Cluster.
1824
+ r"""Sets the cluster_type of this Cluster.
1825
1825
 
1826
1826
  集群类型。
1827
1827
 
@@ -1832,7 +1832,7 @@ class Cluster:
1832
1832
 
1833
1833
  @property
1834
1834
  def log_collection(self):
1835
- """Gets the log_collection of this Cluster.
1835
+ r"""Gets the log_collection of this Cluster.
1836
1836
 
1837
1837
  集群安装失败时,是否搜集日志。 - 0:不收集 - 1:收集
1838
1838
 
@@ -1843,7 +1843,7 @@ class Cluster:
1843
1843
 
1844
1844
  @log_collection.setter
1845
1845
  def log_collection(self, log_collection):
1846
- """Sets the log_collection of this Cluster.
1846
+ r"""Sets the log_collection of this Cluster.
1847
1847
 
1848
1848
  集群安装失败时,是否搜集日志。 - 0:不收集 - 1:收集
1849
1849
 
@@ -1854,7 +1854,7 @@ class Cluster:
1854
1854
 
1855
1855
  @property
1856
1856
  def period_type(self):
1857
- """Gets the period_type of this Cluster.
1857
+ r"""Gets the period_type of this Cluster.
1858
1858
 
1859
1859
  区分包周期,集群是包年还是包月。 - 0:包月 - 1:包年
1860
1860
 
@@ -1865,7 +1865,7 @@ class Cluster:
1865
1865
 
1866
1866
  @period_type.setter
1867
1867
  def period_type(self, period_type):
1868
- """Sets the period_type of this Cluster.
1868
+ r"""Sets the period_type of this Cluster.
1869
1869
 
1870
1870
  区分包周期,集群是包年还是包月。 - 0:包月 - 1:包年
1871
1871
 
@@ -1876,7 +1876,7 @@ class Cluster:
1876
1876
 
1877
1877
  @property
1878
1878
  def scale(self):
1879
- """Gets the scale of this Cluster.
1879
+ r"""Gets the scale of this Cluster.
1880
1880
 
1881
1881
  集群节点的变更状态(扩容/缩容/变更规格)。当该参数取值为空时,表示集群节点没有进行变更操作。 取值范围: - scaling-out:扩容中 - scaling-in:缩容中 - scaling-error:处于running状态,且上一次扩容/缩容/升级规格失败的集群 - scaling-up:Master节点规格升级中 - scaling_up_first:备Master节点规格升级中 - scaled_up_first:备Master节点规格升级成功 - scaled-up-success:Master节点规格升级成功
1882
1882
 
@@ -1887,7 +1887,7 @@ class Cluster:
1887
1887
 
1888
1888
  @scale.setter
1889
1889
  def scale(self, scale):
1890
- """Sets the scale of this Cluster.
1890
+ r"""Sets the scale of this Cluster.
1891
1891
 
1892
1892
  集群节点的变更状态(扩容/缩容/变更规格)。当该参数取值为空时,表示集群节点没有进行变更操作。 取值范围: - scaling-out:扩容中 - scaling-in:缩容中 - scaling-error:处于running状态,且上一次扩容/缩容/升级规格失败的集群 - scaling-up:Master节点规格升级中 - scaling_up_first:备Master节点规格升级中 - scaled_up_first:备Master节点规格升级成功 - scaled-up-success:Master节点规格升级成功
1893
1893
 
@@ -1898,7 +1898,7 @@ class Cluster:
1898
1898
 
1899
1899
  @property
1900
1900
  def node_groups(self):
1901
- """Gets the node_groups of this Cluster.
1901
+ r"""Gets the node_groups of this Cluster.
1902
1902
 
1903
1903
  Master节点、Core节点和Task节点列表信息。
1904
1904
 
@@ -1909,7 +1909,7 @@ class Cluster:
1909
1909
 
1910
1910
  @node_groups.setter
1911
1911
  def node_groups(self, node_groups):
1912
- """Sets the node_groups of this Cluster.
1912
+ r"""Sets the node_groups of this Cluster.
1913
1913
 
1914
1914
  Master节点、Core节点和Task节点列表信息。
1915
1915
 
@@ -1920,7 +1920,7 @@ class Cluster:
1920
1920
 
1921
1921
  @property
1922
1922
  def task_node_groups(self):
1923
- """Gets the task_node_groups of this Cluster.
1923
+ r"""Gets the task_node_groups of this Cluster.
1924
1924
 
1925
1925
  Task节点列表信息。
1926
1926
 
@@ -1931,7 +1931,7 @@ class Cluster:
1931
1931
 
1932
1932
  @task_node_groups.setter
1933
1933
  def task_node_groups(self, task_node_groups):
1934
- """Sets the task_node_groups of this Cluster.
1934
+ r"""Sets the task_node_groups of this Cluster.
1935
1935
 
1936
1936
  Task节点列表信息。
1937
1937
 
@@ -1942,7 +1942,7 @@ class Cluster:
1942
1942
 
1943
1943
  @property
1944
1944
  def eip_id(self):
1945
- """Gets the eip_id of this Cluster.
1945
+ r"""Gets the eip_id of this Cluster.
1946
1946
 
1947
1947
  集群弹性公网ip的唯一标识
1948
1948
 
@@ -1953,7 +1953,7 @@ class Cluster:
1953
1953
 
1954
1954
  @eip_id.setter
1955
1955
  def eip_id(self, eip_id):
1956
- """Sets the eip_id of this Cluster.
1956
+ r"""Sets the eip_id of this Cluster.
1957
1957
 
1958
1958
  集群弹性公网ip的唯一标识
1959
1959
 
@@ -1964,7 +1964,7 @@ class Cluster:
1964
1964
 
1965
1965
  @property
1966
1966
  def eip_address(self):
1967
- """Gets the eip_address of this Cluster.
1967
+ r"""Gets the eip_address of this Cluster.
1968
1968
 
1969
1969
  集群弹性公网ip的IPV4地址
1970
1970
 
@@ -1975,7 +1975,7 @@ class Cluster:
1975
1975
 
1976
1976
  @eip_address.setter
1977
1977
  def eip_address(self, eip_address):
1978
- """Sets the eip_address of this Cluster.
1978
+ r"""Sets the eip_address of this Cluster.
1979
1979
 
1980
1980
  集群弹性公网ip的IPV4地址
1981
1981
 
@@ -1986,7 +1986,7 @@ class Cluster:
1986
1986
 
1987
1987
  @property
1988
1988
  def eipv6_address(self):
1989
- """Gets the eipv6_address of this Cluster.
1989
+ r"""Gets the eipv6_address of this Cluster.
1990
1990
 
1991
1991
  集群弹性公网ip的IPV6地址,IPv4时无此字段。
1992
1992
 
@@ -1997,7 +1997,7 @@ class Cluster:
1997
1997
 
1998
1998
  @eipv6_address.setter
1999
1999
  def eipv6_address(self, eipv6_address):
2000
- """Sets the eipv6_address of this Cluster.
2000
+ r"""Sets the eipv6_address of this Cluster.
2001
2001
 
2002
2002
  集群弹性公网ip的IPV6地址,IPv4时无此字段。
2003
2003