@alicloud/cs20151215 6.6.3 → 6.6.5

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 (273) hide show
  1. package/dist/client.d.ts +202 -124
  2. package/dist/client.js +202 -124
  3. package/dist/client.js.map +1 -1
  4. package/dist/models/AttachInstancesRequest.d.ts +2 -2
  5. package/dist/models/AttachInstancesResponseBody.d.ts +1 -1
  6. package/dist/models/AttachInstancesToNodePoolRequest.d.ts +1 -1
  7. package/dist/models/AttachInstancesToNodePoolResponseBody.d.ts +1 -1
  8. package/dist/models/ContainerdConfig.d.ts +22 -2
  9. package/dist/models/ContainerdConfig.js.map +1 -1
  10. package/dist/models/CreateAutoRepairPolicyRequest.d.ts +63 -0
  11. package/dist/models/CreateAutoRepairPolicyRequest.js.map +1 -1
  12. package/dist/models/CreateAutoRepairPolicyResponseBody.d.ts +6 -0
  13. package/dist/models/CreateAutoRepairPolicyResponseBody.js.map +1 -1
  14. package/dist/models/CreateAutoscalingConfigRequest.d.ts +77 -40
  15. package/dist/models/CreateAutoscalingConfigRequest.js.map +1 -1
  16. package/dist/models/CreateClusterNodePoolRequest.d.ts +123 -25
  17. package/dist/models/CreateClusterNodePoolRequest.js +2 -0
  18. package/dist/models/CreateClusterNodePoolRequest.js.map +1 -1
  19. package/dist/models/CreateClusterRequest.d.ts +585 -353
  20. package/dist/models/CreateClusterRequest.js.map +1 -1
  21. package/dist/models/CreateClusterResponseBody.d.ts +5 -5
  22. package/dist/models/CreateTriggerResponseBody.d.ts +1 -1
  23. package/dist/models/DeleteAlertContactRequest.d.ts +1 -1
  24. package/dist/models/DeleteAlertContactShrinkRequest.d.ts +1 -1
  25. package/dist/models/DeleteAutoRepairPolicyResponseBody.d.ts +3 -0
  26. package/dist/models/DeleteAutoRepairPolicyResponseBody.js.map +1 -1
  27. package/dist/models/DeleteClusterNodepoolResponseBody.d.ts +2 -2
  28. package/dist/models/DeleteClusterNodesRequest.d.ts +1 -1
  29. package/dist/models/DeleteClusterNodesResponseBody.d.ts +3 -3
  30. package/dist/models/DeleteClusterRequest.d.ts +26 -18
  31. package/dist/models/DeleteClusterRequest.js.map +1 -1
  32. package/dist/models/DeleteClusterResponseBody.d.ts +2 -2
  33. package/dist/models/DeleteClusterShrinkRequest.d.ts +12 -9
  34. package/dist/models/DeleteClusterShrinkRequest.js.map +1 -1
  35. package/dist/models/DeployPolicyInstanceRequest.d.ts +7 -6
  36. package/dist/models/DeployPolicyInstanceRequest.js.map +1 -1
  37. package/dist/models/DeployPolicyInstanceResponseBody.d.ts +1 -1
  38. package/dist/models/DescribeAddonsRequest.d.ts +1 -1
  39. package/dist/models/DescribeAutoRepairPolicyResponseBody.d.ts +71 -0
  40. package/dist/models/DescribeAutoRepairPolicyResponseBody.js.map +1 -1
  41. package/dist/models/DescribeClusterAttachScriptsRequest.d.ts +21 -18
  42. package/dist/models/DescribeClusterAttachScriptsRequest.js.map +1 -1
  43. package/dist/models/DescribeClusterDetailResponseBody.d.ts +243 -110
  44. package/dist/models/DescribeClusterDetailResponseBody.js.map +1 -1
  45. package/dist/models/DescribeClusterEventsRequest.d.ts +8 -4
  46. package/dist/models/DescribeClusterEventsRequest.js.map +1 -1
  47. package/dist/models/DescribeClusterEventsResponseBody.d.ts +49 -39
  48. package/dist/models/DescribeClusterEventsResponseBody.js.map +1 -1
  49. package/dist/models/DescribeClusterLogsResponse.d.ts +3 -3
  50. package/dist/models/DescribeClusterNodePoolDetailResponseBody.d.ts +496 -220
  51. package/dist/models/DescribeClusterNodePoolDetailResponseBody.js +29 -1
  52. package/dist/models/DescribeClusterNodePoolDetailResponseBody.js.map +1 -1
  53. package/dist/models/DescribeClusterNodePoolsResponseBody.d.ts +448 -262
  54. package/dist/models/DescribeClusterNodePoolsResponseBody.js +29 -1
  55. package/dist/models/DescribeClusterNodePoolsResponseBody.js.map +1 -1
  56. package/dist/models/DescribeClusterNodesRequest.d.ts +1 -1
  57. package/dist/models/DescribeClusterNodesResponseBody.d.ts +5 -5
  58. package/dist/models/DescribeClusterResourcesRequest.d.ts +5 -1
  59. package/dist/models/DescribeClusterResourcesRequest.js.map +1 -1
  60. package/dist/models/DescribeClusterResourcesResponse.d.ts +51 -33
  61. package/dist/models/DescribeClusterResourcesResponse.js.map +1 -1
  62. package/dist/models/DescribeClusterTasksResponseBody.d.ts +9 -9
  63. package/dist/models/DescribeClusterUserKubeconfigRequest.d.ts +1 -1
  64. package/dist/models/DescribeClusterUserKubeconfigResponseBody.d.ts +1 -1
  65. package/dist/models/DescribeClusterVulsResponseBody.d.ts +2 -2
  66. package/dist/models/DescribeClustersForRegionRequest.d.ts +32 -16
  67. package/dist/models/DescribeClustersForRegionRequest.js.map +1 -1
  68. package/dist/models/DescribeClustersForRegionResponseBody.d.ts +85 -56
  69. package/dist/models/DescribeClustersForRegionResponseBody.js.map +1 -1
  70. package/dist/models/DescribeClustersV1request.d.ts +33 -17
  71. package/dist/models/DescribeClustersV1request.js.map +1 -1
  72. package/dist/models/DescribeClustersV1responseBody.d.ts +98 -72
  73. package/dist/models/DescribeClustersV1responseBody.js.map +1 -1
  74. package/dist/models/DescribeEventsForRegionRequest.d.ts +6 -2
  75. package/dist/models/DescribeEventsForRegionRequest.js.map +1 -1
  76. package/dist/models/DescribeEventsForRegionResponseBody.d.ts +22 -15
  77. package/dist/models/DescribeEventsForRegionResponseBody.js.map +1 -1
  78. package/dist/models/DescribeEventsRequest.d.ts +53 -20
  79. package/dist/models/DescribeEventsRequest.js.map +1 -1
  80. package/dist/models/DescribeEventsResponseBody.d.ts +53 -29
  81. package/dist/models/DescribeEventsResponseBody.js.map +1 -1
  82. package/dist/models/DescribeKubernetesVersionMetadataRequest.d.ts +2 -2
  83. package/dist/models/DescribeKubernetesVersionMetadataResponse.d.ts +8 -8
  84. package/dist/models/DescribeNodePoolVulsResponseBody.d.ts +11 -0
  85. package/dist/models/DescribeNodePoolVulsResponseBody.js.map +1 -1
  86. package/dist/models/DescribePolicyDetailsResponseBody.d.ts +1 -1
  87. package/dist/models/DescribePolicyGovernanceInClusterResponseBody.d.ts +235 -7
  88. package/dist/models/DescribePolicyGovernanceInClusterResponseBody.js.map +1 -1
  89. package/dist/models/DescribeResourcesDeleteProtectionResponse.d.ts +1 -1
  90. package/dist/models/DescribeSubaccountK8sClusterUserConfigRequest.d.ts +1 -1
  91. package/dist/models/DescribeSubaccountK8sClusterUserConfigResponseBody.d.ts +2 -2
  92. package/dist/models/DescribeTaskInfoResponseBody.d.ts +35 -31
  93. package/dist/models/DescribeTaskInfoResponseBody.js.map +1 -1
  94. package/dist/models/DescribeTemplateAttributeResponse.d.ts +2 -2
  95. package/dist/models/DescribeTemplatesResponseBody.d.ts +4 -4
  96. package/dist/models/DescribeTriggerResponse.d.ts +1 -1
  97. package/dist/models/DescribeUserPermissionResponse.d.ts +1 -1
  98. package/dist/models/DescribeUserQuotaResponseBody.d.ts +0 -35
  99. package/dist/models/DescribeUserQuotaResponseBody.js.map +1 -1
  100. package/dist/models/GetClusterAddonInstanceResponseBody.d.ts +1 -1
  101. package/dist/models/GetClusterInspectReportDetailResponseBody.d.ts +9 -0
  102. package/dist/models/GetClusterInspectReportDetailResponseBody.js.map +1 -1
  103. package/dist/models/GrantPermissionsRequest.d.ts +28 -20
  104. package/dist/models/GrantPermissionsRequest.js.map +1 -1
  105. package/dist/models/InstallClusterAddonsRequest.d.ts +2 -2
  106. package/dist/models/InstanceMetadataOptions.d.ts +17 -0
  107. package/dist/models/InstanceMetadataOptions.js.map +1 -1
  108. package/dist/models/KubeletConfig.d.ts +10 -0
  109. package/dist/models/KubeletConfig.js.map +1 -1
  110. package/dist/models/ListAddonsRequest.d.ts +1 -1
  111. package/dist/models/ListAutoRepairPoliciesResponseBody.d.ts +75 -0
  112. package/dist/models/ListAutoRepairPoliciesResponseBody.js.map +1 -1
  113. package/dist/models/ListClusterChecksResponseBody.d.ts +2 -2
  114. package/dist/models/ListClusterKubeconfigStatesRequest.d.ts +10 -0
  115. package/dist/models/ListClusterKubeconfigStatesRequest.js.map +1 -1
  116. package/dist/models/ListClusterKubeconfigStatesResponseBody.d.ts +39 -0
  117. package/dist/models/ListClusterKubeconfigStatesResponseBody.js.map +1 -1
  118. package/dist/models/ListOperationPlansForRegionRequest.d.ts +9 -0
  119. package/dist/models/ListOperationPlansForRegionRequest.js.map +1 -1
  120. package/dist/models/ListOperationPlansForRegionResponseBody.d.ts +52 -0
  121. package/dist/models/ListOperationPlansForRegionResponseBody.js.map +1 -1
  122. package/dist/models/ListUserKubeConfigStatesResponseBody.d.ts +1 -1
  123. package/dist/models/MaintenanceWindow.d.ts +1 -1
  124. package/dist/models/MigrateClusterResponseBody.d.ts +3 -3
  125. package/dist/models/ModifyAutoRepairPolicyRequest.d.ts +58 -0
  126. package/dist/models/ModifyAutoRepairPolicyRequest.js.map +1 -1
  127. package/dist/models/ModifyAutoRepairPolicyResponseBody.d.ts +3 -0
  128. package/dist/models/ModifyAutoRepairPolicyResponseBody.js.map +1 -1
  129. package/dist/models/ModifyClusterNodePoolRequest.d.ts +358 -228
  130. package/dist/models/ModifyClusterNodePoolRequest.js +2 -0
  131. package/dist/models/ModifyClusterNodePoolRequest.js.map +1 -1
  132. package/dist/models/ModifyClusterNodePoolResponseBody.d.ts +1 -1
  133. package/dist/models/ModifyClusterRequest.d.ts +186 -123
  134. package/dist/models/ModifyClusterRequest.js.map +1 -1
  135. package/dist/models/ModifyNodePoolNodeConfigRequest.d.ts +8 -0
  136. package/dist/models/ModifyNodePoolNodeConfigRequest.js.map +1 -1
  137. package/dist/models/ModifyNodePoolNodeConfigResponseBody.d.ts +2 -2
  138. package/dist/models/Nodepool.d.ts +274 -180
  139. package/dist/models/Nodepool.js +2 -0
  140. package/dist/models/Nodepool.js.map +1 -1
  141. package/dist/models/OpenAckServiceResponseBody.d.ts +1 -1
  142. package/dist/models/RemoveClusterNodesRequest.d.ts +0 -10
  143. package/dist/models/RemoveClusterNodesRequest.js.map +1 -1
  144. package/dist/models/RemoveNodePoolNodesResponseBody.d.ts +1 -1
  145. package/dist/models/RepairClusterNodePoolRequest.d.ts +1 -1
  146. package/dist/models/RepairClusterNodePoolResponseBody.d.ts +2 -2
  147. package/dist/models/RunClusterCheckRequest.d.ts +2 -2
  148. package/dist/models/RunClusterCheckResponseBody.d.ts +2 -2
  149. package/dist/models/Runtime.d.ts +2 -2
  150. package/dist/models/ScaleOutClusterRequest.d.ts +8 -131
  151. package/dist/models/ScaleOutClusterRequest.js.map +1 -1
  152. package/dist/models/ScaleOutClusterResponseBody.d.ts +0 -21
  153. package/dist/models/ScaleOutClusterResponseBody.js.map +1 -1
  154. package/dist/models/ScanClusterVulsResponseBody.d.ts +1 -1
  155. package/dist/models/UnInstallClusterAddonsResponseBody.d.ts +3 -3
  156. package/dist/models/UpdateClusterAuditLogConfigResponseBody.d.ts +1 -1
  157. package/dist/models/UpdateK8sClusterUserConfigExpireRequest.d.ts +1 -1
  158. package/dist/models/UpgradeClusterAddonsRequest.d.ts +3 -3
  159. package/dist/models/UpgradeClusterAddonsResponseBody.d.ts +1 -1
  160. package/dist/models/UpgradeClusterNodepoolRequest.d.ts +5 -5
  161. package/dist/models/UpgradeClusterNodepoolResponseBody.d.ts +1 -1
  162. package/dist/models/UpgradeClusterRequest.d.ts +3 -3
  163. package/dist/models/model.d.ts +2 -0
  164. package/dist/models/model.js +58 -54
  165. package/dist/models/model.js.map +1 -1
  166. package/package.json +1 -1
  167. package/src/client.ts +202 -124
  168. package/src/models/AttachInstancesRequest.ts +2 -2
  169. package/src/models/AttachInstancesResponseBody.ts +1 -1
  170. package/src/models/AttachInstancesToNodePoolRequest.ts +1 -1
  171. package/src/models/AttachInstancesToNodePoolResponseBody.ts +1 -1
  172. package/src/models/ContainerdConfig.ts +22 -2
  173. package/src/models/CreateAutoRepairPolicyRequest.ts +63 -0
  174. package/src/models/CreateAutoRepairPolicyResponseBody.ts +6 -0
  175. package/src/models/CreateAutoscalingConfigRequest.ts +77 -40
  176. package/src/models/CreateClusterNodePoolRequest.ts +125 -25
  177. package/src/models/CreateClusterRequest.ts +585 -353
  178. package/src/models/CreateClusterResponseBody.ts +5 -5
  179. package/src/models/CreateTriggerResponseBody.ts +1 -1
  180. package/src/models/DeleteAlertContactRequest.ts +1 -1
  181. package/src/models/DeleteAlertContactShrinkRequest.ts +1 -1
  182. package/src/models/DeleteAutoRepairPolicyResponseBody.ts +3 -0
  183. package/src/models/DeleteClusterNodepoolResponseBody.ts +2 -2
  184. package/src/models/DeleteClusterNodesRequest.ts +1 -1
  185. package/src/models/DeleteClusterNodesResponseBody.ts +3 -3
  186. package/src/models/DeleteClusterRequest.ts +26 -18
  187. package/src/models/DeleteClusterResponseBody.ts +2 -2
  188. package/src/models/DeleteClusterShrinkRequest.ts +12 -9
  189. package/src/models/DeployPolicyInstanceRequest.ts +7 -6
  190. package/src/models/DeployPolicyInstanceResponseBody.ts +1 -1
  191. package/src/models/DescribeAddonsRequest.ts +1 -1
  192. package/src/models/DescribeAutoRepairPolicyResponseBody.ts +71 -0
  193. package/src/models/DescribeClusterAttachScriptsRequest.ts +21 -18
  194. package/src/models/DescribeClusterDetailResponseBody.ts +243 -110
  195. package/src/models/DescribeClusterEventsRequest.ts +8 -4
  196. package/src/models/DescribeClusterEventsResponseBody.ts +49 -39
  197. package/src/models/DescribeClusterLogsResponse.ts +3 -3
  198. package/src/models/DescribeClusterNodePoolDetailResponseBody.ts +515 -220
  199. package/src/models/DescribeClusterNodePoolsResponseBody.ts +467 -262
  200. package/src/models/DescribeClusterNodesRequest.ts +1 -1
  201. package/src/models/DescribeClusterNodesResponseBody.ts +5 -5
  202. package/src/models/DescribeClusterResourcesRequest.ts +5 -1
  203. package/src/models/DescribeClusterResourcesResponse.ts +51 -33
  204. package/src/models/DescribeClusterTasksResponseBody.ts +9 -9
  205. package/src/models/DescribeClusterUserKubeconfigRequest.ts +1 -1
  206. package/src/models/DescribeClusterUserKubeconfigResponseBody.ts +1 -1
  207. package/src/models/DescribeClusterVulsResponseBody.ts +2 -2
  208. package/src/models/DescribeClustersForRegionRequest.ts +32 -16
  209. package/src/models/DescribeClustersForRegionResponseBody.ts +85 -56
  210. package/src/models/DescribeClustersV1request.ts +33 -17
  211. package/src/models/DescribeClustersV1responseBody.ts +98 -72
  212. package/src/models/DescribeEventsForRegionRequest.ts +6 -2
  213. package/src/models/DescribeEventsForRegionResponseBody.ts +22 -15
  214. package/src/models/DescribeEventsRequest.ts +53 -20
  215. package/src/models/DescribeEventsResponseBody.ts +53 -29
  216. package/src/models/DescribeKubernetesVersionMetadataRequest.ts +2 -2
  217. package/src/models/DescribeKubernetesVersionMetadataResponse.ts +8 -8
  218. package/src/models/DescribeNodePoolVulsResponseBody.ts +11 -0
  219. package/src/models/DescribePolicyDetailsResponseBody.ts +1 -1
  220. package/src/models/DescribePolicyGovernanceInClusterResponseBody.ts +235 -7
  221. package/src/models/DescribeResourcesDeleteProtectionResponse.ts +1 -1
  222. package/src/models/DescribeSubaccountK8sClusterUserConfigRequest.ts +1 -1
  223. package/src/models/DescribeSubaccountK8sClusterUserConfigResponseBody.ts +2 -2
  224. package/src/models/DescribeTaskInfoResponseBody.ts +35 -31
  225. package/src/models/DescribeTemplateAttributeResponse.ts +2 -2
  226. package/src/models/DescribeTemplatesResponseBody.ts +4 -4
  227. package/src/models/DescribeTriggerResponse.ts +1 -1
  228. package/src/models/DescribeUserPermissionResponse.ts +1 -1
  229. package/src/models/DescribeUserQuotaResponseBody.ts +0 -35
  230. package/src/models/GetClusterAddonInstanceResponseBody.ts +1 -1
  231. package/src/models/GetClusterInspectReportDetailResponseBody.ts +9 -0
  232. package/src/models/GrantPermissionsRequest.ts +28 -20
  233. package/src/models/InstallClusterAddonsRequest.ts +2 -2
  234. package/src/models/InstanceMetadataOptions.ts +17 -0
  235. package/src/models/KubeletConfig.ts +10 -0
  236. package/src/models/ListAddonsRequest.ts +1 -1
  237. package/src/models/ListAutoRepairPoliciesResponseBody.ts +75 -0
  238. package/src/models/ListClusterChecksResponseBody.ts +2 -2
  239. package/src/models/ListClusterKubeconfigStatesRequest.ts +10 -0
  240. package/src/models/ListClusterKubeconfigStatesResponseBody.ts +39 -0
  241. package/src/models/ListOperationPlansForRegionRequest.ts +9 -0
  242. package/src/models/ListOperationPlansForRegionResponseBody.ts +52 -0
  243. package/src/models/ListUserKubeConfigStatesResponseBody.ts +1 -1
  244. package/src/models/MaintenanceWindow.ts +1 -1
  245. package/src/models/MigrateClusterResponseBody.ts +3 -3
  246. package/src/models/ModifyAutoRepairPolicyRequest.ts +58 -0
  247. package/src/models/ModifyAutoRepairPolicyResponseBody.ts +3 -0
  248. package/src/models/ModifyClusterNodePoolRequest.ts +361 -229
  249. package/src/models/ModifyClusterNodePoolResponseBody.ts +1 -1
  250. package/src/models/ModifyClusterRequest.ts +186 -123
  251. package/src/models/ModifyNodePoolNodeConfigRequest.ts +8 -0
  252. package/src/models/ModifyNodePoolNodeConfigResponseBody.ts +2 -2
  253. package/src/models/Nodepool.ts +276 -180
  254. package/src/models/OpenAckServiceResponseBody.ts +1 -1
  255. package/src/models/RemoveClusterNodesRequest.ts +0 -10
  256. package/src/models/RemoveNodePoolNodesResponseBody.ts +1 -1
  257. package/src/models/RepairClusterNodePoolRequest.ts +1 -1
  258. package/src/models/RepairClusterNodePoolResponseBody.ts +2 -2
  259. package/src/models/RunClusterCheckRequest.ts +2 -2
  260. package/src/models/RunClusterCheckResponseBody.ts +2 -2
  261. package/src/models/Runtime.ts +2 -2
  262. package/src/models/ScaleOutClusterRequest.ts +8 -131
  263. package/src/models/ScaleOutClusterResponseBody.ts +0 -21
  264. package/src/models/ScanClusterVulsResponseBody.ts +1 -1
  265. package/src/models/UnInstallClusterAddonsResponseBody.ts +3 -3
  266. package/src/models/UpdateClusterAuditLogConfigResponseBody.ts +1 -1
  267. package/src/models/UpdateK8sClusterUserConfigExpireRequest.ts +1 -1
  268. package/src/models/UpgradeClusterAddonsRequest.ts +3 -3
  269. package/src/models/UpgradeClusterAddonsResponseBody.ts +1 -1
  270. package/src/models/UpgradeClusterNodepoolRequest.ts +5 -5
  271. package/src/models/UpgradeClusterNodepoolResponseBody.ts +1 -1
  272. package/src/models/UpgradeClusterRequest.ts +3 -3
  273. package/src/models/model.ts +2 -0
@@ -3,10 +3,11 @@ import { MaintenanceWindow } from "./MaintenanceWindow";
3
3
  export declare class ModifyClusterRequestApiServerCustomCertSans extends $dara.Model {
4
4
  /**
5
5
  * @remarks
6
- * Specifies whether to overwrite or add SANs. Valid values:
6
+ * Specifies whether to overwrite or append the SAN configuration. Valid values:
7
7
  *
8
- * * overwrite: overwrites SANs.
9
- * * append: adds SANs.
8
+ * - overwrite: Overwrites the existing configuration.
9
+ *
10
+ * - append: Appends to the existing configuration.
10
11
  *
11
12
  * @example
12
13
  * append
@@ -31,20 +32,23 @@ export declare class ModifyClusterRequestApiServerCustomCertSans extends $dara.M
31
32
  export declare class ModifyClusterRequestControlPlaneConfig extends $dara.Model {
32
33
  /**
33
34
  * @remarks
34
- * Specifies whether to enable auto-renewal for control plane nodes. This parameter takes effect only when `charge_type` is set to `PrePaid`. Valid values:
35
+ * Specifies whether to enable auto-renewal for control plane node instances. This parameter takes effect only when `charge_type` is set to `PrePaid`. Valid values:
36
+ *
37
+ * - `true`: Enables auto-renewal.
35
38
  *
36
- * * `true`: enables auto-renewal.
37
- * * `false`: disables auto-renewal.
39
+ * - `false`: Disables auto-renewal.
38
40
  *
39
- * Default value: `false`
41
+ * Default value: `false`.
40
42
  *
41
43
  * @example
42
- * true
44
+ * false
43
45
  */
44
46
  autoRenew?: boolean;
45
47
  /**
46
48
  * @remarks
47
- * The auto-renewal period of control plane nodes. Valid values: 1, 2, 3, 6, and 12.
49
+ * The auto-renewal duration for each renewal of control plane node instances.
50
+ *
51
+ * Valid values: {1, 2, 3, 6, 12}. Unit: months.
48
52
  *
49
53
  * Default value: 1.
50
54
  *
@@ -54,23 +58,25 @@ export declare class ModifyClusterRequestControlPlaneConfig extends $dara.Model
54
58
  autoRenewPeriod?: number;
55
59
  /**
56
60
  * @remarks
57
- * The billing method of control plane nodes. Valid values:
61
+ * The billing method for control plane node instances. Valid values:
62
+ *
63
+ * - `PrePaid`: Subscription.
58
64
  *
59
- * * `PrePaid`: subscription.
60
- * * `PostPaid`: pay-as-you-go.
65
+ * - `PostPaid`: Pay-as-you-go.
61
66
  *
62
67
  * Default value: `PostPaid`.
63
68
  *
64
69
  * @example
65
- * PrePaid
70
+ * PostPaid
66
71
  */
67
72
  chargeType?: string;
68
73
  /**
69
74
  * @remarks
70
- * Specifies whether to install the CloudMonitor agent. Valid values:
75
+ * Specifies whether to install the CloudMonitor agent on control plane nodes. Valid values:
76
+ *
77
+ * - `true`: Installs the CloudMonitor agent.
71
78
  *
72
- * * `true`: installs the CloudMonitor agent.
73
- * * `false`: does not install the CloudMonitor agent.
79
+ * - `false`: Does not install the CloudMonitor agent.
74
80
  *
75
81
  * @example
76
82
  * true
@@ -78,10 +84,11 @@ export declare class ModifyClusterRequestControlPlaneConfig extends $dara.Model
78
84
  cloudMonitorFlags?: boolean;
79
85
  /**
80
86
  * @remarks
81
- * The CPU management policy of nodes in the node pool. The following policies are supported if the Kubernetes version of the cluster is 1.12.6 or later:
87
+ * The CPU management policy for nodes. Clusters of version 1.12.6 or later support the following policies:
82
88
  *
83
- * * `static`: allows pods with specific resource characteristics on the node to be granted with enhanced CPU affinity and exclusivity.
84
- * * `none`: specifies that the default CPU affinity is used.
89
+ * - `static`: Enhances CPU affinity and exclusivity for pods with specific resource characteristics on nodes.
90
+ *
91
+ * - `none`: Uses the default CPU affinity scheme.
85
92
  *
86
93
  * Default value: `none`.
87
94
  *
@@ -91,7 +98,7 @@ export declare class ModifyClusterRequestControlPlaneConfig extends $dara.Model
91
98
  cpuPolicy?: string;
92
99
  /**
93
100
  * @remarks
94
- * The ID of the deployment set.
101
+ * The deployment set ID.
95
102
  *
96
103
  * @example
97
104
  * ds-bp10b35imuam5amw****
@@ -99,7 +106,7 @@ export declare class ModifyClusterRequestControlPlaneConfig extends $dara.Model
99
106
  deploymentsetId?: string;
100
107
  /**
101
108
  * @remarks
102
- * The custom image ID. You must configure this parameter if you use a custom image.
109
+ * The custom image ID. Specify this parameter when you use a custom image.
103
110
  *
104
111
  * @example
105
112
  * aliyun_3_x64_20G_alibase_20240819.vhd
@@ -107,10 +114,11 @@ export declare class ModifyClusterRequestControlPlaneConfig extends $dara.Model
107
114
  imageId?: string;
108
115
  /**
109
116
  * @remarks
110
- * The type of the OS image. Valid values:
117
+ * The operating system image type. Valid values:
118
+ *
119
+ * - `AliyunLinux3`: Alinux3 image.
111
120
  *
112
- * * `AliyunLinux3`: Alibaba Cloud Linux 3.
113
- * * `Custom`: the custom image.
121
+ * - `Custom`: Custom image.
114
122
  *
115
123
  * @example
116
124
  * AliyunLinux3
@@ -118,12 +126,12 @@ export declare class ModifyClusterRequestControlPlaneConfig extends $dara.Model
118
126
  imageType?: string;
119
127
  /**
120
128
  * @remarks
121
- * The type of instance. For more information, see [Overview of ECS instance families](https://help.aliyun.com/document_detail/25378.html).
129
+ * The instance types. For more information, see [Instance families](https://help.aliyun.com/document_detail/25378.html).
122
130
  */
123
131
  instanceTypes?: string[];
124
132
  /**
125
133
  * @remarks
126
- * The name of the key pair. You must configure either this parameter or the `login_password` parameter.
134
+ * The key pair name. Specify either this parameter or `login_password`.
127
135
  *
128
136
  * @example
129
137
  * ack
@@ -131,7 +139,7 @@ export declare class ModifyClusterRequestControlPlaneConfig extends $dara.Model
131
139
  keyPair?: string;
132
140
  /**
133
141
  * @remarks
134
- * The password for SSH logon. You must configure either this parameter or the `key_pair` parameter. The password must be 8 to 30 characters in length, and must contain at least three of the following character types: uppercase letters, lowercase letters, digits, and special characters. To log on with a password, you must specify this parameter during the scale-out.
142
+ * The SSH logon password. Specify either this parameter or `key_pair`. The password must be 8 to 30 characters in length and contain at least three of the following character types: uppercase letters, lowercase letters, digits, and special characters. To use password-based logon, specify this parameter during scale-out.
135
143
  *
136
144
  * @example
137
145
  * Ack@2000.
@@ -139,7 +147,9 @@ export declare class ModifyClusterRequestControlPlaneConfig extends $dara.Model
139
147
  loginPassword?: string;
140
148
  /**
141
149
  * @remarks
142
- * The node port range.
150
+ * Valid port range: [30000,65535].
151
+ *
152
+ * Default value: 30000-32767.
143
153
  *
144
154
  * @example
145
155
  * 30000-32767
@@ -147,9 +157,9 @@ export declare class ModifyClusterRequestControlPlaneConfig extends $dara.Model
147
157
  nodePortRange?: string;
148
158
  /**
149
159
  * @remarks
150
- * The subscription duration of the instance. This parameter takes effect and is required only when `charge_type` is set to `PrePaid`.
160
+ * The subscription duration for control plane node instances. This parameter is required and takes effect only when `charge_type` is set to `PrePaid`.
151
161
  *
152
- * If `PeriodUnit=Month` is specified, the valid values are 1, 2, 3, 6, 12, 24, 36, 48, and 60.
162
+ * When `period_unit=Month`, valid values are {1, 2, 3, 6, 12, 24, 36, 48, 60}.
153
163
  *
154
164
  * @example
155
165
  * 1
@@ -157,9 +167,9 @@ export declare class ModifyClusterRequestControlPlaneConfig extends $dara.Model
157
167
  period?: number;
158
168
  /**
159
169
  * @remarks
160
- * The billing cycle of control plane nodes. This parameter takes effect only when `instance_charge_type` is set to `PrePaid`.
170
+ * The billing cycle for control plane node instances. This parameter takes effect only when `charge_type` is set to `PrePaid`.
161
171
  *
162
- * Set the value to `Month`.
172
+ * `Month`: Billing by month. Only monthly billing is supported.
163
173
  *
164
174
  * @example
165
175
  * Month
@@ -167,9 +177,9 @@ export declare class ModifyClusterRequestControlPlaneConfig extends $dara.Model
167
177
  periodUnit?: string;
168
178
  /**
169
179
  * @remarks
170
- * The type of the container runtime. Valid values:
180
+ * The container runtime. Valid values:
171
181
  *
172
- * * `containerd`: supports all Kubernetes versions. We recommend that you set the parameter to this value.
182
+ * - `containerd`: Recommended. Supported by all cluster versions.
173
183
  *
174
184
  * Default value: containerd.
175
185
  *
@@ -179,20 +189,21 @@ export declare class ModifyClusterRequestControlPlaneConfig extends $dara.Model
179
189
  runtime?: string;
180
190
  /**
181
191
  * @remarks
182
- * Specifies whether to enable Alibaba Cloud Linux Security Hardening. Valid values:
192
+ * Alibaba Cloud OS security hardening. Valid values:
193
+ *
194
+ * - `true`: Enables Alibaba Cloud OS security hardening.
183
195
  *
184
- * * `true`: enables Alibaba Cloud Linux Security Hardening.
185
- * * `false`: disables Alibaba Cloud Linux Security Hardening.
196
+ * - `false`: Disables Alibaba Cloud OS security hardening.
186
197
  *
187
- * Default value: `false`
198
+ * Default value: `false`.
188
199
  *
189
200
  * @example
190
- * true
201
+ * false
191
202
  */
192
203
  securityHardeningOs?: boolean;
193
204
  /**
194
205
  * @remarks
195
- * The number of control plane nodes. If you want to scale out the control plane in an ACK dedicated cluster, set this parameter to the desired number of nodes. This parameter must be greater than the current number of nodes.
206
+ * The number of control plane nodes. To scale out the control plane of a dedicated cluster, set this parameter to the target number of control plane nodes, which must be greater than the current number.
196
207
  *
197
208
  * @example
198
209
  * 5
@@ -200,12 +211,13 @@ export declare class ModifyClusterRequestControlPlaneConfig extends $dara.Model
200
211
  size?: number;
201
212
  /**
202
213
  * @remarks
203
- * Specifies whether to enable Multi-Level Protection Scheme (MLPS) security hardening. For more information, see [ACK security hardening based on MLPS](https://help.aliyun.com/document_detail/196148.html).
214
+ * MLPS 2.0 security hardening. For more information, see [Use MLPS 2.0 security hardening for ACK](https://help.aliyun.com/document_detail/196148.html).
204
215
  *
205
216
  * Valid values:
206
217
  *
207
- * * `true`: enables MLPS security hardening.
208
- * * `false`: disables MLPS security hardening.
218
+ * - `true`: Enables MLPS 2.0 security hardening.
219
+ *
220
+ * - `false`: Disables MLPS 2.0 security hardening.
209
221
  *
210
222
  * Default value: `false`.
211
223
  *
@@ -215,12 +227,13 @@ export declare class ModifyClusterRequestControlPlaneConfig extends $dara.Model
215
227
  socEnabled?: boolean;
216
228
  /**
217
229
  * @remarks
218
- * Specifies whether to enable the burst feature for the system disk. Valid values:
230
+ * Specifies whether to enable performance burst for node system disks. Valid values:
231
+ *
232
+ * - `true`: Enables performance burst.
219
233
  *
220
- * * `true`: enables the burst feature.
221
- * * `false`: disables the burst feature.
234
+ * - `false`: Disables performance burst.
222
235
  *
223
- * This parameter is effective only when `system_disk_category` is set to `cloud_auto`. For more information, see [ESSD AutoPL disks](https://help.aliyun.com/document_detail/368372.html).
236
+ * You can set this parameter only when `system_disk_category` is set to `cloud_auto`. For more information, see [ESSD AutoPL](https://help.aliyun.com/document_detail/368372.html).
224
237
  *
225
238
  * @example
226
239
  * true
@@ -228,14 +241,17 @@ export declare class ModifyClusterRequestControlPlaneConfig extends $dara.Model
228
241
  systemDiskBurstingEnabled?: boolean;
229
242
  /**
230
243
  * @remarks
231
- * The category of the system disk for nodes. Valid values:
244
+ * The system disk category for nodes. Valid values:
245
+ *
246
+ * - `cloud_efficiency`: Ultra disk.
247
+ *
248
+ * - `cloud_ssd`: Standard SSD.
232
249
  *
233
- * * `cloud`: basic disk.
234
- * * `cloud_efficiency`: ultra disk.
235
- * * `cloud_ssd`: standard SSD.
236
- * * `cloud_essd`: Enterprise ESSD (ESSD).
237
- * * `cloud_auto`: ESSD AutoPL disk.
238
- * * `cloud_essd_entry`: ESSD Entry disk.
250
+ * - `cloud_essd`: ESSD.
251
+ *
252
+ * - `cloud_auto`: ESSD AutoPL.
253
+ *
254
+ * - `cloud_essd_entry`: ESSD Entry.
239
255
  *
240
256
  * @example
241
257
  * cloud_essd
@@ -243,7 +259,7 @@ export declare class ModifyClusterRequestControlPlaneConfig extends $dara.Model
243
259
  systemDiskCategory?: string;
244
260
  /**
245
261
  * @remarks
246
- * The performance level (PL) of the system disk that you want to use for the node. This parameter is effective only for ESSDs. This parameter is related to the disk size. For more information, see [ESSDs](https://help.aliyun.com/document_detail/122389.html).
262
+ * The performance level of node system disks. This parameter applies only to ESSDs. The performance level depends on the disk size. For more information, see [ESSD](https://help.aliyun.com/document_detail/122389.html).
247
263
  *
248
264
  * @example
249
265
  * PL1
@@ -251,9 +267,9 @@ export declare class ModifyClusterRequestControlPlaneConfig extends $dara.Model
251
267
  systemDiskPerformanceLevel?: string;
252
268
  /**
253
269
  * @remarks
254
- * The preset read/write input/output operations per second (IOPS) of the system disk. Valid values: 0 to min{50,000, 1,000 × Capacity - Baseline IOPS}. Baseline IOPS = min{1,800 + 50 × Capacity, 50,000}.
270
+ * The provisioned read/write IOPS for node system disks. Valid values: 0 to min{50,000, 1000 × capacity - baseline performance}. Baseline performance = min{1,800 + 50 × capacity, 50,000}.
255
271
  *
256
- * This parameter is effective only when `system_disk_category` is set to `cloud_auto`. For more information, see [ESSD AutoPL disks](https://help.aliyun.com/document_detail/368372.html).
272
+ * You can set this parameter only when `system_disk_category` is set to `cloud_auto`. For more information, see [ESSD AutoPL](https://help.aliyun.com/document_detail/368372.html).
257
273
  *
258
274
  * @example
259
275
  * 1000
@@ -261,7 +277,7 @@ export declare class ModifyClusterRequestControlPlaneConfig extends $dara.Model
261
277
  systemDiskProvisionedIops?: number;
262
278
  /**
263
279
  * @remarks
264
- * The type of the system disk. Valid values: [40,500]. Unit: GiB.
280
+ * The system disk size for nodes. Valid values: [40,500]. Unit: GiB.
265
281
  *
266
282
  * @example
267
283
  * 120
@@ -269,7 +285,7 @@ export declare class ModifyClusterRequestControlPlaneConfig extends $dara.Model
269
285
  systemDiskSize?: number;
270
286
  /**
271
287
  * @remarks
272
- * The ID of the automatic snapshot policy applied to the node system disk.
288
+ * The automatic snapshot policy ID for node system disks.
273
289
  *
274
290
  * @example
275
291
  * sp-2zej1nogjvovnz4z****
@@ -287,7 +303,20 @@ export declare class ModifyClusterRequestControlPlaneConfig extends $dara.Model
287
303
  });
288
304
  }
289
305
  export declare class ModifyClusterRequestControlPlaneEndpointsConfigInternalDnsConfig extends $dara.Model {
306
+ /**
307
+ * @remarks
308
+ * The VPCs where cluster internal domain name resolution takes effect.
309
+ */
290
310
  bindVpcs?: string[];
311
+ /**
312
+ * @remarks
313
+ * Specifies whether to enable cluster internal domain name access. Valid values:
314
+ *
315
+ * - true: Enables cluster internal domain name access. Node-side components (kubelet, kube-proxy) access the API server through the cluster internal domain name.
316
+ *
317
+ * @example
318
+ * true
319
+ */
291
320
  enabled?: boolean;
292
321
  static names(): {
293
322
  [key: string]: string;
@@ -301,6 +330,10 @@ export declare class ModifyClusterRequestControlPlaneEndpointsConfigInternalDnsC
301
330
  });
302
331
  }
303
332
  export declare class ModifyClusterRequestControlPlaneEndpointsConfig extends $dara.Model {
333
+ /**
334
+ * @remarks
335
+ * Internal domain name configuration for the cluster. This feature is available for ACK managed clusters. Cluster internal domain names allow node-side system components such as kubelet and kube-proxy to access the API server. If this feature is disabled, node-side system components access the API server through the CLB IP address.
336
+ */
304
337
  internalDnsConfig?: ModifyClusterRequestControlPlaneEndpointsConfigInternalDnsConfig;
305
338
  static names(): {
306
339
  [key: string]: string;
@@ -316,13 +349,15 @@ export declare class ModifyClusterRequestControlPlaneEndpointsConfig extends $da
316
349
  export declare class ModifyClusterRequestOperationPolicyClusterAutoUpgrade extends $dara.Model {
317
350
  /**
318
351
  * @remarks
319
- * The frequency of auto cluster update. For more information, see [Update frequency](https://help.aliyun.com/document_detail/2712866.html).
352
+ * The frequency of automatic cluster upgrades. For more information, see [Upgrade frequency](https://help.aliyun.com/document_detail/2712866.html).
320
353
  *
321
354
  * Valid values:
322
355
  *
323
- * * patch: the latest patch version.
324
- * * stables: the second-latest minor version.
325
- * * rapid: the latest minor version.
356
+ * - patch: Latest patch version.
357
+ *
358
+ * - stable: Second latest minor version.
359
+ *
360
+ * - rapid: Latest minor version.
326
361
  *
327
362
  * @example
328
363
  * patch
@@ -330,7 +365,11 @@ export declare class ModifyClusterRequestOperationPolicyClusterAutoUpgrade exten
330
365
  channel?: string;
331
366
  /**
332
367
  * @remarks
333
- * Specifies whether to enable automatic update.
368
+ * Specifies whether to enable automatic cluster upgrades.
369
+ *
370
+ * - true: Enables automatic upgrades.
371
+ *
372
+ * - false: Disables automatic upgrades.
334
373
  *
335
374
  * @example
336
375
  * true
@@ -350,7 +389,7 @@ export declare class ModifyClusterRequestOperationPolicyClusterAutoUpgrade exten
350
389
  export declare class ModifyClusterRequestOperationPolicy extends $dara.Model {
351
390
  /**
352
391
  * @remarks
353
- * The configurations of automatic update.
392
+ * Automatic cluster upgrade.
354
393
  */
355
394
  clusterAutoUpgrade?: ModifyClusterRequestOperationPolicyClusterAutoUpgrade;
356
395
  static names(): {
@@ -367,7 +406,11 @@ export declare class ModifyClusterRequestOperationPolicy extends $dara.Model {
367
406
  export declare class ModifyClusterRequestSystemEventsLogging extends $dara.Model {
368
407
  /**
369
408
  * @remarks
370
- * Specifies whether to enable system event storage.
409
+ * Specifies whether to enable system event logging.
410
+ *
411
+ * - true: Enables system event logging.
412
+ *
413
+ * - false: Disables system event logging.
371
414
  *
372
415
  * @example
373
416
  * true
@@ -375,7 +418,7 @@ export declare class ModifyClusterRequestSystemEventsLogging extends $dara.Model
375
418
  enabled?: boolean;
376
419
  /**
377
420
  * @remarks
378
- * The name of the Simple Log Service project that stores system events.
421
+ * The LogProject name for system event logging.
379
422
  *
380
423
  * @example
381
424
  * k8s-log-cb95aa626a47740afbf6aa099b65****
@@ -395,22 +438,25 @@ export declare class ModifyClusterRequestSystemEventsLogging extends $dara.Model
395
438
  export declare class ModifyClusterRequest extends $dara.Model {
396
439
  /**
397
440
  * @remarks
398
- * The network access control list (ACL) of the SLB instance associated with the API server if the cluster is a registered cluster.
441
+ * The access control list for the API server SLB of registered clusters.
399
442
  *
400
443
  * @deprecated
401
444
  */
402
445
  accessControlList?: string[];
403
446
  /**
404
447
  * @remarks
405
- * The custom subject alternative names (SANs) for the API server certificate to accept requests from specified IP addresses or domain names. This parameter is available only for ACK managed clusters.
448
+ * This parameter adds custom IP addresses or domain names to the SAN field of the API server certificate to control client access.
449
+ *
450
+ * Only managed clusters support this parameter.
406
451
  */
407
452
  apiServerCustomCertSans?: ModifyClusterRequestApiServerCustomCertSans;
408
453
  /**
409
454
  * @remarks
410
- * Specifies whether to associate an elastic IP address (EIP) with the cluster. This EIP is used to enable access to the API server over the Internet. Valid values:
455
+ * Specifies whether to bind an EIP to the cluster for public network access to the API server. Valid values:
456
+ *
457
+ * - `true`: Binds an EIP to the cluster.
411
458
  *
412
- * * `true`: associates an EIP with the cluster.
413
- * * `false`: does not associate an EIP with the cluster.
459
+ * - `false`: Does not bind an EIP to the cluster.
414
460
  *
415
461
  * @example
416
462
  * true
@@ -418,7 +464,7 @@ export declare class ModifyClusterRequest extends $dara.Model {
418
464
  apiServerEip?: boolean;
419
465
  /**
420
466
  * @remarks
421
- * The ID of the EIP that you want to associate with the API server of the cluster. This parameter takes effect when `api_server_eip` is set to `true`.
467
+ * The EIP instance ID bound to the cluster API server. This parameter takes effect only when `api_server_eip` is set to `true`.
422
468
  *
423
469
  * @example
424
470
  * eip-wz9fnasl6dsfhmvci****
@@ -426,40 +472,63 @@ export declare class ModifyClusterRequest extends $dara.Model {
426
472
  apiServerEipId?: string;
427
473
  /**
428
474
  * @remarks
429
- * The cluster name.
430
- *
431
- * The cluster name must be 1 to 63 characters in length, and can contain digits, letters, and hyphens (-). The cluster name cannot start with a hyphen (-).
475
+ * The custom cluster name. The name can contain digits, letters, Chinese characters, and hyphens (-). It must be 1 to 63 characters in length and cannot start with a hyphen (-).
432
476
  *
433
477
  * @example
434
478
  * cluster-new-name
435
479
  */
436
480
  clusterName?: string;
481
+ /**
482
+ * @remarks
483
+ * The cluster specification when you set `cluster_type` to `ManagedKubernetes` and configure `profile`. Valid values:
484
+ *
485
+ * - `ack.pro.small`: Pro
486
+ *
487
+ * - `ack.pro.xlarge`: Pro XL
488
+ *
489
+ * - `ack.pro.2xlarge`: Pro 2XL
490
+ *
491
+ * - `ack.pro.4xlarge`: Pro 4XL (requires approval from customer service to enable)
492
+ *
493
+ * Pro XL, Pro 2XL, and Pro 4XL are three tiers provided by <props="china">[ACK Pro provisioned control plane](https://help.aliyun.com/ack/ack-managed-and-ack-dedicated/user-guide/ack-pro-provisioned-control-plane)<props="intl">[ACK Pro provisioned control plane](https://www.alibabacloud.com/help/ack/ack-managed-and-ack-dedicated/user-guide/ack-pro-provisioned-control-plane). These tiers pre-allocate and dedicate control plane resources to ensure consistent high performance for API concurrency and pod scheduling. They are suitable for AI training and inference, ultra-large-scale clusters, and mission-critical workloads.
494
+ *
495
+ * For cluster management fees for Pro and provisioned control plane clusters, see <props="china">[Cluster management fees](https://help.aliyun.com/ack/ack-managed-and-ack-dedicated/product-overview/cluster-management-fee)<props="intl">[Cluster management fees](https://www.alibabacloud.com/help/ack/ack-managed-and-ack-dedicated/product-overview/cluster-management-fee).
496
+ *
497
+ * @example
498
+ * ack.pro.small
499
+ */
437
500
  clusterSpec?: string;
438
501
  /**
439
502
  * @remarks
440
- * The control plane configurations of an ACK dedicated cluster.
503
+ * Control plane configuration for dedicated clusters.
441
504
  */
442
505
  controlPlaneConfig?: ModifyClusterRequestControlPlaneConfig;
506
+ /**
507
+ * @remarks
508
+ * Cluster connection configuration.
509
+ */
443
510
  controlPlaneEndpointsConfig?: ModifyClusterRequestControlPlaneEndpointsConfig;
444
511
  /**
445
512
  * @remarks
446
- * Specifies whether to enable cluster deletion protection. If you enable this option, the cluster cannot be deleted in the console or by calling API operations. Valid values:
513
+ * Enables or disables cluster deletion protection to prevent accidental cluster deletion from the console or using APIs. Valid values:
447
514
  *
448
- * * `true`: enables cluster deletion protection.
449
- * * `false`: disables cluster deletion protection.
515
+ * - `true`: Enables cluster deletion protection. You cannot delete the cluster from the console or using APIs.
450
516
  *
451
- * Default value: `false`
517
+ * - `false`: Disables cluster deletion protection. You can delete the cluster from the console or using APIs.
518
+ *
519
+ * Default value: `false`.
452
520
  *
453
521
  * @example
454
- * true
522
+ * false
455
523
  */
456
524
  deletionProtection?: boolean;
457
525
  /**
458
526
  * @remarks
459
- * Specifies whether to enable the RAM Roles for Service Accounts (RRSA) feature. This parameter is available only for ACK managed clusters. Valid values:
527
+ * Enables or disables the RRSA feature. Only managed clusters support this parameter. Valid values:
528
+ *
529
+ * - `true`: Enables RRSA.
460
530
  *
461
- * * `true`: enables the RRSA feature.
462
- * * `false`: disables the RRSA feature.
531
+ * - `false`: Disables RRSA.
463
532
  *
464
533
  * @example
465
534
  * true
@@ -467,22 +536,23 @@ export declare class ModifyClusterRequest extends $dara.Model {
467
536
  enableRrsa?: boolean;
468
537
  /**
469
538
  * @remarks
470
- * Specifies whether to remap the test domain name of the cluster. Valid values:
539
+ * Specifies whether to rebind the cluster test domain name. Valid values:
471
540
  *
472
- * * `true`: remaps the test domain name of the cluster.
473
- * * `false`: does not remap the test domain name of the cluster.
541
+ * - `true`: Rebinds the cluster test domain name.
474
542
  *
475
- * Default value: `false`
543
+ * - `false`: Does not rebind the cluster test domain name.
544
+ *
545
+ * Default value: `false`.
476
546
  *
477
547
  * @example
478
- * true
548
+ * false
479
549
  *
480
550
  * @deprecated
481
551
  */
482
552
  ingressDomainRebinding?: boolean;
483
553
  /**
484
554
  * @remarks
485
- * The ID of the Server Load Balancer (SLB) instance of the cluster to be modified.
555
+ * The SLB instance ID of the cluster to be modified.
486
556
  *
487
557
  * @example
488
558
  * lb-wz97kes8tnndkpodw****
@@ -492,27 +562,28 @@ export declare class ModifyClusterRequest extends $dara.Model {
492
562
  ingressLoadbalancerId?: string;
493
563
  /**
494
564
  * @remarks
495
- * Specifies whether to enable instance deletion protection. If you enable this option, the instance cannot be deleted in the console or by calling API operations. Valid values:
565
+ * Enables or disables instance deletion protection to prevent accidental release of nodes from the console or using APIs. Valid values:
496
566
  *
497
- * * `true`: enables instance deletion protection.
498
- * * `false`: disables instance deletion protection.
567
+ * - `true`: Prevents accidental node deletion from the console or using APIs.
499
568
  *
500
- * Default value: `false`
569
+ * - `false`: Allows accidental node deletion from the console or using APIs.
570
+ *
571
+ * Default value: `false`.
501
572
  *
502
573
  * @example
503
- * true
574
+ * false
504
575
  *
505
576
  * @deprecated
506
577
  */
507
578
  instanceDeletionProtection?: boolean;
508
579
  /**
509
580
  * @remarks
510
- * The cluster maintenance window. This feature takes effect only for ACK Pro clusters.
581
+ * The maintenance window of the cluster. This feature is available only for ACK managed clusters Pro.
511
582
  */
512
583
  maintenanceWindow?: MaintenanceWindow;
513
584
  /**
514
585
  * @remarks
515
- * The automatic O\\&M policy of the cluster.
586
+ * Automatic O\\&M policy for the cluster.
516
587
  */
517
588
  operationPolicy?: ModifyClusterRequestOperationPolicy;
518
589
  /**
@@ -525,16 +596,13 @@ export declare class ModifyClusterRequest extends $dara.Model {
525
596
  resourceGroupId?: string;
526
597
  /**
527
598
  * @remarks
528
- * The ID of the security group for the control plane.
599
+ * The security group ID for the control plane.
529
600
  *
530
- * - If block rules are configured in the security group, ensure the security group rules allow traffic for protocols and ports required by the cluster. For recommended security group rules, see [Configure and manage security groups for an ACK cluster](https://www.alibabacloud.com/help/en/ack/ack-managed-and-ack-dedicated/user-guide/configure-security-group-rules-to-enforce-access-control-on-ack-clusters?spm=a2c63.p38356.help-menu-85222.d_2_0_4_3.43e35d09s8oSlR).
601
+ * - If you configure blocking rules in the security group, ensure that the security group rules allow the protocols and ports required by the cluster. For recommended security group rules, see [Configure and manage cluster security groups](https://help.aliyun.com/document_detail/353191.html).
531
602
  *
532
- * - For non-ACK dedicated clusters:
533
- * - During security group updates, the cluster control plane and managed components (e.g., terway-controlplane) will restart briefly. Perform this operation during off-peak hours.
534
- * - After updating the control plane security group, the Elastic Network Interfaces (ENIs) used by the control plane and managed components will automatically join the new security group.
603
+ * - For non-dedicated ACK clusters, the control plane and installed managed components (such as terway-controlplane) restart briefly during the update. Perform this operation during off-peak hours. After you change the control plane security group, the ENIs used by the control plane and managed components are automatically added to the new security group.
535
604
  *
536
- * - For ACK dedicated clusters:
537
- * - After updating the control plane security group, newly scaled-out master nodes will automatically apply the new security group. Existing control plane nodes remain unaffected.
605
+ * - For ACK dedicated clusters, newly scaled-out master nodes automatically apply the new control plane security group. Existing control plane nodes are unaffected.
538
606
  *
539
607
  * @example
540
608
  * sg-bp1h6rk3pgct2a08***
@@ -542,26 +610,18 @@ export declare class ModifyClusterRequest extends $dara.Model {
542
610
  securityGroupId?: string;
543
611
  /**
544
612
  * @remarks
545
- * The storage configurations of system events.
613
+ * System event logging configuration.
546
614
  */
547
615
  systemEventsLogging?: ModifyClusterRequestSystemEventsLogging;
548
616
  /**
549
617
  * @remarks
550
- * The time zone configuration for the cluster.
618
+ * The cluster time zone. For more information, see [Supported time zones](https://help.aliyun.com/document_detail/354879.html).
551
619
  *
552
- * - After modifying the time zone, cluster inspection configurations will adopt the new time zone.
620
+ * - After you change the time zone, cluster inspection configurations use the new time zone.
553
621
  *
554
- * - For ACK managed clusters:
555
- * - During time zone updates, the cluster control plane and managed components (e.g., terway-controlplane) will restart briefly. Perform this operation during off-peak hours.
556
- * - After updating the time zone:
557
- * - Newly scaled-out nodes will automatically apply the new time zone.
558
- * - Existing nodes remain unaffected. Reset the node to apply changes to existing nodes.
622
+ * - For managed clusters, the control plane and installed managed components (such as terway-controlplane) restart briefly during the update. Perform this operation during off-peak hours. Newly scaled-out nodes automatically apply the new time zone. Existing nodes are unaffected. You can reset nodes in node pools to apply the new time zone to existing nodes.
559
623
  *
560
- * - For ACK dedicated clusters:
561
- * - After updating the time zone:
562
- * - Newly scaled-out nodes (including control plane nodes) automatically apply the new time zone.
563
- * - Existing nodes (including control plane nodes) remain unaffected. Reset the node to apply changes to existing nodes.
564
- * - For control plane nodes, perform a scale-out followed by a scale-in to apply the new time zone to all control plane nodes.
624
+ * - For dedicated clusters, newly scaled-out nodes (including control plane nodes) automatically apply the new time zone. Existing nodes (including control plane nodes) are unaffected. You can reset nodes in node pools to apply the new time zone to existing nodes. For control plane nodes, scale out and then scale in to apply the new time zone to all control plane nodes.
565
625
  *
566
626
  * @example
567
627
  * Asia/Shanghai
@@ -569,12 +629,15 @@ export declare class ModifyClusterRequest extends $dara.Model {
569
629
  timezone?: string;
570
630
  /**
571
631
  * @remarks
572
- * The vSwitches of the control plane. This parameter can be used to change the vSwitches of the control plane in an ACK managed cluster. Take note of the following items:
632
+ * The vSwitches for the cluster control plane. For dedicated clusters, the change applies only to newly scaled-out control plane nodes. When you change the control plane vSwitches for managed clusters, note the following:
633
+ *
634
+ * - This parameter performs an overwrite update. You must specify the complete target vSwitch list.
635
+ *
636
+ * - Control plane components restart briefly during the update. Proceed with caution.
637
+ *
638
+ * - Ensure that all security groups (including those for the control plane, all node pools, and container networking) allow inbound and outbound traffic for the IP CIDR blocks of the new vSwitches. Otherwise, nodes and containers cannot connect to the API server.
573
639
  *
574
- * * This parameter overwrites the existing configuration. You must specify all vSwitches of the control plane.
575
- * * The control plane components restarts during the change process. Exercise caution when you perform this operation.
576
- * * Ensure that all security groups of the cluster, including the security groups of the control plane, all node pools, and container network, are allowed to access the CIDR blocks of the new vSwitches. This ensures that the nodes and containers can connect to the API server.
577
- * * If the new vSwitches of the control plane are configured with an ACL, ensure that the ACL allows communication between the new vSwitches and CIDR blocks such as those of the cluster nodes and the container network.
640
+ * - If the new control plane vSwitches have ACL rules configured, ensure that these rules allow communication between the vSwitches and the IP CIDR blocks of cluster nodes and container networks.
578
641
  */
579
642
  vswitchIds?: string[];
580
643
  static names(): {