@alicloud/cs20151215 6.6.3 → 6.6.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (273) hide show
  1. package/dist/client.d.ts +202 -124
  2. package/dist/client.js +202 -124
  3. package/dist/client.js.map +1 -1
  4. package/dist/models/AttachInstancesRequest.d.ts +2 -2
  5. package/dist/models/AttachInstancesResponseBody.d.ts +1 -1
  6. package/dist/models/AttachInstancesToNodePoolRequest.d.ts +1 -1
  7. package/dist/models/AttachInstancesToNodePoolResponseBody.d.ts +1 -1
  8. package/dist/models/ContainerdConfig.d.ts +22 -2
  9. package/dist/models/ContainerdConfig.js.map +1 -1
  10. package/dist/models/CreateAutoRepairPolicyRequest.d.ts +63 -0
  11. package/dist/models/CreateAutoRepairPolicyRequest.js.map +1 -1
  12. package/dist/models/CreateAutoRepairPolicyResponseBody.d.ts +6 -0
  13. package/dist/models/CreateAutoRepairPolicyResponseBody.js.map +1 -1
  14. package/dist/models/CreateAutoscalingConfigRequest.d.ts +77 -40
  15. package/dist/models/CreateAutoscalingConfigRequest.js.map +1 -1
  16. package/dist/models/CreateClusterNodePoolRequest.d.ts +123 -25
  17. package/dist/models/CreateClusterNodePoolRequest.js +2 -0
  18. package/dist/models/CreateClusterNodePoolRequest.js.map +1 -1
  19. package/dist/models/CreateClusterRequest.d.ts +585 -353
  20. package/dist/models/CreateClusterRequest.js.map +1 -1
  21. package/dist/models/CreateClusterResponseBody.d.ts +5 -5
  22. package/dist/models/CreateTriggerResponseBody.d.ts +1 -1
  23. package/dist/models/DeleteAlertContactRequest.d.ts +1 -1
  24. package/dist/models/DeleteAlertContactShrinkRequest.d.ts +1 -1
  25. package/dist/models/DeleteAutoRepairPolicyResponseBody.d.ts +3 -0
  26. package/dist/models/DeleteAutoRepairPolicyResponseBody.js.map +1 -1
  27. package/dist/models/DeleteClusterNodepoolResponseBody.d.ts +2 -2
  28. package/dist/models/DeleteClusterNodesRequest.d.ts +1 -1
  29. package/dist/models/DeleteClusterNodesResponseBody.d.ts +3 -3
  30. package/dist/models/DeleteClusterRequest.d.ts +26 -18
  31. package/dist/models/DeleteClusterRequest.js.map +1 -1
  32. package/dist/models/DeleteClusterResponseBody.d.ts +2 -2
  33. package/dist/models/DeleteClusterShrinkRequest.d.ts +12 -9
  34. package/dist/models/DeleteClusterShrinkRequest.js.map +1 -1
  35. package/dist/models/DeployPolicyInstanceRequest.d.ts +7 -6
  36. package/dist/models/DeployPolicyInstanceRequest.js.map +1 -1
  37. package/dist/models/DeployPolicyInstanceResponseBody.d.ts +1 -1
  38. package/dist/models/DescribeAddonsRequest.d.ts +1 -1
  39. package/dist/models/DescribeAutoRepairPolicyResponseBody.d.ts +71 -0
  40. package/dist/models/DescribeAutoRepairPolicyResponseBody.js.map +1 -1
  41. package/dist/models/DescribeClusterAttachScriptsRequest.d.ts +21 -18
  42. package/dist/models/DescribeClusterAttachScriptsRequest.js.map +1 -1
  43. package/dist/models/DescribeClusterDetailResponseBody.d.ts +243 -110
  44. package/dist/models/DescribeClusterDetailResponseBody.js.map +1 -1
  45. package/dist/models/DescribeClusterEventsRequest.d.ts +8 -4
  46. package/dist/models/DescribeClusterEventsRequest.js.map +1 -1
  47. package/dist/models/DescribeClusterEventsResponseBody.d.ts +49 -39
  48. package/dist/models/DescribeClusterEventsResponseBody.js.map +1 -1
  49. package/dist/models/DescribeClusterLogsResponse.d.ts +3 -3
  50. package/dist/models/DescribeClusterNodePoolDetailResponseBody.d.ts +496 -220
  51. package/dist/models/DescribeClusterNodePoolDetailResponseBody.js +29 -1
  52. package/dist/models/DescribeClusterNodePoolDetailResponseBody.js.map +1 -1
  53. package/dist/models/DescribeClusterNodePoolsResponseBody.d.ts +448 -262
  54. package/dist/models/DescribeClusterNodePoolsResponseBody.js +29 -1
  55. package/dist/models/DescribeClusterNodePoolsResponseBody.js.map +1 -1
  56. package/dist/models/DescribeClusterNodesRequest.d.ts +1 -1
  57. package/dist/models/DescribeClusterNodesResponseBody.d.ts +5 -5
  58. package/dist/models/DescribeClusterResourcesRequest.d.ts +5 -1
  59. package/dist/models/DescribeClusterResourcesRequest.js.map +1 -1
  60. package/dist/models/DescribeClusterResourcesResponse.d.ts +51 -33
  61. package/dist/models/DescribeClusterResourcesResponse.js.map +1 -1
  62. package/dist/models/DescribeClusterTasksResponseBody.d.ts +9 -9
  63. package/dist/models/DescribeClusterUserKubeconfigRequest.d.ts +1 -1
  64. package/dist/models/DescribeClusterUserKubeconfigResponseBody.d.ts +1 -1
  65. package/dist/models/DescribeClusterVulsResponseBody.d.ts +2 -2
  66. package/dist/models/DescribeClustersForRegionRequest.d.ts +32 -16
  67. package/dist/models/DescribeClustersForRegionRequest.js.map +1 -1
  68. package/dist/models/DescribeClustersForRegionResponseBody.d.ts +85 -56
  69. package/dist/models/DescribeClustersForRegionResponseBody.js.map +1 -1
  70. package/dist/models/DescribeClustersV1request.d.ts +33 -17
  71. package/dist/models/DescribeClustersV1request.js.map +1 -1
  72. package/dist/models/DescribeClustersV1responseBody.d.ts +98 -72
  73. package/dist/models/DescribeClustersV1responseBody.js.map +1 -1
  74. package/dist/models/DescribeEventsForRegionRequest.d.ts +6 -2
  75. package/dist/models/DescribeEventsForRegionRequest.js.map +1 -1
  76. package/dist/models/DescribeEventsForRegionResponseBody.d.ts +22 -15
  77. package/dist/models/DescribeEventsForRegionResponseBody.js.map +1 -1
  78. package/dist/models/DescribeEventsRequest.d.ts +53 -20
  79. package/dist/models/DescribeEventsRequest.js.map +1 -1
  80. package/dist/models/DescribeEventsResponseBody.d.ts +53 -29
  81. package/dist/models/DescribeEventsResponseBody.js.map +1 -1
  82. package/dist/models/DescribeKubernetesVersionMetadataRequest.d.ts +2 -2
  83. package/dist/models/DescribeKubernetesVersionMetadataResponse.d.ts +8 -8
  84. package/dist/models/DescribeNodePoolVulsResponseBody.d.ts +11 -0
  85. package/dist/models/DescribeNodePoolVulsResponseBody.js.map +1 -1
  86. package/dist/models/DescribePolicyDetailsResponseBody.d.ts +1 -1
  87. package/dist/models/DescribePolicyGovernanceInClusterResponseBody.d.ts +235 -7
  88. package/dist/models/DescribePolicyGovernanceInClusterResponseBody.js.map +1 -1
  89. package/dist/models/DescribeResourcesDeleteProtectionResponse.d.ts +1 -1
  90. package/dist/models/DescribeSubaccountK8sClusterUserConfigRequest.d.ts +1 -1
  91. package/dist/models/DescribeSubaccountK8sClusterUserConfigResponseBody.d.ts +2 -2
  92. package/dist/models/DescribeTaskInfoResponseBody.d.ts +35 -31
  93. package/dist/models/DescribeTaskInfoResponseBody.js.map +1 -1
  94. package/dist/models/DescribeTemplateAttributeResponse.d.ts +2 -2
  95. package/dist/models/DescribeTemplatesResponseBody.d.ts +4 -4
  96. package/dist/models/DescribeTriggerResponse.d.ts +1 -1
  97. package/dist/models/DescribeUserPermissionResponse.d.ts +1 -1
  98. package/dist/models/DescribeUserQuotaResponseBody.d.ts +0 -35
  99. package/dist/models/DescribeUserQuotaResponseBody.js.map +1 -1
  100. package/dist/models/GetClusterAddonInstanceResponseBody.d.ts +1 -1
  101. package/dist/models/GetClusterInspectReportDetailResponseBody.d.ts +9 -0
  102. package/dist/models/GetClusterInspectReportDetailResponseBody.js.map +1 -1
  103. package/dist/models/GrantPermissionsRequest.d.ts +28 -20
  104. package/dist/models/GrantPermissionsRequest.js.map +1 -1
  105. package/dist/models/InstallClusterAddonsRequest.d.ts +2 -2
  106. package/dist/models/InstanceMetadataOptions.d.ts +17 -0
  107. package/dist/models/InstanceMetadataOptions.js.map +1 -1
  108. package/dist/models/KubeletConfig.d.ts +10 -0
  109. package/dist/models/KubeletConfig.js.map +1 -1
  110. package/dist/models/ListAddonsRequest.d.ts +1 -1
  111. package/dist/models/ListAutoRepairPoliciesResponseBody.d.ts +75 -0
  112. package/dist/models/ListAutoRepairPoliciesResponseBody.js.map +1 -1
  113. package/dist/models/ListClusterChecksResponseBody.d.ts +2 -2
  114. package/dist/models/ListClusterKubeconfigStatesRequest.d.ts +10 -0
  115. package/dist/models/ListClusterKubeconfigStatesRequest.js.map +1 -1
  116. package/dist/models/ListClusterKubeconfigStatesResponseBody.d.ts +39 -0
  117. package/dist/models/ListClusterKubeconfigStatesResponseBody.js.map +1 -1
  118. package/dist/models/ListOperationPlansForRegionRequest.d.ts +9 -0
  119. package/dist/models/ListOperationPlansForRegionRequest.js.map +1 -1
  120. package/dist/models/ListOperationPlansForRegionResponseBody.d.ts +52 -0
  121. package/dist/models/ListOperationPlansForRegionResponseBody.js.map +1 -1
  122. package/dist/models/ListUserKubeConfigStatesResponseBody.d.ts +1 -1
  123. package/dist/models/MaintenanceWindow.d.ts +1 -1
  124. package/dist/models/MigrateClusterResponseBody.d.ts +3 -3
  125. package/dist/models/ModifyAutoRepairPolicyRequest.d.ts +58 -0
  126. package/dist/models/ModifyAutoRepairPolicyRequest.js.map +1 -1
  127. package/dist/models/ModifyAutoRepairPolicyResponseBody.d.ts +3 -0
  128. package/dist/models/ModifyAutoRepairPolicyResponseBody.js.map +1 -1
  129. package/dist/models/ModifyClusterNodePoolRequest.d.ts +358 -228
  130. package/dist/models/ModifyClusterNodePoolRequest.js +2 -0
  131. package/dist/models/ModifyClusterNodePoolRequest.js.map +1 -1
  132. package/dist/models/ModifyClusterNodePoolResponseBody.d.ts +1 -1
  133. package/dist/models/ModifyClusterRequest.d.ts +186 -123
  134. package/dist/models/ModifyClusterRequest.js.map +1 -1
  135. package/dist/models/ModifyNodePoolNodeConfigRequest.d.ts +8 -0
  136. package/dist/models/ModifyNodePoolNodeConfigRequest.js.map +1 -1
  137. package/dist/models/ModifyNodePoolNodeConfigResponseBody.d.ts +2 -2
  138. package/dist/models/Nodepool.d.ts +274 -180
  139. package/dist/models/Nodepool.js +2 -0
  140. package/dist/models/Nodepool.js.map +1 -1
  141. package/dist/models/OpenAckServiceResponseBody.d.ts +1 -1
  142. package/dist/models/RemoveClusterNodesRequest.d.ts +0 -10
  143. package/dist/models/RemoveClusterNodesRequest.js.map +1 -1
  144. package/dist/models/RemoveNodePoolNodesResponseBody.d.ts +1 -1
  145. package/dist/models/RepairClusterNodePoolRequest.d.ts +1 -1
  146. package/dist/models/RepairClusterNodePoolResponseBody.d.ts +2 -2
  147. package/dist/models/RunClusterCheckRequest.d.ts +2 -2
  148. package/dist/models/RunClusterCheckResponseBody.d.ts +2 -2
  149. package/dist/models/Runtime.d.ts +2 -2
  150. package/dist/models/ScaleOutClusterRequest.d.ts +8 -131
  151. package/dist/models/ScaleOutClusterRequest.js.map +1 -1
  152. package/dist/models/ScaleOutClusterResponseBody.d.ts +0 -21
  153. package/dist/models/ScaleOutClusterResponseBody.js.map +1 -1
  154. package/dist/models/ScanClusterVulsResponseBody.d.ts +1 -1
  155. package/dist/models/UnInstallClusterAddonsResponseBody.d.ts +3 -3
  156. package/dist/models/UpdateClusterAuditLogConfigResponseBody.d.ts +1 -1
  157. package/dist/models/UpdateK8sClusterUserConfigExpireRequest.d.ts +1 -1
  158. package/dist/models/UpgradeClusterAddonsRequest.d.ts +3 -3
  159. package/dist/models/UpgradeClusterAddonsResponseBody.d.ts +1 -1
  160. package/dist/models/UpgradeClusterNodepoolRequest.d.ts +5 -5
  161. package/dist/models/UpgradeClusterNodepoolResponseBody.d.ts +1 -1
  162. package/dist/models/UpgradeClusterRequest.d.ts +3 -3
  163. package/dist/models/model.d.ts +2 -0
  164. package/dist/models/model.js +58 -54
  165. package/dist/models/model.js.map +1 -1
  166. package/package.json +1 -1
  167. package/src/client.ts +202 -124
  168. package/src/models/AttachInstancesRequest.ts +2 -2
  169. package/src/models/AttachInstancesResponseBody.ts +1 -1
  170. package/src/models/AttachInstancesToNodePoolRequest.ts +1 -1
  171. package/src/models/AttachInstancesToNodePoolResponseBody.ts +1 -1
  172. package/src/models/ContainerdConfig.ts +22 -2
  173. package/src/models/CreateAutoRepairPolicyRequest.ts +63 -0
  174. package/src/models/CreateAutoRepairPolicyResponseBody.ts +6 -0
  175. package/src/models/CreateAutoscalingConfigRequest.ts +77 -40
  176. package/src/models/CreateClusterNodePoolRequest.ts +125 -25
  177. package/src/models/CreateClusterRequest.ts +585 -353
  178. package/src/models/CreateClusterResponseBody.ts +5 -5
  179. package/src/models/CreateTriggerResponseBody.ts +1 -1
  180. package/src/models/DeleteAlertContactRequest.ts +1 -1
  181. package/src/models/DeleteAlertContactShrinkRequest.ts +1 -1
  182. package/src/models/DeleteAutoRepairPolicyResponseBody.ts +3 -0
  183. package/src/models/DeleteClusterNodepoolResponseBody.ts +2 -2
  184. package/src/models/DeleteClusterNodesRequest.ts +1 -1
  185. package/src/models/DeleteClusterNodesResponseBody.ts +3 -3
  186. package/src/models/DeleteClusterRequest.ts +26 -18
  187. package/src/models/DeleteClusterResponseBody.ts +2 -2
  188. package/src/models/DeleteClusterShrinkRequest.ts +12 -9
  189. package/src/models/DeployPolicyInstanceRequest.ts +7 -6
  190. package/src/models/DeployPolicyInstanceResponseBody.ts +1 -1
  191. package/src/models/DescribeAddonsRequest.ts +1 -1
  192. package/src/models/DescribeAutoRepairPolicyResponseBody.ts +71 -0
  193. package/src/models/DescribeClusterAttachScriptsRequest.ts +21 -18
  194. package/src/models/DescribeClusterDetailResponseBody.ts +243 -110
  195. package/src/models/DescribeClusterEventsRequest.ts +8 -4
  196. package/src/models/DescribeClusterEventsResponseBody.ts +49 -39
  197. package/src/models/DescribeClusterLogsResponse.ts +3 -3
  198. package/src/models/DescribeClusterNodePoolDetailResponseBody.ts +515 -220
  199. package/src/models/DescribeClusterNodePoolsResponseBody.ts +467 -262
  200. package/src/models/DescribeClusterNodesRequest.ts +1 -1
  201. package/src/models/DescribeClusterNodesResponseBody.ts +5 -5
  202. package/src/models/DescribeClusterResourcesRequest.ts +5 -1
  203. package/src/models/DescribeClusterResourcesResponse.ts +51 -33
  204. package/src/models/DescribeClusterTasksResponseBody.ts +9 -9
  205. package/src/models/DescribeClusterUserKubeconfigRequest.ts +1 -1
  206. package/src/models/DescribeClusterUserKubeconfigResponseBody.ts +1 -1
  207. package/src/models/DescribeClusterVulsResponseBody.ts +2 -2
  208. package/src/models/DescribeClustersForRegionRequest.ts +32 -16
  209. package/src/models/DescribeClustersForRegionResponseBody.ts +85 -56
  210. package/src/models/DescribeClustersV1request.ts +33 -17
  211. package/src/models/DescribeClustersV1responseBody.ts +98 -72
  212. package/src/models/DescribeEventsForRegionRequest.ts +6 -2
  213. package/src/models/DescribeEventsForRegionResponseBody.ts +22 -15
  214. package/src/models/DescribeEventsRequest.ts +53 -20
  215. package/src/models/DescribeEventsResponseBody.ts +53 -29
  216. package/src/models/DescribeKubernetesVersionMetadataRequest.ts +2 -2
  217. package/src/models/DescribeKubernetesVersionMetadataResponse.ts +8 -8
  218. package/src/models/DescribeNodePoolVulsResponseBody.ts +11 -0
  219. package/src/models/DescribePolicyDetailsResponseBody.ts +1 -1
  220. package/src/models/DescribePolicyGovernanceInClusterResponseBody.ts +235 -7
  221. package/src/models/DescribeResourcesDeleteProtectionResponse.ts +1 -1
  222. package/src/models/DescribeSubaccountK8sClusterUserConfigRequest.ts +1 -1
  223. package/src/models/DescribeSubaccountK8sClusterUserConfigResponseBody.ts +2 -2
  224. package/src/models/DescribeTaskInfoResponseBody.ts +35 -31
  225. package/src/models/DescribeTemplateAttributeResponse.ts +2 -2
  226. package/src/models/DescribeTemplatesResponseBody.ts +4 -4
  227. package/src/models/DescribeTriggerResponse.ts +1 -1
  228. package/src/models/DescribeUserPermissionResponse.ts +1 -1
  229. package/src/models/DescribeUserQuotaResponseBody.ts +0 -35
  230. package/src/models/GetClusterAddonInstanceResponseBody.ts +1 -1
  231. package/src/models/GetClusterInspectReportDetailResponseBody.ts +9 -0
  232. package/src/models/GrantPermissionsRequest.ts +28 -20
  233. package/src/models/InstallClusterAddonsRequest.ts +2 -2
  234. package/src/models/InstanceMetadataOptions.ts +17 -0
  235. package/src/models/KubeletConfig.ts +10 -0
  236. package/src/models/ListAddonsRequest.ts +1 -1
  237. package/src/models/ListAutoRepairPoliciesResponseBody.ts +75 -0
  238. package/src/models/ListClusterChecksResponseBody.ts +2 -2
  239. package/src/models/ListClusterKubeconfigStatesRequest.ts +10 -0
  240. package/src/models/ListClusterKubeconfigStatesResponseBody.ts +39 -0
  241. package/src/models/ListOperationPlansForRegionRequest.ts +9 -0
  242. package/src/models/ListOperationPlansForRegionResponseBody.ts +52 -0
  243. package/src/models/ListUserKubeConfigStatesResponseBody.ts +1 -1
  244. package/src/models/MaintenanceWindow.ts +1 -1
  245. package/src/models/MigrateClusterResponseBody.ts +3 -3
  246. package/src/models/ModifyAutoRepairPolicyRequest.ts +58 -0
  247. package/src/models/ModifyAutoRepairPolicyResponseBody.ts +3 -0
  248. package/src/models/ModifyClusterNodePoolRequest.ts +361 -229
  249. package/src/models/ModifyClusterNodePoolResponseBody.ts +1 -1
  250. package/src/models/ModifyClusterRequest.ts +186 -123
  251. package/src/models/ModifyNodePoolNodeConfigRequest.ts +8 -0
  252. package/src/models/ModifyNodePoolNodeConfigResponseBody.ts +2 -2
  253. package/src/models/Nodepool.ts +276 -180
  254. package/src/models/OpenAckServiceResponseBody.ts +1 -1
  255. package/src/models/RemoveClusterNodesRequest.ts +0 -10
  256. package/src/models/RemoveNodePoolNodesResponseBody.ts +1 -1
  257. package/src/models/RepairClusterNodePoolRequest.ts +1 -1
  258. package/src/models/RepairClusterNodePoolResponseBody.ts +2 -2
  259. package/src/models/RunClusterCheckRequest.ts +2 -2
  260. package/src/models/RunClusterCheckResponseBody.ts +2 -2
  261. package/src/models/Runtime.ts +2 -2
  262. package/src/models/ScaleOutClusterRequest.ts +8 -131
  263. package/src/models/ScaleOutClusterResponseBody.ts +0 -21
  264. package/src/models/ScanClusterVulsResponseBody.ts +1 -1
  265. package/src/models/UnInstallClusterAddonsResponseBody.ts +3 -3
  266. package/src/models/UpdateClusterAuditLogConfigResponseBody.ts +1 -1
  267. package/src/models/UpdateK8sClusterUserConfigExpireRequest.ts +1 -1
  268. package/src/models/UpgradeClusterAddonsRequest.ts +3 -3
  269. package/src/models/UpgradeClusterAddonsResponseBody.ts +1 -1
  270. package/src/models/UpgradeClusterNodepoolRequest.ts +5 -5
  271. package/src/models/UpgradeClusterNodepoolResponseBody.ts +1 -1
  272. package/src/models/UpgradeClusterRequest.ts +3 -3
  273. package/src/models/model.ts +2 -0
@@ -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:
49
56
  *
50
- * * `PayByBandwidth`: pay-by-bandwidth.
51
- * * `PayByTraffic`: pay-by-data-transfer.
57
+ * - `PayByBandwidth`: Pay-by-bandwidth.
58
+ *
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:
68
+ *
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).
60
70
  *
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.
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.
63
72
  *
64
- * If you set this parameter to false, other parameters of `auto_scaling` do not take effect.
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:
110
+ *
111
+ * - `cpu`: Standard instance.
112
+ *
113
+ * - `gpu`: GPU instance.
100
114
  *
101
- * * `cpu`: regular instance.
102
- * * `gpu`: GPU-accelerated instance.
103
- * * `gpushare`: shared GPU-accelerated instance.
104
- * * `spot`: preemptible instance.
115
+ * - `gpushare`: Shared GPU instance.
116
+ *
117
+ * - `spot`: Spot instance.
105
118
  *
106
119
  * @example
107
120
  * cpu
@@ -140,12 +153,52 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsAutoScaling extends $d
140
153
  }
141
154
  }
142
155
 
156
+ export class DescribeClusterNodePoolsResponseBodyNodepoolsEfloNodeGroup extends $dara.Model {
157
+ /**
158
+ * @remarks
159
+ * Lingjun cluster ID.
160
+ *
161
+ * @example
162
+ * i113790071760688002461
163
+ */
164
+ clusterId?: string;
165
+ /**
166
+ * @remarks
167
+ * Lingjun group ID.
168
+ *
169
+ * @example
170
+ * i128147721760688002463
171
+ */
172
+ groupId?: string;
173
+ static names(): { [key: string]: string } {
174
+ return {
175
+ clusterId: 'cluster_id',
176
+ groupId: 'group_id',
177
+ };
178
+ }
179
+
180
+ static types(): { [key: string]: any } {
181
+ return {
182
+ clusterId: 'string',
183
+ groupId: 'string',
184
+ };
185
+ }
186
+
187
+ validate() {
188
+ super.validate();
189
+ }
190
+
191
+ constructor(map?: { [key: string]: any }) {
192
+ super(map);
193
+ }
194
+ }
195
+
143
196
  export class DescribeClusterNodePoolsResponseBodyNodepoolsInterconnectConfig extends $dara.Model {
144
197
  /**
145
198
  * @remarks
146
- * This parameter is discontinued.
199
+ * [This field is deprecated.]
147
200
  *
148
- * The bandwidth of the enhanced edge node pool. Unit: Mbit/s.
201
+ * Network bandwidth for enhanced edge node pools. Unit: Mbps.
149
202
  *
150
203
  * @example
151
204
  * 10
@@ -153,9 +206,9 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsInterconnectConfig ext
153
206
  bandwidth?: number;
154
207
  /**
155
208
  * @remarks
156
- * This parameter is discontinued.
209
+ * [This field is deprecated.]
157
210
  *
158
- * 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.
159
212
  *
160
213
  * @example
161
214
  * ccn-qm5i0i0q9yi*******
@@ -163,9 +216,9 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsInterconnectConfig ext
163
216
  ccnId?: string;
164
217
  /**
165
218
  * @remarks
166
- * This parameter is discontinued.
219
+ * [This field is deprecated.]
167
220
  *
168
- * 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.
169
222
  *
170
223
  * @example
171
224
  * cn-shanghai
@@ -173,9 +226,9 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsInterconnectConfig ext
173
226
  ccnRegionId?: string;
174
227
  /**
175
228
  * @remarks
176
- * This parameter is discontinued.
229
+ * [This field is deprecated.]
177
230
  *
178
- * 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.
179
232
  *
180
233
  * @example
181
234
  * cen-ey9k9nfhz0f*******
@@ -183,9 +236,9 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsInterconnectConfig ext
183
236
  cenId?: string;
184
237
  /**
185
238
  * @remarks
186
- * This parameter is discontinued.
239
+ * [This field is deprecated.]
187
240
  *
188
- * The subscription duration of the enhanced edge node pool. Unit: months.
241
+ * Subscription duration for enhanced edge node pools. Unit: months.
189
242
  *
190
243
  * @example
191
244
  * 1
@@ -223,10 +276,11 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsInterconnectConfig ext
223
276
  export class DescribeClusterNodePoolsResponseBodyNodepoolsKubernetesConfig extends $dara.Model {
224
277
  /**
225
278
  * @remarks
226
- * 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:
227
280
  *
228
- * * `true`
229
- * * `false`
281
+ * - `true`: Installs Cloud Monitor on ECS nodes.
282
+ *
283
+ * - `false`: Does not install Cloud Monitor on ECS nodes.
230
284
  *
231
285
  * @example
232
286
  * true
@@ -234,10 +288,11 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsKubernetesConfig exten
234
288
  cmsEnabled?: boolean;
235
289
  /**
236
290
  * @remarks
237
- * 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.
238
294
  *
239
- * * `static`: allows pods with specific resource characteristics on the node to be granted enhanced CPU affinity and exclusivity.
240
- * * `none`: specifies that the default CPU affinity is used.
295
+ * - `none`: Uses the default CPU affinity scheme.
241
296
  *
242
297
  * @example
243
298
  * none
@@ -245,27 +300,28 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsKubernetesConfig exten
245
300
  cpuPolicy?: string;
246
301
  /**
247
302
  * @remarks
248
- * The node labels.
303
+ * Node labels.
249
304
  */
250
305
  labels?: Tag[];
251
306
  /**
252
307
  * @remarks
253
- * The name of the custom node.
308
+ * Custom node name.
309
+ *
310
+ * A node name consists of three parts: prefix + IP address substring + suffix:
254
311
  *
255
- * The custom node name. A custom node name consists of a prefix, an IP substring, and a suffix.
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.
256
313
  *
257
- * * 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.
258
- * * 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.
314
+ * - The IP address substring length specifies the number of trailing digits to extract from the node IP address. Valid values: 5 to 12.
259
315
  *
260
- * 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.
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.
261
317
  *
262
318
  * @example
263
- * customized,test.,5,.com
319
+ * aliyun.com192.XX.YY.55test
264
320
  */
265
321
  nodeNameMode?: string;
266
322
  /**
267
323
  * @remarks
268
- * 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).
269
325
  *
270
326
  * @example
271
327
  * IyEvYmluL3NoCmVjaG8gIkhlbGxvIEFD
@@ -273,35 +329,38 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsKubernetesConfig exten
273
329
  preUserData?: string;
274
330
  /**
275
331
  * @remarks
276
- * 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:
277
333
  *
278
- * * containerd: containerd is the recommended runtime and supports all Kubernetes versions.
279
- * * Sandboxed-Container.runv: The Sandbox-Container runtime provides improved isolation and supports Kubernetes 1.31 and earlier.
280
- * * Docker (deprecated): supports Kubernetes 1.22 and earlier.
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.
337
+ *
338
+ * - docker: No longer maintained. Supported by clusters of version 1.22 or earlier.
281
339
  *
282
340
  * @example
283
- * docker
341
+ * containerd
284
342
  */
285
343
  runtime?: string;
286
344
  /**
287
345
  * @remarks
288
- * The version of the container runtime.
346
+ * Container runtime version.
289
347
  *
290
348
  * @example
291
- * 19.03.5
349
+ * 1.6.38
292
350
  */
293
351
  runtimeVersion?: string;
294
352
  /**
295
353
  * @remarks
296
- * 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/).
297
355
  */
298
356
  taints?: Taint[];
299
357
  /**
300
358
  * @remarks
301
- * Specifies whether the nodes are unschedulable after a scale-out activity is performed.
359
+ * Indicates whether newly scaled nodes are unschedulable.
360
+ *
361
+ * - true: Unschedulable.
302
362
  *
303
- * * true: The node cannot be scheduled.
304
- * * false: The node can be scheduled.
363
+ * - false: Schedulable.
305
364
  *
306
365
  * @example
307
366
  * true
@@ -309,7 +368,7 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsKubernetesConfig exten
309
368
  unschedulable?: boolean;
310
369
  /**
311
370
  * @remarks
312
- * 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).
313
372
  *
314
373
  * @example
315
374
  * IyEvYmluL3NoCmVjaG8gIkhlbGxvIEFD****
@@ -361,18 +420,29 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsKubernetesConfig exten
361
420
  }
362
421
 
363
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
+ */
364
430
  approvalRequired?: boolean;
365
431
  /**
432
+ * @remarks
433
+ * ID of the automatic repair policy.
434
+ *
366
435
  * @example
367
436
  * r-xxxxxxxxx
368
437
  */
369
438
  autoRepairPolicyId?: string;
370
439
  /**
371
440
  * @remarks
372
- * 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`.
373
442
  *
374
- * * `true`: allows node restart.
375
- * * `false`: does not allow node restart.
443
+ * - `true`: Allows node restart.
444
+ *
445
+ * - `false`: Disallows node restart.
376
446
  *
377
447
  * @example
378
448
  * true
@@ -406,10 +476,11 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsManagementAutoRepairPo
406
476
  export class DescribeClusterNodePoolsResponseBodyNodepoolsManagementAutoUpgradePolicy extends $dara.Model {
407
477
  /**
408
478
  * @remarks
409
- * 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:
480
+ *
481
+ * - `true`: Allows kubelet auto-upgrade.
410
482
  *
411
- * * `true`: allows the auto upgrade of the kubelet.
412
- * * `false`: no.
483
+ * - `false`: Disallows kubelet auto-upgrade.
413
484
  *
414
485
  * @example
415
486
  * true
@@ -437,13 +508,21 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsManagementAutoUpgradeP
437
508
  }
438
509
 
439
510
  export class DescribeClusterNodePoolsResponseBodyNodepoolsManagementAutoVulFixPolicy extends $dara.Model {
511
+ /**
512
+ * @remarks
513
+ * Packages excluded from vulnerability fixes.
514
+ *
515
+ * @example
516
+ * kernel
517
+ */
440
518
  excludePackages?: string;
441
519
  /**
442
520
  * @remarks
443
- * 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:
444
522
  *
445
- * * `true`: allows node restart.
446
- * * `false`: does not allow node restart.
523
+ * - `true`: Allows node restart.
524
+ *
525
+ * - `false`: Disallows node restart.
447
526
  *
448
527
  * @example
449
528
  * true
@@ -451,11 +530,13 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsManagementAutoVulFixPo
451
530
  restartNode?: boolean;
452
531
  /**
453
532
  * @remarks
454
- * 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
455
538
  *
456
- * * `asap`: high.
457
- * * `later`: medium.
458
- * * `nntf`: low.
539
+ * - `nntf`: Low
459
540
  *
460
541
  * @example
461
542
  * asap,nntf
@@ -489,10 +570,11 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsManagementAutoVulFixPo
489
570
  export class DescribeClusterNodePoolsResponseBodyNodepoolsManagementUpgradeConfig extends $dara.Model {
490
571
  /**
491
572
  * @remarks
492
- * Specifies whether to enable auto update. Valid values:
573
+ * Indicates whether auto-upgrade is enabled. Valid values:
493
574
  *
494
- * * `true`
495
- * * `false`
575
+ * - `true`: Enables auto-upgrade.
576
+ *
577
+ * - `false`: Disables auto-upgrade.
496
578
  *
497
579
  * @example
498
580
  * true
@@ -500,9 +582,9 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsManagementUpgradeConfi
500
582
  autoUpgrade?: boolean;
501
583
  /**
502
584
  * @remarks
503
- * The maximum number of unavailable nodes. Valid values: 1 to 1000.
585
+ * Maximum number of unavailable nodes. Valid values: [1,1000].
504
586
  *
505
- * Default value: 1
587
+ * Default value: 1.
506
588
  *
507
589
  * @example
508
590
  * 1
@@ -510,7 +592,7 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsManagementUpgradeConfi
510
592
  maxUnavailable?: number;
511
593
  /**
512
594
  * @remarks
513
- * 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`.
514
596
  *
515
597
  * @example
516
598
  * 5
@@ -518,9 +600,9 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsManagementUpgradeConfi
518
600
  surge?: number;
519
601
  /**
520
602
  * @remarks
521
- * 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`.
522
604
  *
523
- * 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.
524
606
  *
525
607
  * @example
526
608
  * 50
@@ -554,12 +636,14 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsManagementUpgradeConfi
554
636
  }
555
637
 
556
638
  export class DescribeClusterNodePoolsResponseBodyNodepoolsManagement extends $dara.Model {
639
+ autoFaultDiagnosis?: boolean;
557
640
  /**
558
641
  * @remarks
559
- * 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.
560
645
  *
561
- * * `true`
562
- * * `false`
646
+ * - `false`: Disables automatic repair.
563
647
  *
564
648
  * @example
565
649
  * true
@@ -567,15 +651,16 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsManagement extends $da
567
651
  autoRepair?: boolean;
568
652
  /**
569
653
  * @remarks
570
- * The auto node repair policy.
654
+ * Automatic node repair policy.
571
655
  */
572
656
  autoRepairPolicy?: DescribeClusterNodePoolsResponseBodyNodepoolsManagementAutoRepairPolicy;
573
657
  /**
574
658
  * @remarks
575
- * 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`.
576
660
  *
577
- * * `true`: Auto update is enabled.
578
- * * `false`: Auto update is disabled.
661
+ * - `true`: Enables auto-upgrade.
662
+ *
663
+ * - `false`: Disables auto-upgrade.
579
664
  *
580
665
  * @example
581
666
  * true
@@ -583,15 +668,16 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsManagement extends $da
583
668
  autoUpgrade?: boolean;
584
669
  /**
585
670
  * @remarks
586
- * The auto update policy.
671
+ * Auto-upgrade policy.
587
672
  */
588
673
  autoUpgradePolicy?: DescribeClusterNodePoolsResponseBodyNodepoolsManagementAutoUpgradePolicy;
589
674
  /**
590
675
  * @remarks
591
- * 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.
592
679
  *
593
- * * `true`: enables auto CVE patching.
594
- * * `true`: disables auto CVE patching.
680
+ * - `false`: Disables automatic CVE fixing.
595
681
  *
596
682
  * @example
597
683
  * true
@@ -599,15 +685,16 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsManagement extends $da
599
685
  autoVulFix?: boolean;
600
686
  /**
601
687
  * @remarks
602
- * The auto CVE patching policy.
688
+ * CVE automatic fix policy.
603
689
  */
604
690
  autoVulFixPolicy?: DescribeClusterNodePoolsResponseBodyNodepoolsManagementAutoVulFixPolicy;
605
691
  /**
606
692
  * @remarks
607
- * Specifies whether to enable the managed node pool feature. Valid values:
693
+ * Indicates whether the managed node pool feature is enabled. Valid values:
694
+ *
695
+ * - `true`: Enables the managed node pool.
608
696
  *
609
- * * `true`
610
- * * `false`: If you set this parameter to false, other parameters of `management` do not take effect.
697
+ * - `false`: Disables the managed node pool. Other related configurations take effect only when `enable=true`.
611
698
  *
612
699
  * @example
613
700
  * true
@@ -615,11 +702,12 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsManagement extends $da
615
702
  enable?: boolean;
616
703
  /**
617
704
  * @remarks
618
- * 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`.
619
706
  */
620
707
  upgradeConfig?: DescribeClusterNodePoolsResponseBodyNodepoolsManagementUpgradeConfig;
621
708
  static names(): { [key: string]: string } {
622
709
  return {
710
+ autoFaultDiagnosis: 'auto_fault_diagnosis',
623
711
  autoRepair: 'auto_repair',
624
712
  autoRepairPolicy: 'auto_repair_policy',
625
713
  autoUpgrade: 'auto_upgrade',
@@ -633,6 +721,7 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsManagement extends $da
633
721
 
634
722
  static types(): { [key: string]: any } {
635
723
  return {
724
+ autoFaultDiagnosis: 'boolean',
636
725
  autoRepair: 'boolean',
637
726
  autoRepairPolicy: DescribeClusterNodePoolsResponseBodyNodepoolsManagementAutoRepairPolicy,
638
727
  autoUpgrade: 'boolean',
@@ -666,6 +755,10 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsManagement extends $da
666
755
  }
667
756
 
668
757
  export class DescribeClusterNodePoolsResponseBodyNodepoolsNodeComponentsConfig extends $dara.Model {
758
+ /**
759
+ * @remarks
760
+ * Custom configuration for node components.
761
+ */
669
762
  customConfig?: { [key: string]: string };
670
763
  static names(): { [key: string]: string } {
671
764
  return {
@@ -692,13 +785,23 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsNodeComponentsConfig e
692
785
  }
693
786
 
694
787
  export class DescribeClusterNodePoolsResponseBodyNodepoolsNodeComponents extends $dara.Model {
788
+ /**
789
+ * @remarks
790
+ * Node component configuration.
791
+ */
695
792
  config?: DescribeClusterNodePoolsResponseBodyNodepoolsNodeComponentsConfig;
696
793
  /**
794
+ * @remarks
795
+ * Node component name.
796
+ *
697
797
  * @example
698
798
  * kubelet
699
799
  */
700
800
  name?: string;
701
801
  /**
802
+ * @remarks
803
+ * Node component version.
804
+ *
702
805
  * @example
703
806
  * 1.33.3-aliyun.1
704
807
  */
@@ -732,6 +835,10 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsNodeComponents extends
732
835
  }
733
836
 
734
837
  export class DescribeClusterNodePoolsResponseBodyNodepoolsNodeConfigNodeOsConfig extends $dara.Model {
838
+ /**
839
+ * @remarks
840
+ * Hugepage configuration.
841
+ */
735
842
  hugepage?: Hugepage;
736
843
  static names(): { [key: string]: string } {
737
844
  return {
@@ -760,9 +867,13 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsNodeConfigNodeOsConfig
760
867
  export class DescribeClusterNodePoolsResponseBodyNodepoolsNodeConfig extends $dara.Model {
761
868
  /**
762
869
  * @remarks
763
- * The parameter settings of the kubelet.
870
+ * Kubelet parameter configuration.
764
871
  */
765
872
  kubeletConfiguration?: KubeletConfig;
873
+ /**
874
+ * @remarks
875
+ * Node operating system configuration.
876
+ */
766
877
  nodeOsConfig?: DescribeClusterNodePoolsResponseBodyNodepoolsNodeConfigNodeOsConfig;
767
878
  static names(): { [key: string]: string } {
768
879
  return {
@@ -796,18 +907,19 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsNodeConfig extends $da
796
907
  export class DescribeClusterNodePoolsResponseBodyNodepoolsNodepoolInfo extends $dara.Model {
797
908
  /**
798
909
  * @remarks
799
- * The time when the node pool was created.
910
+ * Time when the node pool was created.
800
911
  *
801
912
  * @example
802
- * 2020-09-27T19:14:09.156823496+08:00
913
+ * 2025-04-15T16:33:29.362888807+08:00
803
914
  */
804
915
  created?: string;
805
916
  /**
806
917
  * @remarks
807
- * 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:
919
+ *
920
+ * - `true`: Default node pool.
808
921
  *
809
- * * `true`: The node pool is a default node pool.
810
- * * `false`: The node pool is a non-default node pool.
922
+ * - `false`: Non-default node pool.
811
923
  *
812
924
  * @example
813
925
  * true
@@ -815,7 +927,7 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsNodepoolInfo extends $
815
927
  isDefault?: boolean;
816
928
  /**
817
929
  * @remarks
818
- * The name of the node pool.
930
+ * Node pool name.
819
931
  *
820
932
  * @example
821
933
  * default-nodepool
@@ -823,7 +935,7 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsNodepoolInfo extends $
823
935
  name?: string;
824
936
  /**
825
937
  * @remarks
826
- * The node pool ID.
938
+ * Node pool ID.
827
939
  *
828
940
  * @example
829
941
  * np615c0e0966124216a0412e10afe0****
@@ -831,7 +943,7 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsNodepoolInfo extends $
831
943
  nodepoolId?: string;
832
944
  /**
833
945
  * @remarks
834
- * The region ID.
946
+ * Region ID.
835
947
  *
836
948
  * @example
837
949
  * cn-beijing
@@ -839,7 +951,7 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsNodepoolInfo extends $
839
951
  regionId?: string;
840
952
  /**
841
953
  * @remarks
842
- * The resource group ID.
954
+ * Resource group ID.
843
955
  *
844
956
  * @example
845
957
  * rg-acfmyvw3wjm****
@@ -847,11 +959,13 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsNodepoolInfo extends $
847
959
  resourceGroupId?: string;
848
960
  /**
849
961
  * @remarks
850
- * 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).
851
965
  *
852
- * * `ess`: regular node pool, which supports the managed node pool feature and the auto scaling feature.
853
- * * `edge`: edge node pool
854
- * * `lingjun`: Lingjun node pool.
966
+ * - `edge`: Edge node pool.
967
+ *
968
+ * - `lingjun`: Lingjun node pool.
855
969
  *
856
970
  * @example
857
971
  * ess
@@ -859,10 +973,10 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsNodepoolInfo extends $
859
973
  type?: string;
860
974
  /**
861
975
  * @remarks
862
- * The time when the node pool was last updated.
976
+ * Time when the node pool was last updated.
863
977
  *
864
978
  * @example
865
- * 2020-09-27T20:37:46+08:00
979
+ * 2025-04-15T16:33:32.823+08:00
866
980
  */
867
981
  updated?: string;
868
982
  static names(): { [key: string]: string } {
@@ -903,7 +1017,7 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsNodepoolInfo extends $
903
1017
  export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroupPrivatePoolOptions extends $dara.Model {
904
1018
  /**
905
1019
  * @remarks
906
- * 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.
907
1021
  *
908
1022
  * @example
909
1023
  * eap-bp67acfmxazb4****
@@ -911,11 +1025,13 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroupPrivatePoo
911
1025
  id?: string;
912
1026
  /**
913
1027
  * @remarks
914
- * 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.
1031
+ *
1032
+ * - `Target`: Target mode. Uses the specified private pool capacity to start instances. If the private pool capacity is unavailable, instance startup fails.
915
1033
  *
916
- * * `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.
917
- * * `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.
918
- * * `None`: No private node pool is used. The resources of private node pools are not used to launch instances.
1034
+ * - `None`: None mode. Instance startup does not use private pool capacity.
919
1035
  *
920
1036
  * @example
921
1037
  * Open
@@ -945,8 +1061,18 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroupPrivatePoo
945
1061
  }
946
1062
 
947
1063
  export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroupResourcePoolOptions extends $dara.Model {
1064
+ /**
1065
+ * @remarks
1066
+ * List of private pool IDs.
1067
+ */
948
1068
  privatePoolIds?: string[];
949
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
+ *
950
1076
  * @example
951
1077
  * PrivatePoolFirst
952
1078
  */
@@ -980,7 +1106,7 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroupResourcePo
980
1106
  export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroupSpotPriceLimit extends $dara.Model {
981
1107
  /**
982
1108
  * @remarks
983
- * The instance type of preemptible instances.
1109
+ * Spot instance type.
984
1110
  *
985
1111
  * @example
986
1112
  * ecs.c6.large
@@ -988,7 +1114,15 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroupSpotPriceL
988
1114
  instanceType?: string;
989
1115
  /**
990
1116
  * @remarks
991
- * 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">
992
1126
  *
993
1127
  * Unit: USD/hour.
994
1128
  *
@@ -1022,10 +1156,11 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroupSpotPriceL
1022
1156
  export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $dara.Model {
1023
1157
  /**
1024
1158
  * @remarks
1025
- * 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:
1026
1160
  *
1027
- * * `true`
1028
- * * `false`
1161
+ * - `true`: Enables auto-renewal.
1162
+ *
1163
+ * - `false`: Disables auto-renewal.
1029
1164
  *
1030
1165
  * @example
1031
1166
  * false
@@ -1033,10 +1168,11 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
1033
1168
  autoRenew?: boolean;
1034
1169
  /**
1035
1170
  * @remarks
1036
- * The auto-renewal period. Valid value:
1171
+ * Duration of each auto-renewal cycle. Valid values:
1172
+ *
1173
+ * - When PeriodUnit=Week: 1, 2, 3.
1037
1174
  *
1038
- * * Valid values when PeriodUnit is set to Week: 1, 2, and 3.
1039
- * * 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.
1040
1176
  *
1041
1177
  * @example
1042
1178
  * 0
@@ -1044,9 +1180,9 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
1044
1180
  autoRenewPeriod?: number;
1045
1181
  /**
1046
1182
  * @remarks
1047
- * This parameter is deprecated.
1183
+ * [This field is deprecated.]
1048
1184
  *
1049
- * Use security_hardening_os instead.
1185
+ * Use the security_hardening_os parameter instead.
1050
1186
  *
1051
1187
  * @example
1052
1188
  * false
@@ -1056,10 +1192,11 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
1056
1192
  cisEnabled?: boolean;
1057
1193
  /**
1058
1194
  * @remarks
1059
- * 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:
1060
1196
  *
1061
- * * `true`
1062
- * * `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.
1063
1200
  *
1064
1201
  * @example
1065
1202
  * true
@@ -1067,12 +1204,12 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
1067
1204
  compensateWithOnDemand?: boolean;
1068
1205
  /**
1069
1206
  * @remarks
1070
- * 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.
1071
1208
  */
1072
1209
  dataDisks?: DataDisk[];
1073
1210
  /**
1074
1211
  * @remarks
1075
- * The deployment set ID.
1212
+ * Deployment set ID.
1076
1213
  *
1077
1214
  * @example
1078
1215
  * ds-bp1d19mmbsv3jf6xxxxx
@@ -1080,46 +1217,60 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
1080
1217
  deploymentsetId?: string;
1081
1218
  /**
1082
1219
  * @remarks
1083
- * The expected number of nodes in the node pool.
1220
+ * Desired number of nodes in the node pool.
1084
1221
  *
1085
1222
  * @example
1086
1223
  * 2
1087
1224
  */
1088
1225
  desiredSize?: number;
1226
+ /**
1227
+ * @remarks
1228
+ * Block device initialization configuration.
1229
+ */
1089
1230
  diskInit?: DiskInit[];
1090
1231
  /**
1091
1232
  * @remarks
1092
- * 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`.
1093
1234
  *
1094
1235
  * @example
1095
- * aliyun_2_1903_x64_20G_alibase_20200529.vhd
1236
+ * aliyun_3_x64_20G_alibase_20241218.vhd
1096
1237
  */
1097
1238
  imageId?: string;
1098
1239
  /**
1099
1240
  * @remarks
1100
- * 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.
1252
+ *
1253
+ * - `CentOS`: CentOS image.
1101
1254
  *
1102
- * * `AliyunLinux`: Alibaba Cloud Linux 2.
1103
- * * `AliyunLinuxSecurity`: Alibaba Cloud Linux 2 (UEFI).
1104
- * * `AliyunLinux3`: Alibaba Cloud Linux 3
1105
- * * `AliyunLinux3Arm64`: Alibaba Cloud Linux 3 (ARM).
1106
- * * `AliyunLinux3Security`: Alibaba Cloud Linux 3 (UEFI).
1107
- * * `CentOS`: CentOS.
1108
- * * `Windows`: Windows.
1109
- * * `WindowsCore`: Windows Core.
1110
- * * `ContainerOS`: ContainerOS.
1111
- * * `AliyunLinux3ContainerOptimized`: Alibaba Cloud Linux 3 Container-optimized.
1255
+ * - `Windows`: Windows image.
1256
+ *
1257
+ * - `WindowsCore`: WindowsCore image.
1258
+ *
1259
+ * - `ContainerOS`: Container-optimized image.
1260
+ *
1261
+ * - `AliyunLinux3ContainerOptimized`: Alinux3 container-optimized image.
1112
1262
  *
1113
1263
  * @example
1114
- * AliyunLinux
1264
+ * AliyunLinux3
1115
1265
  */
1116
1266
  imageType?: string;
1117
1267
  /**
1118
1268
  * @remarks
1119
- * The billing method of the nodes in the node pool. Valid values:
1269
+ * Billing method for nodes in the node pool. Valid values:
1270
+ *
1271
+ * - `PrePaid`: Subscription.
1120
1272
  *
1121
- * * `PrePaid`: subscription.
1122
- * * `PostPaid`: pay-as-you-go.
1273
+ * - `PostPaid`: Pay-as-you-go.
1123
1274
  *
1124
1275
  * @example
1125
1276
  * PostPaid
@@ -1127,12 +1278,12 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
1127
1278
  instanceChargeType?: string;
1128
1279
  /**
1129
1280
  * @remarks
1130
- * The attribute configurations of the instance.
1281
+ * Instance attribute configuration.
1131
1282
  */
1132
1283
  instancePatterns?: InstancePatterns[];
1133
1284
  /**
1134
1285
  * @remarks
1135
- * 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.
1136
1287
  *
1137
1288
  * @example
1138
1289
  * ecs.n4.large
@@ -1140,10 +1291,11 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
1140
1291
  instanceTypes?: string[];
1141
1292
  /**
1142
1293
  * @remarks
1143
- * The metering method of the public IP address.
1294
+ * Billing method for public network bandwidth of nodes.
1144
1295
  *
1145
- * * PayByBandwidth: pay-by-data-transfer.
1146
- * * PayByTraffic: pay-by-data-transfer.
1296
+ * - PayByBandwidth: Pay-by-bandwidth.
1297
+ *
1298
+ * - PayByTraffic: Pay-by-traffic.
1147
1299
  *
1148
1300
  * @example
1149
1301
  * PayByBandwidth
@@ -1151,7 +1303,7 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
1151
1303
  internetChargeType?: string;
1152
1304
  /**
1153
1305
  * @remarks
1154
- * 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.
1155
1307
  *
1156
1308
  * @example
1157
1309
  * 10
@@ -1159,9 +1311,9 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
1159
1311
  internetMaxBandwidthOut?: number;
1160
1312
  /**
1161
1313
  * @remarks
1162
- * 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`.
1163
1315
  *
1164
- * 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.
1165
1317
  *
1166
1318
  * @example
1167
1319
  * pro-nodepool
@@ -1169,10 +1321,11 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
1169
1321
  keyPair?: string;
1170
1322
  /**
1171
1323
  * @remarks
1172
- * 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.
1325
+ *
1326
+ * - true: Log on as the non-root user (ecs-user).
1173
1327
  *
1174
- * * true: Logs in as a non-root user (ecs-user).
1175
- * * false: Logs in as the root user.
1328
+ * - false: Log on as the root user.
1176
1329
  *
1177
1330
  * @example
1178
1331
  * true
@@ -1180,9 +1333,9 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
1180
1333
  loginAsNonRoot?: boolean;
1181
1334
  /**
1182
1335
  * @remarks
1183
- * 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.
1184
1337
  *
1185
- * The returned password is encrypted to ensure security.
1338
+ * For security reasons, the returned password is encrypted.
1186
1339
  *
1187
1340
  * @example
1188
1341
  * ******
@@ -1190,17 +1343,15 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
1190
1343
  loginPassword?: string;
1191
1344
  /**
1192
1345
  * @remarks
1193
- * The ECS instance scaling policy for the multi-zone scaling group. Valid values:
1194
- *
1195
- * * `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:
1196
1347
  *
1197
- * * `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.
1198
1349
  *
1199
- * **
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.
1200
1351
  *
1201
- * **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.
1202
1353
  *
1203
- * * `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).
1204
1355
  *
1205
1356
  * @example
1206
1357
  * COST_OPTIMIZED
@@ -1208,7 +1359,7 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
1208
1359
  multiAzPolicy?: string;
1209
1360
  /**
1210
1361
  * @remarks
1211
- * 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.
1212
1363
  *
1213
1364
  * @example
1214
1365
  * 0
@@ -1216,7 +1367,7 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
1216
1367
  onDemandBaseCapacity?: number;
1217
1368
  /**
1218
1369
  * @remarks
1219
- * 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].
1220
1371
  *
1221
1372
  * @example
1222
1373
  * 20
@@ -1224,10 +1375,11 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
1224
1375
  onDemandPercentageAboveBaseCapacity?: number;
1225
1376
  /**
1226
1377
  * @remarks
1227
- * 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`.
1228
1379
  *
1229
- * * If `period_unit` is set to Week, the valid values of `period` are 1, 2, 3, and 4.
1230
- * * 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}.
1231
1383
  *
1232
1384
  * @example
1233
1385
  * 1
@@ -1235,10 +1387,11 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
1235
1387
  period?: number;
1236
1388
  /**
1237
1389
  * @remarks
1238
- * 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.
1239
1393
  *
1240
- * * `Month`: The subscription duration is measured in months.
1241
- * * `Week`: The subscription duration is measured in weeks.
1394
+ * - `Week`: Billed weekly.
1242
1395
  *
1243
1396
  * @example
1244
1397
  * Month
@@ -1246,14 +1399,17 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
1246
1399
  periodUnit?: string;
1247
1400
  /**
1248
1401
  * @remarks
1249
- * This parameter is deprecated.
1402
+ * [This field is deprecated.]
1250
1403
  *
1251
- * The OS distribution that is used. Valid values:
1404
+ * Operating system distribution. Valid values:
1252
1405
  *
1253
- * * `CentOS`
1254
- * * `AliyunLinux`
1255
- * * `Windows`
1256
- * * `WindowsCore`
1406
+ * - `CentOS`
1407
+ *
1408
+ * - `AliyunLinux`
1409
+ *
1410
+ * - `Windows`
1411
+ *
1412
+ * - `WindowsCore`
1257
1413
  *
1258
1414
  * @example
1259
1415
  * AliyunLinux
@@ -1261,12 +1417,12 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
1261
1417
  platform?: string;
1262
1418
  /**
1263
1419
  * @remarks
1264
- * The configurations of the private node pool.
1420
+ * Private pool options.
1265
1421
  */
1266
1422
  privatePoolOptions?: DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroupPrivatePoolOptions;
1267
1423
  /**
1268
1424
  * @remarks
1269
- * This field is deprecated and replaced by the ram_role_name parameter.
1425
+ * This field is deprecated. Use ram_role_name instead.
1270
1426
  *
1271
1427
  * @example
1272
1428
  * KubernetesWorkerRole-021dc54f-929b-437a-8ae0-34c24d3e****
@@ -1282,13 +1438,17 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
1282
1438
  ramRoleName?: string;
1283
1439
  /**
1284
1440
  * @remarks
1285
- * 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.
1286
1442
  */
1287
1443
  rdsInstances?: string[];
1444
+ /**
1445
+ * @remarks
1446
+ * Resource pool and strategy used when creating instances.
1447
+ */
1288
1448
  resourcePoolOptions?: DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroupResourcePoolOptions;
1289
1449
  /**
1290
1450
  * @remarks
1291
- * The scaling group ID.
1451
+ * Scaling group ID.
1292
1452
  *
1293
1453
  * @example
1294
1454
  * asg-2ze8n5qw4atggut8****
@@ -1296,10 +1456,11 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
1296
1456
  scalingGroupId?: string;
1297
1457
  /**
1298
1458
  * @remarks
1299
- * The scaling mode of the scaling group. Valid values:
1459
+ * Scaling group mode. Valid values:
1300
1460
  *
1301
- * * `release`: the standard mode. ECS instances are created and released based on the resource usage.
1302
- * * `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.)
1303
1464
  *
1304
1465
  * @example
1305
1466
  * release
@@ -1307,9 +1468,9 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
1307
1468
  scalingPolicy?: string;
1308
1469
  /**
1309
1470
  * @remarks
1310
- * This parameter is deprecated.
1471
+ * [This field is deprecated.]
1311
1472
  *
1312
- * 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`.
1313
1474
  *
1314
1475
  * @example
1315
1476
  * sg-2ze1iuk12m2sb4c4****
@@ -1317,15 +1478,16 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
1317
1478
  securityGroupId?: string;
1318
1479
  /**
1319
1480
  * @remarks
1320
- * The IDs of security groups for the node pool.
1481
+ * List of security group IDs for the node pool.
1321
1482
  */
1322
1483
  securityGroupIds?: string[];
1323
1484
  /**
1324
1485
  * @remarks
1325
- * 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.
1326
1489
  *
1327
- * * `true`: Alibaba Cloud Linux Security Hardening is enabled.
1328
- * * `false`: Alibaba Cloud Linux Security Hardening is disabled.
1490
+ * - `false`: Disables Alibaba Cloud OS security hardening.
1329
1491
  *
1330
1492
  * Default value: `false`.
1331
1493
  *
@@ -1335,7 +1497,7 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
1335
1497
  securityHardeningOs?: boolean;
1336
1498
  /**
1337
1499
  * @remarks
1338
- * 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.
1339
1501
  *
1340
1502
  * @example
1341
1503
  * false
@@ -1343,7 +1505,7 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
1343
1505
  socEnabled?: boolean;
1344
1506
  /**
1345
1507
  * @remarks
1346
- * 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].
1347
1509
  *
1348
1510
  * @example
1349
1511
  * 5
@@ -1351,10 +1513,11 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
1351
1513
  spotInstancePools?: number;
1352
1514
  /**
1353
1515
  * @remarks
1354
- * 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.
1355
1519
  *
1356
- * * `true`
1357
- * * `false`
1520
+ * - `false`: Disables replenishment.
1358
1521
  *
1359
1522
  * @example
1360
1523
  * false
@@ -1362,18 +1525,20 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
1362
1525
  spotInstanceRemedy?: boolean;
1363
1526
  /**
1364
1527
  * @remarks
1365
- * The bid configurations of preemptible instances.
1528
+ * Market price range configuration for spot instances.
1366
1529
  */
1367
1530
  spotPriceLimit?: DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroupSpotPriceLimit[];
1368
1531
  /**
1369
1532
  * @remarks
1370
- * 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.
1371
1538
  *
1372
- * * NoSpot: non-preemptible.
1373
- * * SpotWithPriceLimit: specifies the highest bid.
1374
- * * SpotAsPriceGo: automatically submits bids based on the up-to-date market price.
1539
+ * - SpotAsPriceGo: Uses the current market price.
1375
1540
  *
1376
- * 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).
1377
1542
  *
1378
1543
  * @example
1379
1544
  * NoSpot
@@ -1381,12 +1546,13 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
1381
1546
  spotStrategy?: string;
1382
1547
  /**
1383
1548
  * @remarks
1384
- * 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:
1385
1550
  *
1386
- * * true: enables the burst feature.
1387
- * * 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.
1388
1552
  *
1389
- * 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).
1390
1556
  *
1391
1557
  * @example
1392
1558
  * true
@@ -1394,18 +1560,22 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
1394
1560
  systemDiskBurstingEnabled?: boolean;
1395
1561
  /**
1396
1562
  * @remarks
1397
- * 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.
1398
1564
  */
1399
1565
  systemDiskCategories?: string[];
1400
1566
  /**
1401
1567
  * @remarks
1402
- * 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.
1575
+ *
1576
+ * - `cloud_auto`: ESSD AutoPL disk.
1403
1577
  *
1404
- * * `cloud_efficiency`: ultra disk
1405
- * * `cloud_ssd`: SSD
1406
- * * `cloud_essd`: Enterprise ESSD (ESSD).
1407
- * * `cloud_auto`: ESSD AutoPL disk.
1408
- * * `cloud_essd_entry`: ESSD Entry disk.
1578
+ * - `cloud_essd_entry`: ESSD Entry disk.
1409
1579
  *
1410
1580
  * @example
1411
1581
  * cloud_efficiency
@@ -1413,7 +1583,7 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
1413
1583
  systemDiskCategory?: string;
1414
1584
  /**
1415
1585
  * @remarks
1416
- * 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.
1417
1587
  *
1418
1588
  * @example
1419
1589
  * aes-256
@@ -1421,10 +1591,11 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
1421
1591
  systemDiskEncryptAlgorithm?: string;
1422
1592
  /**
1423
1593
  * @remarks
1424
- * Specifies whether to encrypt the system disk. Valid values:
1594
+ * Indicates whether the system disk is encrypted. Valid values:
1425
1595
  *
1426
- * * true
1427
- * * false
1596
+ * - true: Encrypted.
1597
+ *
1598
+ * - false: Not encrypted.
1428
1599
  *
1429
1600
  * @example
1430
1601
  * false
@@ -1432,7 +1603,7 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
1432
1603
  systemDiskEncrypted?: boolean;
1433
1604
  /**
1434
1605
  * @remarks
1435
- * 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.
1436
1607
  *
1437
1608
  * @example
1438
1609
  * 0e478b7a-4262-4802-b8cb-00d3fb40****
@@ -1440,12 +1611,15 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
1440
1611
  systemDiskKmsKeyId?: string;
1441
1612
  /**
1442
1613
  * @remarks
1443
- * 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.
1444
1619
  *
1445
- * * PL0: moderate maximum concurrent I/O performance and low I/O latency.
1446
- * * PL1: moderate maximum concurrent I/O performance and low I/O latency.
1447
- * * PL2: high maximum concurrent I/O performance and low I/O latency.
1448
- * * 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.
1449
1623
  *
1450
1624
  * @example
1451
1625
  * PL1
@@ -1453,7 +1627,7 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
1453
1627
  systemDiskPerformanceLevel?: string;
1454
1628
  /**
1455
1629
  * @remarks
1456
- * 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.
1457
1631
  *
1458
1632
  * @example
1459
1633
  * 1000
@@ -1461,23 +1635,30 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
1461
1635
  systemDiskProvisionedIops?: number;
1462
1636
  /**
1463
1637
  * @remarks
1464
- * The size of the system disk in GiB.
1638
+ * System disk size for nodes. Unit: GiB.
1465
1639
  *
1466
- * Valid values: 20 to 2048.
1640
+ * Valid values: [20,2048].
1467
1641
  *
1468
1642
  * @example
1469
1643
  * 120
1470
1644
  */
1471
1645
  systemDiskSize?: number;
1646
+ /**
1647
+ * @remarks
1648
+ * System disk snapshot policy.
1649
+ *
1650
+ * @example
1651
+ * sp-0jl6xnmme8v7o935****
1652
+ */
1472
1653
  systemDiskSnapshotPolicyId?: string;
1473
1654
  /**
1474
1655
  * @remarks
1475
- * The label to be added to the ECS instances.
1656
+ * ECS instance tags.
1476
1657
  */
1477
1658
  tags?: Tag[];
1478
1659
  /**
1479
1660
  * @remarks
1480
- * The vSwitch IDs.
1661
+ * List of virtual switch IDs.
1481
1662
  */
1482
1663
  vswitchIds?: string[];
1483
1664
  static names(): { [key: string]: string } {
@@ -1640,7 +1821,7 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
1640
1821
  export class DescribeClusterNodePoolsResponseBodyNodepoolsStatus extends $dara.Model {
1641
1822
  /**
1642
1823
  * @remarks
1643
- * The number of failed nodes.
1824
+ * Number of failed instances.
1644
1825
  *
1645
1826
  * @example
1646
1827
  * 0
@@ -1648,7 +1829,7 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsStatus extends $dara.M
1648
1829
  failedNodes?: number;
1649
1830
  /**
1650
1831
  * @remarks
1651
- * The number of healthy nodes.
1832
+ * Number of healthy instances.
1652
1833
  *
1653
1834
  * @example
1654
1835
  * 3
@@ -1656,7 +1837,7 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsStatus extends $dara.M
1656
1837
  healthyNodes?: number;
1657
1838
  /**
1658
1839
  * @remarks
1659
- * The number of nodes that are being created.
1840
+ * Number of nodes being created.
1660
1841
  *
1661
1842
  * @example
1662
1843
  * 0
@@ -1664,7 +1845,7 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsStatus extends $dara.M
1664
1845
  initialNodes?: number;
1665
1846
  /**
1666
1847
  * @remarks
1667
- * The number of offline nodes.
1848
+ * Number of offline nodes.
1668
1849
  *
1669
1850
  * @example
1670
1851
  * 0
@@ -1672,7 +1853,7 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsStatus extends $dara.M
1672
1853
  offlineNodes?: number;
1673
1854
  /**
1674
1855
  * @remarks
1675
- * The number of nodes that are being removed.
1856
+ * Number of nodes being removed.
1676
1857
  *
1677
1858
  * @example
1678
1859
  * 0
@@ -1680,7 +1861,7 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsStatus extends $dara.M
1680
1861
  removingNodes?: number;
1681
1862
  /**
1682
1863
  * @remarks
1683
- * The number of running nodes.
1864
+ * Number of active nodes.
1684
1865
  *
1685
1866
  * @example
1686
1867
  * 3
@@ -1688,13 +1869,17 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsStatus extends $dara.M
1688
1869
  servingNodes?: number;
1689
1870
  /**
1690
1871
  * @remarks
1691
- * The status of the node pool. Valid values:
1872
+ * Node pool state. Valid values:
1873
+ *
1874
+ * - `active`: Activated.
1692
1875
  *
1693
- * * `active`: The node pool is active.
1694
- * * `scaling`: The node pool is being scaled.
1695
- * * `removing`: The nodes are being removed from the node pool.
1696
- * * `deleting`: The node pool is being deleted.
1697
- * * `updating`: The node pool is being updated.
1876
+ * - `scaling`: Scaling.
1877
+ *
1878
+ * - `removing`: Removing nodes.
1879
+ *
1880
+ * - `deleting`: Deleting.
1881
+ *
1882
+ * - `updating`: Updating.
1698
1883
  *
1699
1884
  * @example
1700
1885
  * active
@@ -1702,7 +1887,7 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsStatus extends $dara.M
1702
1887
  state?: string;
1703
1888
  /**
1704
1889
  * @remarks
1705
- * The total number of nodes in the node pool.
1890
+ * Total number of nodes in the node pool.
1706
1891
  *
1707
1892
  * @example
1708
1893
  * 3
@@ -1746,10 +1931,11 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsStatus extends $dara.M
1746
1931
  export class DescribeClusterNodePoolsResponseBodyNodepoolsTeeConfig extends $dara.Model {
1747
1932
  /**
1748
1933
  * @remarks
1749
- * Specifies whether to enable confidential computing for the cluster. Valid values:
1934
+ * Indicates whether confidential computing is enabled. Valid values:
1750
1935
  *
1751
- * * `true`
1752
- * * `false`
1936
+ * - `true`: Enabled.
1937
+ *
1938
+ * - `false`: Disabled.
1753
1939
  *
1754
1940
  * @example
1755
1941
  * false
@@ -1777,78 +1963,93 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsTeeConfig extends $dar
1777
1963
  }
1778
1964
 
1779
1965
  export class DescribeClusterNodePoolsResponseBodyNodepools extends $dara.Model {
1966
+ /**
1967
+ * @remarks
1968
+ * Intelligent management configuration.
1969
+ */
1780
1970
  autoMode?: DescribeClusterNodePoolsResponseBodyNodepoolsAutoMode;
1781
1971
  /**
1782
1972
  * @remarks
1783
- * The configurations about auto scaling.
1973
+ * Automatic scaling configuration.
1784
1974
  */
1785
1975
  autoScaling?: DescribeClusterNodePoolsResponseBodyNodepoolsAutoScaling;
1786
1976
  /**
1787
1977
  * @remarks
1788
- * This parameter is discontinued.
1978
+ * Lingjun node group information.
1979
+ */
1980
+ efloNodeGroup?: DescribeClusterNodePoolsResponseBodyNodepoolsEfloNodeGroup;
1981
+ /**
1982
+ * @remarks
1983
+ * [This field is deprecated.]
1789
1984
  *
1790
- * 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.
1791
1986
  */
1792
1987
  interconnectConfig?: DescribeClusterNodePoolsResponseBodyNodepoolsInterconnectConfig;
1793
1988
  /**
1794
1989
  * @remarks
1795
- * 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:
1796
1991
  *
1797
- * * `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.
1798
- * * `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.
1799
1995
  *
1800
1996
  * @example
1801
- * improved
1997
+ * basic
1802
1998
  */
1803
1999
  interconnectMode?: string;
1804
2000
  /**
1805
2001
  * @remarks
1806
- * The configurations of the cluster.
2002
+ * Cluster-related configuration.
1807
2003
  */
1808
2004
  kubernetesConfig?: DescribeClusterNodePoolsResponseBodyNodepoolsKubernetesConfig;
1809
2005
  /**
1810
2006
  * @remarks
1811
- * 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.
1812
2008
  */
1813
2009
  management?: DescribeClusterNodePoolsResponseBodyNodepoolsManagement;
1814
2010
  /**
1815
2011
  * @remarks
1816
- * 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.
1817
2013
  *
1818
2014
  * @example
1819
2015
  * 10
1820
2016
  */
1821
2017
  maxNodes?: number;
2018
+ /**
2019
+ * @remarks
2020
+ * List of node components.
2021
+ */
1822
2022
  nodeComponents?: DescribeClusterNodePoolsResponseBodyNodepoolsNodeComponents[];
1823
2023
  /**
1824
2024
  * @remarks
1825
- * The configurations of nodes.
2025
+ * Node configuration.
1826
2026
  */
1827
2027
  nodeConfig?: DescribeClusterNodePoolsResponseBodyNodepoolsNodeConfig;
1828
2028
  /**
1829
2029
  * @remarks
1830
- * The information about the node pool.
2030
+ * Node pool information.
1831
2031
  */
1832
2032
  nodepoolInfo?: DescribeClusterNodePoolsResponseBodyNodepoolsNodepoolInfo;
1833
2033
  /**
1834
2034
  * @remarks
1835
- * The configurations of the scaling group that is used by the node pool.
2035
+ * Scaling group configuration for the node pool.
1836
2036
  */
1837
2037
  scalingGroup?: DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup;
1838
2038
  /**
1839
2039
  * @remarks
1840
- * The status of the node pool.
2040
+ * Node pool status.
1841
2041
  */
1842
2042
  status?: DescribeClusterNodePoolsResponseBodyNodepoolsStatus;
1843
2043
  /**
1844
2044
  * @remarks
1845
- * The configurations of confidential computing.
2045
+ * Confidential computing configuration.
1846
2046
  */
1847
2047
  teeConfig?: DescribeClusterNodePoolsResponseBodyNodepoolsTeeConfig;
1848
2048
  static names(): { [key: string]: string } {
1849
2049
  return {
1850
2050
  autoMode: 'auto_mode',
1851
2051
  autoScaling: 'auto_scaling',
2052
+ efloNodeGroup: 'eflo_node_group',
1852
2053
  interconnectConfig: 'interconnect_config',
1853
2054
  interconnectMode: 'interconnect_mode',
1854
2055
  kubernetesConfig: 'kubernetes_config',
@@ -1867,6 +2068,7 @@ export class DescribeClusterNodePoolsResponseBodyNodepools extends $dara.Model {
1867
2068
  return {
1868
2069
  autoMode: DescribeClusterNodePoolsResponseBodyNodepoolsAutoMode,
1869
2070
  autoScaling: DescribeClusterNodePoolsResponseBodyNodepoolsAutoScaling,
2071
+ efloNodeGroup: DescribeClusterNodePoolsResponseBodyNodepoolsEfloNodeGroup,
1870
2072
  interconnectConfig: DescribeClusterNodePoolsResponseBodyNodepoolsInterconnectConfig,
1871
2073
  interconnectMode: 'string',
1872
2074
  kubernetesConfig: DescribeClusterNodePoolsResponseBodyNodepoolsKubernetesConfig,
@@ -1888,6 +2090,9 @@ export class DescribeClusterNodePoolsResponseBodyNodepools extends $dara.Model {
1888
2090
  if(this.autoScaling && typeof (this.autoScaling as any).validate === 'function') {
1889
2091
  (this.autoScaling as any).validate();
1890
2092
  }
2093
+ if(this.efloNodeGroup && typeof (this.efloNodeGroup as any).validate === 'function') {
2094
+ (this.efloNodeGroup as any).validate();
2095
+ }
1891
2096
  if(this.interconnectConfig && typeof (this.interconnectConfig as any).validate === 'function') {
1892
2097
  (this.interconnectConfig as any).validate();
1893
2098
  }
@@ -1926,7 +2131,7 @@ export class DescribeClusterNodePoolsResponseBodyNodepools extends $dara.Model {
1926
2131
  export class DescribeClusterNodePoolsResponseBody extends $dara.Model {
1927
2132
  /**
1928
2133
  * @remarks
1929
- * The node pools.
2134
+ * List of node pool instances.
1930
2135
  */
1931
2136
  nodepools?: DescribeClusterNodePoolsResponseBodyNodepools[];
1932
2137
  static names(): { [key: string]: string } {