@alicloud/cs20151215 6.6.4 → 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 (269) 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 +473 -220
  51. package/dist/models/DescribeClusterNodePoolDetailResponseBody.js +2 -0
  52. package/dist/models/DescribeClusterNodePoolDetailResponseBody.js.map +1 -1
  53. package/dist/models/DescribeClusterNodePoolsResponseBody.d.ts +425 -262
  54. package/dist/models/DescribeClusterNodePoolsResponseBody.js +2 -0
  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/package.json +1 -1
  164. package/src/client.ts +202 -124
  165. package/src/models/AttachInstancesRequest.ts +2 -2
  166. package/src/models/AttachInstancesResponseBody.ts +1 -1
  167. package/src/models/AttachInstancesToNodePoolRequest.ts +1 -1
  168. package/src/models/AttachInstancesToNodePoolResponseBody.ts +1 -1
  169. package/src/models/ContainerdConfig.ts +22 -2
  170. package/src/models/CreateAutoRepairPolicyRequest.ts +63 -0
  171. package/src/models/CreateAutoRepairPolicyResponseBody.ts +6 -0
  172. package/src/models/CreateAutoscalingConfigRequest.ts +77 -40
  173. package/src/models/CreateClusterNodePoolRequest.ts +125 -25
  174. package/src/models/CreateClusterRequest.ts +585 -353
  175. package/src/models/CreateClusterResponseBody.ts +5 -5
  176. package/src/models/CreateTriggerResponseBody.ts +1 -1
  177. package/src/models/DeleteAlertContactRequest.ts +1 -1
  178. package/src/models/DeleteAlertContactShrinkRequest.ts +1 -1
  179. package/src/models/DeleteAutoRepairPolicyResponseBody.ts +3 -0
  180. package/src/models/DeleteClusterNodepoolResponseBody.ts +2 -2
  181. package/src/models/DeleteClusterNodesRequest.ts +1 -1
  182. package/src/models/DeleteClusterNodesResponseBody.ts +3 -3
  183. package/src/models/DeleteClusterRequest.ts +26 -18
  184. package/src/models/DeleteClusterResponseBody.ts +2 -2
  185. package/src/models/DeleteClusterShrinkRequest.ts +12 -9
  186. package/src/models/DeployPolicyInstanceRequest.ts +7 -6
  187. package/src/models/DeployPolicyInstanceResponseBody.ts +1 -1
  188. package/src/models/DescribeAddonsRequest.ts +1 -1
  189. package/src/models/DescribeAutoRepairPolicyResponseBody.ts +71 -0
  190. package/src/models/DescribeClusterAttachScriptsRequest.ts +21 -18
  191. package/src/models/DescribeClusterDetailResponseBody.ts +243 -110
  192. package/src/models/DescribeClusterEventsRequest.ts +8 -4
  193. package/src/models/DescribeClusterEventsResponseBody.ts +49 -39
  194. package/src/models/DescribeClusterLogsResponse.ts +3 -3
  195. package/src/models/DescribeClusterNodePoolDetailResponseBody.ts +475 -220
  196. package/src/models/DescribeClusterNodePoolsResponseBody.ts +427 -262
  197. package/src/models/DescribeClusterNodesRequest.ts +1 -1
  198. package/src/models/DescribeClusterNodesResponseBody.ts +5 -5
  199. package/src/models/DescribeClusterResourcesRequest.ts +5 -1
  200. package/src/models/DescribeClusterResourcesResponse.ts +51 -33
  201. package/src/models/DescribeClusterTasksResponseBody.ts +9 -9
  202. package/src/models/DescribeClusterUserKubeconfigRequest.ts +1 -1
  203. package/src/models/DescribeClusterUserKubeconfigResponseBody.ts +1 -1
  204. package/src/models/DescribeClusterVulsResponseBody.ts +2 -2
  205. package/src/models/DescribeClustersForRegionRequest.ts +32 -16
  206. package/src/models/DescribeClustersForRegionResponseBody.ts +85 -56
  207. package/src/models/DescribeClustersV1request.ts +33 -17
  208. package/src/models/DescribeClustersV1responseBody.ts +98 -72
  209. package/src/models/DescribeEventsForRegionRequest.ts +6 -2
  210. package/src/models/DescribeEventsForRegionResponseBody.ts +22 -15
  211. package/src/models/DescribeEventsRequest.ts +53 -20
  212. package/src/models/DescribeEventsResponseBody.ts +53 -29
  213. package/src/models/DescribeKubernetesVersionMetadataRequest.ts +2 -2
  214. package/src/models/DescribeKubernetesVersionMetadataResponse.ts +8 -8
  215. package/src/models/DescribeNodePoolVulsResponseBody.ts +11 -0
  216. package/src/models/DescribePolicyDetailsResponseBody.ts +1 -1
  217. package/src/models/DescribePolicyGovernanceInClusterResponseBody.ts +235 -7
  218. package/src/models/DescribeResourcesDeleteProtectionResponse.ts +1 -1
  219. package/src/models/DescribeSubaccountK8sClusterUserConfigRequest.ts +1 -1
  220. package/src/models/DescribeSubaccountK8sClusterUserConfigResponseBody.ts +2 -2
  221. package/src/models/DescribeTaskInfoResponseBody.ts +35 -31
  222. package/src/models/DescribeTemplateAttributeResponse.ts +2 -2
  223. package/src/models/DescribeTemplatesResponseBody.ts +4 -4
  224. package/src/models/DescribeTriggerResponse.ts +1 -1
  225. package/src/models/DescribeUserPermissionResponse.ts +1 -1
  226. package/src/models/DescribeUserQuotaResponseBody.ts +0 -35
  227. package/src/models/GetClusterAddonInstanceResponseBody.ts +1 -1
  228. package/src/models/GetClusterInspectReportDetailResponseBody.ts +9 -0
  229. package/src/models/GrantPermissionsRequest.ts +28 -20
  230. package/src/models/InstallClusterAddonsRequest.ts +2 -2
  231. package/src/models/InstanceMetadataOptions.ts +17 -0
  232. package/src/models/KubeletConfig.ts +10 -0
  233. package/src/models/ListAddonsRequest.ts +1 -1
  234. package/src/models/ListAutoRepairPoliciesResponseBody.ts +75 -0
  235. package/src/models/ListClusterChecksResponseBody.ts +2 -2
  236. package/src/models/ListClusterKubeconfigStatesRequest.ts +10 -0
  237. package/src/models/ListClusterKubeconfigStatesResponseBody.ts +39 -0
  238. package/src/models/ListOperationPlansForRegionRequest.ts +9 -0
  239. package/src/models/ListOperationPlansForRegionResponseBody.ts +52 -0
  240. package/src/models/ListUserKubeConfigStatesResponseBody.ts +1 -1
  241. package/src/models/MaintenanceWindow.ts +1 -1
  242. package/src/models/MigrateClusterResponseBody.ts +3 -3
  243. package/src/models/ModifyAutoRepairPolicyRequest.ts +58 -0
  244. package/src/models/ModifyAutoRepairPolicyResponseBody.ts +3 -0
  245. package/src/models/ModifyClusterNodePoolRequest.ts +361 -229
  246. package/src/models/ModifyClusterNodePoolResponseBody.ts +1 -1
  247. package/src/models/ModifyClusterRequest.ts +186 -123
  248. package/src/models/ModifyNodePoolNodeConfigRequest.ts +8 -0
  249. package/src/models/ModifyNodePoolNodeConfigResponseBody.ts +2 -2
  250. package/src/models/Nodepool.ts +276 -180
  251. package/src/models/OpenAckServiceResponseBody.ts +1 -1
  252. package/src/models/RemoveClusterNodesRequest.ts +0 -10
  253. package/src/models/RemoveNodePoolNodesResponseBody.ts +1 -1
  254. package/src/models/RepairClusterNodePoolRequest.ts +1 -1
  255. package/src/models/RepairClusterNodePoolResponseBody.ts +2 -2
  256. package/src/models/RunClusterCheckRequest.ts +2 -2
  257. package/src/models/RunClusterCheckResponseBody.ts +2 -2
  258. package/src/models/Runtime.ts +2 -2
  259. package/src/models/ScaleOutClusterRequest.ts +8 -131
  260. package/src/models/ScaleOutClusterResponseBody.ts +0 -21
  261. package/src/models/ScanClusterVulsResponseBody.ts +1 -1
  262. package/src/models/UnInstallClusterAddonsResponseBody.ts +3 -3
  263. package/src/models/UpdateClusterAuditLogConfigResponseBody.ts +1 -1
  264. package/src/models/UpdateK8sClusterUserConfigExpireRequest.ts +1 -1
  265. package/src/models/UpgradeClusterAddonsRequest.ts +3 -3
  266. package/src/models/UpgradeClusterAddonsResponseBody.ts +1 -1
  267. package/src/models/UpgradeClusterNodepoolRequest.ts +5 -5
  268. package/src/models/UpgradeClusterNodepoolResponseBody.ts +1 -1
  269. package/src/models/UpgradeClusterRequest.ts +3 -3
@@ -10,6 +10,13 @@ import { Taint } from "./Taint";
10
10
 
11
11
 
12
12
  export class DescribeClusterNodePoolsResponseBodyNodepoolsAutoMode extends $dara.Model {
13
+ /**
14
+ * @remarks
15
+ * Indicates whether intelligent management is enabled.
16
+ *
17
+ * @example
18
+ * true
19
+ */
13
20
  enable?: boolean;
14
21
  static names(): { [key: string]: string } {
15
22
  return {
@@ -35,9 +42,9 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsAutoMode extends $dara
35
42
  export class DescribeClusterNodePoolsResponseBodyNodepoolsAutoScaling extends $dara.Model {
36
43
  /**
37
44
  * @remarks
38
- * The maximum bandwidth of the elastic IP address (EIP).
45
+ * Peak bandwidth of the EIP.
39
46
  *
40
- * Valid values: 1 to 100. Unit: Mbit/s.
47
+ * Valid values: [1,100]. Unit: Mbps.
41
48
  *
42
49
  * @example
43
50
  * 5
@@ -45,10 +52,11 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsAutoScaling extends $d
45
52
  eipBandwidth?: number;
46
53
  /**
47
54
  * @remarks
48
- * The billing method of the EIP. Valid values:
55
+ * EIP billing method. Valid values:
56
+ *
57
+ * - `PayByBandwidth`: Pay-by-bandwidth.
49
58
  *
50
- * * `PayByBandwidth`: pay-by-bandwidth.
51
- * * `PayByTraffic`: pay-by-data-transfer.
59
+ * - `PayByTraffic`: Pay-by-traffic.
52
60
  *
53
61
  * @example
54
62
  * PayByBandwidth
@@ -56,12 +64,13 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsAutoScaling extends $d
56
64
  eipInternetChargeType?: string;
57
65
  /**
58
66
  * @remarks
59
- * Indicates whether auto scaling is enabled. Valid values:
67
+ * Indicates whether automatic scaling is enabled. Valid values:
60
68
  *
61
- * * `true`: Auto scaling is enabled for the node pool. When the capacity planning of the cluster cannot meet the requirements of pod scheduling, ACK automatically scales out nodes based on the configured minimum and maximum number of instances. Node instant scaling is enabled by default for clusters that run Kubernetes 1.24 or later. Node auto scaling is enabled for clusters that run Kubernetes 1.24 and earlier. For more information, see [Node auto scaling](https://help.aliyun.com/document_detail/2746785.html).
62
- * * `false`: does not enable auto scaling. ACK adjusts the number of nodes in the node pool based on the value of the Expected Nodes parameter. The number of nodes is always the same as the value of the Expected Nodes parameter.
69
+ * - `true`: Enables automatic scaling for the node pool. When the cluster capacity cannot meet application pod scheduling requirements, ACK automatically scales node resources based on the configured minimum and maximum instance counts. Clusters of version 1.24 or later enable instant elasticity by default. Clusters earlier than version 1.24 enable node autoscaling by default. For more information, see [Node scaling](https://help.aliyun.com/document_detail/2746785.html).
63
70
  *
64
- * If you set this parameter to false, other parameters of `auto_scaling` do not take effect.
71
+ * - `false`: Disables automatic scaling. ACK adjusts the number of nodes in the node pool to match the desired node count and maintains this count.
72
+ *
73
+ * If this parameter is set to false, other parameters in `auto_scaling` do not take effect.
65
74
  *
66
75
  * @example
67
76
  * true
@@ -69,10 +78,11 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsAutoScaling extends $d
69
78
  enable?: boolean;
70
79
  /**
71
80
  * @remarks
72
- * Specifies whether to associate an EIP with the node pool. Valid values:
81
+ * Indicates whether an EIP is bound. Valid values:
82
+ *
83
+ * - `true`: Binds an EIP.
73
84
  *
74
- * * `true`
75
- * * `false`
85
+ * - `false`: Does not bind an EIP.
76
86
  *
77
87
  * @example
78
88
  * true
@@ -80,7 +90,7 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsAutoScaling extends $d
80
90
  isBondEip?: boolean;
81
91
  /**
82
92
  * @remarks
83
- * The maximum number of scalable instances in the node pool. Your existing instances are not included.
93
+ * Maximum number of scalable instances in the node pool, excluding existing instances.
84
94
  *
85
95
  * @example
86
96
  * 10
@@ -88,7 +98,7 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsAutoScaling extends $d
88
98
  maxInstances?: number;
89
99
  /**
90
100
  * @remarks
91
- * The minimum number of scalable instances in the node pool, excluding your existing instances.
101
+ * Minimum number of scalable instances in the node pool, excluding existing instances.
92
102
  *
93
103
  * @example
94
104
  * 2
@@ -96,12 +106,15 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsAutoScaling extends $d
96
106
  minInstances?: number;
97
107
  /**
98
108
  * @remarks
99
- * The instance types that can be used for the auto scaling of the node pool. Valid values:
109
+ * Type of automatic scaling, categorized by instance type. Valid values:
100
110
  *
101
- * * `cpu`: regular instance.
102
- * * `gpu`: GPU-accelerated instance.
103
- * * `gpushare`: shared GPU-accelerated instance.
104
- * * `spot`: preemptible instance.
111
+ * - `cpu`: Standard instance.
112
+ *
113
+ * - `gpu`: GPU instance.
114
+ *
115
+ * - `gpushare`: Shared GPU instance.
116
+ *
117
+ * - `spot`: Spot instance.
105
118
  *
106
119
  * @example
107
120
  * cpu
@@ -142,11 +155,17 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsAutoScaling extends $d
142
155
 
143
156
  export class DescribeClusterNodePoolsResponseBodyNodepoolsEfloNodeGroup extends $dara.Model {
144
157
  /**
158
+ * @remarks
159
+ * Lingjun cluster ID.
160
+ *
145
161
  * @example
146
162
  * i113790071760688002461
147
163
  */
148
164
  clusterId?: string;
149
165
  /**
166
+ * @remarks
167
+ * Lingjun group ID.
168
+ *
150
169
  * @example
151
170
  * i128147721760688002463
152
171
  */
@@ -177,9 +196,9 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsEfloNodeGroup extends
177
196
  export class DescribeClusterNodePoolsResponseBodyNodepoolsInterconnectConfig extends $dara.Model {
178
197
  /**
179
198
  * @remarks
180
- * This parameter is discontinued.
199
+ * [This field is deprecated.]
181
200
  *
182
- * The bandwidth of the enhanced edge node pool. Unit: Mbit/s.
201
+ * Network bandwidth for enhanced edge node pools. Unit: Mbps.
183
202
  *
184
203
  * @example
185
204
  * 10
@@ -187,9 +206,9 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsInterconnectConfig ext
187
206
  bandwidth?: number;
188
207
  /**
189
208
  * @remarks
190
- * This parameter is discontinued.
209
+ * [This field is deprecated.]
191
210
  *
192
- * The ID of the Cloud Connect Network (CCN) instance that is associated with the enhanced edge node pool.
211
+ * CCN instance ID bound to enhanced edge node pools.
193
212
  *
194
213
  * @example
195
214
  * ccn-qm5i0i0q9yi*******
@@ -197,9 +216,9 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsInterconnectConfig ext
197
216
  ccnId?: string;
198
217
  /**
199
218
  * @remarks
200
- * This parameter is discontinued.
219
+ * [This field is deprecated.]
201
220
  *
202
- * The region in which the CCN instance that is with the enhanced edge node pool resides.
221
+ * Region of the CCN instance bound to enhanced edge node pools.
203
222
  *
204
223
  * @example
205
224
  * cn-shanghai
@@ -207,9 +226,9 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsInterconnectConfig ext
207
226
  ccnRegionId?: string;
208
227
  /**
209
228
  * @remarks
210
- * This parameter is discontinued.
229
+ * [This field is deprecated.]
211
230
  *
212
- * The ID of the Cloud Enterprise Network (CEN) instance that is associated with the enhanced edge node pool.
231
+ * CEN instance ID bound to enhanced edge node pools.
213
232
  *
214
233
  * @example
215
234
  * cen-ey9k9nfhz0f*******
@@ -217,9 +236,9 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsInterconnectConfig ext
217
236
  cenId?: string;
218
237
  /**
219
238
  * @remarks
220
- * This parameter is discontinued.
239
+ * [This field is deprecated.]
221
240
  *
222
- * The subscription duration of the enhanced edge node pool. Unit: months.
241
+ * Subscription duration for enhanced edge node pools. Unit: months.
223
242
  *
224
243
  * @example
225
244
  * 1
@@ -257,10 +276,11 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsInterconnectConfig ext
257
276
  export class DescribeClusterNodePoolsResponseBodyNodepoolsKubernetesConfig extends $dara.Model {
258
277
  /**
259
278
  * @remarks
260
- * Specifies whether to install the CloudMonitor agent on ECS nodes. After the CloudMonitor agent is installed on ECS nodes, you can view the monitoring information about the instances in the CloudMonitor console. We recommend that you install the CloudMonitor agent. Valid values:
279
+ * Indicates whether Cloud Monitor is installed on ECS nodes. After installation, you can view monitoring information for created ECS instances in the Cloud Monitor console. We recommend enabling this feature. Valid values:
261
280
  *
262
- * * `true`
263
- * * `false`
281
+ * - `true`: Installs Cloud Monitor on ECS nodes.
282
+ *
283
+ * - `false`: Does not install Cloud Monitor on ECS nodes.
264
284
  *
265
285
  * @example
266
286
  * true
@@ -268,10 +288,11 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsKubernetesConfig exten
268
288
  cmsEnabled?: boolean;
269
289
  /**
270
290
  * @remarks
271
- * The CPU management policy of the nodes in the node pool. The following policies are supported if the version of the cluster is Kubernetes 1.12.6 or later:
291
+ * Node CPU management policy. Clusters of version 1.12.6 or later support the following policies:
292
+ *
293
+ * - `static`: Enhances CPU affinity and exclusivity for pods with specific resource characteristics on the node.
272
294
  *
273
- * * `static`: allows pods with specific resource characteristics on the node to be granted enhanced CPU affinity and exclusivity.
274
- * * `none`: specifies that the default CPU affinity is used.
295
+ * - `none`: Uses the default CPU affinity scheme.
275
296
  *
276
297
  * @example
277
298
  * none
@@ -279,27 +300,28 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsKubernetesConfig exten
279
300
  cpuPolicy?: string;
280
301
  /**
281
302
  * @remarks
282
- * The node labels.
303
+ * Node labels.
283
304
  */
284
305
  labels?: Tag[];
285
306
  /**
286
307
  * @remarks
287
- * The name of the custom node.
308
+ * Custom node name.
288
309
  *
289
- * The custom node name. A custom node name consists of a prefix, an IP substring, and a suffix.
310
+ * A node name consists of three parts: prefix + IP address substring + suffix:
290
311
  *
291
- * * The prefix and suffix can contain multiple parts that are separated by periods (.). Each part can contain lowercase letters, digits, and hyphens (-). A custom node name must start and end with a digit or lowercase letter.
292
- * * The IP substring length specifies the number of digits to be truncated from the end of the node IP address. The IP substring length ranges from 5 to 12.
312
+ * - Both prefix and suffix can consist of one or more parts separated by periods (.). Each part can contain lowercase letters, digits, and hyphens (-). The node name must start and end with a lowercase letter or digit.
293
313
  *
294
- * For example, if the node IP address is 192.168.0.55, the prefix is aliyun.com, the IP substring length is 5, and the suffix is test, the node name will aliyun.com00055test.
314
+ * - The IP address substring length specifies the number of trailing digits to extract from the node IP address. Valid values: 5 to 12.
315
+ *
316
+ * Example: If the node IP address is 192.168.0.55, the prefix is aliyun.com, the IP address substring length is 5, and the suffix is test, the node name is aliyun.com00055test.
295
317
  *
296
318
  * @example
297
- * customized,test.,5,.com
319
+ * aliyun.com192.XX.YY.55test
298
320
  */
299
321
  nodeNameMode?: string;
300
322
  /**
301
323
  * @remarks
302
- * The user-defined script that is executed before nodes are initialized. For more information, see [Generate user-defined data](https://help.aliyun.com/document_detail/49121.html).
324
+ * Pre-custom data for the node pool. This is a script that runs before node initialization. For more information, see [Generate instance custom data](https://help.aliyun.com/document_detail/49121.html).
303
325
  *
304
326
  * @example
305
327
  * IyEvYmluL3NoCmVjaG8gIkhlbGxvIEFD
@@ -307,35 +329,38 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsKubernetesConfig exten
307
329
  preUserData?: string;
308
330
  /**
309
331
  * @remarks
310
- * The name of the container runtime. The following types of runtime are supported by ACK:
332
+ * Container runtime name. ACK supports the following container runtimes:
333
+ *
334
+ * - containerd: Recommended. Supported by all cluster versions.
335
+ *
336
+ * - Sandboxed-Container.runv: Sandboxed container that provides higher isolation. Supported by clusters of version 1.31 or earlier.
311
337
  *
312
- * * containerd: containerd is the recommended runtime and supports all Kubernetes versions.
313
- * * Sandboxed-Container.runv: The Sandbox-Container runtime provides improved isolation and supports Kubernetes 1.31 and earlier.
314
- * * Docker (deprecated): supports Kubernetes 1.22 and earlier.
338
+ * - docker: No longer maintained. Supported by clusters of version 1.22 or earlier.
315
339
  *
316
340
  * @example
317
- * docker
341
+ * containerd
318
342
  */
319
343
  runtime?: string;
320
344
  /**
321
345
  * @remarks
322
- * The version of the container runtime.
346
+ * Container runtime version.
323
347
  *
324
348
  * @example
325
- * 19.03.5
349
+ * 1.6.38
326
350
  */
327
351
  runtimeVersion?: string;
328
352
  /**
329
353
  * @remarks
330
- * The taint. Taints can be used together with tolerations to avoid scheduling pods to specified nodes. For more information, see [taint-and-toleration](https://kubernetes.io/zh/docs/concepts/scheduling-eviction/taint-and-toleration/).
354
+ * Node taint information. Taints and tolerations work together to prevent pods from being scheduled onto unsuitable nodes. For more information, see [taint-and-toleration](https://kubernetes.io/zh/docs/concepts/scheduling-eviction/taint-and-toleration/).
331
355
  */
332
356
  taints?: Taint[];
333
357
  /**
334
358
  * @remarks
335
- * Specifies whether the nodes are unschedulable after a scale-out activity is performed.
359
+ * Indicates whether newly scaled nodes are unschedulable.
336
360
  *
337
- * * true: The node cannot be scheduled.
338
- * * false: The node can be scheduled.
361
+ * - true: Unschedulable.
362
+ *
363
+ * - false: Schedulable.
339
364
  *
340
365
  * @example
341
366
  * true
@@ -343,7 +368,7 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsKubernetesConfig exten
343
368
  unschedulable?: boolean;
344
369
  /**
345
370
  * @remarks
346
- * The user-defined script that is executed after nodes are initialized. For more information, see [Generate user-defined data](https://help.aliyun.com/document_detail/49121.html).
371
+ * Custom data for the node pool. This is a script that runs after node initialization. For more information, see [Generate instance custom data](https://help.aliyun.com/document_detail/49121.html).
347
372
  *
348
373
  * @example
349
374
  * IyEvYmluL3NoCmVjaG8gIkhlbGxvIEFD****
@@ -395,18 +420,29 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsKubernetesConfig exten
395
420
  }
396
421
 
397
422
  export class DescribeClusterNodePoolsResponseBodyNodepoolsManagementAutoRepairPolicy extends $dara.Model {
423
+ /**
424
+ * @remarks
425
+ * Indicates whether manual approval is required for node repair.
426
+ *
427
+ * @example
428
+ * false
429
+ */
398
430
  approvalRequired?: boolean;
399
431
  /**
432
+ * @remarks
433
+ * ID of the automatic repair policy.
434
+ *
400
435
  * @example
401
436
  * r-xxxxxxxxx
402
437
  */
403
438
  autoRepairPolicyId?: string;
404
439
  /**
405
440
  * @remarks
406
- * Specifies whether to allow node restart. This parameter takes effect only when `auto_repair=true` is specified.
441
+ * Indicates whether node restart is allowed. This parameter takes effect only when `auto_repair=true`.
442
+ *
443
+ * - `true`: Allows node restart.
407
444
  *
408
- * * `true`: allows node restart.
409
- * * `false`: does not allow node restart.
445
+ * - `false`: Disallows node restart.
410
446
  *
411
447
  * @example
412
448
  * true
@@ -440,10 +476,11 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsManagementAutoRepairPo
440
476
  export class DescribeClusterNodePoolsResponseBodyNodepoolsManagementAutoUpgradePolicy extends $dara.Model {
441
477
  /**
442
478
  * @remarks
443
- * Specifies whether to allow the auto upgrade of the kubelet. This parameter takes effect only if `auto_upgrade` is set to true. Valid values:
479
+ * Indicates whether kubelet auto-upgrade is allowed. This parameter takes effect only when `auto_upgrade=true`. Valid values:
444
480
  *
445
- * * `true`: allows the auto upgrade of the kubelet.
446
- * * `false`: no.
481
+ * - `true`: Allows kubelet auto-upgrade.
482
+ *
483
+ * - `false`: Disallows kubelet auto-upgrade.
447
484
  *
448
485
  * @example
449
486
  * true
@@ -471,13 +508,21 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsManagementAutoUpgradeP
471
508
  }
472
509
 
473
510
  export class DescribeClusterNodePoolsResponseBodyNodepoolsManagementAutoVulFixPolicy extends $dara.Model {
511
+ /**
512
+ * @remarks
513
+ * Packages excluded from vulnerability fixes.
514
+ *
515
+ * @example
516
+ * kernel
517
+ */
474
518
  excludePackages?: string;
475
519
  /**
476
520
  * @remarks
477
- * Specifies whether to allow node restart. This parameter takes effect only if `auto_vul_fix` is set to true. Valid values:
521
+ * Indicates whether node restart is allowed. This parameter takes effect only when `auto_vul_fix=true`. Valid values:
522
+ *
523
+ * - `true`: Allows node restart.
478
524
  *
479
- * * `true`: allows node restart.
480
- * * `false`: does not allow node restart.
525
+ * - `false`: Disallows node restart.
481
526
  *
482
527
  * @example
483
528
  * true
@@ -485,11 +530,13 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsManagementAutoVulFixPo
485
530
  restartNode?: boolean;
486
531
  /**
487
532
  * @remarks
488
- * The severity level of CVEs that can be automatically patched. Multiple severity levels are separated by commas (,).
533
+ * Vulnerability levels that can be automatically fixed, separated by commas.
534
+ *
535
+ * - `asap`: High
536
+ *
537
+ * - `later`: Medium
489
538
  *
490
- * * `asap`: high.
491
- * * `later`: medium.
492
- * * `nntf`: low.
539
+ * - `nntf`: Low
493
540
  *
494
541
  * @example
495
542
  * asap,nntf
@@ -523,10 +570,11 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsManagementAutoVulFixPo
523
570
  export class DescribeClusterNodePoolsResponseBodyNodepoolsManagementUpgradeConfig extends $dara.Model {
524
571
  /**
525
572
  * @remarks
526
- * Specifies whether to enable auto update. Valid values:
573
+ * Indicates whether auto-upgrade is enabled. Valid values:
527
574
  *
528
- * * `true`
529
- * * `false`
575
+ * - `true`: Enables auto-upgrade.
576
+ *
577
+ * - `false`: Disables auto-upgrade.
530
578
  *
531
579
  * @example
532
580
  * true
@@ -534,9 +582,9 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsManagementUpgradeConfi
534
582
  autoUpgrade?: boolean;
535
583
  /**
536
584
  * @remarks
537
- * The maximum number of unavailable nodes. Valid values: 1 to 1000.
585
+ * Maximum number of unavailable nodes. Valid values: [1,1000].
538
586
  *
539
- * Default value: 1
587
+ * Default value: 1.
540
588
  *
541
589
  * @example
542
590
  * 1
@@ -544,7 +592,7 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsManagementUpgradeConfi
544
592
  maxUnavailable?: number;
545
593
  /**
546
594
  * @remarks
547
- * The number of nodes that are temporarily added to the node pool during an auto update. You must specify this parameter or `surge_percentage`.
595
+ * Number of extra nodes. Specify either this parameter or `surge_percentage`.
548
596
  *
549
597
  * @example
550
598
  * 5
@@ -552,9 +600,9 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsManagementUpgradeConfi
552
600
  surge?: number;
553
601
  /**
554
602
  * @remarks
555
- * The percentage of additional nodes to the total nodes in the node pool. You must specify this parameter or the `surge` parameter.
603
+ * Percentage of extra nodes. Specify either this parameter or `surge`.
556
604
  *
557
- * The number of additional nodes = The percentage of additional nodes × The number of nodes in the node pool. For example, if the percentage of additional nodes is 50% and the number of nodes in the node pool is 6, the number of additional nodes is 3.
605
+ * Number of extra nodes = surge percentage × number of nodes. For example, if you set the surge percentage to 50% and the current number of nodes is 6, the number of extra nodes is 50% × 6 = 3.
558
606
  *
559
607
  * @example
560
608
  * 50
@@ -588,12 +636,14 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsManagementUpgradeConfi
588
636
  }
589
637
 
590
638
  export class DescribeClusterNodePoolsResponseBodyNodepoolsManagement extends $dara.Model {
639
+ autoFaultDiagnosis?: boolean;
591
640
  /**
592
641
  * @remarks
593
- * Specifies whether to enable auto repair. This parameter takes effect only if `enable` is set to true. Valid values:
642
+ * Automatic repair. This parameter takes effect only when `enable=true`.
643
+ *
644
+ * - `true`: Enables automatic repair.
594
645
  *
595
- * * `true`
596
- * * `false`
646
+ * - `false`: Disables automatic repair.
597
647
  *
598
648
  * @example
599
649
  * true
@@ -601,15 +651,16 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsManagement extends $da
601
651
  autoRepair?: boolean;
602
652
  /**
603
653
  * @remarks
604
- * The auto node repair policy.
654
+ * Automatic node repair policy.
605
655
  */
606
656
  autoRepairPolicy?: DescribeClusterNodePoolsResponseBodyNodepoolsManagementAutoRepairPolicy;
607
657
  /**
608
658
  * @remarks
609
- * Specifies whether to enable auto node upgrade. This parameter takes effect only if `enable` is set to true.
659
+ * Indicates whether node auto-upgrade is enabled. This parameter takes effect only when `enable=true`.
610
660
  *
611
- * * `true`: Auto update is enabled.
612
- * * `false`: Auto update is disabled.
661
+ * - `true`: Enables auto-upgrade.
662
+ *
663
+ * - `false`: Disables auto-upgrade.
613
664
  *
614
665
  * @example
615
666
  * true
@@ -617,15 +668,16 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsManagement extends $da
617
668
  autoUpgrade?: boolean;
618
669
  /**
619
670
  * @remarks
620
- * The auto update policy.
671
+ * Auto-upgrade policy.
621
672
  */
622
673
  autoUpgradePolicy?: DescribeClusterNodePoolsResponseBodyNodepoolsManagementAutoUpgradePolicy;
623
674
  /**
624
675
  * @remarks
625
- * Indicates whether auto Common Vulnerabilities and Exposures (CVE) patching is enabled. This parameter takes effect only when `enable=true` is specified.
676
+ * Indicates whether CVEs are automatically fixed. This parameter takes effect only when `enable=true`.
677
+ *
678
+ * - `true`: Enables automatic CVE fixing.
626
679
  *
627
- * * `true`: enables auto CVE patching.
628
- * * `true`: disables auto CVE patching.
680
+ * - `false`: Disables automatic CVE fixing.
629
681
  *
630
682
  * @example
631
683
  * true
@@ -633,15 +685,16 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsManagement extends $da
633
685
  autoVulFix?: boolean;
634
686
  /**
635
687
  * @remarks
636
- * The auto CVE patching policy.
688
+ * CVE automatic fix policy.
637
689
  */
638
690
  autoVulFixPolicy?: DescribeClusterNodePoolsResponseBodyNodepoolsManagementAutoVulFixPolicy;
639
691
  /**
640
692
  * @remarks
641
- * Specifies whether to enable the managed node pool feature. Valid values:
693
+ * Indicates whether the managed node pool feature is enabled. Valid values:
642
694
  *
643
- * * `true`
644
- * * `false`: If you set this parameter to false, other parameters of `management` do not take effect.
695
+ * - `true`: Enables the managed node pool.
696
+ *
697
+ * - `false`: Disables the managed node pool. Other related configurations take effect only when `enable=true`.
645
698
  *
646
699
  * @example
647
700
  * true
@@ -649,11 +702,12 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsManagement extends $da
649
702
  enable?: boolean;
650
703
  /**
651
704
  * @remarks
652
- * The configurations of auto update. The configurations take effect only if `enable` is set to true.
705
+ * Auto-upgrade configuration. This parameter takes effect only when `enable=true`.
653
706
  */
654
707
  upgradeConfig?: DescribeClusterNodePoolsResponseBodyNodepoolsManagementUpgradeConfig;
655
708
  static names(): { [key: string]: string } {
656
709
  return {
710
+ autoFaultDiagnosis: 'auto_fault_diagnosis',
657
711
  autoRepair: 'auto_repair',
658
712
  autoRepairPolicy: 'auto_repair_policy',
659
713
  autoUpgrade: 'auto_upgrade',
@@ -667,6 +721,7 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsManagement extends $da
667
721
 
668
722
  static types(): { [key: string]: any } {
669
723
  return {
724
+ autoFaultDiagnosis: 'boolean',
670
725
  autoRepair: 'boolean',
671
726
  autoRepairPolicy: DescribeClusterNodePoolsResponseBodyNodepoolsManagementAutoRepairPolicy,
672
727
  autoUpgrade: 'boolean',
@@ -700,6 +755,10 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsManagement extends $da
700
755
  }
701
756
 
702
757
  export class DescribeClusterNodePoolsResponseBodyNodepoolsNodeComponentsConfig extends $dara.Model {
758
+ /**
759
+ * @remarks
760
+ * Custom configuration for node components.
761
+ */
703
762
  customConfig?: { [key: string]: string };
704
763
  static names(): { [key: string]: string } {
705
764
  return {
@@ -726,13 +785,23 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsNodeComponentsConfig e
726
785
  }
727
786
 
728
787
  export class DescribeClusterNodePoolsResponseBodyNodepoolsNodeComponents extends $dara.Model {
788
+ /**
789
+ * @remarks
790
+ * Node component configuration.
791
+ */
729
792
  config?: DescribeClusterNodePoolsResponseBodyNodepoolsNodeComponentsConfig;
730
793
  /**
794
+ * @remarks
795
+ * Node component name.
796
+ *
731
797
  * @example
732
798
  * kubelet
733
799
  */
734
800
  name?: string;
735
801
  /**
802
+ * @remarks
803
+ * Node component version.
804
+ *
736
805
  * @example
737
806
  * 1.33.3-aliyun.1
738
807
  */
@@ -766,6 +835,10 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsNodeComponents extends
766
835
  }
767
836
 
768
837
  export class DescribeClusterNodePoolsResponseBodyNodepoolsNodeConfigNodeOsConfig extends $dara.Model {
838
+ /**
839
+ * @remarks
840
+ * Hugepage configuration.
841
+ */
769
842
  hugepage?: Hugepage;
770
843
  static names(): { [key: string]: string } {
771
844
  return {
@@ -794,9 +867,13 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsNodeConfigNodeOsConfig
794
867
  export class DescribeClusterNodePoolsResponseBodyNodepoolsNodeConfig extends $dara.Model {
795
868
  /**
796
869
  * @remarks
797
- * The parameter settings of the kubelet.
870
+ * Kubelet parameter configuration.
798
871
  */
799
872
  kubeletConfiguration?: KubeletConfig;
873
+ /**
874
+ * @remarks
875
+ * Node operating system configuration.
876
+ */
800
877
  nodeOsConfig?: DescribeClusterNodePoolsResponseBodyNodepoolsNodeConfigNodeOsConfig;
801
878
  static names(): { [key: string]: string } {
802
879
  return {
@@ -830,18 +907,19 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsNodeConfig extends $da
830
907
  export class DescribeClusterNodePoolsResponseBodyNodepoolsNodepoolInfo extends $dara.Model {
831
908
  /**
832
909
  * @remarks
833
- * The time when the node pool was created.
910
+ * Time when the node pool was created.
834
911
  *
835
912
  * @example
836
- * 2020-09-27T19:14:09.156823496+08:00
913
+ * 2025-04-15T16:33:29.362888807+08:00
837
914
  */
838
915
  created?: string;
839
916
  /**
840
917
  * @remarks
841
- * Indicates whether the node pool is a default node pool. An Container Service for Kubernetes (ACK) cluster usually has only one default node pool. Valid values:
918
+ * Indicates whether the node pool is the default node pool. A cluster usually has only one default node pool. Valid values:
842
919
  *
843
- * * `true`: The node pool is a default node pool.
844
- * * `false`: The node pool is a non-default node pool.
920
+ * - `true`: Default node pool.
921
+ *
922
+ * - `false`: Non-default node pool.
845
923
  *
846
924
  * @example
847
925
  * true
@@ -849,7 +927,7 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsNodepoolInfo extends $
849
927
  isDefault?: boolean;
850
928
  /**
851
929
  * @remarks
852
- * The name of the node pool.
930
+ * Node pool name.
853
931
  *
854
932
  * @example
855
933
  * default-nodepool
@@ -857,7 +935,7 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsNodepoolInfo extends $
857
935
  name?: string;
858
936
  /**
859
937
  * @remarks
860
- * The node pool ID.
938
+ * Node pool ID.
861
939
  *
862
940
  * @example
863
941
  * np615c0e0966124216a0412e10afe0****
@@ -865,7 +943,7 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsNodepoolInfo extends $
865
943
  nodepoolId?: string;
866
944
  /**
867
945
  * @remarks
868
- * The region ID.
946
+ * Region ID.
869
947
  *
870
948
  * @example
871
949
  * cn-beijing
@@ -873,7 +951,7 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsNodepoolInfo extends $
873
951
  regionId?: string;
874
952
  /**
875
953
  * @remarks
876
- * The resource group ID.
954
+ * Resource group ID.
877
955
  *
878
956
  * @example
879
957
  * rg-acfmyvw3wjm****
@@ -881,11 +959,13 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsNodepoolInfo extends $
881
959
  resourceGroupId?: string;
882
960
  /**
883
961
  * @remarks
884
- * The type of node pool. Valid values:
962
+ * Node pool type. Valid values:
963
+ *
964
+ * - `ess`: Standard node pool (supports managed features and automatic elastic scaling).
885
965
  *
886
- * * `ess`: regular node pool, which supports the managed node pool feature and the auto scaling feature.
887
- * * `edge`: edge node pool
888
- * * `lingjun`: Lingjun node pool.
966
+ * - `edge`: Edge node pool.
967
+ *
968
+ * - `lingjun`: Lingjun node pool.
889
969
  *
890
970
  * @example
891
971
  * ess
@@ -893,10 +973,10 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsNodepoolInfo extends $
893
973
  type?: string;
894
974
  /**
895
975
  * @remarks
896
- * The time when the node pool was last updated.
976
+ * Time when the node pool was last updated.
897
977
  *
898
978
  * @example
899
- * 2020-09-27T20:37:46+08:00
979
+ * 2025-04-15T16:33:32.823+08:00
900
980
  */
901
981
  updated?: string;
902
982
  static names(): { [key: string]: string } {
@@ -937,7 +1017,7 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsNodepoolInfo extends $
937
1017
  export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroupPrivatePoolOptions extends $dara.Model {
938
1018
  /**
939
1019
  * @remarks
940
- * The private pool ID, which is the same as the ID of the elasticity assurance or capacity reservation for which the private pool is generated.
1020
+ * Private pool ID. This is the ID of an elasticity assurance service or capacity reservation service.
941
1021
  *
942
1022
  * @example
943
1023
  * eap-bp67acfmxazb4****
@@ -945,11 +1025,13 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroupPrivatePoo
945
1025
  id?: string;
946
1026
  /**
947
1027
  * @remarks
948
- * The type of the private node pool. This parameter specifies the type of the private node pool that is used to create instances. A private node pool is generated when an elasticity assurance or a capacity reservation service takes effect. The system selects a private node pool to launch instances. Valid values:
1028
+ * Private pool type. Specifies how instance startup uses private pool capacity. After an elasticity assurance service or capacity reservation service takes effect, it generates private pool capacity for instance startup. Valid values:
1029
+ *
1030
+ * - `Open`: Open mode. Automatically matches open-type private pool capacity. If no matching private pool capacity is available, public pool resources are used.
949
1031
  *
950
- * * `Open`: uses open private pool. The system selects an open private node pool to launch instances. If no matching open private node pool is available, the resources in the public node pool are used.
951
- * * `Target`: uses the specified private node pool. The system uses the resources of the specified private node pool to launch instances. If the specified private node pool is unavailable, instances cannot be launched.
952
- * * `None`: No private node pool is used. The resources of private node pools are not used to launch instances.
1032
+ * - `Target`: Target mode. Uses the specified private pool capacity to start instances. If the private pool capacity is unavailable, instance startup fails.
1033
+ *
1034
+ * - `None`: None mode. Instance startup does not use private pool capacity.
953
1035
  *
954
1036
  * @example
955
1037
  * Open
@@ -979,8 +1061,18 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroupPrivatePoo
979
1061
  }
980
1062
 
981
1063
  export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroupResourcePoolOptions extends $dara.Model {
1064
+ /**
1065
+ * @remarks
1066
+ * List of private pool IDs.
1067
+ */
982
1068
  privatePoolIds?: string[];
983
1069
  /**
1070
+ * @remarks
1071
+ * Resource pool strategy used when creating instances. Valid values:
1072
+ * PrivatePoolFirst: Private pool first.
1073
+ * PrivatePoolOnly: Private pool only.
1074
+ * None: Do not use resource pool strategy.
1075
+ *
984
1076
  * @example
985
1077
  * PrivatePoolFirst
986
1078
  */
@@ -1014,7 +1106,7 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroupResourcePo
1014
1106
  export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroupSpotPriceLimit extends $dara.Model {
1015
1107
  /**
1016
1108
  * @remarks
1017
- * The instance type of preemptible instances.
1109
+ * Spot instance type.
1018
1110
  *
1019
1111
  * @example
1020
1112
  * ecs.c6.large
@@ -1022,7 +1114,15 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroupSpotPriceL
1022
1114
  instanceType?: string;
1023
1115
  /**
1024
1116
  * @remarks
1025
- * The price cap for a single preemptible instance.
1117
+ * Market price range per instance.
1118
+ *
1119
+ * <props="china">
1120
+ *
1121
+ * Unit: CNY/hour.
1122
+ *
1123
+ *
1124
+ *
1125
+ * <props="intl">
1026
1126
  *
1027
1127
  * Unit: USD/hour.
1028
1128
  *
@@ -1056,10 +1156,11 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroupSpotPriceL
1056
1156
  export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $dara.Model {
1057
1157
  /**
1058
1158
  * @remarks
1059
- * Specifies whether to enable auto-renewal for the nodes in the node pool. This parameter takes effect only if `instance_charge_type` is set to `PrePaid`. Valid values:
1159
+ * Indicates whether auto-renewal is enabled for nodes. This parameter takes effect only when `instance_charge_type` is set to `PrePaid`. Valid values:
1060
1160
  *
1061
- * * `true`
1062
- * * `false`
1161
+ * - `true`: Enables auto-renewal.
1162
+ *
1163
+ * - `false`: Disables auto-renewal.
1063
1164
  *
1064
1165
  * @example
1065
1166
  * false
@@ -1067,10 +1168,11 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
1067
1168
  autoRenew?: boolean;
1068
1169
  /**
1069
1170
  * @remarks
1070
- * The auto-renewal period. Valid value:
1171
+ * Duration of each auto-renewal cycle. Valid values:
1172
+ *
1173
+ * - When PeriodUnit=Week: 1, 2, 3.
1071
1174
  *
1072
- * * Valid values when PeriodUnit is set to Week: 1, 2, and 3.
1073
- * * Valid values when PeriodUnit is set to Month: 1, 2, 3, 6, 12, 24, 36, 48, and 60
1175
+ * - When PeriodUnit=Month: 1, 2, 3, 6, 12, 24, 36, 48, 60.
1074
1176
  *
1075
1177
  * @example
1076
1178
  * 0
@@ -1078,9 +1180,9 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
1078
1180
  autoRenewPeriod?: number;
1079
1181
  /**
1080
1182
  * @remarks
1081
- * This parameter is deprecated.
1183
+ * [This field is deprecated.]
1082
1184
  *
1083
- * Use security_hardening_os instead.
1185
+ * Use the security_hardening_os parameter instead.
1084
1186
  *
1085
1187
  * @example
1086
1188
  * false
@@ -1090,10 +1192,11 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
1090
1192
  cisEnabled?: boolean;
1091
1193
  /**
1092
1194
  * @remarks
1093
- * Specifies whether to automatically create pay-as-you-go instances to meet the required number of ECS instances if preemptible instances cannot be created due to reasons such as the cost or insufficient inventory. This parameter takes effect if you set `multi_az_policy` to `COST_OPTIMIZED` Valid values:
1195
+ * When `multi_az_policy` is set to `COST_OPTIMIZED`, indicates whether to automatically attempt creating pay-as-you-go instances if sufficient spot instances cannot be created due to price or inventory issues. Valid values:
1094
1196
  *
1095
- * * `true`
1096
- * * `false`
1197
+ * - `true`: Allows automatic attempts to create pay-as-you-go instances to meet the required ECS instance count.
1198
+ *
1199
+ * - `false`: Disallows automatic attempts to create pay-as-you-go instances to meet the required ECS instance count.
1097
1200
  *
1098
1201
  * @example
1099
1202
  * true
@@ -1101,12 +1204,12 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
1101
1204
  compensateWithOnDemand?: boolean;
1102
1205
  /**
1103
1206
  * @remarks
1104
- * The configurations of the data disks that are mounted to the nodes in the node pool. The configurations include the disk category and disk size.
1207
+ * Combination of data disk types, sizes, and other configurations for nodes.
1105
1208
  */
1106
1209
  dataDisks?: DataDisk[];
1107
1210
  /**
1108
1211
  * @remarks
1109
- * The deployment set ID.
1212
+ * Deployment set ID.
1110
1213
  *
1111
1214
  * @example
1112
1215
  * ds-bp1d19mmbsv3jf6xxxxx
@@ -1114,46 +1217,60 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
1114
1217
  deploymentsetId?: string;
1115
1218
  /**
1116
1219
  * @remarks
1117
- * The expected number of nodes in the node pool.
1220
+ * Desired number of nodes in the node pool.
1118
1221
  *
1119
1222
  * @example
1120
1223
  * 2
1121
1224
  */
1122
1225
  desiredSize?: number;
1226
+ /**
1227
+ * @remarks
1228
+ * Block device initialization configuration.
1229
+ */
1123
1230
  diskInit?: DiskInit[];
1124
1231
  /**
1125
1232
  * @remarks
1126
- * The ID of the custom image. You can call the `DescribeKubernetesVersionMetadata` operation to query the images supported by ACK.
1233
+ * Custom image ID. You can query supported images using `DescribeKubernetesVersionMetadata`.
1127
1234
  *
1128
1235
  * @example
1129
- * aliyun_2_1903_x64_20G_alibase_20200529.vhd
1236
+ * aliyun_3_x64_20G_alibase_20241218.vhd
1130
1237
  */
1131
1238
  imageId?: string;
1132
1239
  /**
1133
1240
  * @remarks
1134
- * The type of the OS image.
1241
+ * Operating system image type.
1242
+ *
1243
+ * - `AliyunLinux`: Alinux2 image.
1244
+ *
1245
+ * - `AliyunLinuxSecurity`: Alinux2 UEFI image.
1246
+ *
1247
+ * - `AliyunLinux3`: Alinux3 image.
1248
+ *
1249
+ * - `AliyunLinux3Arm64`: Alinux3 ARM image.
1250
+ *
1251
+ * - `AliyunLinux3Security`: Alinux3 UEFI image.
1135
1252
  *
1136
- * * `AliyunLinux`: Alibaba Cloud Linux 2.
1137
- * * `AliyunLinuxSecurity`: Alibaba Cloud Linux 2 (UEFI).
1138
- * * `AliyunLinux3`: Alibaba Cloud Linux 3
1139
- * * `AliyunLinux3Arm64`: Alibaba Cloud Linux 3 (ARM).
1140
- * * `AliyunLinux3Security`: Alibaba Cloud Linux 3 (UEFI).
1141
- * * `CentOS`: CentOS.
1142
- * * `Windows`: Windows.
1143
- * * `WindowsCore`: Windows Core.
1144
- * * `ContainerOS`: ContainerOS.
1145
- * * `AliyunLinux3ContainerOptimized`: Alibaba Cloud Linux 3 Container-optimized.
1253
+ * - `CentOS`: CentOS image.
1254
+ *
1255
+ * - `Windows`: Windows image.
1256
+ *
1257
+ * - `WindowsCore`: WindowsCore image.
1258
+ *
1259
+ * - `ContainerOS`: Container-optimized image.
1260
+ *
1261
+ * - `AliyunLinux3ContainerOptimized`: Alinux3 container-optimized image.
1146
1262
  *
1147
1263
  * @example
1148
- * AliyunLinux
1264
+ * AliyunLinux3
1149
1265
  */
1150
1266
  imageType?: string;
1151
1267
  /**
1152
1268
  * @remarks
1153
- * The billing method of the nodes in the node pool. Valid values:
1269
+ * Billing method for nodes in the node pool. Valid values:
1154
1270
  *
1155
- * * `PrePaid`: subscription.
1156
- * * `PostPaid`: pay-as-you-go.
1271
+ * - `PrePaid`: Subscription.
1272
+ *
1273
+ * - `PostPaid`: Pay-as-you-go.
1157
1274
  *
1158
1275
  * @example
1159
1276
  * PostPaid
@@ -1161,12 +1278,12 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
1161
1278
  instanceChargeType?: string;
1162
1279
  /**
1163
1280
  * @remarks
1164
- * The attribute configurations of the instance.
1281
+ * Instance attribute configuration.
1165
1282
  */
1166
1283
  instancePatterns?: InstancePatterns[];
1167
1284
  /**
1168
1285
  * @remarks
1169
- * The list of instance types. You can select multiple instance types. When the system needs to create a node, it starts from the first instance type until the node is created. The instance type that is used to create the node varies based on the inventory.
1286
+ * List of node instance types. You can select multiple instance types as alternatives. When creating a node, the system attempts to purchase instances starting from the first type until successful. The actual purchased instance type may vary due to inventory availability.
1170
1287
  *
1171
1288
  * @example
1172
1289
  * ecs.n4.large
@@ -1174,10 +1291,11 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
1174
1291
  instanceTypes?: string[];
1175
1292
  /**
1176
1293
  * @remarks
1177
- * The metering method of the public IP address.
1294
+ * Billing method for public network bandwidth of nodes.
1295
+ *
1296
+ * - PayByBandwidth: Pay-by-bandwidth.
1178
1297
  *
1179
- * * PayByBandwidth: pay-by-data-transfer.
1180
- * * PayByTraffic: pay-by-data-transfer.
1298
+ * - PayByTraffic: Pay-by-traffic.
1181
1299
  *
1182
1300
  * @example
1183
1301
  * PayByBandwidth
@@ -1185,7 +1303,7 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
1185
1303
  internetChargeType?: string;
1186
1304
  /**
1187
1305
  * @remarks
1188
- * The maximum outbound bandwidth of the public IP address. Unit: Mbit/s. Valid values: 1 to 100.
1306
+ * Maximum outbound public bandwidth for nodes. Unit: Mbps. Valid values: 1 to 100.
1189
1307
  *
1190
1308
  * @example
1191
1309
  * 10
@@ -1193,9 +1311,9 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
1193
1311
  internetMaxBandwidthOut?: number;
1194
1312
  /**
1195
1313
  * @remarks
1196
- * The name of the key pair. You must specify this parameter or the `login_password` parameter.
1314
+ * Key pair name. Specify either this parameter or `login_password`.
1197
1315
  *
1198
- * You must specify the `key_pair` parameter if the node pool is a managed node pool.
1316
+ * For managed node pools, only `key_pair` is supported.
1199
1317
  *
1200
1318
  * @example
1201
1319
  * pro-nodepool
@@ -1203,10 +1321,11 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
1203
1321
  keyPair?: string;
1204
1322
  /**
1205
1323
  * @remarks
1206
- * Indicates whether a non-root user can log on to an Elastic Compute Service (ECS) instance added to the node pool.
1324
+ * Indicates whether to log on to the ECS instance as a non-root user.
1207
1325
  *
1208
- * * true: Logs in as a non-root user (ecs-user).
1209
- * * false: Logs in as the root user.
1326
+ * - true: Log on as the non-root user (ecs-user).
1327
+ *
1328
+ * - false: Log on as the root user.
1210
1329
  *
1211
1330
  * @example
1212
1331
  * true
@@ -1214,9 +1333,9 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
1214
1333
  loginAsNonRoot?: boolean;
1215
1334
  /**
1216
1335
  * @remarks
1217
- * The password for SSH logon. You must specify 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.
1336
+ * SSH logon password. Specify either this parameter or `key_pair`. The password must be 8 to 30 characters long and contain at least three of the following: uppercase letters, lowercase letters, digits, and special characters.
1218
1337
  *
1219
- * The returned password is encrypted to ensure security.
1338
+ * For security reasons, the returned password is encrypted.
1220
1339
  *
1221
1340
  * @example
1222
1341
  * ******
@@ -1224,17 +1343,15 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
1224
1343
  loginPassword?: string;
1225
1344
  /**
1226
1345
  * @remarks
1227
- * The ECS instance scaling policy for the multi-zone scaling group. Valid values:
1228
- *
1229
- * * `PRIORITY`: ECS instances are created based on the VSwitchIds.N parameter. If Auto Scaling fails to create an ECS instance in the zone of the vSwitch that has the highest priority, Auto Scaling attempts to create the ECS instance in the zone of the vSwitch that has a lower priority.
1346
+ * ECS instance scaling policy for multi-zone scaling groups. Valid values:
1230
1347
  *
1231
- * * `COST_OPTIMIZED`: ECS instances are created based on the vCPU unit price in ascending order. Preemptible instances are preferably created when preemptible instance types are specified in the scaling configuration. You can specify `CompensateWithOnDemand` to specify whether to automatically create pay-as-you-go instances if preemptible instances cannot be created due to insufficient resources.
1348
+ * - `PRIORITY`: Scales based on the virtual switches (VSwitchIds.N) you define. If ECS instances cannot be created in the zone of a higher-priority virtual switch, the system automatically uses the next priority virtual switch.
1232
1349
  *
1233
- * **
1350
+ * - `COST_OPTIMIZED`: Attempts to create instances from lowest to highest vCPU price. When multiple instance types or spot billing are configured, spot instances are prioritized. You can use the `CompensateWithOnDemand` parameter to specify whether to automatically attempt pay-as-you-go instance creation if spot instances cannot be created due to inventory or other reasons.
1234
1351
  *
1235
- * **Note** `COST_OPTIMIZED` takes effect only if multiple instance types are specified or at least one preemptible instance type is specified.
1352
+ * > `COST_OPTIMIZED` takes effect only when multiple instance types are configured or spot instances are selected.
1236
1353
  *
1237
- * * `BALANCE`: ECS instances are evenly distributed across multiple zones specified by the scaling group. If the distribution of ECS instances across zones is not balanced due to reasons such as insufficient inventory, you can call the `RebalanceInstances` operation to evenly distribute the ECS instances across zones. For more information, see [RebalanceInstances](https://help.aliyun.com/document_detail/71516.html).
1354
+ * - `BALANCE`: Distributes ECS instances evenly across the specified zones. If zones become unbalanced due to inventory shortages, you can use the `RebalanceInstances` API to rebalance resources. For more information, see [RebalanceInstances](https://help.aliyun.com/document_detail/71516.html).
1238
1355
  *
1239
1356
  * @example
1240
1357
  * COST_OPTIMIZED
@@ -1242,7 +1359,7 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
1242
1359
  multiAzPolicy?: string;
1243
1360
  /**
1244
1361
  * @remarks
1245
- * The minimum number of pay-as-you-go instances that must be kept in the scaling group. Valid values: 0 to 1000. If the number of pay-as-you-go instances is smaller than the value of this parameter, Auto Scaling preferably creates pay-as-you-go instances
1362
+ * Minimum number of pay-as-you-go instances required in the scaling group. Valid values: [0,1000]. If the number of pay-as-you-go instances is less than this value, pay-as-you-go instances are prioritized for creation.
1246
1363
  *
1247
1364
  * @example
1248
1365
  * 0
@@ -1250,7 +1367,7 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
1250
1367
  onDemandBaseCapacity?: number;
1251
1368
  /**
1252
1369
  * @remarks
1253
- * The percentage of pay-as-you-go instances among the extra instances that exceed the number specified by `on_demand_base_capacity`. Valid values: 0 to 100.
1370
+ * Percentage of pay-as-you-go instances among instances exceeding the minimum pay-as-you-go instance count (`on_demand_base_capacity`). Valid values: [0,100].
1254
1371
  *
1255
1372
  * @example
1256
1373
  * 20
@@ -1258,10 +1375,11 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
1258
1375
  onDemandPercentageAboveBaseCapacity?: number;
1259
1376
  /**
1260
1377
  * @remarks
1261
- * The subscription duration of the nodes in the node pool. This parameter is available and required only when `instance_charge_type` is set to `PrePaid`.
1378
+ * Subscription duration for nodes. This parameter takes effect and is required only when `instance_charge_type` is set to `PrePaid`.
1262
1379
  *
1263
- * * If `period_unit` is set to Week, the valid values of `period` are 1, 2, 3, and 4.
1264
- * * If `period_unit` is set to Month, the valid values of `period` are 1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 24, 36, 48, and 60.
1380
+ * - When `period_unit=Week`, valid values for `period` are {1, 2, 3, 4}.
1381
+ *
1382
+ * - When `period_unit=Month`, valid values for `period` are {1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 24, 36, 48, 60}.
1265
1383
  *
1266
1384
  * @example
1267
1385
  * 1
@@ -1269,10 +1387,11 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
1269
1387
  period?: number;
1270
1388
  /**
1271
1389
  * @remarks
1272
- * The billing cycle of the nodes in the node pool. This parameter is required if you set `instance_charge_type` to `PrePaid`. Valid values:
1390
+ * Billing cycle for nodes. Specify this parameter when `instance_charge_type` is set to `PrePaid`.
1391
+ *
1392
+ * - `Month`: Billed monthly.
1273
1393
  *
1274
- * * `Month`: The subscription duration is measured in months.
1275
- * * `Week`: The subscription duration is measured in weeks.
1394
+ * - `Week`: Billed weekly.
1276
1395
  *
1277
1396
  * @example
1278
1397
  * Month
@@ -1280,14 +1399,17 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
1280
1399
  periodUnit?: string;
1281
1400
  /**
1282
1401
  * @remarks
1283
- * This parameter is deprecated.
1402
+ * [This field is deprecated.]
1403
+ *
1404
+ * Operating system distribution. Valid values:
1405
+ *
1406
+ * - `CentOS`
1284
1407
  *
1285
- * The OS distribution that is used. Valid values:
1408
+ * - `AliyunLinux`
1286
1409
  *
1287
- * * `CentOS`
1288
- * * `AliyunLinux`
1289
- * * `Windows`
1290
- * * `WindowsCore`
1410
+ * - `Windows`
1411
+ *
1412
+ * - `WindowsCore`
1291
1413
  *
1292
1414
  * @example
1293
1415
  * AliyunLinux
@@ -1295,12 +1417,12 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
1295
1417
  platform?: string;
1296
1418
  /**
1297
1419
  * @remarks
1298
- * The configurations of the private node pool.
1420
+ * Private pool options.
1299
1421
  */
1300
1422
  privatePoolOptions?: DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroupPrivatePoolOptions;
1301
1423
  /**
1302
1424
  * @remarks
1303
- * This field is deprecated and replaced by the ram_role_name parameter.
1425
+ * This field is deprecated. Use ram_role_name instead.
1304
1426
  *
1305
1427
  * @example
1306
1428
  * KubernetesWorkerRole-021dc54f-929b-437a-8ae0-34c24d3e****
@@ -1316,13 +1438,17 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
1316
1438
  ramRoleName?: string;
1317
1439
  /**
1318
1440
  * @remarks
1319
- * The ApsaraDB RDS instances. If you specify the list of ApsaraDB RDS instances, ECS instances in the cluster are automatically added to the whitelist of the ApsaraDB RDS instances.
1441
+ * If RDS instances are specified, ECS nodes in the cluster are automatically added to the RDS access whitelist.
1320
1442
  */
1321
1443
  rdsInstances?: string[];
1444
+ /**
1445
+ * @remarks
1446
+ * Resource pool and strategy used when creating instances.
1447
+ */
1322
1448
  resourcePoolOptions?: DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroupResourcePoolOptions;
1323
1449
  /**
1324
1450
  * @remarks
1325
- * The scaling group ID.
1451
+ * Scaling group ID.
1326
1452
  *
1327
1453
  * @example
1328
1454
  * asg-2ze8n5qw4atggut8****
@@ -1330,10 +1456,11 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
1330
1456
  scalingGroupId?: string;
1331
1457
  /**
1332
1458
  * @remarks
1333
- * The scaling mode of the scaling group. Valid values:
1459
+ * Scaling group mode. Valid values:
1334
1460
  *
1335
- * * `release`: the standard mode. ECS instances are created and released based on the resource usage.
1336
- * * `recycle`: the swift mode. ECS instances are created, stopped, or started during scaling events. This reduces the time required for the next scale-out event. When the instance is stopped, you are charged only for the storage service. This does not apply to ECS instances that are attached to local disks.
1461
+ * - `release`: Standard mode. Scales by creating or releasing ECS instances based on resource usage.
1462
+ *
1463
+ * - `recycle`: Fast mode. Scales by creating, stopping, or starting instances to speed up subsequent scaling operations. (Stopped instances incur no compute charges, only storage fees, except for local-disk instance types.)
1337
1464
  *
1338
1465
  * @example
1339
1466
  * release
@@ -1341,9 +1468,9 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
1341
1468
  scalingPolicy?: string;
1342
1469
  /**
1343
1470
  * @remarks
1344
- * This parameter is deprecated.
1471
+ * [This field is deprecated.]
1345
1472
  *
1346
- * The ID of the security group to which the node pool is added. If the node pool is added to multiple security groups, the first ID in the value of `security_group_ids` is returned.
1473
+ * Security group ID for the node pool. When multiple security groups are bound to the node pool, this value is the first value in `security_group_ids`.
1347
1474
  *
1348
1475
  * @example
1349
1476
  * sg-2ze1iuk12m2sb4c4****
@@ -1351,15 +1478,16 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
1351
1478
  securityGroupId?: string;
1352
1479
  /**
1353
1480
  * @remarks
1354
- * The IDs of security groups for the node pool.
1481
+ * List of security group IDs for the node pool.
1355
1482
  */
1356
1483
  securityGroupIds?: string[];
1357
1484
  /**
1358
1485
  * @remarks
1359
- * Indicates whether Alibaba Cloud Linux Security Hardening is enabled. Valid values:
1486
+ * Alibaba Cloud OS security hardening. Valid values:
1487
+ *
1488
+ * - `true`: Enables Alibaba Cloud OS security hardening.
1360
1489
  *
1361
- * * `true`: Alibaba Cloud Linux Security Hardening is enabled.
1362
- * * `false`: Alibaba Cloud Linux Security Hardening is disabled.
1490
+ * - `false`: Disables Alibaba Cloud OS security hardening.
1363
1491
  *
1364
1492
  * Default value: `false`.
1365
1493
  *
@@ -1369,7 +1497,7 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
1369
1497
  securityHardeningOs?: boolean;
1370
1498
  /**
1371
1499
  * @remarks
1372
- * Specifies whether to enable reinforcement based on classified protection. You can enable reinforcement based on classified protection only if Alibaba Cloud Linux 2 or Alibaba Cloud Linux 3 is installed on nodes. Alibaba Cloud provides standards for baseline check and a scanner to ensure the compliance of Alibaba Cloud Linux 2 and Alibaba Cloud Linux 3 images with the level 3 standards of classified protection.
1500
+ * Indicates whether classified protection compliance hardening is enabled. You can enable this feature for nodes only when Alibaba Cloud Linux 2 or Alibaba Cloud Linux 3 is selected as the OS image. Alibaba Cloud provides baseline check standards and scanning programs for MLPS 2.0 Level-3 compliance for Alibaba Cloud Linux 2 and Alibaba Cloud Linux 3 images.
1373
1501
  *
1374
1502
  * @example
1375
1503
  * false
@@ -1377,7 +1505,7 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
1377
1505
  socEnabled?: boolean;
1378
1506
  /**
1379
1507
  * @remarks
1380
- * The number of instance types that are available for creating preemptible instances. Auto Scaling creates preemptible instances of multiple instance types that are available at the lowest cost. Valid values: 1 to 10.
1508
+ * Number of available instance types. The scaling group creates spot instances evenly across the lowest-cost instance types. Valid values: [1,10].
1381
1509
  *
1382
1510
  * @example
1383
1511
  * 5
@@ -1385,10 +1513,11 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
1385
1513
  spotInstancePools?: number;
1386
1514
  /**
1387
1515
  * @remarks
1388
- * Specifies whether to enable the supplementation of preemptible instances. If the supplementation of preemptible instances is enabled, when the scaling group receives a system message that a preemptible instance is to be reclaimed, the scaling group attempts to create a new instance to replace this instance. Valid values:
1516
+ * Indicates whether to replenish spot instances. When enabled, if the system receives a notification that a spot instance will be reclaimed, the scaling group attempts to create a new instance to replace the instance to be reclaimed. Valid values:
1517
+ *
1518
+ * - `true`: Enables replenishment.
1389
1519
  *
1390
- * * `true`
1391
- * * `false`
1520
+ * - `false`: Disables replenishment.
1392
1521
  *
1393
1522
  * @example
1394
1523
  * false
@@ -1396,18 +1525,20 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
1396
1525
  spotInstanceRemedy?: boolean;
1397
1526
  /**
1398
1527
  * @remarks
1399
- * The bid configurations of preemptible instances.
1528
+ * Market price range configuration for spot instances.
1400
1529
  */
1401
1530
  spotPriceLimit?: DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroupSpotPriceLimit[];
1402
1531
  /**
1403
1532
  * @remarks
1404
- * The bidding policy of preemptible instances. Valid values:
1533
+ * Spot instance type. Valid values:
1534
+ *
1535
+ * - NoSpot: Regular instance.
1536
+ *
1537
+ * - SpotWithPriceLimit: Sets a maximum price for spot instances.
1405
1538
  *
1406
- * * NoSpot: non-preemptible.
1407
- * * SpotWithPriceLimit: specifies the highest bid.
1408
- * * SpotAsPriceGo: automatically submits bids based on the up-to-date market price.
1539
+ * - SpotAsPriceGo: Uses the current market price.
1409
1540
  *
1410
- * For more information, see [Create a preemptible elastic container instance](https://help.aliyun.com/document_detail/157759.html).
1541
+ * For more information, see [Spot instances](https://help.aliyun.com/document_detail/157759.html).
1411
1542
  *
1412
1543
  * @example
1413
1544
  * NoSpot
@@ -1415,12 +1546,13 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
1415
1546
  spotStrategy?: string;
1416
1547
  /**
1417
1548
  * @remarks
1418
- * Specifies whether to enable the burst feature for the system disk. Valid values:
1549
+ * Indicates whether burst performance is enabled for the system disk. Valid values:
1419
1550
  *
1420
- * * true: enables the burst feature.
1421
- * * false: disables the burst feature.
1551
+ * - true: Enabled. When facing sudden read/write pressure from fluctuating workloads, the disk temporarily boosts performance based on actual workload conditions until the workload stabilizes.
1422
1552
  *
1423
- * 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).
1553
+ * - false: Disabled.
1554
+ *
1555
+ * This parameter is supported 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).
1424
1556
  *
1425
1557
  * @example
1426
1558
  * true
@@ -1428,18 +1560,22 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
1428
1560
  systemDiskBurstingEnabled?: boolean;
1429
1561
  /**
1430
1562
  * @remarks
1431
- * The categories of system disks. The system creates system disks of a disk category with a lower priority if the disk category with a higher priority is unavailable.
1563
+ * Multiple system disk types. If the system cannot use a higher-priority disk type, it automatically tries the next priority disk type to create the system disk.
1432
1564
  */
1433
1565
  systemDiskCategories?: string[];
1434
1566
  /**
1435
1567
  * @remarks
1436
- * The type of system disk. Valid values:
1568
+ * System disk type for nodes. Valid values:
1569
+ *
1570
+ * - `cloud_efficiency`: Ultra disk.
1571
+ *
1572
+ * - `cloud_ssd`: Standard SSD.
1573
+ *
1574
+ * - `cloud_essd`: Enterprise SSD.
1437
1575
  *
1438
- * * `cloud_efficiency`: ultra disk
1439
- * * `cloud_ssd`: SSD
1440
- * * `cloud_essd`: Enterprise ESSD (ESSD).
1441
- * * `cloud_auto`: ESSD AutoPL disk.
1442
- * * `cloud_essd_entry`: ESSD Entry disk.
1576
+ * - `cloud_auto`: ESSD AutoPL disk.
1577
+ *
1578
+ * - `cloud_essd_entry`: ESSD Entry disk.
1443
1579
  *
1444
1580
  * @example
1445
1581
  * cloud_efficiency
@@ -1447,7 +1583,7 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
1447
1583
  systemDiskCategory?: string;
1448
1584
  /**
1449
1585
  * @remarks
1450
- * The encryption algorithm that is used to encrypt the system disk. The value is aes-256.
1586
+ * Encryption algorithm used for the system disk. Valid values: aes-256.
1451
1587
  *
1452
1588
  * @example
1453
1589
  * aes-256
@@ -1455,10 +1591,11 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
1455
1591
  systemDiskEncryptAlgorithm?: string;
1456
1592
  /**
1457
1593
  * @remarks
1458
- * Specifies whether to encrypt the system disk. Valid values:
1594
+ * Indicates whether the system disk is encrypted. Valid values:
1595
+ *
1596
+ * - true: Encrypted.
1459
1597
  *
1460
- * * true
1461
- * * false
1598
+ * - false: Not encrypted.
1462
1599
  *
1463
1600
  * @example
1464
1601
  * false
@@ -1466,7 +1603,7 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
1466
1603
  systemDiskEncrypted?: boolean;
1467
1604
  /**
1468
1605
  * @remarks
1469
- * The ID of the Key Management Service (KMS) key that is used to encrypt the system disk.
1606
+ * KMS key ID used for the system disk.
1470
1607
  *
1471
1608
  * @example
1472
1609
  * 0e478b7a-4262-4802-b8cb-00d3fb40****
@@ -1474,12 +1611,15 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
1474
1611
  systemDiskKmsKeyId?: string;
1475
1612
  /**
1476
1613
  * @remarks
1477
- * The performance level (PL) of the system disk. This parameter takes effect only for an ESSD. You can specify a higher PL if you increase the size of a data disk. For more information, see [ESSDs](https://help.aliyun.com/document_detail/122389.html).
1614
+ * Disk performance level for the system disk. This parameter applies only to ESSD disks. Disk performance levels depend on disk size. For more information, see [ESSD disks](https://help.aliyun.com/document_detail/122389.html).
1615
+ *
1616
+ * - PL0: Moderate I/O performance with stable read/write latency.
1617
+ *
1618
+ * - PL1: Moderate I/O performance with stable read/write latency.
1478
1619
  *
1479
- * * PL0: moderate maximum concurrent I/O performance and low I/O latency.
1480
- * * PL1: moderate maximum concurrent I/O performance and low I/O latency.
1481
- * * PL2: high maximum concurrent I/O performance and low I/O latency.
1482
- * * PL3: ultra-high maximum concurrent I/O performance and ultra-low I/O latency.
1620
+ * - PL2: High I/O performance with stable read/write latency.
1621
+ *
1622
+ * - PL3: Extremely high I/O performance with highly stable read/write latency.
1483
1623
  *
1484
1624
  * @example
1485
1625
  * PL1
@@ -1487,7 +1627,7 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
1487
1627
  systemDiskPerformanceLevel?: string;
1488
1628
  /**
1489
1629
  * @remarks
1490
- * The predefined read and write IOPS of the system disk when the disk type is cloud_auto.
1630
+ * Provisioned read/write IOPS for the system disk. Configure this parameter when the disk type is cloud_auto.
1491
1631
  *
1492
1632
  * @example
1493
1633
  * 1000
@@ -1495,23 +1635,30 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
1495
1635
  systemDiskProvisionedIops?: number;
1496
1636
  /**
1497
1637
  * @remarks
1498
- * The size of the system disk in GiB.
1638
+ * System disk size for nodes. Unit: GiB.
1499
1639
  *
1500
- * Valid values: 20 to 2048.
1640
+ * Valid values: [20,2048].
1501
1641
  *
1502
1642
  * @example
1503
1643
  * 120
1504
1644
  */
1505
1645
  systemDiskSize?: number;
1646
+ /**
1647
+ * @remarks
1648
+ * System disk snapshot policy.
1649
+ *
1650
+ * @example
1651
+ * sp-0jl6xnmme8v7o935****
1652
+ */
1506
1653
  systemDiskSnapshotPolicyId?: string;
1507
1654
  /**
1508
1655
  * @remarks
1509
- * The label to be added to the ECS instances.
1656
+ * ECS instance tags.
1510
1657
  */
1511
1658
  tags?: Tag[];
1512
1659
  /**
1513
1660
  * @remarks
1514
- * The vSwitch IDs.
1661
+ * List of virtual switch IDs.
1515
1662
  */
1516
1663
  vswitchIds?: string[];
1517
1664
  static names(): { [key: string]: string } {
@@ -1674,7 +1821,7 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
1674
1821
  export class DescribeClusterNodePoolsResponseBodyNodepoolsStatus extends $dara.Model {
1675
1822
  /**
1676
1823
  * @remarks
1677
- * The number of failed nodes.
1824
+ * Number of failed instances.
1678
1825
  *
1679
1826
  * @example
1680
1827
  * 0
@@ -1682,7 +1829,7 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsStatus extends $dara.M
1682
1829
  failedNodes?: number;
1683
1830
  /**
1684
1831
  * @remarks
1685
- * The number of healthy nodes.
1832
+ * Number of healthy instances.
1686
1833
  *
1687
1834
  * @example
1688
1835
  * 3
@@ -1690,7 +1837,7 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsStatus extends $dara.M
1690
1837
  healthyNodes?: number;
1691
1838
  /**
1692
1839
  * @remarks
1693
- * The number of nodes that are being created.
1840
+ * Number of nodes being created.
1694
1841
  *
1695
1842
  * @example
1696
1843
  * 0
@@ -1698,7 +1845,7 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsStatus extends $dara.M
1698
1845
  initialNodes?: number;
1699
1846
  /**
1700
1847
  * @remarks
1701
- * The number of offline nodes.
1848
+ * Number of offline nodes.
1702
1849
  *
1703
1850
  * @example
1704
1851
  * 0
@@ -1706,7 +1853,7 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsStatus extends $dara.M
1706
1853
  offlineNodes?: number;
1707
1854
  /**
1708
1855
  * @remarks
1709
- * The number of nodes that are being removed.
1856
+ * Number of nodes being removed.
1710
1857
  *
1711
1858
  * @example
1712
1859
  * 0
@@ -1714,7 +1861,7 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsStatus extends $dara.M
1714
1861
  removingNodes?: number;
1715
1862
  /**
1716
1863
  * @remarks
1717
- * The number of running nodes.
1864
+ * Number of active nodes.
1718
1865
  *
1719
1866
  * @example
1720
1867
  * 3
@@ -1722,13 +1869,17 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsStatus extends $dara.M
1722
1869
  servingNodes?: number;
1723
1870
  /**
1724
1871
  * @remarks
1725
- * The status of the node pool. Valid values:
1872
+ * Node pool state. Valid values:
1873
+ *
1874
+ * - `active`: Activated.
1875
+ *
1876
+ * - `scaling`: Scaling.
1877
+ *
1878
+ * - `removing`: Removing nodes.
1726
1879
  *
1727
- * * `active`: The node pool is active.
1728
- * * `scaling`: The node pool is being scaled.
1729
- * * `removing`: The nodes are being removed from the node pool.
1730
- * * `deleting`: The node pool is being deleted.
1731
- * * `updating`: The node pool is being updated.
1880
+ * - `deleting`: Deleting.
1881
+ *
1882
+ * - `updating`: Updating.
1732
1883
  *
1733
1884
  * @example
1734
1885
  * active
@@ -1736,7 +1887,7 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsStatus extends $dara.M
1736
1887
  state?: string;
1737
1888
  /**
1738
1889
  * @remarks
1739
- * The total number of nodes in the node pool.
1890
+ * Total number of nodes in the node pool.
1740
1891
  *
1741
1892
  * @example
1742
1893
  * 3
@@ -1780,10 +1931,11 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsStatus extends $dara.M
1780
1931
  export class DescribeClusterNodePoolsResponseBodyNodepoolsTeeConfig extends $dara.Model {
1781
1932
  /**
1782
1933
  * @remarks
1783
- * Specifies whether to enable confidential computing for the cluster. Valid values:
1934
+ * Indicates whether confidential computing is enabled. Valid values:
1935
+ *
1936
+ * - `true`: Enabled.
1784
1937
  *
1785
- * * `true`
1786
- * * `false`
1938
+ * - `false`: Disabled.
1787
1939
  *
1788
1940
  * @example
1789
1941
  * false
@@ -1811,73 +1963,86 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsTeeConfig extends $dar
1811
1963
  }
1812
1964
 
1813
1965
  export class DescribeClusterNodePoolsResponseBodyNodepools extends $dara.Model {
1966
+ /**
1967
+ * @remarks
1968
+ * Intelligent management configuration.
1969
+ */
1814
1970
  autoMode?: DescribeClusterNodePoolsResponseBodyNodepoolsAutoMode;
1815
1971
  /**
1816
1972
  * @remarks
1817
- * The configurations about auto scaling.
1973
+ * Automatic scaling configuration.
1818
1974
  */
1819
1975
  autoScaling?: DescribeClusterNodePoolsResponseBodyNodepoolsAutoScaling;
1976
+ /**
1977
+ * @remarks
1978
+ * Lingjun node group information.
1979
+ */
1820
1980
  efloNodeGroup?: DescribeClusterNodePoolsResponseBodyNodepoolsEfloNodeGroup;
1821
1981
  /**
1822
1982
  * @remarks
1823
- * This parameter is discontinued.
1983
+ * [This field is deprecated.]
1824
1984
  *
1825
- * The network configurations of the edge node pool. This parameter takes effect only on edge node pools.
1985
+ * Network configuration for edge node pools. This parameter applies only to edge-type node pools.
1826
1986
  */
1827
1987
  interconnectConfig?: DescribeClusterNodePoolsResponseBodyNodepoolsInterconnectConfig;
1828
1988
  /**
1829
1989
  * @remarks
1830
- * The network type of the edge node pool. This parameter takes effect only if you set `type` of the node pool to `edge`. Valid values:
1990
+ * Network type for edge node pools. This parameter applies only to node pools where `type` is `edge`. Valid values:
1831
1991
  *
1832
- * * `basic`: Internet. Nodes in the node pool communicate with nodes in the cloud over the Internet. Applications deployed on the edge nodes cannot directly access virtual private clouds (VPCs) over the Internet.
1833
- * * `private`: private network. You can connect nodes in the node pool to the cloud by using Express Connect, VPN, or Cloud Enterprise Network (CEN). This greatly improves the quality and security of cloud-edge communication.
1992
+ * - `basic`: Public network. Nodes in the node pool interact with cloud nodes over the public network and cannot directly access the VPC intranet.
1993
+ *
1994
+ * - `private`: Private network. Nodes in the node pool connect to the cloud through leased lines, VPN, or CEN, providing higher cloud-edge communication quality and better security.
1834
1995
  *
1835
1996
  * @example
1836
- * improved
1997
+ * basic
1837
1998
  */
1838
1999
  interconnectMode?: string;
1839
2000
  /**
1840
2001
  * @remarks
1841
- * The configurations of the cluster.
2002
+ * Cluster-related configuration.
1842
2003
  */
1843
2004
  kubernetesConfig?: DescribeClusterNodePoolsResponseBodyNodepoolsKubernetesConfig;
1844
2005
  /**
1845
2006
  * @remarks
1846
- * The configuration of the managed node pool feature. The configuration takes effect only for ACK Pro managed clusters.
2007
+ * Managed node pool configuration. This parameter takes effect only for professional managed clusters.
1847
2008
  */
1848
2009
  management?: DescribeClusterNodePoolsResponseBodyNodepoolsManagement;
1849
2010
  /**
1850
2011
  * @remarks
1851
- * The maximum number of nodes that can be created in the edge node pool. The value of this parameter must be greater than or equal to 0. A value of 0 indicates that the number of nodes in the node pool is limited only by the quota of nodes in the cluster. In most cases, this parameter is set to a value larger than 0 for edge node pools. This parameter is set to 0 for node pools whose types are ess or default edge node pools.
2012
+ * Maximum number of nodes allowed in an edge node pool. This parameter is greater than or equal to 0. A value of 0 means no additional limit (only limited by the overall cluster capacity). This parameter is usually greater than 0 for edge node pools, and 0 for ess-type node pools and default edge-type node pools.
1852
2013
  *
1853
2014
  * @example
1854
2015
  * 10
1855
2016
  */
1856
2017
  maxNodes?: number;
2018
+ /**
2019
+ * @remarks
2020
+ * List of node components.
2021
+ */
1857
2022
  nodeComponents?: DescribeClusterNodePoolsResponseBodyNodepoolsNodeComponents[];
1858
2023
  /**
1859
2024
  * @remarks
1860
- * The configurations of nodes.
2025
+ * Node configuration.
1861
2026
  */
1862
2027
  nodeConfig?: DescribeClusterNodePoolsResponseBodyNodepoolsNodeConfig;
1863
2028
  /**
1864
2029
  * @remarks
1865
- * The information about the node pool.
2030
+ * Node pool information.
1866
2031
  */
1867
2032
  nodepoolInfo?: DescribeClusterNodePoolsResponseBodyNodepoolsNodepoolInfo;
1868
2033
  /**
1869
2034
  * @remarks
1870
- * The configurations of the scaling group that is used by the node pool.
2035
+ * Scaling group configuration for the node pool.
1871
2036
  */
1872
2037
  scalingGroup?: DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup;
1873
2038
  /**
1874
2039
  * @remarks
1875
- * The status of the node pool.
2040
+ * Node pool status.
1876
2041
  */
1877
2042
  status?: DescribeClusterNodePoolsResponseBodyNodepoolsStatus;
1878
2043
  /**
1879
2044
  * @remarks
1880
- * The configurations of confidential computing.
2045
+ * Confidential computing configuration.
1881
2046
  */
1882
2047
  teeConfig?: DescribeClusterNodePoolsResponseBodyNodepoolsTeeConfig;
1883
2048
  static names(): { [key: string]: string } {
@@ -1966,7 +2131,7 @@ export class DescribeClusterNodePoolsResponseBodyNodepools extends $dara.Model {
1966
2131
  export class DescribeClusterNodePoolsResponseBody extends $dara.Model {
1967
2132
  /**
1968
2133
  * @remarks
1969
- * The node pools.
2134
+ * List of node pool instances.
1970
2135
  */
1971
2136
  nodepools?: DescribeClusterNodePoolsResponseBodyNodepools[];
1972
2137
  static names(): { [key: string]: string } {