@alicloud/cs20151215 6.6.4 → 6.7.0

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 (289) hide show
  1. package/dist/client.d.ts +220 -124
  2. package/dist/client.js +247 -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 +491 -284
  17. package/dist/models/CreateClusterNodePoolRequest.js +2 -0
  18. package/dist/models/CreateClusterNodePoolRequest.js.map +1 -1
  19. package/dist/models/CreateClusterNodePoolResponseBody.d.ts +1 -1
  20. package/dist/models/CreateClusterRequest.d.ts +585 -353
  21. package/dist/models/CreateClusterRequest.js.map +1 -1
  22. package/dist/models/CreateClusterResponseBody.d.ts +5 -5
  23. package/dist/models/CreateTriggerResponseBody.d.ts +1 -1
  24. package/dist/models/DeleteAlertContactRequest.d.ts +1 -1
  25. package/dist/models/DeleteAlertContactShrinkRequest.d.ts +1 -1
  26. package/dist/models/DeleteAutoRepairPolicyResponseBody.d.ts +3 -0
  27. package/dist/models/DeleteAutoRepairPolicyResponseBody.js.map +1 -1
  28. package/dist/models/DeleteClusterNodepoolResponseBody.d.ts +2 -2
  29. package/dist/models/DeleteClusterNodesRequest.d.ts +1 -1
  30. package/dist/models/DeleteClusterNodesResponseBody.d.ts +3 -3
  31. package/dist/models/DeleteClusterRequest.d.ts +26 -18
  32. package/dist/models/DeleteClusterRequest.js.map +1 -1
  33. package/dist/models/DeleteClusterResponseBody.d.ts +2 -2
  34. package/dist/models/DeleteClusterShrinkRequest.d.ts +12 -9
  35. package/dist/models/DeleteClusterShrinkRequest.js.map +1 -1
  36. package/dist/models/DeployPolicyInstanceRequest.d.ts +7 -6
  37. package/dist/models/DeployPolicyInstanceRequest.js.map +1 -1
  38. package/dist/models/DeployPolicyInstanceResponseBody.d.ts +1 -1
  39. package/dist/models/DescribeAddonsRequest.d.ts +1 -1
  40. package/dist/models/DescribeAutoRepairPolicyResponseBody.d.ts +71 -0
  41. package/dist/models/DescribeAutoRepairPolicyResponseBody.js.map +1 -1
  42. package/dist/models/DescribeClusterAttachScriptsRequest.d.ts +21 -18
  43. package/dist/models/DescribeClusterAttachScriptsRequest.js.map +1 -1
  44. package/dist/models/DescribeClusterDetailResponseBody.d.ts +243 -110
  45. package/dist/models/DescribeClusterDetailResponseBody.js.map +1 -1
  46. package/dist/models/DescribeClusterEventsRequest.d.ts +8 -4
  47. package/dist/models/DescribeClusterEventsRequest.js.map +1 -1
  48. package/dist/models/DescribeClusterEventsResponseBody.d.ts +49 -39
  49. package/dist/models/DescribeClusterEventsResponseBody.js.map +1 -1
  50. package/dist/models/DescribeClusterLogsResponse.d.ts +3 -3
  51. package/dist/models/DescribeClusterNodePoolDetailResponseBody.d.ts +464 -214
  52. package/dist/models/DescribeClusterNodePoolDetailResponseBody.js +2 -0
  53. package/dist/models/DescribeClusterNodePoolDetailResponseBody.js.map +1 -1
  54. package/dist/models/DescribeClusterNodePoolsRequest.d.ts +1 -1
  55. package/dist/models/DescribeClusterNodePoolsResponseBody.d.ts +396 -233
  56. package/dist/models/DescribeClusterNodePoolsResponseBody.js +2 -0
  57. package/dist/models/DescribeClusterNodePoolsResponseBody.js.map +1 -1
  58. package/dist/models/DescribeClusterNodesRequest.d.ts +1 -1
  59. package/dist/models/DescribeClusterNodesResponseBody.d.ts +5 -5
  60. package/dist/models/DescribeClusterResourcesRequest.d.ts +5 -1
  61. package/dist/models/DescribeClusterResourcesRequest.js.map +1 -1
  62. package/dist/models/DescribeClusterResourcesResponse.d.ts +51 -33
  63. package/dist/models/DescribeClusterResourcesResponse.js.map +1 -1
  64. package/dist/models/DescribeClusterTasksResponseBody.d.ts +9 -9
  65. package/dist/models/DescribeClusterUserKubeconfigRequest.d.ts +1 -1
  66. package/dist/models/DescribeClusterUserKubeconfigResponseBody.d.ts +1 -1
  67. package/dist/models/DescribeClusterVulsResponseBody.d.ts +2 -2
  68. package/dist/models/DescribeClustersForRegionRequest.d.ts +32 -16
  69. package/dist/models/DescribeClustersForRegionRequest.js.map +1 -1
  70. package/dist/models/DescribeClustersForRegionResponseBody.d.ts +85 -56
  71. package/dist/models/DescribeClustersForRegionResponseBody.js.map +1 -1
  72. package/dist/models/DescribeClustersV1request.d.ts +33 -17
  73. package/dist/models/DescribeClustersV1request.js.map +1 -1
  74. package/dist/models/DescribeClustersV1responseBody.d.ts +98 -72
  75. package/dist/models/DescribeClustersV1responseBody.js.map +1 -1
  76. package/dist/models/DescribeEventsForRegionRequest.d.ts +6 -2
  77. package/dist/models/DescribeEventsForRegionRequest.js.map +1 -1
  78. package/dist/models/DescribeEventsForRegionResponseBody.d.ts +22 -15
  79. package/dist/models/DescribeEventsForRegionResponseBody.js.map +1 -1
  80. package/dist/models/DescribeEventsRequest.d.ts +53 -20
  81. package/dist/models/DescribeEventsRequest.js.map +1 -1
  82. package/dist/models/DescribeEventsResponseBody.d.ts +53 -29
  83. package/dist/models/DescribeEventsResponseBody.js.map +1 -1
  84. package/dist/models/DescribeKubernetesVersionMetadataRequest.d.ts +2 -2
  85. package/dist/models/DescribeKubernetesVersionMetadataResponse.d.ts +8 -8
  86. package/dist/models/DescribeNodePoolVulsResponseBody.d.ts +11 -0
  87. package/dist/models/DescribeNodePoolVulsResponseBody.js.map +1 -1
  88. package/dist/models/DescribePolicyDetailsResponseBody.d.ts +1 -1
  89. package/dist/models/DescribePolicyGovernanceInClusterResponseBody.d.ts +235 -7
  90. package/dist/models/DescribePolicyGovernanceInClusterResponseBody.js.map +1 -1
  91. package/dist/models/DescribeResourcesDeleteProtectionResponse.d.ts +1 -1
  92. package/dist/models/DescribeSubaccountK8sClusterUserConfigRequest.d.ts +1 -1
  93. package/dist/models/DescribeSubaccountK8sClusterUserConfigResponseBody.d.ts +2 -2
  94. package/dist/models/DescribeTaskInfoResponseBody.d.ts +35 -31
  95. package/dist/models/DescribeTaskInfoResponseBody.js.map +1 -1
  96. package/dist/models/DescribeTemplateAttributeResponse.d.ts +2 -2
  97. package/dist/models/DescribeTemplatesResponseBody.d.ts +4 -4
  98. package/dist/models/DescribeTriggerResponse.d.ts +1 -1
  99. package/dist/models/DescribeUserPermissionResponse.d.ts +1 -1
  100. package/dist/models/DescribeUserQuotaResponseBody.d.ts +0 -35
  101. package/dist/models/DescribeUserQuotaResponseBody.js.map +1 -1
  102. package/dist/models/GetClusterAddonInstanceResponseBody.d.ts +1 -1
  103. package/dist/models/GetClusterInspectReportDetailResponseBody.d.ts +9 -0
  104. package/dist/models/GetClusterInspectReportDetailResponseBody.js.map +1 -1
  105. package/dist/models/GrantPermissionsRequest.d.ts +28 -20
  106. package/dist/models/GrantPermissionsRequest.js.map +1 -1
  107. package/dist/models/InstallClusterAddonsRequest.d.ts +2 -2
  108. package/dist/models/InstanceMetadataOptions.d.ts +17 -0
  109. package/dist/models/InstanceMetadataOptions.js.map +1 -1
  110. package/dist/models/KubeletConfig.d.ts +10 -0
  111. package/dist/models/KubeletConfig.js.map +1 -1
  112. package/dist/models/ListAddonsRequest.d.ts +1 -1
  113. package/dist/models/ListAutoRepairPoliciesResponseBody.d.ts +75 -0
  114. package/dist/models/ListAutoRepairPoliciesResponseBody.js.map +1 -1
  115. package/dist/models/ListClusterChecksResponseBody.d.ts +2 -2
  116. package/dist/models/ListClusterKubeconfigStatesRequest.d.ts +10 -0
  117. package/dist/models/ListClusterKubeconfigStatesRequest.js.map +1 -1
  118. package/dist/models/ListClusterKubeconfigStatesResponseBody.d.ts +39 -0
  119. package/dist/models/ListClusterKubeconfigStatesResponseBody.js.map +1 -1
  120. package/dist/models/ListOperationPlansForRegionRequest.d.ts +9 -0
  121. package/dist/models/ListOperationPlansForRegionRequest.js.map +1 -1
  122. package/dist/models/ListOperationPlansForRegionResponseBody.d.ts +52 -0
  123. package/dist/models/ListOperationPlansForRegionResponseBody.js.map +1 -1
  124. package/dist/models/ListUserKubeConfigStatesResponseBody.d.ts +1 -1
  125. package/dist/models/MaintenanceWindow.d.ts +1 -1
  126. package/dist/models/MigrateClusterResponseBody.d.ts +3 -3
  127. package/dist/models/ModifyAutoRepairPolicyRequest.d.ts +58 -0
  128. package/dist/models/ModifyAutoRepairPolicyRequest.js.map +1 -1
  129. package/dist/models/ModifyAutoRepairPolicyResponseBody.d.ts +3 -0
  130. package/dist/models/ModifyAutoRepairPolicyResponseBody.js.map +1 -1
  131. package/dist/models/ModifyClusterNodePoolRequest.d.ts +353 -216
  132. package/dist/models/ModifyClusterNodePoolRequest.js +2 -0
  133. package/dist/models/ModifyClusterNodePoolRequest.js.map +1 -1
  134. package/dist/models/ModifyClusterNodePoolResponseBody.d.ts +1 -1
  135. package/dist/models/ModifyClusterRequest.d.ts +186 -123
  136. package/dist/models/ModifyClusterRequest.js.map +1 -1
  137. package/dist/models/ModifyNodePoolNodeConfigRequest.d.ts +8 -0
  138. package/dist/models/ModifyNodePoolNodeConfigRequest.js.map +1 -1
  139. package/dist/models/ModifyNodePoolNodeConfigResponseBody.d.ts +2 -2
  140. package/dist/models/Nodepool.d.ts +277 -183
  141. package/dist/models/Nodepool.js +2 -0
  142. package/dist/models/Nodepool.js.map +1 -1
  143. package/dist/models/OpenAckServiceResponseBody.d.ts +1 -1
  144. package/dist/models/RemoveClusterNodesRequest.d.ts +0 -10
  145. package/dist/models/RemoveClusterNodesRequest.js.map +1 -1
  146. package/dist/models/RemoveNodePoolNodesResponseBody.d.ts +1 -1
  147. package/dist/models/RepairClusterNodePoolRequest.d.ts +1 -1
  148. package/dist/models/RepairClusterNodePoolResponseBody.d.ts +2 -2
  149. package/dist/models/RunClusterCheckRequest.d.ts +2 -2
  150. package/dist/models/RunClusterCheckResponseBody.d.ts +2 -2
  151. package/dist/models/RunNodeOperationRequest.d.ts +22 -0
  152. package/dist/models/RunNodeOperationRequest.js +63 -0
  153. package/dist/models/RunNodeOperationRequest.js.map +1 -0
  154. package/dist/models/RunNodeOperationResponse.d.ts +19 -0
  155. package/dist/models/RunNodeOperationResponse.js +69 -0
  156. package/dist/models/RunNodeOperationResponse.js.map +1 -0
  157. package/dist/models/RunNodeOperationResponseBody.d.ts +28 -0
  158. package/dist/models/RunNodeOperationResponseBody.js +62 -0
  159. package/dist/models/RunNodeOperationResponseBody.js.map +1 -0
  160. package/dist/models/Runtime.d.ts +2 -2
  161. package/dist/models/ScaleOutClusterRequest.d.ts +8 -131
  162. package/dist/models/ScaleOutClusterRequest.js.map +1 -1
  163. package/dist/models/ScaleOutClusterResponseBody.d.ts +0 -21
  164. package/dist/models/ScaleOutClusterResponseBody.js.map +1 -1
  165. package/dist/models/ScanClusterVulsResponseBody.d.ts +1 -1
  166. package/dist/models/UnInstallClusterAddonsResponseBody.d.ts +3 -3
  167. package/dist/models/UpdateClusterAuditLogConfigResponseBody.d.ts +1 -1
  168. package/dist/models/UpdateK8sClusterUserConfigExpireRequest.d.ts +1 -1
  169. package/dist/models/UpgradeClusterAddonsRequest.d.ts +3 -3
  170. package/dist/models/UpgradeClusterAddonsResponseBody.d.ts +1 -1
  171. package/dist/models/UpgradeClusterNodepoolRequest.d.ts +5 -5
  172. package/dist/models/UpgradeClusterNodepoolResponseBody.d.ts +1 -1
  173. package/dist/models/UpgradeClusterRequest.d.ts +3 -3
  174. package/dist/models/model.d.ts +3 -0
  175. package/dist/models/model.js +8 -2
  176. package/dist/models/model.js.map +1 -1
  177. package/package.json +1 -1
  178. package/src/client.ts +251 -124
  179. package/src/models/AttachInstancesRequest.ts +2 -2
  180. package/src/models/AttachInstancesResponseBody.ts +1 -1
  181. package/src/models/AttachInstancesToNodePoolRequest.ts +1 -1
  182. package/src/models/AttachInstancesToNodePoolResponseBody.ts +1 -1
  183. package/src/models/ContainerdConfig.ts +22 -2
  184. package/src/models/CreateAutoRepairPolicyRequest.ts +63 -0
  185. package/src/models/CreateAutoRepairPolicyResponseBody.ts +6 -0
  186. package/src/models/CreateAutoscalingConfigRequest.ts +77 -40
  187. package/src/models/CreateClusterNodePoolRequest.ts +493 -284
  188. package/src/models/CreateClusterNodePoolResponseBody.ts +1 -1
  189. package/src/models/CreateClusterRequest.ts +585 -353
  190. package/src/models/CreateClusterResponseBody.ts +5 -5
  191. package/src/models/CreateTriggerResponseBody.ts +1 -1
  192. package/src/models/DeleteAlertContactRequest.ts +1 -1
  193. package/src/models/DeleteAlertContactShrinkRequest.ts +1 -1
  194. package/src/models/DeleteAutoRepairPolicyResponseBody.ts +3 -0
  195. package/src/models/DeleteClusterNodepoolResponseBody.ts +2 -2
  196. package/src/models/DeleteClusterNodesRequest.ts +1 -1
  197. package/src/models/DeleteClusterNodesResponseBody.ts +3 -3
  198. package/src/models/DeleteClusterRequest.ts +26 -18
  199. package/src/models/DeleteClusterResponseBody.ts +2 -2
  200. package/src/models/DeleteClusterShrinkRequest.ts +12 -9
  201. package/src/models/DeployPolicyInstanceRequest.ts +7 -6
  202. package/src/models/DeployPolicyInstanceResponseBody.ts +1 -1
  203. package/src/models/DescribeAddonsRequest.ts +1 -1
  204. package/src/models/DescribeAutoRepairPolicyResponseBody.ts +71 -0
  205. package/src/models/DescribeClusterAttachScriptsRequest.ts +21 -18
  206. package/src/models/DescribeClusterDetailResponseBody.ts +243 -110
  207. package/src/models/DescribeClusterEventsRequest.ts +8 -4
  208. package/src/models/DescribeClusterEventsResponseBody.ts +49 -39
  209. package/src/models/DescribeClusterLogsResponse.ts +3 -3
  210. package/src/models/DescribeClusterNodePoolDetailResponseBody.ts +466 -214
  211. package/src/models/DescribeClusterNodePoolsRequest.ts +1 -1
  212. package/src/models/DescribeClusterNodePoolsResponseBody.ts +398 -233
  213. package/src/models/DescribeClusterNodesRequest.ts +1 -1
  214. package/src/models/DescribeClusterNodesResponseBody.ts +5 -5
  215. package/src/models/DescribeClusterResourcesRequest.ts +5 -1
  216. package/src/models/DescribeClusterResourcesResponse.ts +51 -33
  217. package/src/models/DescribeClusterTasksResponseBody.ts +9 -9
  218. package/src/models/DescribeClusterUserKubeconfigRequest.ts +1 -1
  219. package/src/models/DescribeClusterUserKubeconfigResponseBody.ts +1 -1
  220. package/src/models/DescribeClusterVulsResponseBody.ts +2 -2
  221. package/src/models/DescribeClustersForRegionRequest.ts +32 -16
  222. package/src/models/DescribeClustersForRegionResponseBody.ts +85 -56
  223. package/src/models/DescribeClustersV1request.ts +33 -17
  224. package/src/models/DescribeClustersV1responseBody.ts +98 -72
  225. package/src/models/DescribeEventsForRegionRequest.ts +6 -2
  226. package/src/models/DescribeEventsForRegionResponseBody.ts +22 -15
  227. package/src/models/DescribeEventsRequest.ts +53 -20
  228. package/src/models/DescribeEventsResponseBody.ts +53 -29
  229. package/src/models/DescribeKubernetesVersionMetadataRequest.ts +2 -2
  230. package/src/models/DescribeKubernetesVersionMetadataResponse.ts +8 -8
  231. package/src/models/DescribeNodePoolVulsResponseBody.ts +11 -0
  232. package/src/models/DescribePolicyDetailsResponseBody.ts +1 -1
  233. package/src/models/DescribePolicyGovernanceInClusterResponseBody.ts +235 -7
  234. package/src/models/DescribeResourcesDeleteProtectionResponse.ts +1 -1
  235. package/src/models/DescribeSubaccountK8sClusterUserConfigRequest.ts +1 -1
  236. package/src/models/DescribeSubaccountK8sClusterUserConfigResponseBody.ts +2 -2
  237. package/src/models/DescribeTaskInfoResponseBody.ts +35 -31
  238. package/src/models/DescribeTemplateAttributeResponse.ts +2 -2
  239. package/src/models/DescribeTemplatesResponseBody.ts +4 -4
  240. package/src/models/DescribeTriggerResponse.ts +1 -1
  241. package/src/models/DescribeUserPermissionResponse.ts +1 -1
  242. package/src/models/DescribeUserQuotaResponseBody.ts +0 -35
  243. package/src/models/GetClusterAddonInstanceResponseBody.ts +1 -1
  244. package/src/models/GetClusterInspectReportDetailResponseBody.ts +9 -0
  245. package/src/models/GrantPermissionsRequest.ts +28 -20
  246. package/src/models/InstallClusterAddonsRequest.ts +2 -2
  247. package/src/models/InstanceMetadataOptions.ts +17 -0
  248. package/src/models/KubeletConfig.ts +10 -0
  249. package/src/models/ListAddonsRequest.ts +1 -1
  250. package/src/models/ListAutoRepairPoliciesResponseBody.ts +75 -0
  251. package/src/models/ListClusterChecksResponseBody.ts +2 -2
  252. package/src/models/ListClusterKubeconfigStatesRequest.ts +10 -0
  253. package/src/models/ListClusterKubeconfigStatesResponseBody.ts +39 -0
  254. package/src/models/ListOperationPlansForRegionRequest.ts +9 -0
  255. package/src/models/ListOperationPlansForRegionResponseBody.ts +52 -0
  256. package/src/models/ListUserKubeConfigStatesResponseBody.ts +1 -1
  257. package/src/models/MaintenanceWindow.ts +1 -1
  258. package/src/models/MigrateClusterResponseBody.ts +3 -3
  259. package/src/models/ModifyAutoRepairPolicyRequest.ts +58 -0
  260. package/src/models/ModifyAutoRepairPolicyResponseBody.ts +3 -0
  261. package/src/models/ModifyClusterNodePoolRequest.ts +356 -217
  262. package/src/models/ModifyClusterNodePoolResponseBody.ts +1 -1
  263. package/src/models/ModifyClusterRequest.ts +186 -123
  264. package/src/models/ModifyNodePoolNodeConfigRequest.ts +8 -0
  265. package/src/models/ModifyNodePoolNodeConfigResponseBody.ts +2 -2
  266. package/src/models/Nodepool.ts +279 -183
  267. package/src/models/OpenAckServiceResponseBody.ts +1 -1
  268. package/src/models/RemoveClusterNodesRequest.ts +0 -10
  269. package/src/models/RemoveNodePoolNodesResponseBody.ts +1 -1
  270. package/src/models/RepairClusterNodePoolRequest.ts +1 -1
  271. package/src/models/RepairClusterNodePoolResponseBody.ts +2 -2
  272. package/src/models/RunClusterCheckRequest.ts +2 -2
  273. package/src/models/RunClusterCheckResponseBody.ts +2 -2
  274. package/src/models/RunNodeOperationRequest.ts +40 -0
  275. package/src/models/RunNodeOperationResponse.ts +40 -0
  276. package/src/models/RunNodeOperationResponseBody.ts +45 -0
  277. package/src/models/Runtime.ts +2 -2
  278. package/src/models/ScaleOutClusterRequest.ts +8 -131
  279. package/src/models/ScaleOutClusterResponseBody.ts +0 -21
  280. package/src/models/ScanClusterVulsResponseBody.ts +1 -1
  281. package/src/models/UnInstallClusterAddonsResponseBody.ts +3 -3
  282. package/src/models/UpdateClusterAuditLogConfigResponseBody.ts +1 -1
  283. package/src/models/UpdateK8sClusterUserConfigExpireRequest.ts +1 -1
  284. package/src/models/UpgradeClusterAddonsRequest.ts +3 -3
  285. package/src/models/UpgradeClusterAddonsResponseBody.ts +1 -1
  286. package/src/models/UpgradeClusterNodepoolRequest.ts +5 -5
  287. package/src/models/UpgradeClusterNodepoolResponseBody.ts +1 -1
  288. package/src/models/UpgradeClusterRequest.ts +3 -3
  289. package/src/models/model.ts +3 -0
@@ -9,6 +9,9 @@ import { Hugepage } from "./Hugepage";
9
9
  import { Taint } from "./Taint";
10
10
  export declare class DescribeClusterNodePoolDetailResponseBodyAutoMode extends $dara.Model {
11
11
  /**
12
+ * @remarks
13
+ * Indicates whether to enable the feature.
14
+ *
12
15
  * @example
13
16
  * false
14
17
  */
@@ -27,7 +30,9 @@ export declare class DescribeClusterNodePoolDetailResponseBodyAutoMode extends $
27
30
  export declare class DescribeClusterNodePoolDetailResponseBodyAutoScaling extends $dara.Model {
28
31
  /**
29
32
  * @remarks
30
- * The maximum bandwidth of the elastic IP address (EIP).
33
+ * The peak EIP bandwidth.
34
+ *
35
+ * Valid values: 1 to 100. Unit: Mbit/s.
31
36
  *
32
37
  * @example
33
38
  * 5
@@ -35,10 +40,11 @@ export declare class DescribeClusterNodePoolDetailResponseBodyAutoScaling extend
35
40
  eipBandwidth?: number;
36
41
  /**
37
42
  * @remarks
38
- * The metering method of the EIP. Valid values:
43
+ * The billing method of the EIP. Valid values:
39
44
  *
40
- * * `PayByBandwidth`: pay-by-bandwidth.
41
- * * `PayByTraffic`: pay-by-data-transfer.
45
+ * - `PayByBandwidth`: pay-by-bandwidth.
46
+ *
47
+ * - `PayByTraffic`: pay-by-traffic.
42
48
  *
43
49
  * @example
44
50
  * PayByBandwidth
@@ -46,10 +52,13 @@ export declare class DescribeClusterNodePoolDetailResponseBodyAutoScaling extend
46
52
  eipInternetChargeType?: string;
47
53
  /**
48
54
  * @remarks
49
- * Indicates whether auto scaling is enabled. Valid values:
55
+ * Indicates whether to enable automatic scaling. Valid values:
56
+ *
57
+ * - `true`: enables automatic scaling for the node pool. If the resources of the cluster cannot meet the scheduling requirements of pods, ACK automatically scales out or in nodes based on the configured minimum and maximum numbers of instances. For clusters of Kubernetes 1.24 or later, node elastic scaling is enabled by default. For clusters of a Kubernetes version earlier than 1.24, node autoscaling is enabled by default. For more information, see [Node scaling](https://help.aliyun.com/document_detail/2746785.html).
58
+ *
59
+ * - `false`: disables automatic scaling. ACK adjusts the number of nodes in the node pool to the expected number of nodes. The number of nodes is always the same as the expected number of nodes.
50
60
  *
51
- * * `true`: auto scaling is enabled.
52
- * * `false`: auto scaling is disabled. If this parameter is set to false, other parameters in the `auto_scaling` section do not take effect.
61
+ * If this parameter is set to false, other parameters in auto_scaling do not take effect.
53
62
  *
54
63
  * @example
55
64
  * true
@@ -57,10 +66,11 @@ export declare class DescribeClusterNodePoolDetailResponseBodyAutoScaling extend
57
66
  enable?: boolean;
58
67
  /**
59
68
  * @remarks
60
- * Indicates whether an EIP is associated with the node pool. Valid values:
69
+ * Indicates whether to associate an EIP with the node pool. Valid values:
61
70
  *
62
- * * `true`: An EIP is associated with the node pool.
63
- * * `false`: No EIP is associated with the node pool.
71
+ * - `true`: Associates an EIP with the node pool.
72
+ *
73
+ * - `false`: Does not associate an EIP with the node pool.
64
74
  *
65
75
  * @example
66
76
  * true
@@ -68,7 +78,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyAutoScaling extend
68
78
  isBondEip?: boolean;
69
79
  /**
70
80
  * @remarks
71
- * The maximum number of Elastic Compute Service (ECS) instances that can be created in the node pool.
81
+ * The maximum number of instances that can be created in the node pool. This value does not include the existing instances.
72
82
  *
73
83
  * @example
74
84
  * 10
@@ -76,7 +86,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyAutoScaling extend
76
86
  maxInstances?: number;
77
87
  /**
78
88
  * @remarks
79
- * The minimum number of ECS instances that must be kept in the node pool.
89
+ * The minimum number of instances that can be created in the node pool. This value does not include the existing instances.
80
90
  *
81
91
  * @example
82
92
  * 1
@@ -84,12 +94,15 @@ export declare class DescribeClusterNodePoolDetailResponseBodyAutoScaling extend
84
94
  minInstances?: number;
85
95
  /**
86
96
  * @remarks
87
- * The instance types that can be used for the auto scaling of the node pool. Valid values:
97
+ * The type of automatic scaling that is configured for the node pool. This parameter is specified based on the instance type for automatic scaling. Valid values:
98
+ *
99
+ * - `cpu`: regular instances.
100
+ *
101
+ * - `gpu`: GPU-accelerated instances.
88
102
  *
89
- * * `cpu`: regular instance.
90
- * * `gpu`: GPU-accelerated instance.
91
- * * `gpushare`: shared GPU-accelerated instance.
92
- * * `spot`: preemptible instance.
103
+ * - `gpushare`: shared GPU-accelerated instances.
104
+ *
105
+ * - `spot`: spot instances.
93
106
  *
94
107
  * @example
95
108
  * cpu
@@ -131,7 +144,9 @@ export declare class DescribeClusterNodePoolDetailResponseBodyEfloNodeGroup exte
131
144
  export declare class DescribeClusterNodePoolDetailResponseBodyInterconnectConfig extends $dara.Model {
132
145
  /**
133
146
  * @remarks
134
- * The bandwidth of the enhanced edge node pool. Unit: Mbit/s.
147
+ * [This parameter is deprecated]
148
+ *
149
+ * The network bandwidth of the enhanced edge node pool. Unit: Mbit/s.
135
150
  *
136
151
  * @example
137
152
  * 10
@@ -139,7 +154,9 @@ export declare class DescribeClusterNodePoolDetailResponseBodyInterconnectConfig
139
154
  bandwidth?: number;
140
155
  /**
141
156
  * @remarks
142
- * The ID of the Cloud Connect Network (CCN) instance that is associated with the enhanced edge node pool.
157
+ * [This parameter is deprecated]
158
+ *
159
+ * The ID of the CCN instance that is associated with the enhanced edge node pool.
143
160
  *
144
161
  * @example
145
162
  * ccn-qm5i0i0q9yi*******
@@ -147,7 +164,9 @@ export declare class DescribeClusterNodePoolDetailResponseBodyInterconnectConfig
147
164
  ccnId?: string;
148
165
  /**
149
166
  * @remarks
150
- * The region to which the CCN instance that is associated with the enhanced edge node pool belongs.
167
+ * [This parameter is deprecated]
168
+ *
169
+ * The region where the CCN instance that is associated with the enhanced edge node pool resides.
151
170
  *
152
171
  * @example
153
172
  * cn-shanghai
@@ -155,7 +174,9 @@ export declare class DescribeClusterNodePoolDetailResponseBodyInterconnectConfig
155
174
  ccnRegionId?: string;
156
175
  /**
157
176
  * @remarks
158
- * The ID of the Cloud Enterprise Network (CEN) instance that is associated with the enhanced edge node pool.
177
+ * [This parameter is deprecated]
178
+ *
179
+ * The ID of the CEN instance that is associated with the enhanced edge node pool.
159
180
  *
160
181
  * @example
161
182
  * cen-ey9k9nfhz0f*******
@@ -163,7 +184,9 @@ export declare class DescribeClusterNodePoolDetailResponseBodyInterconnectConfig
163
184
  cenId?: string;
164
185
  /**
165
186
  * @remarks
166
- * The subscription duration of the enhanced edge node pool. The duration is measured in months.
187
+ * [This parameter is deprecated]
188
+ *
189
+ * The subscription duration of the enhanced edge node pool. Unit: months.
167
190
  *
168
191
  * @example
169
192
  * 1
@@ -183,10 +206,11 @@ export declare class DescribeClusterNodePoolDetailResponseBodyInterconnectConfig
183
206
  export declare class DescribeClusterNodePoolDetailResponseBodyKubernetesConfig extends $dara.Model {
184
207
  /**
185
208
  * @remarks
186
- * Indicates whether the CloudMonitor agent is installed on ECS nodes in the cluster. After the CloudMonitor agent is installed, you can view monitoring information about the ECS instances in the CloudMonitor console. Installation is recommended. Valid values:
209
+ * Indicates whether to install Cloud Monitor on the ECS nodes. After you install Cloud Monitor, you can view the monitoring information of the created ECS instances in the Cloud Monitor console. We recommend that you enable this feature. Valid values:
187
210
  *
188
- * * `true`: The CloudMonitor agent is installed on ECS nodes.
189
- * * `false`: The CloudMonitor agent is not installed on ECS nodes.
211
+ * - `true`: Installs Cloud Monitor on the ECS nodes.
212
+ *
213
+ * - `false`: Does not install Cloud Monitor on the ECS nodes.
190
214
  *
191
215
  * @example
192
216
  * true
@@ -194,10 +218,11 @@ export declare class DescribeClusterNodePoolDetailResponseBodyKubernetesConfig e
194
218
  cmsEnabled?: boolean;
195
219
  /**
196
220
  * @remarks
197
- * The CPU management policy of the nodes in the node pool. The following policies are supported if the Kubernetes version of the cluster is 1.12.6 or later.
221
+ * The CPU management policy for the nodes. The following policies are supported for clusters of Kubernetes 1.12.6 and later:
222
+ *
223
+ * - `static`: Allows pods with specific resource characteristics on a node to have enhanced CPU affinity and exclusivity.
198
224
  *
199
- * * `static`: allows pods with specific resource characteristics on the node to be granted enhanced CPU affinity and exclusivity.
200
- * * `none`: indicates that the default CPU affinity is used.
225
+ * - `none`: Enables the default CPU affinity scheme.
201
226
  *
202
227
  * @example
203
228
  * none
@@ -205,28 +230,28 @@ export declare class DescribeClusterNodePoolDetailResponseBodyKubernetesConfig e
205
230
  cpuPolicy?: string;
206
231
  /**
207
232
  * @remarks
208
- * The labels that you want to add to the nodes in the cluster. You must add labels based on the following rules:
209
- *
210
- * * A label is a case-sensitive key-value pair. You can add up to 20 labels.
211
- * * The key must be unique and cannot exceed 64 characters in length. The value can be empty and cannot exceed 128 characters in length. Keys and values cannot start with `aliyun`, `acs:`, `https://`, or `http://`. For more information, see [Labels and Selectors](https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#syntax-and-character-set).
233
+ * The node labels.
212
234
  */
213
235
  labels?: Tag[];
214
236
  /**
215
237
  * @remarks
216
- * A custom node name consists of a prefix, an IP substring, and a suffix.
238
+ * The custom node name.
217
239
  *
218
- * * 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.
219
- * * 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.
240
+ * A node name consists of a prefix, the IP address of the node, and a suffix:
220
241
  *
221
- * 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 be aliyun.com00055test.
242
+ * - The 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 a digit.
243
+ *
244
+ * - The IP address segment length indicates the number of digits to be truncated from the end of the node IP address. Valid values: 5 to 12.
245
+ *
246
+ * For example, if the node IP address is 192.168.0.55, the prefix is aliyun.com, the IP address segment length is 5, and the suffix is test, the node name is aliyun.com00055test.
222
247
  *
223
248
  * @example
224
- * customized,test.,5,.com
249
+ * aliyun.com192.XX.YY.55test
225
250
  */
226
251
  nodeNameMode?: string;
227
252
  /**
228
253
  * @remarks
229
- * 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).
254
+ * The pre-custom data of the node pool. The script is run before the node is initialized. For more information, see [Generate instance user data](https://help.aliyun.com/document_detail/49121.html).
230
255
  *
231
256
  * @example
232
257
  * dGhpcyBpcyBhIGV4YW1wbGU
@@ -234,10 +259,16 @@ export declare class DescribeClusterNodePoolDetailResponseBodyKubernetesConfig e
234
259
  preUserData?: string;
235
260
  /**
236
261
  * @remarks
237
- * The name of the container runtime.
262
+ * The name of the container runtime. ACK supports the following container runtimes.
263
+ *
264
+ * - containerd: recommended. It is supported by all cluster versions.
265
+ *
266
+ * - Sandboxed-Container.runv: a sandboxed container that provides higher isolation. It is supported by clusters of Kubernetes 1.31 and earlier.
267
+ *
268
+ * - docker: no longer maintained. It is supported by clusters of Kubernetes 1.22 and earlier.
238
269
  *
239
270
  * @example
240
- * docker
271
+ * containerd
241
272
  */
242
273
  runtime?: string;
243
274
  /**
@@ -245,17 +276,21 @@ export declare class DescribeClusterNodePoolDetailResponseBodyKubernetesConfig e
245
276
  * The version of the container runtime.
246
277
  *
247
278
  * @example
248
- * 19.03.5
279
+ * 1.6.38
249
280
  */
250
281
  runtimeVersion?: string;
251
282
  /**
252
283
  * @remarks
253
- * The taints that you want to add to nodes. Taints can be used together with tolerations to prevent pods from being scheduled to specific nodes. For more information, see [taint-and-toleration](https://kubernetes.io/zh/docs/concepts/scheduling-eviction/taint-and-toleration/).
284
+ * The node taints. Taints work with tolerations to prevent pods from being scheduled to unsuitable nodes. For more information, see [taint-and-toleration](https://kubernetes.io/zh/docs/concepts/scheduling-eviction/taint-and-toleration/).
254
285
  */
255
286
  taints?: Taint[];
256
287
  /**
257
288
  * @remarks
258
- * Whether the expanded node is schedulable.
289
+ * Indicates whether the scaled-out nodes are unschedulable.
290
+ *
291
+ * - true: The nodes are unschedulable.
292
+ *
293
+ * - false: The nodes are schedulable.
259
294
  *
260
295
  * @example
261
296
  * true
@@ -263,7 +298,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyKubernetesConfig e
263
298
  unschedulable?: boolean;
264
299
  /**
265
300
  * @remarks
266
- * The custom script to be executed after nodes in the node pool are initialized. For more information, see [Generate user-defined data](https://help.aliyun.com/document_detail/49121.html).
301
+ * The custom data of the node pool. The script is run after the node is initialized. For more information, see [Generate instance user data](https://help.aliyun.com/document_detail/49121.html).
267
302
  *
268
303
  * @example
269
304
  * IyEvYmluL3NoCmVjaG8gIkhlbGxvIEFDSyEi
@@ -281,15 +316,29 @@ export declare class DescribeClusterNodePoolDetailResponseBodyKubernetesConfig e
281
316
  });
282
317
  }
283
318
  export declare class DescribeClusterNodePoolDetailResponseBodyManagementAutoRepairPolicy extends $dara.Model {
319
+ /**
320
+ * @remarks
321
+ * Indicates whether manual approval is required for node repair.
322
+ *
323
+ * @example
324
+ * false
325
+ */
284
326
  approvalRequired?: boolean;
285
327
  /**
328
+ * @remarks
329
+ * The ID of the auto repair policy
330
+ *
286
331
  * @example
287
332
  * r-xxxxxxxxxx
288
333
  */
289
334
  autoRepairPolicyId?: string;
290
335
  /**
291
336
  * @remarks
292
- * Whether to allow restarting nodes.
337
+ * Indicates whether to allow node restart. This parameter takes effect only if auto_repair is set to true.
338
+ *
339
+ * - `true`: Nodes can be restarted.
340
+ *
341
+ * - `false`: Nodes cannot be restarted.
293
342
  *
294
343
  * @example
295
344
  * true
@@ -309,7 +358,11 @@ export declare class DescribeClusterNodePoolDetailResponseBodyManagementAutoRepa
309
358
  export declare class DescribeClusterNodePoolDetailResponseBodyManagementAutoUpgradePolicy extends $dara.Model {
310
359
  /**
311
360
  * @remarks
312
- * Whether to allow automatic upgrading of kubelet.
361
+ * Indicates whether to allow automatic kubelet upgrades. This parameter takes effect only if auto_upgrade is set to true. Valid values:
362
+ *
363
+ * - `true`: Automatic kubelet upgrades are allowed.
364
+ *
365
+ * - `false`: Automatic kubelet upgrades are not allowed.
313
366
  *
314
367
  * @example
315
368
  * true
@@ -327,10 +380,21 @@ export declare class DescribeClusterNodePoolDetailResponseBodyManagementAutoUpgr
327
380
  });
328
381
  }
329
382
  export declare class DescribeClusterNodePoolDetailResponseBodyManagementAutoVulFixPolicy extends $dara.Model {
383
+ /**
384
+ * @remarks
385
+ * The packages that should be excluded during CVE fixing.
386
+ *
387
+ * @example
388
+ * kernel
389
+ */
330
390
  excludePackages?: string;
331
391
  /**
332
392
  * @remarks
333
- * Whether to allow restarting nodes.
393
+ * Indicates whether to allow node restart. This parameter takes effect only if auto_vul_fix is set to true. Valid values:
394
+ *
395
+ * - `true`: Nodes can be restarted.
396
+ *
397
+ * - `false`: Nodes cannot be restarted.
334
398
  *
335
399
  * @example
336
400
  * true
@@ -338,7 +402,13 @@ export declare class DescribeClusterNodePoolDetailResponseBodyManagementAutoVulF
338
402
  restartNode?: boolean;
339
403
  /**
340
404
  * @remarks
341
- * The vulnerability levels allowed for auto-fixing, separated by commas.
405
+ * The levels of CVEs that are allowed to be automatically fixed. The levels are separated by commas.
406
+ *
407
+ * - `asap`: high
408
+ *
409
+ * - `later`: medium
410
+ *
411
+ * - `nntf`: low
342
412
  *
343
413
  * @example
344
414
  * asap,nntf
@@ -358,10 +428,11 @@ export declare class DescribeClusterNodePoolDetailResponseBodyManagementAutoVulF
358
428
  export declare class DescribeClusterNodePoolDetailResponseBodyManagementUpgradeConfig extends $dara.Model {
359
429
  /**
360
430
  * @remarks
361
- * Indicates whether auto update is enabled. Valid values:
431
+ * Indicates whether to enable automatic upgrades. Valid values:
432
+ *
433
+ * - `true`: Automatic upgrades are enabled.
362
434
  *
363
- * * `true`: Auto update is enabled.
364
- * * `false`: Auto update is disabled.
435
+ * - `false`: Automatic upgrades are disabled.
365
436
  *
366
437
  * @example
367
438
  * true
@@ -369,7 +440,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyManagementUpgradeC
369
440
  autoUpgrade?: boolean;
370
441
  /**
371
442
  * @remarks
372
- * The maximum number of nodes that can be in the Unavailable state. Valid values: 1 to 1000.
443
+ * The maximum number of unavailable nodes. Valid values: 1 to 1000.
373
444
  *
374
445
  * Default value: 1.
375
446
  *
@@ -379,7 +450,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyManagementUpgradeC
379
450
  maxUnavailable?: number;
380
451
  /**
381
452
  * @remarks
382
- * The number of additional nodes.
453
+ * The number of extra nodes. You can specify only one of surge and surge_percentage.
383
454
  *
384
455
  * @example
385
456
  * 5
@@ -387,7 +458,9 @@ export declare class DescribeClusterNodePoolDetailResponseBodyManagementUpgradeC
387
458
  surge?: number;
388
459
  /**
389
460
  * @remarks
390
- * The percentage of additional nodes to the nodes in the node pool. You must set this parameter or `surge`.
461
+ * The percentage of extra nodes. You can specify only one of surge and surge_percentage.
462
+ *
463
+ * The number of extra nodes = Percentage of extra nodes × Number of nodes. For example, if you set the percentage of extra nodes to 50% and the number of existing nodes is 6, the number of extra nodes is 3 (50% × 6).
391
464
  *
392
465
  * @example
393
466
  * 50
@@ -405,12 +478,14 @@ export declare class DescribeClusterNodePoolDetailResponseBodyManagementUpgradeC
405
478
  });
406
479
  }
407
480
  export declare class DescribeClusterNodePoolDetailResponseBodyManagement extends $dara.Model {
481
+ autoFaultDiagnosis?: boolean;
408
482
  /**
409
483
  * @remarks
410
- * Indicates whether auto repair is enabled. This parameter takes effect only when `enable=true` is specified. Valid values:
484
+ * Indicates whether to enable auto repair. This parameter takes effect only if enable is set to true.
485
+ *
486
+ * - `true`: Auto repair is enabled.
411
487
  *
412
- * * `true`: Auto repair is enabled.
413
- * * `false`: Auto repair is disabled.
488
+ * - `false`: Auto repair is disabled.
414
489
  *
415
490
  * @example
416
491
  * true
@@ -418,12 +493,16 @@ export declare class DescribeClusterNodePoolDetailResponseBodyManagement extends
418
493
  autoRepair?: boolean;
419
494
  /**
420
495
  * @remarks
421
- * Automatic repair node policy.
496
+ * The policy for automatic node repair.
422
497
  */
423
498
  autoRepairPolicy?: DescribeClusterNodePoolDetailResponseBodyManagementAutoRepairPolicy;
424
499
  /**
425
500
  * @remarks
426
- * Whether to automatically upgrade.
501
+ * Indicates whether to enable automatic node upgrades. This parameter takes effect only if enable is set to true.
502
+ *
503
+ * - `true`: Automatic upgrades are enabled.
504
+ *
505
+ * - `false`: Automatic upgrades are disabled.
427
506
  *
428
507
  * @example
429
508
  * true
@@ -431,12 +510,16 @@ export declare class DescribeClusterNodePoolDetailResponseBodyManagement extends
431
510
  autoUpgrade?: boolean;
432
511
  /**
433
512
  * @remarks
434
- * Automatic upgrade policy.
513
+ * The policy for automatic upgrades.
435
514
  */
436
515
  autoUpgradePolicy?: DescribeClusterNodePoolDetailResponseBodyManagementAutoUpgradePolicy;
437
516
  /**
438
517
  * @remarks
439
- * Whether to automatically fix CVEs.
518
+ * Indicates whether to automatically fix CVEs. This parameter takes effect only if enable is set to true.
519
+ *
520
+ * - `true`: CVEs are automatically fixed.
521
+ *
522
+ * - `false`: CVEs are not automatically fixed.
440
523
  *
441
524
  * @example
442
525
  * true
@@ -444,15 +527,16 @@ export declare class DescribeClusterNodePoolDetailResponseBodyManagement extends
444
527
  autoVulFix?: boolean;
445
528
  /**
446
529
  * @remarks
447
- * Automatically repair CVE policies.
530
+ * The policy for automatically fixing CVEs.
448
531
  */
449
532
  autoVulFixPolicy?: DescribeClusterNodePoolDetailResponseBodyManagementAutoVulFixPolicy;
450
533
  /**
451
534
  * @remarks
452
- * Indicates whether the managed node pool feature is enabled. Valid values:
535
+ * Indicates whether to enable the managed node pool feature. Valid values:
453
536
  *
454
- * * `true`: The managed node pool feature is enabled.
455
- * * `false`: The managed node pool feature is disabled. Other parameters in this section take effect only when `enable=true` is specified.
537
+ * - `true`: Enables the managed node pool feature.
538
+ *
539
+ * - `false`: Disables the managed node pool feature. Other parameters in this section take effect only if this parameter is set to true.
456
540
  *
457
541
  * @example
458
542
  * true
@@ -460,7 +544,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyManagement extends
460
544
  enable?: boolean;
461
545
  /**
462
546
  * @remarks
463
- * The configuration of auto update. The configuration takes effect only when `enable=true` is specified.
547
+ * The automatic upgrade configurations. This parameter takes effect only if enable is set to true.
464
548
  */
465
549
  upgradeConfig?: DescribeClusterNodePoolDetailResponseBodyManagementUpgradeConfig;
466
550
  static names(): {
@@ -475,6 +559,10 @@ export declare class DescribeClusterNodePoolDetailResponseBodyManagement extends
475
559
  });
476
560
  }
477
561
  export declare class DescribeClusterNodePoolDetailResponseBodyNodeComponentsConfig extends $dara.Model {
562
+ /**
563
+ * @remarks
564
+ * The custom configurations of the node component.
565
+ */
478
566
  customConfig?: {
479
567
  [key: string]: string;
480
568
  };
@@ -490,13 +578,23 @@ export declare class DescribeClusterNodePoolDetailResponseBodyNodeComponentsConf
490
578
  });
491
579
  }
492
580
  export declare class DescribeClusterNodePoolDetailResponseBodyNodeComponents extends $dara.Model {
581
+ /**
582
+ * @remarks
583
+ * The configurations of the node component.
584
+ */
493
585
  config?: DescribeClusterNodePoolDetailResponseBodyNodeComponentsConfig;
494
586
  /**
587
+ * @remarks
588
+ * The name of the node component.
589
+ *
495
590
  * @example
496
591
  * kubelet
497
592
  */
498
593
  name?: string;
499
594
  /**
595
+ * @remarks
596
+ * The version of the node component.
597
+ *
500
598
  * @example
501
599
  * 1.33.3-aliyun.1
502
600
  */
@@ -513,6 +611,10 @@ export declare class DescribeClusterNodePoolDetailResponseBodyNodeComponents ext
513
611
  });
514
612
  }
515
613
  export declare class DescribeClusterNodePoolDetailResponseBodyNodeConfigNodeOsConfig extends $dara.Model {
614
+ /**
615
+ * @remarks
616
+ * The Hugepage configurations.
617
+ */
516
618
  hugepage?: Hugepage;
517
619
  static names(): {
518
620
  [key: string]: string;
@@ -528,9 +630,13 @@ export declare class DescribeClusterNodePoolDetailResponseBodyNodeConfigNodeOsCo
528
630
  export declare class DescribeClusterNodePoolDetailResponseBodyNodeConfig extends $dara.Model {
529
631
  /**
530
632
  * @remarks
531
- * The configurations of the kubelet.
633
+ * The Kubelet parameter settings.
532
634
  */
533
635
  kubeletConfiguration?: KubeletConfig;
636
+ /**
637
+ * @remarks
638
+ * The node OS configurations.
639
+ */
534
640
  nodeOsConfig?: DescribeClusterNodePoolDetailResponseBodyNodeConfigNodeOsConfig;
535
641
  static names(): {
536
642
  [key: string]: string;
@@ -549,12 +655,16 @@ export declare class DescribeClusterNodePoolDetailResponseBodyNodepoolInfo exten
549
655
  * The time when the node pool was created.
550
656
  *
551
657
  * @example
552
- * 2020-09-27T19:14:09.156823496+08:00
658
+ * 2025-04-10T14:25:37.285530433+08:00
553
659
  */
554
660
  created?: string;
555
661
  /**
556
662
  * @remarks
557
- * Indicates whether the node pool is a default node pool. A Container Service for Kubernetes (ACK) cluster usually has only one default node pool. Valid values: `true`: The node pool is a default node pool. `false`: The node pool is not a default node pool.
663
+ * Indicates whether the node pool is the default node pool. A cluster usually has only one default node pool. Valid values:
664
+ *
665
+ * - `true`: the default node pool.
666
+ *
667
+ * - `false`: not the default node pool.
558
668
  *
559
669
  * @example
560
670
  * true
@@ -564,8 +674,6 @@ export declare class DescribeClusterNodePoolDetailResponseBodyNodepoolInfo exten
564
674
  * @remarks
565
675
  * The name of the node pool.
566
676
  *
567
- * The name must be 1 to 63 characters in length, and can contain digits, letters, and hyphens (-). It cannot start with a hyphen (-).
568
- *
569
677
  * @example
570
678
  * default-nodepool
571
679
  */
@@ -588,7 +696,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyNodepoolInfo exten
588
696
  regionId?: string;
589
697
  /**
590
698
  * @remarks
591
- * The ID of the resource group.
699
+ * The resource group ID.
592
700
  *
593
701
  * @example
594
702
  * rg-acfmyvw3wjmb****
@@ -596,7 +704,13 @@ export declare class DescribeClusterNodePoolDetailResponseBodyNodepoolInfo exten
596
704
  resourceGroupId?: string;
597
705
  /**
598
706
  * @remarks
599
- * The type of node pool.
707
+ * The type of the node pool.
708
+ *
709
+ * - `ess`: a regular node pool. It includes the features of managed node pools and automatic scaling.
710
+ *
711
+ * - `edge`: an edge node pool.
712
+ *
713
+ * - `lingjun`: a Lingjun node pool.
600
714
  *
601
715
  * @example
602
716
  * ess
@@ -607,7 +721,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyNodepoolInfo exten
607
721
  * The time when the node pool was last updated.
608
722
  *
609
723
  * @example
610
- * 2020-09-27T20:37:46+08:00
724
+ * 2025-04-15T15:39:45.41+08:00
611
725
  */
612
726
  updated?: string;
613
727
  static names(): {
@@ -624,7 +738,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyNodepoolInfo exten
624
738
  export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroupPrivatePoolOptions extends $dara.Model {
625
739
  /**
626
740
  * @remarks
627
- * The ID of the private node pool.
741
+ * The private node pool ID.
628
742
  *
629
743
  * @example
630
744
  * eap-bp67acfmxazb4****
@@ -632,11 +746,13 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroupPrivat
632
746
  id?: string;
633
747
  /**
634
748
  * @remarks
635
- * The type of private node pool. This parameter specifies the type of private node pool that you want to use 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:
749
+ * The type of the private node pool. This parameter specifies the capacity option for the private pool that is used to start instances. After an elastic assurance service or a capacity reservation service takes effect, a private pool is generated. You can select the private pool to start instances. Valid values:
750
+ *
751
+ * - `Open`: The system automatically matches the capacity of an open private pool. If no matching private pool is found, the system uses public resources.
636
752
  *
637
- * * `Open`: 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.
638
- * * `Target`: specific private 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.
639
- * * `None`: no private node pool is used. The resources of private node pools are not used to launch the instances.
753
+ * - `Target`: The system uses the capacity of a specified private pool to start the instance. If the capacity of the specified private pool is unavailable, the instance fails to start.
754
+ *
755
+ * - `None`: The system does not use the capacity of a private pool.
640
756
  *
641
757
  * @example
642
758
  * Open
@@ -654,8 +770,15 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroupPrivat
654
770
  });
655
771
  }
656
772
  export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroupResourcePoolOptions extends $dara.Model {
773
+ /**
774
+ * @remarks
775
+ * The list of private pool IDs.
776
+ */
657
777
  privatePoolIds?: string[];
658
778
  /**
779
+ * @remarks
780
+ * The resource pool policy used when creating instances. Valid values: PrivatePoolFirst: The private pool is used first. PrivatePoolOnly: Only the private pool is used. None: No resource pool policy is used.
781
+ *
659
782
  * @example
660
783
  * PrivatePoolFirst
661
784
  */
@@ -674,7 +797,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroupResour
674
797
  export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroupSpotPriceLimit extends $dara.Model {
675
798
  /**
676
799
  * @remarks
677
- * The instance type of the preemptible instances.
800
+ * The spot instance type.
678
801
  *
679
802
  * @example
680
803
  * ecs.c6.large
@@ -682,7 +805,15 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroupSpotPr
682
805
  instanceType?: string;
683
806
  /**
684
807
  * @remarks
685
- * The price cap of a preemptible instance of the type.
808
+ * The price of a single instance.
809
+ *
810
+ * <props="china">
811
+ *
812
+ * Unit: CNY/hour.
813
+ *
814
+ *
815
+ *
816
+ * <props="intl">
686
817
  *
687
818
  * Unit: USD/hour.
688
819
  *
@@ -704,10 +835,11 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroupSpotPr
704
835
  export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup extends $dara.Model {
705
836
  /**
706
837
  * @remarks
707
- * Indicates whether auto-renewal is enabled for the nodes in the node pool. This parameter takes effect only when `instance_charge_type` is set to `PrePaid`. Valid values:
838
+ * Indicates whether to enable auto-renewal for the nodes. This parameter takes effect only if instance_charge_type is set to PrePaid. Valid values:
839
+ *
840
+ * - `true`: Auto-renewal is enabled.
708
841
  *
709
- * * `true`: Auto-renewal is enabled.
710
- * * `false`: Auto-renewal is disabled.
842
+ * - `false`: Auto-renewal is disabled.
711
843
  *
712
844
  * @example
713
845
  * false
@@ -715,9 +847,11 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
715
847
  autoRenew?: boolean;
716
848
  /**
717
849
  * @remarks
718
- * The duration of the auto-renewal. This parameter takes effect and is required only when `instance_charge_type` is set to `PrePaid`.
850
+ * The duration of each auto-renewal. Valid values:
719
851
  *
720
- * If you specify `PeriodUnit=Month`, the valid values are 1, 2, 3, 6, and 12.
852
+ * - If PeriodUnit is set to Week: 1, 2, and 3.
853
+ *
854
+ * - If PeriodUnit is set to Month: 1, 2, 3, 6, 12, 24, 36, 48, and 60.
721
855
  *
722
856
  * @example
723
857
  * 1
@@ -725,7 +859,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
725
859
  autoRenewPeriod?: number;
726
860
  /**
727
861
  * @remarks
728
- * [**Deprecated**] Please use the parameter security_hardening_os instead.
862
+ * [This parameter is deprecated] Use the security_hardening_os parameter instead.
729
863
  *
730
864
  * @example
731
865
  * false
@@ -735,10 +869,11 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
735
869
  cisEnabled?: boolean;
736
870
  /**
737
871
  * @remarks
738
- * Indicates whether pay-as-you-go instances are automatically created to meet the required number of ECS instances if preemptible instances cannot be created due to reasons such as cost or insufficient inventory. This parameter takes effect when `multi_az_policy` is set to `COST_OPTIMIZED`. Valid values:
872
+ * If multi_az_policy is set to COST_OPTIMIZED, this parameter specifies whether to allow the system to automatically create on-demand instances to meet the required number of ECS instances when it is not possible to create a sufficient number of spot instances due to price or stock issues. Valid values:
873
+ *
874
+ * - `true`: Allows the system to automatically create on-demand instances to meet the required number of ECS instances.
739
875
  *
740
- * * `true`: Pay-as-you-go instances are automatically created to meet the required number of ECS instances if preemptible instances cannot be created.
741
- * * `false`: Pay-as-you-go instances are not automatically created to meet the required number of ECS instances if preemptible instances cannot be created.
876
+ * - `false`: Does not allow the system to automatically create on-demand instances to meet the required number of ECS instances.
742
877
  *
743
878
  * @example
744
879
  * true
@@ -746,12 +881,12 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
746
881
  compensateWithOnDemand?: boolean;
747
882
  /**
748
883
  * @remarks
749
- * The configurations of the data disks that are attached to the nodes in the node pool. The configurations include the disk category and disk size.
884
+ * The combination of the configurations, such as the type and size, of the data disks of the nodes.
750
885
  */
751
886
  dataDisks?: DataDisk[];
752
887
  /**
753
888
  * @remarks
754
- * The ID of the deployment set to which the ECS instances in the node pool belong.
889
+ * The deployment set ID.
755
890
  *
756
891
  * @example
757
892
  * ds-bp1d19mmbsv3jf6xxxxx
@@ -765,48 +900,81 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
765
900
  * 2
766
901
  */
767
902
  desiredSize?: number;
903
+ /**
904
+ * @remarks
905
+ * The configurations for block device initialization.
906
+ */
768
907
  diskInit?: DiskInit[];
769
908
  /**
770
909
  * @remarks
771
- * The ID of the custom image. You can call the `DescribeKubernetesVersionMetadata` operation to query the images supported by ACK.
910
+ * The custom image ID.
772
911
  *
773
912
  * @example
774
- * aliyun_2_1903_x64_20G_alibase_20200529.vhd
913
+ * aliyun_3_x64_20G_alibase_20241218.vhd
775
914
  */
776
915
  imageId?: string;
777
916
  /**
778
917
  * @remarks
779
- * Operating system image type.
918
+ * The OS image type.
919
+ *
920
+ * - `AliyunLinux`: Alinux2 image.
921
+ *
922
+ * - `AliyunLinuxSecurity`: Alinux2 UEFI image.
923
+ *
924
+ * - `AliyunLinux3`: Alinux3 image.
925
+ *
926
+ * - `AliyunLinux3Arm64`: Alinux3 ARM image.
927
+ *
928
+ * - `AliyunLinux3Security`: Alinux3 UEFI image.
929
+ *
930
+ * - `CentOS`: CentOS image.
931
+ *
932
+ * - `Windows`: Windows image.
933
+ *
934
+ * - `WindowsCore`: WindowsCore image.
935
+ *
936
+ * - `ContainerOS`: Container-optimized image.
937
+ *
938
+ * - `AliyunLinux3ContainerOptimized`: Alinux3 container-optimized image.
780
939
  *
781
940
  * @example
782
- * AliyunLinux
941
+ * AliyunLinux3
783
942
  */
784
943
  imageType?: string;
785
944
  /**
786
945
  * @remarks
787
946
  * The billing method of the nodes in the node pool. Valid values:
788
947
  *
789
- * * `PrePaid`: the subscription billing method.
790
- * * `PostPaid`: the pay-as-you-go billing method.
948
+ * - `PrePaid`: subscription.
949
+ *
950
+ * - `PostPaid`: pay-as-you-go.
791
951
  *
792
952
  * @example
793
953
  * PostPaid
794
954
  */
795
955
  instanceChargeType?: string;
956
+ /**
957
+ * @remarks
958
+ * The configurations for accessing the metadata of ECS instances.
959
+ */
796
960
  instanceMetadataOptions?: InstanceMetadataOptions;
797
961
  /**
798
962
  * @remarks
799
- * The instance properties.
963
+ * The instance attribute configurations.
800
964
  */
801
965
  instancePatterns?: InstancePatterns[];
802
966
  /**
803
967
  * @remarks
804
- * A 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 actual instance stock.
968
+ * The list of node instance types.
805
969
  */
806
970
  instanceTypes?: string[];
807
971
  /**
808
972
  * @remarks
809
- * The billing method of the public IP address of the node.
973
+ * The billing method for the public IP address of the nodes.
974
+ *
975
+ * - PayByBandwidth: pay-by-bandwidth.
976
+ *
977
+ * - PayByTraffic: pay-by-traffic.
810
978
  *
811
979
  * @example
812
980
  * PayByBandwidth
@@ -814,7 +982,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
814
982
  internetChargeType?: string;
815
983
  /**
816
984
  * @remarks
817
- * The maximum outbound bandwidth of the public IP address of the node. Unit: Mbit/s. Valid values: 1 to 100.
985
+ * The maximum outbound public bandwidth of the nodes. Unit: Mbit/s. Valid values: 1 to 100.
818
986
  *
819
987
  * @example
820
988
  * 10
@@ -822,7 +990,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
822
990
  internetMaxBandwidthOut?: number;
823
991
  /**
824
992
  * @remarks
825
- * The name of the key pair. You must set this parameter or the `login_password` parameter. You must set `key_pair` if the node pool is a managed node pool.
993
+ * The name of the key pair. You must specify either this parameter or login_password. When the node pool is a managed node pool, only key_pair is supported.
826
994
  *
827
995
  * @example
828
996
  * pro-nodepool
@@ -830,7 +998,11 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
830
998
  keyPair?: string;
831
999
  /**
832
1000
  * @remarks
833
- * Whether the popped ECS instance uses a non-root user for login.
1001
+ * Indicates whether to log on to the created ECS instances as a non-root user.
1002
+ *
1003
+ * - true: Logs on as a non-root user (ecs-user).
1004
+ *
1005
+ * - false: Logs on as the root user.
834
1006
  *
835
1007
  * @example
836
1008
  * true
@@ -838,9 +1010,9 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
838
1010
  loginAsNonRoot?: boolean;
839
1011
  /**
840
1012
  * @remarks
841
- * The password for SSH logon. You must set 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.
1013
+ * The SSH logon password. You must specify either this parameter or key_pair. 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.
842
1014
  *
843
- * For security purposes, the returned password is encrypted.
1015
+ * For security reasons, the password is encrypted in the query result.
844
1016
  *
845
1017
  * @example
846
1018
  * ********
@@ -848,17 +1020,15 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
848
1020
  loginPassword?: string;
849
1021
  /**
850
1022
  * @remarks
851
- * The ECS instance scaling policy for a multi-zone scaling group. Valid values:
852
- *
853
- * * `PRIORITY`: the scaling group is scaled based on the VSwitchIds.N parameter. If an ECS instance cannot be created in the zone where the vSwitch that has the highest priority resides, Auto Scaling creates the ECS instance in the zone where the vSwitch that has the next highest priority resides.
1023
+ * The scaling policy for the ECS instances in the multi-zone scaling group. Valid values:
854
1024
  *
855
- * * `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 set the `CompensateWithOnDemand` parameter to specify whether to automatically create pay-as-you-go instances when preemptible instances cannot be created due to insufficient resources.
1025
+ * - `PRIORITY`: Scales instances based on the vSwitches that you define (VSwitchIds.N). If the ECS instances cannot be created in the zone of the vSwitch with a higher priority, the system automatically uses the vSwitch with the next priority to create the instances.
856
1026
  *
857
- * **
1027
+ * - `COST_OPTIMIZED`: Attempts to create instances at the lowest vCPU unit price. If multiple instance types are specified for the scaling configuration and the preemption policy is configured, the system preferentially creates the corresponding spot instances. You can also use the `CompensateWithOnDemand` parameter to specify whether to automatically try to create on-demand instances when spot instances cannot be created due to reasons such as stock shortages.
858
1028
  *
859
- * **Note**The `COST_OPTIMIZED` setting takes effect only when multiple instance types are specified or at least one instance type is specified for preemptible instances.
1029
+ * > `COST_OPTIMIZED` takes effect only when multiple instance types are specified or spot instances are used for the scaling configuration.
860
1030
  *
861
- * * `BALANCE`: ECS instances are evenly distributed across multiple zones specified by the scaling group. If ECS instances become imbalanced among multiple zones due to insufficient inventory, you can call the RebalanceInstances operation of Auto Scaling to balance the instance distribution among zones. For more information, see [RebalanceInstances](https://help.aliyun.com/document_detail/71516.html).
1031
+ * - `BALANCE`: Evenly distributes ECS instances across the specified zones of the scaling group. If the distribution of ECS instances becomes unbalanced between zones due to stock shortages, you can call the API RebalanceInstances operation to balance the resources. For more information, see [RebalanceInstances](https://help.aliyun.com/document_detail/71516.html) .
862
1032
  *
863
1033
  * Default value: `PRIORITY`.
864
1034
  *
@@ -868,7 +1038,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
868
1038
  multiAzPolicy?: string;
869
1039
  /**
870
1040
  * @remarks
871
- * 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 less than the value of this parameter, Auto Scaling preferably creates pay-as-you-go instances.
1041
+ * The minimum number of on-demand instances that the scaling group must contain. Valid values: 0 to 1000. If the number of on-demand instances is less than this value, on-demand instances are preferentially created.
872
1042
  *
873
1043
  * @example
874
1044
  * 0
@@ -876,7 +1046,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
876
1046
  onDemandBaseCapacity?: number;
877
1047
  /**
878
1048
  * @remarks
879
- * 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.
1049
+ * The percentage of on-demand instances among the instances that exceed the minimum number of on-demand instances (on_demand_base_capacity). Valid values: 0 to 100.
880
1050
  *
881
1051
  * @example
882
1052
  * 20
@@ -884,9 +1054,11 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
884
1054
  onDemandPercentageAboveBaseCapacity?: number;
885
1055
  /**
886
1056
  * @remarks
887
- * The subscription duration of worker nodes. This parameter takes effect and is required only when `instance_charge_type` is set to `PrePaid`.
1057
+ * The subscription duration of the nodes. This parameter is required and takes effect only if instance_charge_type is set to PrePaid.
1058
+ *
1059
+ * - If period_unit is set to Week, the valid values of period are 1, 2, 3, and 4.
888
1060
  *
889
- * If `PeriodUnit=Month` is specified, the valid values are 1, 2, 3, 6, 12, 24, 36, 48, and 60.
1061
+ * - 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.
890
1062
  *
891
1063
  * @example
892
1064
  * 0
@@ -894,9 +1066,11 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
894
1066
  period?: number;
895
1067
  /**
896
1068
  * @remarks
897
- * The billing cycle of the nodes. This parameter is required if `instance_charge_type` is set to `PrePaid`.
1069
+ * The billing cycle of the nodes. This parameter is required if instance_charge_type is set to PrePaid.
898
1070
  *
899
- * Valid value: `Month`.
1071
+ * - `Month`: The billing cycle is measured in months.
1072
+ *
1073
+ * - `Week`: The billing cycle is measured in weeks.
900
1074
  *
901
1075
  * @example
902
1076
  * Month
@@ -904,12 +1078,15 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
904
1078
  periodUnit?: string;
905
1079
  /**
906
1080
  * @remarks
907
- * The release version of the operating system. Valid values:
1081
+ * The OS distribution. Valid values:
1082
+ *
1083
+ * - `CentOS`
1084
+ *
1085
+ * - `AliyunLinux`
908
1086
  *
909
- * * `CentOS`
910
- * * `AliyunLinux`
911
- * * `Windows`
912
- * * `WindowsCore`
1087
+ * - `Windows`
1088
+ *
1089
+ * - `WindowsCore`
913
1090
  *
914
1091
  * @example
915
1092
  * AliyunLinux
@@ -917,12 +1094,12 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
917
1094
  platform?: string;
918
1095
  /**
919
1096
  * @remarks
920
- * The configuration of the private node pool.
1097
+ * The private node pool configurations.
921
1098
  */
922
1099
  privatePoolOptions?: DescribeClusterNodePoolDetailResponseBodyScalingGroupPrivatePoolOptions;
923
1100
  /**
924
1101
  * @remarks
925
- * The name of the worker Resource Access Management (RAM) role. The RAM role is assigned to the worker nodes of the cluster to allow the worker nodes to manage ECS instances.
1102
+ * [This parameter is deprecated] Use ram_role_name instead.
926
1103
  *
927
1104
  * @example
928
1105
  * KubernetesWorkerRole-021dc54f-929b-437a-8ae0-34c24d3e****
@@ -930,7 +1107,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
930
1107
  ramPolicy?: string;
931
1108
  /**
932
1109
  * @remarks
933
- * Worker RAM role name.
1110
+ * The name of the worker RAM role.
934
1111
  *
935
1112
  * @example
936
1113
  * KubernetesWorkerRole-4a4fa089-80c1-48a5-b3c6-9349311f****
@@ -938,9 +1115,13 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
938
1115
  ramRoleName?: string;
939
1116
  /**
940
1117
  * @remarks
941
- * After you specify the list of RDS instances, the ECS instances in the cluster are automatically added to the whitelist of the RDS instances.
1118
+ * If you specify a list of RDS instances, the ECS nodes of the cluster are automatically added to the RDS instance whitelist.
942
1119
  */
943
1120
  rdsInstances?: string[];
1121
+ /**
1122
+ * @remarks
1123
+ * The resource pool and resource pool policy used when creating instances.
1124
+ */
944
1125
  resourcePoolOptions?: DescribeClusterNodePoolDetailResponseBodyScalingGroupResourcePoolOptions;
945
1126
  /**
946
1127
  * @remarks
@@ -952,10 +1133,11 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
952
1133
  scalingGroupId?: string;
953
1134
  /**
954
1135
  * @remarks
955
- * The scaling mode of the scaling group. Valid values:
1136
+ * The scaling group mode. Valid values:
1137
+ *
1138
+ * - `release`: standard mode. Instances are created and released based on the resource usage.
956
1139
  *
957
- * * `release`: the standard mode. ECS instances are created and released based on resource usage.
958
- * * `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 with local disks.
1140
+ * - `recycle`: fast mode. Instances are created, stopped, and started to accelerate scaling. Compute resources are not billed when instances are stopped, but storage resources are. This does not apply to instances with local disks.
959
1141
  *
960
1142
  * @example
961
1143
  * release
@@ -963,7 +1145,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
963
1145
  scalingPolicy?: string;
964
1146
  /**
965
1147
  * @remarks
966
- * 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.
1148
+ * The security group ID of the node pool. If the node pool is associated with multiple security groups, this is the first value in security_group_ids.
967
1149
  *
968
1150
  * @example
969
1151
  * sg-2ze60ockeekspl3d****
@@ -971,14 +1153,16 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
971
1153
  securityGroupId?: string;
972
1154
  /**
973
1155
  * @remarks
974
- * The IDs of the security groups to which the node pool is added.
1156
+ * The list of security group IDs for the node pool.
975
1157
  */
976
1158
  securityGroupIds?: string[];
977
1159
  /**
978
1160
  * @remarks
979
- * Alibaba Cloud OS security hardening. Values:
980
- * - `true`: Enable Alibaba Cloud OS security hardening.
981
- * - `false`: Do not enable Alibaba Cloud OS security hardening.
1161
+ * Alibaba Cloud OS security hardening. Valid values:
1162
+ *
1163
+ * - `true`: Enables Alibaba Cloud OS security hardening.
1164
+ *
1165
+ * - `false`: Disables Alibaba Cloud OS security hardening.
982
1166
  *
983
1167
  * Default value: `false`.
984
1168
  *
@@ -988,7 +1172,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
988
1172
  securityHardeningOs?: boolean;
989
1173
  /**
990
1174
  * @remarks
991
- * Indicates whether to enable security reinforcement compliant with the hardening standards. This option is available only when the system image is set to Alibaba Cloud Linux 2 or Alibaba Cloud Linux 3. Alibaba Cloud provides baseline check standards and scanning programs compliant with Grade 3, Version 2.0 of the hardening standards for both Alibaba Cloud Linux 2 and Alibaba Cloud Linux 3 images.
1175
+ * Indicates whether to enable classified protection compliance. You can enable classified protection compliance for nodes only when you select Alibaba Cloud Linux 2 or Alibaba Cloud Linux 3 as the OS image. Alibaba Cloud provides baseline check standards and scanning programs for MLPS 2.0 Level 3-compliant Alibaba Cloud Linux 2 and Alibaba Cloud Linux 3 images.
992
1176
  *
993
1177
  * @example
994
1178
  * false
@@ -996,7 +1180,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
996
1180
  socEnabled?: boolean;
997
1181
  /**
998
1182
  * @remarks
999
- * 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.
1183
+ * The number of available instance types. The scaling group creates spot instances of multiple types that have the lowest costs in a balanced manner. Valid values: 1 to 10.
1000
1184
  *
1001
1185
  * @example
1002
1186
  * 5
@@ -1004,10 +1188,11 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
1004
1188
  spotInstancePools?: number;
1005
1189
  /**
1006
1190
  * @remarks
1007
- * Indicates whether preemptible instances are supplemented when the number of preemptible instances drops below the specified minimum number. If this parameter is set to true, 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: Valid values:
1191
+ * Indicates whether to enable the feature of supplementing spot instances. If this feature is enabled, the scaling group attempts to create a new instance to replace a spot instance that is reclaimed. Valid values:
1192
+ *
1193
+ * - `true`: Enables the feature of supplementing spot instances.
1008
1194
  *
1009
- * * `true`: Supplementation of preemptible instances is enabled.
1010
- * * `false`: Supplementation of preemptible instances is disabled.
1195
+ * - `false`: Disables the feature of supplementing spot instances.
1011
1196
  *
1012
1197
  * @example
1013
1198
  * false
@@ -1015,18 +1200,20 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
1015
1200
  spotInstanceRemedy?: boolean;
1016
1201
  /**
1017
1202
  * @remarks
1018
- * The bid configurations of preemptible instances.
1203
+ * The configurations of the price range for spot instances.
1019
1204
  */
1020
1205
  spotPriceLimit?: DescribeClusterNodePoolDetailResponseBodyScalingGroupSpotPriceLimit[];
1021
1206
  /**
1022
1207
  * @remarks
1023
- * The type of preemptible instance. Valid values:
1208
+ * The preemption policy for the spot instances. Valid values:
1209
+ *
1210
+ * - NoSpot: The instances are not spot instances.
1024
1211
  *
1025
- * * NoSpot: a non-preemptible instance.
1026
- * * SpotWithPriceLimit: a preemptible instance that is configured with the highest bid price.
1027
- * * SpotAsPriceGo: a preemptible instance for which the system automatically bids based on the current market price.
1212
+ * - SpotWithPriceLimit: Sets the maximum price for a spot instance.
1028
1213
  *
1029
- * For more information, see [Preemptible instances](https://help.aliyun.com/document_detail/157759.html).
1214
+ * - SpotAsPriceGo: The system automatically places bids based on the market price.
1215
+ *
1216
+ * For more information, see [Spot instances](https://help.aliyun.com/document_detail/157759.html).
1030
1217
  *
1031
1218
  * @example
1032
1219
  * NoSpot
@@ -1034,12 +1221,13 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
1034
1221
  spotStrategy?: string;
1035
1222
  /**
1036
1223
  * @remarks
1037
- * Indicates whether to enable the burst feature for the system disk. Valid values:
1224
+ * Indicates whether to enable performance burst for the system disk of the nodes. Valid values:
1225
+ *
1226
+ * - true: Enables performance burst. If you enable this feature, the cloud disk can temporarily improve its performance to handle sudden data read and write pressure when the business is unstable.
1038
1227
  *
1039
- * * true: enables the burst feature for the system disk. The performance burst feature allows ESSD AutoPL disks to burst their performance when spikes in read/write workloads occur and reduce the performance to the baseline level at the end of workload spikes.
1040
- * * false: does not enable the burst feature for the system disk.
1228
+ * - false: Disables performance burst.
1041
1229
  *
1042
- * 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).
1230
+ * This parameter can be set 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).
1043
1231
  *
1044
1232
  * @example
1045
1233
  * true
@@ -1047,30 +1235,22 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
1047
1235
  systemDiskBurstingEnabled?: boolean;
1048
1236
  /**
1049
1237
  * @remarks
1050
- * The categories of the system disk for nodes. The system attempts to create system disks of a disk category with a lower priority if the disk category with a higher priority is unavailable. Valid values: Valid values:
1051
- *
1052
- * * `cloud`: basic disk.
1053
- * * `cloud_efficiency`: ultra disk.
1054
- * * `cloud_ssd`: standard SSD.
1055
- * * `cloud_essd`: Enterprise SSD (ESSD).
1056
- * * `cloud_auto`: ESSD AutoPL disk.
1057
- * * `cloud_essd_entry`: ESSD Entry disk.
1058
- *
1059
- * Default value: `cloud_efficiency`.
1238
+ * The types of system disks. When a disk of a high-priority type is not available, the system automatically tries the next-priority disk type to create the system disk.
1060
1239
  */
1061
1240
  systemDiskCategories?: string[];
1062
1241
  /**
1063
1242
  * @remarks
1064
- * The system disk type. Valid values:
1243
+ * The type of the system disk of the nodes. Valid values:
1244
+ *
1245
+ * - `cloud_efficiency`: ultra disk.
1246
+ *
1247
+ * - `cloud_ssd`: standard SSD.
1065
1248
  *
1066
- * * `cloud`: basic disk
1067
- * * `cloud_efficiency`: ultra disk
1068
- * * `cloud_ssd`: standard SSD
1069
- * * `cloud_essd`: Enterprise SSD (ESSD)
1070
- * * `cloud_auto`: ESSD AutoPL disk
1071
- * * `cloud_essd_entry`: ESSD Entry disk
1249
+ * - `cloud_essd`: Enhanced SSD (ESSD).
1072
1250
  *
1073
- * Default value: `cloud_efficiency`.
1251
+ * - `cloud_auto`: ESSD AutoPL disk.
1252
+ *
1253
+ * - `cloud_essd_entry`: ESSD Entry disk.
1074
1254
  *
1075
1255
  * @example
1076
1256
  * cloud_efficiency
@@ -1078,7 +1258,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
1078
1258
  systemDiskCategory?: string;
1079
1259
  /**
1080
1260
  * @remarks
1081
- * The encryption algorithm that is used to encrypt the system disk. Set the value to aes-256.
1261
+ * The encryption algorithm that is used for the system disk. Valid value: aes-256.
1082
1262
  *
1083
1263
  * @example
1084
1264
  * aes-256
@@ -1086,10 +1266,11 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
1086
1266
  systemDiskEncryptAlgorithm?: string;
1087
1267
  /**
1088
1268
  * @remarks
1089
- * Specifies whether to encrypt the system disk. Valid values: Valid values:
1269
+ * Indicates whether to encrypt the system disk. Valid values:
1270
+ *
1271
+ * - `true`: Encrypts the system disk.
1090
1272
  *
1091
- * * `true`: encrypts the system disk.
1092
- * * `false`: does not encrypt the system disk.
1273
+ * - `false`: Does not encrypt the system disk.
1093
1274
  *
1094
1275
  * @example
1095
1276
  * false
@@ -1097,7 +1278,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
1097
1278
  systemDiskEncrypted?: boolean;
1098
1279
  /**
1099
1280
  * @remarks
1100
- * System disk\\"s KMS key ID.
1281
+ * The ID of the KMS key that is used to encrypt the system disk.
1101
1282
  *
1102
1283
  * @example
1103
1284
  * 0e478b7a-4262-4802-b8cb-00d3fb40****
@@ -1105,7 +1286,15 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
1105
1286
  systemDiskKmsKeyId?: string;
1106
1287
  /**
1107
1288
  * @remarks
1108
- * The performance level (PL) of the system disk that you want to use for the node. This parameter takes effect only for enhanced SSDs (ESSDs).
1289
+ * The performance level of the system disk of the nodes. This parameter is valid only for ESSDs. The disk performance level is related to the disk size. For more information, see [ESSDs](https://help.aliyun.com/document_detail/122389.html).
1290
+ *
1291
+ * - PL0: The I/O performance is moderate and the read/write latency is stable.
1292
+ *
1293
+ * - PL1: The I/O performance is moderate and the read/write latency is stable.
1294
+ *
1295
+ * - PL2: The I/O performance is high and the read/write latency is stable.
1296
+ *
1297
+ * - PL3: The I/O performance is very high and the read/write latency is very stable.
1109
1298
  *
1110
1299
  * @example
1111
1300
  * PL1
@@ -1113,7 +1302,11 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
1113
1302
  systemDiskPerformanceLevel?: string;
1114
1303
  /**
1115
1304
  * @remarks
1116
- * Pre-configured read and write IOPS for the system disk of the node, configured when the disk type is cloud_auto.
1305
+ * The pre-configured read and write IOPS of the system disk of the nodes.
1306
+ *
1307
+ * Valid values: 0 to min{50,000, 1,000 × Capacity - Baseline IOPS}. Baseline IOPS = min{1,800 + 50 × Capacity, 50,000}.
1308
+ *
1309
+ * This parameter can be set 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).
1117
1310
  *
1118
1311
  * @example
1119
1312
  * 1000
@@ -1121,27 +1314,30 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
1121
1314
  systemDiskProvisionedIops?: number;
1122
1315
  /**
1123
1316
  * @remarks
1124
- * The system disk size of a node. Unit: GiB.
1317
+ * The size of the system disk of the nodes. Unit: GiB.
1125
1318
  *
1126
- * Valid values: 20 to 500.
1319
+ * Valid values: 20 to 2048.
1127
1320
  *
1128
1321
  * @example
1129
1322
  * 120
1130
1323
  */
1131
1324
  systemDiskSize?: number;
1132
- systemDiskSnapshotPolicyId?: string;
1133
1325
  /**
1134
1326
  * @remarks
1135
- * The labels that you want to add only to ECS instances.
1327
+ * The system disk snapshot policy
1136
1328
  *
1137
- * The label key must be unique and cannot exceed 128 characters in length. The label key and value cannot start with aliyun or acs: or contain https:// or http://.
1329
+ * @example
1330
+ * sp-bp11g8z59rawcud9****
1331
+ */
1332
+ systemDiskSnapshotPolicyId?: string;
1333
+ /**
1334
+ * @remarks
1335
+ * The ECS instance tags.
1138
1336
  */
1139
1337
  tags?: Tag[];
1140
1338
  /**
1141
1339
  * @remarks
1142
- * The IDs of vSwitches. You can specify 1 to 20 vSwitches.
1143
- *
1144
- * > We recommend that you select vSwitches in different zones to ensure high availability.
1340
+ * The list of vSwitch IDs.
1145
1341
  */
1146
1342
  vswitchIds?: string[];
1147
1343
  static names(): {
@@ -1156,10 +1352,45 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
1156
1352
  });
1157
1353
  }
1158
1354
  export declare class DescribeClusterNodePoolDetailResponseBodyStatusConditions extends $dara.Model {
1355
+ /**
1356
+ * @remarks
1357
+ * The time of the last status transition.
1358
+ *
1359
+ * @example
1360
+ * 20**-**-30T10:39:00+08:00
1361
+ */
1159
1362
  lastTransitionTime?: string;
1363
+ /**
1364
+ * @remarks
1365
+ * The detailed information.
1366
+ *
1367
+ * @example
1368
+ * AutoUpgradeDisabled
1369
+ */
1160
1370
  message?: string;
1371
+ /**
1372
+ * @remarks
1373
+ * The reason.
1374
+ *
1375
+ * @example
1376
+ * UpgradeDisabled
1377
+ */
1161
1378
  reason?: string;
1379
+ /**
1380
+ * @remarks
1381
+ * The status.
1382
+ *
1383
+ * @example
1384
+ * True
1385
+ */
1162
1386
  status?: string;
1387
+ /**
1388
+ * @remarks
1389
+ * The type.
1390
+ *
1391
+ * @example
1392
+ * ImageUpgradeReady
1393
+ */
1163
1394
  type?: string;
1164
1395
  static names(): {
1165
1396
  [key: string]: string;
@@ -1173,6 +1404,10 @@ export declare class DescribeClusterNodePoolDetailResponseBodyStatusConditions e
1173
1404
  });
1174
1405
  }
1175
1406
  export declare class DescribeClusterNodePoolDetailResponseBodyStatus extends $dara.Model {
1407
+ /**
1408
+ * @remarks
1409
+ * The current status of the node pool. This parameter indicates the status of the node pool from different dimensions.
1410
+ */
1176
1411
  conditions?: DescribeClusterNodePoolDetailResponseBodyStatusConditions[];
1177
1412
  /**
1178
1413
  * @remarks
@@ -1216,7 +1451,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyStatus extends $da
1216
1451
  removingNodes?: number;
1217
1452
  /**
1218
1453
  * @remarks
1219
- * The number of running nodes.
1454
+ * The number of nodes that are in service.
1220
1455
  *
1221
1456
  * @example
1222
1457
  * 3
@@ -1224,13 +1459,17 @@ export declare class DescribeClusterNodePoolDetailResponseBodyStatus extends $da
1224
1459
  servingNodes?: number;
1225
1460
  /**
1226
1461
  * @remarks
1227
- * The status of the node pool. Valid values:
1462
+ * The state of the node pool. Valid values:
1463
+ *
1464
+ * - `active`: The node pool is active.
1228
1465
  *
1229
- * * `active`: The node pool is active.
1230
- * * `scaling`: The node pool is being scaled.
1231
- * * `removing`: Nodes are being removed from the node pool.
1232
- * * `deleting`: The node pool is being deleted.
1233
- * * `updating`: The node pool is being updated.
1466
+ * - `scaling`: The node pool is being scaled.
1467
+ *
1468
+ * - `removing`: Nodes are being removed.
1469
+ *
1470
+ * - `deleting`: The node pool is being deleted.
1471
+ *
1472
+ * - `updating`: The node pool is being updated.
1234
1473
  *
1235
1474
  * @example
1236
1475
  * active
@@ -1258,10 +1497,11 @@ export declare class DescribeClusterNodePoolDetailResponseBodyStatus extends $da
1258
1497
  export declare class DescribeClusterNodePoolDetailResponseBodyTeeConfig extends $dara.Model {
1259
1498
  /**
1260
1499
  * @remarks
1261
- * Indicates whether confidential computing is enabled. Valid values:
1500
+ * Indicates whether to enable the confidential computing cluster. Valid values:
1262
1501
  *
1263
- * * `true`: Confidential computing is enabled.
1264
- * * `false`: Confidential computing is disabled.
1502
+ * - `true`: Enables the confidential computing cluster.
1503
+ *
1504
+ * - `false`: Disables the confidential computing cluster.
1265
1505
  *
1266
1506
  * @example
1267
1507
  * false
@@ -1279,20 +1519,24 @@ export declare class DescribeClusterNodePoolDetailResponseBodyTeeConfig extends
1279
1519
  });
1280
1520
  }
1281
1521
  export declare class DescribeClusterNodePoolDetailResponseBody extends $dara.Model {
1522
+ /**
1523
+ * @remarks
1524
+ * The smart hosting configurations.
1525
+ */
1282
1526
  autoMode?: DescribeClusterNodePoolDetailResponseBodyAutoMode;
1283
1527
  /**
1284
1528
  * @remarks
1285
- * The auto scaling configuration of the node pool.
1529
+ * The configurations of the node pool that is configured for automatic scaling.
1286
1530
  */
1287
1531
  autoScaling?: DescribeClusterNodePoolDetailResponseBodyAutoScaling;
1288
1532
  efloNodeGroup?: DescribeClusterNodePoolDetailResponseBodyEfloNodeGroup;
1289
1533
  /**
1290
1534
  * @remarks
1291
- * Indicates whether the pods in the edge node pool can use the host network.
1535
+ * Indicates whether the pod network uses the host network mode.
1292
1536
  *
1293
- * `true`: sets to host network.
1537
+ * - `true`: host network. Pods directly use the host\\"s network stack and share IP addresses and ports with the host.
1294
1538
  *
1295
- * `false`: sets to container network.
1539
+ * - `false`: container network. Pods have an independent network stack and do not use host network ports.
1296
1540
  *
1297
1541
  * @example
1298
1542
  * true
@@ -1300,28 +1544,30 @@ export declare class DescribeClusterNodePoolDetailResponseBody extends $dara.Mod
1300
1544
  hostNetwork?: boolean;
1301
1545
  /**
1302
1546
  * @remarks
1303
- * The network configuration of the edge node pool. This parameter takes effect only for edge node pools.
1547
+ * [This parameter is deprecated]
1548
+ *
1549
+ * The network configurations of the edge node pool. This parameter is valid only for edge node pools.
1304
1550
  */
1305
1551
  interconnectConfig?: DescribeClusterNodePoolDetailResponseBodyInterconnectConfig;
1306
1552
  /**
1307
1553
  * @remarks
1308
- * The network type of the edge node pool. This parameter takes effect only if you set the type parameter of the node pool to edge. Valid values:
1554
+ * The network type of the edge node pool. This parameter is valid only for `edge` node pools. Valid values:
1309
1555
  *
1310
- * `basic`: Internet.
1556
+ * - `basic`: public network. The nodes in the node pool interact with cloud nodes over the Internet. Applications in the node pool cannot directly access the VPC in the cloud.
1311
1557
  *
1312
- * `private`: private network.
1558
+ * - `private`: dedicated network. The nodes in the node pool connect to the cloud network through leased lines, VPNs, or CEN. This provides higher communication quality between the cloud and the edge and offers more effective security.
1313
1559
  *
1314
1560
  * @example
1315
- * improved
1561
+ * basic
1316
1562
  */
1317
1563
  interconnectMode?: string;
1318
1564
  /**
1319
1565
  * @remarks
1320
- * Specifies whether all nodes in the edge node pool can communicate with each other at Layer 3.
1566
+ * Indicates whether nodes in the edge node pool have Layer 3 network connectivity.
1321
1567
  *
1322
- * `true`: The nodes in the edge node pool can communicate with each other at Layer 3.
1568
+ * - `true`: connected. All nodes in this node pool have Layer 3 network connectivity.
1323
1569
  *
1324
- * `false`: The nodes in the edge node pool cannot communicate with each other at Layer 3.
1570
+ * - `false`: not connected. All hosts in this node pool do not have Layer 3 network connectivity.
1325
1571
  *
1326
1572
  * @example
1327
1573
  * true
@@ -1329,24 +1575,28 @@ export declare class DescribeClusterNodePoolDetailResponseBody extends $dara.Mod
1329
1575
  intranet?: boolean;
1330
1576
  /**
1331
1577
  * @remarks
1332
- * The configurations of the cluster in which the node pool is deployed.
1578
+ * The cluster-related configurations.
1333
1579
  */
1334
1580
  kubernetesConfig?: DescribeClusterNodePoolDetailResponseBodyKubernetesConfig;
1335
1581
  /**
1336
1582
  * @remarks
1337
- * The configuration of the managed node pool feature.
1583
+ * The configurations of the managed node pool.
1338
1584
  */
1339
1585
  management?: DescribeClusterNodePoolDetailResponseBodyManagement;
1340
1586
  /**
1341
1587
  * @remarks
1342
- * This parameter is deprecated.
1588
+ * [This parameter is deprecated]
1343
1589
  *
1344
- * The maximum number of nodes allowed in an edge node pool.
1590
+ * The maximum number of nodes that the edge node pool can contain.
1345
1591
  *
1346
1592
  * @example
1347
1593
  * 10
1348
1594
  */
1349
1595
  maxNodes?: number;
1596
+ /**
1597
+ * @remarks
1598
+ * The list of node components.
1599
+ */
1350
1600
  nodeComponents?: DescribeClusterNodePoolDetailResponseBodyNodeComponents[];
1351
1601
  /**
1352
1602
  * @remarks
@@ -1355,22 +1605,22 @@ export declare class DescribeClusterNodePoolDetailResponseBody extends $dara.Mod
1355
1605
  nodeConfig?: DescribeClusterNodePoolDetailResponseBodyNodeConfig;
1356
1606
  /**
1357
1607
  * @remarks
1358
- * The configuration of the node pool.
1608
+ * The node pool configurations.
1359
1609
  */
1360
1610
  nodepoolInfo?: DescribeClusterNodePoolDetailResponseBodyNodepoolInfo;
1361
1611
  /**
1362
1612
  * @remarks
1363
- * The configurations of the scaling group that is used by the node pool.
1613
+ * The configurations of the scaling group for the node pool.
1364
1614
  */
1365
1615
  scalingGroup?: DescribeClusterNodePoolDetailResponseBodyScalingGroup;
1366
1616
  /**
1367
1617
  * @remarks
1368
- * The status details about the node pool.
1618
+ * The status of the node pool.
1369
1619
  */
1370
1620
  status?: DescribeClusterNodePoolDetailResponseBodyStatus;
1371
1621
  /**
1372
1622
  * @remarks
1373
- * The configuration of confidential computing.
1623
+ * The configurations of the confidential computing cluster.
1374
1624
  */
1375
1625
  teeConfig?: DescribeClusterNodePoolDetailResponseBodyTeeConfig;
1376
1626
  static names(): {