@alicloud/cs20151215 6.6.4 → 6.6.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (269) hide show
  1. package/dist/client.d.ts +202 -124
  2. package/dist/client.js +202 -124
  3. package/dist/client.js.map +1 -1
  4. package/dist/models/AttachInstancesRequest.d.ts +2 -2
  5. package/dist/models/AttachInstancesResponseBody.d.ts +1 -1
  6. package/dist/models/AttachInstancesToNodePoolRequest.d.ts +1 -1
  7. package/dist/models/AttachInstancesToNodePoolResponseBody.d.ts +1 -1
  8. package/dist/models/ContainerdConfig.d.ts +22 -2
  9. package/dist/models/ContainerdConfig.js.map +1 -1
  10. package/dist/models/CreateAutoRepairPolicyRequest.d.ts +63 -0
  11. package/dist/models/CreateAutoRepairPolicyRequest.js.map +1 -1
  12. package/dist/models/CreateAutoRepairPolicyResponseBody.d.ts +6 -0
  13. package/dist/models/CreateAutoRepairPolicyResponseBody.js.map +1 -1
  14. package/dist/models/CreateAutoscalingConfigRequest.d.ts +77 -40
  15. package/dist/models/CreateAutoscalingConfigRequest.js.map +1 -1
  16. package/dist/models/CreateClusterNodePoolRequest.d.ts +123 -25
  17. package/dist/models/CreateClusterNodePoolRequest.js +2 -0
  18. package/dist/models/CreateClusterNodePoolRequest.js.map +1 -1
  19. package/dist/models/CreateClusterRequest.d.ts +585 -353
  20. package/dist/models/CreateClusterRequest.js.map +1 -1
  21. package/dist/models/CreateClusterResponseBody.d.ts +5 -5
  22. package/dist/models/CreateTriggerResponseBody.d.ts +1 -1
  23. package/dist/models/DeleteAlertContactRequest.d.ts +1 -1
  24. package/dist/models/DeleteAlertContactShrinkRequest.d.ts +1 -1
  25. package/dist/models/DeleteAutoRepairPolicyResponseBody.d.ts +3 -0
  26. package/dist/models/DeleteAutoRepairPolicyResponseBody.js.map +1 -1
  27. package/dist/models/DeleteClusterNodepoolResponseBody.d.ts +2 -2
  28. package/dist/models/DeleteClusterNodesRequest.d.ts +1 -1
  29. package/dist/models/DeleteClusterNodesResponseBody.d.ts +3 -3
  30. package/dist/models/DeleteClusterRequest.d.ts +26 -18
  31. package/dist/models/DeleteClusterRequest.js.map +1 -1
  32. package/dist/models/DeleteClusterResponseBody.d.ts +2 -2
  33. package/dist/models/DeleteClusterShrinkRequest.d.ts +12 -9
  34. package/dist/models/DeleteClusterShrinkRequest.js.map +1 -1
  35. package/dist/models/DeployPolicyInstanceRequest.d.ts +7 -6
  36. package/dist/models/DeployPolicyInstanceRequest.js.map +1 -1
  37. package/dist/models/DeployPolicyInstanceResponseBody.d.ts +1 -1
  38. package/dist/models/DescribeAddonsRequest.d.ts +1 -1
  39. package/dist/models/DescribeAutoRepairPolicyResponseBody.d.ts +71 -0
  40. package/dist/models/DescribeAutoRepairPolicyResponseBody.js.map +1 -1
  41. package/dist/models/DescribeClusterAttachScriptsRequest.d.ts +21 -18
  42. package/dist/models/DescribeClusterAttachScriptsRequest.js.map +1 -1
  43. package/dist/models/DescribeClusterDetailResponseBody.d.ts +243 -110
  44. package/dist/models/DescribeClusterDetailResponseBody.js.map +1 -1
  45. package/dist/models/DescribeClusterEventsRequest.d.ts +8 -4
  46. package/dist/models/DescribeClusterEventsRequest.js.map +1 -1
  47. package/dist/models/DescribeClusterEventsResponseBody.d.ts +49 -39
  48. package/dist/models/DescribeClusterEventsResponseBody.js.map +1 -1
  49. package/dist/models/DescribeClusterLogsResponse.d.ts +3 -3
  50. package/dist/models/DescribeClusterNodePoolDetailResponseBody.d.ts +473 -220
  51. package/dist/models/DescribeClusterNodePoolDetailResponseBody.js +2 -0
  52. package/dist/models/DescribeClusterNodePoolDetailResponseBody.js.map +1 -1
  53. package/dist/models/DescribeClusterNodePoolsResponseBody.d.ts +425 -262
  54. package/dist/models/DescribeClusterNodePoolsResponseBody.js +2 -0
  55. package/dist/models/DescribeClusterNodePoolsResponseBody.js.map +1 -1
  56. package/dist/models/DescribeClusterNodesRequest.d.ts +1 -1
  57. package/dist/models/DescribeClusterNodesResponseBody.d.ts +5 -5
  58. package/dist/models/DescribeClusterResourcesRequest.d.ts +5 -1
  59. package/dist/models/DescribeClusterResourcesRequest.js.map +1 -1
  60. package/dist/models/DescribeClusterResourcesResponse.d.ts +51 -33
  61. package/dist/models/DescribeClusterResourcesResponse.js.map +1 -1
  62. package/dist/models/DescribeClusterTasksResponseBody.d.ts +9 -9
  63. package/dist/models/DescribeClusterUserKubeconfigRequest.d.ts +1 -1
  64. package/dist/models/DescribeClusterUserKubeconfigResponseBody.d.ts +1 -1
  65. package/dist/models/DescribeClusterVulsResponseBody.d.ts +2 -2
  66. package/dist/models/DescribeClustersForRegionRequest.d.ts +32 -16
  67. package/dist/models/DescribeClustersForRegionRequest.js.map +1 -1
  68. package/dist/models/DescribeClustersForRegionResponseBody.d.ts +85 -56
  69. package/dist/models/DescribeClustersForRegionResponseBody.js.map +1 -1
  70. package/dist/models/DescribeClustersV1request.d.ts +33 -17
  71. package/dist/models/DescribeClustersV1request.js.map +1 -1
  72. package/dist/models/DescribeClustersV1responseBody.d.ts +98 -72
  73. package/dist/models/DescribeClustersV1responseBody.js.map +1 -1
  74. package/dist/models/DescribeEventsForRegionRequest.d.ts +6 -2
  75. package/dist/models/DescribeEventsForRegionRequest.js.map +1 -1
  76. package/dist/models/DescribeEventsForRegionResponseBody.d.ts +22 -15
  77. package/dist/models/DescribeEventsForRegionResponseBody.js.map +1 -1
  78. package/dist/models/DescribeEventsRequest.d.ts +53 -20
  79. package/dist/models/DescribeEventsRequest.js.map +1 -1
  80. package/dist/models/DescribeEventsResponseBody.d.ts +53 -29
  81. package/dist/models/DescribeEventsResponseBody.js.map +1 -1
  82. package/dist/models/DescribeKubernetesVersionMetadataRequest.d.ts +2 -2
  83. package/dist/models/DescribeKubernetesVersionMetadataResponse.d.ts +8 -8
  84. package/dist/models/DescribeNodePoolVulsResponseBody.d.ts +11 -0
  85. package/dist/models/DescribeNodePoolVulsResponseBody.js.map +1 -1
  86. package/dist/models/DescribePolicyDetailsResponseBody.d.ts +1 -1
  87. package/dist/models/DescribePolicyGovernanceInClusterResponseBody.d.ts +235 -7
  88. package/dist/models/DescribePolicyGovernanceInClusterResponseBody.js.map +1 -1
  89. package/dist/models/DescribeResourcesDeleteProtectionResponse.d.ts +1 -1
  90. package/dist/models/DescribeSubaccountK8sClusterUserConfigRequest.d.ts +1 -1
  91. package/dist/models/DescribeSubaccountK8sClusterUserConfigResponseBody.d.ts +2 -2
  92. package/dist/models/DescribeTaskInfoResponseBody.d.ts +35 -31
  93. package/dist/models/DescribeTaskInfoResponseBody.js.map +1 -1
  94. package/dist/models/DescribeTemplateAttributeResponse.d.ts +2 -2
  95. package/dist/models/DescribeTemplatesResponseBody.d.ts +4 -4
  96. package/dist/models/DescribeTriggerResponse.d.ts +1 -1
  97. package/dist/models/DescribeUserPermissionResponse.d.ts +1 -1
  98. package/dist/models/DescribeUserQuotaResponseBody.d.ts +0 -35
  99. package/dist/models/DescribeUserQuotaResponseBody.js.map +1 -1
  100. package/dist/models/GetClusterAddonInstanceResponseBody.d.ts +1 -1
  101. package/dist/models/GetClusterInspectReportDetailResponseBody.d.ts +9 -0
  102. package/dist/models/GetClusterInspectReportDetailResponseBody.js.map +1 -1
  103. package/dist/models/GrantPermissionsRequest.d.ts +28 -20
  104. package/dist/models/GrantPermissionsRequest.js.map +1 -1
  105. package/dist/models/InstallClusterAddonsRequest.d.ts +2 -2
  106. package/dist/models/InstanceMetadataOptions.d.ts +17 -0
  107. package/dist/models/InstanceMetadataOptions.js.map +1 -1
  108. package/dist/models/KubeletConfig.d.ts +10 -0
  109. package/dist/models/KubeletConfig.js.map +1 -1
  110. package/dist/models/ListAddonsRequest.d.ts +1 -1
  111. package/dist/models/ListAutoRepairPoliciesResponseBody.d.ts +75 -0
  112. package/dist/models/ListAutoRepairPoliciesResponseBody.js.map +1 -1
  113. package/dist/models/ListClusterChecksResponseBody.d.ts +2 -2
  114. package/dist/models/ListClusterKubeconfigStatesRequest.d.ts +10 -0
  115. package/dist/models/ListClusterKubeconfigStatesRequest.js.map +1 -1
  116. package/dist/models/ListClusterKubeconfigStatesResponseBody.d.ts +39 -0
  117. package/dist/models/ListClusterKubeconfigStatesResponseBody.js.map +1 -1
  118. package/dist/models/ListOperationPlansForRegionRequest.d.ts +9 -0
  119. package/dist/models/ListOperationPlansForRegionRequest.js.map +1 -1
  120. package/dist/models/ListOperationPlansForRegionResponseBody.d.ts +52 -0
  121. package/dist/models/ListOperationPlansForRegionResponseBody.js.map +1 -1
  122. package/dist/models/ListUserKubeConfigStatesResponseBody.d.ts +1 -1
  123. package/dist/models/MaintenanceWindow.d.ts +1 -1
  124. package/dist/models/MigrateClusterResponseBody.d.ts +3 -3
  125. package/dist/models/ModifyAutoRepairPolicyRequest.d.ts +58 -0
  126. package/dist/models/ModifyAutoRepairPolicyRequest.js.map +1 -1
  127. package/dist/models/ModifyAutoRepairPolicyResponseBody.d.ts +3 -0
  128. package/dist/models/ModifyAutoRepairPolicyResponseBody.js.map +1 -1
  129. package/dist/models/ModifyClusterNodePoolRequest.d.ts +358 -228
  130. package/dist/models/ModifyClusterNodePoolRequest.js +2 -0
  131. package/dist/models/ModifyClusterNodePoolRequest.js.map +1 -1
  132. package/dist/models/ModifyClusterNodePoolResponseBody.d.ts +1 -1
  133. package/dist/models/ModifyClusterRequest.d.ts +186 -123
  134. package/dist/models/ModifyClusterRequest.js.map +1 -1
  135. package/dist/models/ModifyNodePoolNodeConfigRequest.d.ts +8 -0
  136. package/dist/models/ModifyNodePoolNodeConfigRequest.js.map +1 -1
  137. package/dist/models/ModifyNodePoolNodeConfigResponseBody.d.ts +2 -2
  138. package/dist/models/Nodepool.d.ts +274 -180
  139. package/dist/models/Nodepool.js +2 -0
  140. package/dist/models/Nodepool.js.map +1 -1
  141. package/dist/models/OpenAckServiceResponseBody.d.ts +1 -1
  142. package/dist/models/RemoveClusterNodesRequest.d.ts +0 -10
  143. package/dist/models/RemoveClusterNodesRequest.js.map +1 -1
  144. package/dist/models/RemoveNodePoolNodesResponseBody.d.ts +1 -1
  145. package/dist/models/RepairClusterNodePoolRequest.d.ts +1 -1
  146. package/dist/models/RepairClusterNodePoolResponseBody.d.ts +2 -2
  147. package/dist/models/RunClusterCheckRequest.d.ts +2 -2
  148. package/dist/models/RunClusterCheckResponseBody.d.ts +2 -2
  149. package/dist/models/Runtime.d.ts +2 -2
  150. package/dist/models/ScaleOutClusterRequest.d.ts +8 -131
  151. package/dist/models/ScaleOutClusterRequest.js.map +1 -1
  152. package/dist/models/ScaleOutClusterResponseBody.d.ts +0 -21
  153. package/dist/models/ScaleOutClusterResponseBody.js.map +1 -1
  154. package/dist/models/ScanClusterVulsResponseBody.d.ts +1 -1
  155. package/dist/models/UnInstallClusterAddonsResponseBody.d.ts +3 -3
  156. package/dist/models/UpdateClusterAuditLogConfigResponseBody.d.ts +1 -1
  157. package/dist/models/UpdateK8sClusterUserConfigExpireRequest.d.ts +1 -1
  158. package/dist/models/UpgradeClusterAddonsRequest.d.ts +3 -3
  159. package/dist/models/UpgradeClusterAddonsResponseBody.d.ts +1 -1
  160. package/dist/models/UpgradeClusterNodepoolRequest.d.ts +5 -5
  161. package/dist/models/UpgradeClusterNodepoolResponseBody.d.ts +1 -1
  162. package/dist/models/UpgradeClusterRequest.d.ts +3 -3
  163. package/package.json +1 -1
  164. package/src/client.ts +202 -124
  165. package/src/models/AttachInstancesRequest.ts +2 -2
  166. package/src/models/AttachInstancesResponseBody.ts +1 -1
  167. package/src/models/AttachInstancesToNodePoolRequest.ts +1 -1
  168. package/src/models/AttachInstancesToNodePoolResponseBody.ts +1 -1
  169. package/src/models/ContainerdConfig.ts +22 -2
  170. package/src/models/CreateAutoRepairPolicyRequest.ts +63 -0
  171. package/src/models/CreateAutoRepairPolicyResponseBody.ts +6 -0
  172. package/src/models/CreateAutoscalingConfigRequest.ts +77 -40
  173. package/src/models/CreateClusterNodePoolRequest.ts +125 -25
  174. package/src/models/CreateClusterRequest.ts +585 -353
  175. package/src/models/CreateClusterResponseBody.ts +5 -5
  176. package/src/models/CreateTriggerResponseBody.ts +1 -1
  177. package/src/models/DeleteAlertContactRequest.ts +1 -1
  178. package/src/models/DeleteAlertContactShrinkRequest.ts +1 -1
  179. package/src/models/DeleteAutoRepairPolicyResponseBody.ts +3 -0
  180. package/src/models/DeleteClusterNodepoolResponseBody.ts +2 -2
  181. package/src/models/DeleteClusterNodesRequest.ts +1 -1
  182. package/src/models/DeleteClusterNodesResponseBody.ts +3 -3
  183. package/src/models/DeleteClusterRequest.ts +26 -18
  184. package/src/models/DeleteClusterResponseBody.ts +2 -2
  185. package/src/models/DeleteClusterShrinkRequest.ts +12 -9
  186. package/src/models/DeployPolicyInstanceRequest.ts +7 -6
  187. package/src/models/DeployPolicyInstanceResponseBody.ts +1 -1
  188. package/src/models/DescribeAddonsRequest.ts +1 -1
  189. package/src/models/DescribeAutoRepairPolicyResponseBody.ts +71 -0
  190. package/src/models/DescribeClusterAttachScriptsRequest.ts +21 -18
  191. package/src/models/DescribeClusterDetailResponseBody.ts +243 -110
  192. package/src/models/DescribeClusterEventsRequest.ts +8 -4
  193. package/src/models/DescribeClusterEventsResponseBody.ts +49 -39
  194. package/src/models/DescribeClusterLogsResponse.ts +3 -3
  195. package/src/models/DescribeClusterNodePoolDetailResponseBody.ts +475 -220
  196. package/src/models/DescribeClusterNodePoolsResponseBody.ts +427 -262
  197. package/src/models/DescribeClusterNodesRequest.ts +1 -1
  198. package/src/models/DescribeClusterNodesResponseBody.ts +5 -5
  199. package/src/models/DescribeClusterResourcesRequest.ts +5 -1
  200. package/src/models/DescribeClusterResourcesResponse.ts +51 -33
  201. package/src/models/DescribeClusterTasksResponseBody.ts +9 -9
  202. package/src/models/DescribeClusterUserKubeconfigRequest.ts +1 -1
  203. package/src/models/DescribeClusterUserKubeconfigResponseBody.ts +1 -1
  204. package/src/models/DescribeClusterVulsResponseBody.ts +2 -2
  205. package/src/models/DescribeClustersForRegionRequest.ts +32 -16
  206. package/src/models/DescribeClustersForRegionResponseBody.ts +85 -56
  207. package/src/models/DescribeClustersV1request.ts +33 -17
  208. package/src/models/DescribeClustersV1responseBody.ts +98 -72
  209. package/src/models/DescribeEventsForRegionRequest.ts +6 -2
  210. package/src/models/DescribeEventsForRegionResponseBody.ts +22 -15
  211. package/src/models/DescribeEventsRequest.ts +53 -20
  212. package/src/models/DescribeEventsResponseBody.ts +53 -29
  213. package/src/models/DescribeKubernetesVersionMetadataRequest.ts +2 -2
  214. package/src/models/DescribeKubernetesVersionMetadataResponse.ts +8 -8
  215. package/src/models/DescribeNodePoolVulsResponseBody.ts +11 -0
  216. package/src/models/DescribePolicyDetailsResponseBody.ts +1 -1
  217. package/src/models/DescribePolicyGovernanceInClusterResponseBody.ts +235 -7
  218. package/src/models/DescribeResourcesDeleteProtectionResponse.ts +1 -1
  219. package/src/models/DescribeSubaccountK8sClusterUserConfigRequest.ts +1 -1
  220. package/src/models/DescribeSubaccountK8sClusterUserConfigResponseBody.ts +2 -2
  221. package/src/models/DescribeTaskInfoResponseBody.ts +35 -31
  222. package/src/models/DescribeTemplateAttributeResponse.ts +2 -2
  223. package/src/models/DescribeTemplatesResponseBody.ts +4 -4
  224. package/src/models/DescribeTriggerResponse.ts +1 -1
  225. package/src/models/DescribeUserPermissionResponse.ts +1 -1
  226. package/src/models/DescribeUserQuotaResponseBody.ts +0 -35
  227. package/src/models/GetClusterAddonInstanceResponseBody.ts +1 -1
  228. package/src/models/GetClusterInspectReportDetailResponseBody.ts +9 -0
  229. package/src/models/GrantPermissionsRequest.ts +28 -20
  230. package/src/models/InstallClusterAddonsRequest.ts +2 -2
  231. package/src/models/InstanceMetadataOptions.ts +17 -0
  232. package/src/models/KubeletConfig.ts +10 -0
  233. package/src/models/ListAddonsRequest.ts +1 -1
  234. package/src/models/ListAutoRepairPoliciesResponseBody.ts +75 -0
  235. package/src/models/ListClusterChecksResponseBody.ts +2 -2
  236. package/src/models/ListClusterKubeconfigStatesRequest.ts +10 -0
  237. package/src/models/ListClusterKubeconfigStatesResponseBody.ts +39 -0
  238. package/src/models/ListOperationPlansForRegionRequest.ts +9 -0
  239. package/src/models/ListOperationPlansForRegionResponseBody.ts +52 -0
  240. package/src/models/ListUserKubeConfigStatesResponseBody.ts +1 -1
  241. package/src/models/MaintenanceWindow.ts +1 -1
  242. package/src/models/MigrateClusterResponseBody.ts +3 -3
  243. package/src/models/ModifyAutoRepairPolicyRequest.ts +58 -0
  244. package/src/models/ModifyAutoRepairPolicyResponseBody.ts +3 -0
  245. package/src/models/ModifyClusterNodePoolRequest.ts +361 -229
  246. package/src/models/ModifyClusterNodePoolResponseBody.ts +1 -1
  247. package/src/models/ModifyClusterRequest.ts +186 -123
  248. package/src/models/ModifyNodePoolNodeConfigRequest.ts +8 -0
  249. package/src/models/ModifyNodePoolNodeConfigResponseBody.ts +2 -2
  250. package/src/models/Nodepool.ts +276 -180
  251. package/src/models/OpenAckServiceResponseBody.ts +1 -1
  252. package/src/models/RemoveClusterNodesRequest.ts +0 -10
  253. package/src/models/RemoveNodePoolNodesResponseBody.ts +1 -1
  254. package/src/models/RepairClusterNodePoolRequest.ts +1 -1
  255. package/src/models/RepairClusterNodePoolResponseBody.ts +2 -2
  256. package/src/models/RunClusterCheckRequest.ts +2 -2
  257. package/src/models/RunClusterCheckResponseBody.ts +2 -2
  258. package/src/models/Runtime.ts +2 -2
  259. package/src/models/ScaleOutClusterRequest.ts +8 -131
  260. package/src/models/ScaleOutClusterResponseBody.ts +0 -21
  261. package/src/models/ScanClusterVulsResponseBody.ts +1 -1
  262. package/src/models/UnInstallClusterAddonsResponseBody.ts +3 -3
  263. package/src/models/UpdateClusterAuditLogConfigResponseBody.ts +1 -1
  264. package/src/models/UpdateK8sClusterUserConfigExpireRequest.ts +1 -1
  265. package/src/models/UpgradeClusterAddonsRequest.ts +3 -3
  266. package/src/models/UpgradeClusterAddonsResponseBody.ts +1 -1
  267. package/src/models/UpgradeClusterNodepoolRequest.ts +5 -5
  268. package/src/models/UpgradeClusterNodepoolResponseBody.ts +1 -1
  269. package/src/models/UpgradeClusterRequest.ts +3 -3
@@ -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 smart managed mode is enabled.
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 bandwidth of the EIP.
34
+ *
35
+ * Valid values: [1,100]. Unit: Mbps.
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 EIP billing method. 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 automatic scaling is enabled. Valid values:
56
+ *
57
+ * - `true`: Enables automatic scaling for the node pool. When the cluster capacity cannot meet pod scheduling demands, ACK automatically scales node resources based on the configured minimum and maximum instance counts. Clusters running Kubernetes 1.24 or later enable instant elasticity by default. Clusters earlier than 1.24 enable node autoscaling by default. For more information, see [Node scaling](https://help.aliyun.com/document_detail/2746785.html).
58
+ *
59
+ * - `false`: Disables automatic scaling. ACK maintains the node count at the desired number specified in the configuration.
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 set to false, other parameters under `auto_scaling` have no 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 an EIP is bound. 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`: Binds an EIP.
72
+ *
73
+ * - `false`: Does not bind an EIP.
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 scalable instances in the node pool, excluding 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 scalable instances in the node pool, excluding 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 automatic scaling type, categorized by instance type. Valid values:
98
+ *
99
+ * - `cpu`: Standard instance.
100
+ *
101
+ * - `gpu`: GPU instance.
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 instance.
104
+ *
105
+ * - `spot`: Spot instance.
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
+ * [Deprecated]
148
+ *
149
+ * The network bandwidth for the enhanced edge node pool. Unit: Mbps.
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
+ * [Deprecated]
158
+ *
159
+ * The CCN instance ID bound to 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
+ * [Deprecated]
168
+ *
169
+ * The region of the CCN instance bound to the enhanced edge node pool.
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
+ * [Deprecated]
178
+ *
179
+ * The CEN instance ID bound to 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
+ * [Deprecated]
188
+ *
189
+ * The subscription duration for 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 Cloud Monitor is installed on ECS nodes. After installation, you can view monitoring data for created ECS instances in the Cloud Monitor console. We recommend enabling 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 ECS nodes.
212
+ *
213
+ * - `false`: Does not install Cloud Monitor on 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 node CPU management policy. Clusters running Kubernetes 1.12.6 or later support the following policies:
222
+ *
223
+ * - `static`: Enhances CPU affinity and exclusivity for pods with specific resource characteristics.
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`: Uses 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
+ * 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
+ * Custom node naming.
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 three parts: prefix + IP address substring + 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
+ * - Both prefix and suffix can consist of one or more parts separated by periods (.). Each part can contain lowercase letters, digits, and hyphens (-). The node name must start and end with a lowercase letter or digit.
243
+ *
244
+ * - The IP address substring length is the number of trailing digits taken from the node\\"s IP address. Valid values: 5–12.
245
+ *
246
+ * 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 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
+ * Pre-custom data for the node pool, which runs before node initialization. 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,28 +259,38 @@ export declare class DescribeClusterNodePoolDetailResponseBodyKubernetesConfig e
234
259
  preUserData?: string;
235
260
  /**
236
261
  * @remarks
237
- * The name of the container runtime.
262
+ * The container runtime. ACK supports the following runtimes:
263
+ *
264
+ * - containerd: Recommended. Supported in all cluster versions.
265
+ *
266
+ * - Sandboxed-Container.runv: Sandboxed container runtime with enhanced isolation. Supported in clusters up to version 1.31.
267
+ *
268
+ * - docker: Deprecated. Supported in clusters up to version 1.22.
238
269
  *
239
270
  * @example
240
- * docker
271
+ * containerd
241
272
  */
242
273
  runtime?: string;
243
274
  /**
244
275
  * @remarks
245
- * The version of the container runtime.
276
+ * The container runtime version.
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
+ * Node taint information. Taints and tolerations work together to prevent pods from being scheduled onto unsuitable nodes. For more information, see [taint-and-toleration](https://kubernetes.io/zh/docs/concepts/scheduling-eviction/taint-and-toleration/).
254
285
  */
255
286
  taints?: Taint[];
256
287
  /**
257
288
  * @remarks
258
- * Whether the expanded node is schedulable.
289
+ * Indicates whether newly scaled nodes are unschedulable.
290
+ *
291
+ * - true: Unschedulable.
292
+ *
293
+ * - false: 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
+ * Custom data for the node pool, which runs after node initialization. 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 automatic repair policy ID.
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 node restart is allowed. This parameter takes effect only when `auto_repair=true`.
338
+ *
339
+ * - `true`: Allows node restart.
340
+ *
341
+ * - `false`: Disallows node restart.
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 kubelet auto-upgrade is allowed. This parameter takes effect only when `auto_upgrade=true`. Valid values:
362
+ *
363
+ * - `true`: Allows kubelet auto-upgrade.
364
+ *
365
+ * - `false`: Disallows kubelet auto-upgrade.
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 excluded during vulnerability fixes.
386
+ *
387
+ * @example
388
+ * kernel
389
+ */
330
390
  excludePackages?: string;
331
391
  /**
332
392
  * @remarks
333
- * Whether to allow restarting nodes.
393
+ * Indicates whether node restart is allowed. This parameter takes effect only when `auto_vul_fix=true`. Valid values:
394
+ *
395
+ * - `true`: Allows node restart.
396
+ *
397
+ * - `false`: Disallows node restart.
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 vulnerability levels that can be automatically fixed, 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 auto-upgrade is enabled. Valid values:
432
+ *
433
+ * - `true`: Enables auto-upgrade.
362
434
  *
363
- * * `true`: Auto update is enabled.
364
- * * `false`: Auto update is disabled.
435
+ * - `false`: Disables auto-upgrade.
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,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. Choose either this parameter or 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. Choose either this parameter or `surge`.
462
+ *
463
+ * Number of extra nodes = surge percentage × number of nodes. For example, if you set the surge percentage to 50% and there are 6 nodes, the number of extra nodes is 50% × 6 = 3.
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
+ * Automatic repair. This parameter takes effect only when `enable=true`.
485
+ *
486
+ * - `true`: Enables automatic repair.
411
487
  *
412
- * * `true`: Auto repair is enabled.
413
- * * `false`: Auto repair is disabled.
488
+ * - `false`: Disables automatic repair.
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
+ * Automatic node repair policy.
422
497
  */
423
498
  autoRepairPolicy?: DescribeClusterNodePoolDetailResponseBodyManagementAutoRepairPolicy;
424
499
  /**
425
500
  * @remarks
426
- * Whether to automatically upgrade.
501
+ * Indicates whether node auto-upgrade is enabled. This parameter takes effect only when `enable=true`.
502
+ *
503
+ * - `true`: Enables auto-upgrade.
504
+ *
505
+ * - `false`: Disables auto-upgrade.
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
+ * Auto-upgrade policy.
435
514
  */
436
515
  autoUpgradePolicy?: DescribeClusterNodePoolDetailResponseBodyManagementAutoUpgradePolicy;
437
516
  /**
438
517
  * @remarks
439
- * Whether to automatically fix CVEs.
518
+ * Indicates whether CVEs are automatically fixed. This parameter takes effect only when `enable=true`.
519
+ *
520
+ * - `true`: Enables automatic CVE fixing.
521
+ *
522
+ * - `false`: Disables automatic CVE fixing.
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
+ * Automatic CVE fix policy.
448
531
  */
449
532
  autoVulFixPolicy?: DescribeClusterNodePoolDetailResponseBodyManagementAutoVulFixPolicy;
450
533
  /**
451
534
  * @remarks
452
535
  * Indicates whether the managed node pool feature is enabled. 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.
538
+ *
539
+ * - `false`: Disables the managed node pool. Other related configurations take effect only when `enable=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
+ * Auto-upgrade configuration. This parameter takes effect only when `enable=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
+ * Custom configuration for 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
+ * Node component configuration.
584
+ */
493
585
  config?: DescribeClusterNodePoolDetailResponseBodyNodeComponentsConfig;
494
586
  /**
587
+ * @remarks
588
+ * The node component name.
589
+ *
495
590
  * @example
496
591
  * kubelet
497
592
  */
498
593
  name?: string;
499
594
  /**
595
+ * @remarks
596
+ * The node component version.
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
+ * Hugepage configuration.
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
+ * Kubelet parameter settings.
532
634
  */
533
635
  kubeletConfiguration?: KubeletConfig;
636
+ /**
637
+ * @remarks
638
+ * Node OS configuration.
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 this is the default node pool. A cluster usually has only one default node pool. Valid values:
664
+ *
665
+ * - `true`: Default node pool.
666
+ *
667
+ * - `false`: Non-default node pool.
558
668
  *
559
669
  * @example
560
670
  * true
@@ -562,9 +672,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyNodepoolInfo exten
562
672
  isDefault?: boolean;
563
673
  /**
564
674
  * @remarks
565
- * The name of the node pool.
566
- *
567
- * The name must be 1 to 63 characters in length, and can contain digits, letters, and hyphens (-). It cannot start with a hyphen (-).
675
+ * The node pool name.
568
676
  *
569
677
  * @example
570
678
  * default-nodepool
@@ -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 node pool type.
708
+ *
709
+ * - `ess`: Standard node pool (supports managed features and automatic scaling).
710
+ *
711
+ * - `edge`: Edge node pool.
712
+ *
713
+ * - `lingjun`: 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 private node pool type, which determines how instance capacity is selected from private pools. Elastic provisioning or capacity reservation services generate private pool capacity after they take effect. Valid values:
750
+ *
751
+ * - `Open`: Open mode. Automatically matches open-type private pool capacity. If no matching private pool capacity is available, uses public pool 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`: Target mode. Uses the specified private pool capacity. If the capacity is unavailable, instance creation fails.
754
+ *
755
+ * - `None`: None mode. Does not use private pool capacity.
640
756
  *
641
757
  * @example
642
758
  * Open
@@ -654,8 +770,18 @@ 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 strategy used when creating instances. Valid values:
781
+ * PrivatePoolFirst: Private pool first.
782
+ * PrivatePoolOnly: Private pool only.
783
+ * None: Do not use resource pool strategy.
784
+ *
659
785
  * @example
660
786
  * PrivatePoolFirst
661
787
  */
@@ -674,7 +800,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroupResour
674
800
  export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroupSpotPriceLimit extends $dara.Model {
675
801
  /**
676
802
  * @remarks
677
- * The instance type of the preemptible instances.
803
+ * The spot instance type.
678
804
  *
679
805
  * @example
680
806
  * ecs.c6.large
@@ -682,7 +808,15 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroupSpotPr
682
808
  instanceType?: string;
683
809
  /**
684
810
  * @remarks
685
- * The price cap of a preemptible instance of the type.
811
+ * The market price per instance.
812
+ *
813
+ * <props="china">
814
+ *
815
+ * Unit: CNY/hour.
816
+ *
817
+ *
818
+ *
819
+ * <props="intl">
686
820
  *
687
821
  * Unit: USD/hour.
688
822
  *
@@ -704,10 +838,11 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroupSpotPr
704
838
  export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup extends $dara.Model {
705
839
  /**
706
840
  * @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:
841
+ * Indicates whether auto-renewal is enabled for nodes. This parameter is valid only when `instance_charge_type` is set to `PrePaid`. Valid values:
842
+ *
843
+ * - `true`: Enables auto-renewal.
708
844
  *
709
- * * `true`: Auto-renewal is enabled.
710
- * * `false`: Auto-renewal is disabled.
845
+ * - `false`: Disables auto-renewal.
711
846
  *
712
847
  * @example
713
848
  * false
@@ -715,9 +850,11 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
715
850
  autoRenew?: boolean;
716
851
  /**
717
852
  * @remarks
718
- * The duration of the auto-renewal. This parameter takes effect and is required only when `instance_charge_type` is set to `PrePaid`.
853
+ * The auto-renewal duration per cycle. Valid values:
719
854
  *
720
- * If you specify `PeriodUnit=Month`, the valid values are 1, 2, 3, 6, and 12.
855
+ * - If PeriodUnit=Week: 1, 2, 3.
856
+ *
857
+ * - If PeriodUnit=Month: 1, 2, 3, 6, 12, 24, 36, 48, 60.
721
858
  *
722
859
  * @example
723
860
  * 1
@@ -725,7 +862,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
725
862
  autoRenewPeriod?: number;
726
863
  /**
727
864
  * @remarks
728
- * [**Deprecated**] Please use the parameter security_hardening_os instead.
865
+ * [Deprecated] Use the security_hardening_os parameter instead.
729
866
  *
730
867
  * @example
731
868
  * false
@@ -735,10 +872,11 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
735
872
  cisEnabled?: boolean;
736
873
  /**
737
874
  * @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:
875
+ * When `multi_az_policy` is set to `COST_OPTIMIZED`, indicates whether to automatically try creating pay-as-you-go instances if spot instances cannot be created due to price or inventory issues. Valid values:
876
+ *
877
+ * - `true`: Allows automatic creation of pay-as-you-go instances to meet the required number of ECS instances.
739
878
  *
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.
879
+ * - `false`: Disallows automatic creation of pay-as-you-go instances.
742
880
  *
743
881
  * @example
744
882
  * true
@@ -746,12 +884,12 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
746
884
  compensateWithOnDemand?: boolean;
747
885
  /**
748
886
  * @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.
887
+ * Configuration for node data disks, including type and size.
750
888
  */
751
889
  dataDisks?: DataDisk[];
752
890
  /**
753
891
  * @remarks
754
- * The ID of the deployment set to which the ECS instances in the node pool belong.
892
+ * The deployment set ID.
755
893
  *
756
894
  * @example
757
895
  * ds-bp1d19mmbsv3jf6xxxxx
@@ -759,54 +897,87 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
759
897
  deploymentsetId?: string;
760
898
  /**
761
899
  * @remarks
762
- * The expected number of nodes in the node pool.
900
+ * The desired number of nodes in the node pool.
763
901
  *
764
902
  * @example
765
903
  * 2
766
904
  */
767
905
  desiredSize?: number;
906
+ /**
907
+ * @remarks
908
+ * Block device initialization configuration.
909
+ */
768
910
  diskInit?: DiskInit[];
769
911
  /**
770
912
  * @remarks
771
- * The ID of the custom image. You can call the `DescribeKubernetesVersionMetadata` operation to query the images supported by ACK.
913
+ * The custom image ID.
772
914
  *
773
915
  * @example
774
- * aliyun_2_1903_x64_20G_alibase_20200529.vhd
916
+ * aliyun_3_x64_20G_alibase_20241218.vhd
775
917
  */
776
918
  imageId?: string;
777
919
  /**
778
920
  * @remarks
779
- * Operating system image type.
921
+ * The OS image type.
922
+ *
923
+ * - `AliyunLinux`: Alinux2 image.
924
+ *
925
+ * - `AliyunLinuxSecurity`: Alinux2 UEFI image.
926
+ *
927
+ * - `AliyunLinux3`: Alinux3 image.
928
+ *
929
+ * - `AliyunLinux3Arm64`: Alinux3 ARM image.
930
+ *
931
+ * - `AliyunLinux3Security`: Alinux3 UEFI image.
932
+ *
933
+ * - `CentOS`: CentOS image.
934
+ *
935
+ * - `Windows`: Windows image.
936
+ *
937
+ * - `WindowsCore`: WindowsCore image.
938
+ *
939
+ * - `ContainerOS`: Container-optimized image.
940
+ *
941
+ * - `AliyunLinux3ContainerOptimized`: Alinux3 container-optimized image.
780
942
  *
781
943
  * @example
782
- * AliyunLinux
944
+ * AliyunLinux3
783
945
  */
784
946
  imageType?: string;
785
947
  /**
786
948
  * @remarks
787
- * The billing method of the nodes in the node pool. Valid values:
949
+ * The billing method for nodes in the node pool. Valid values:
950
+ *
951
+ * - `PrePaid`: Subscription.
788
952
  *
789
- * * `PrePaid`: the subscription billing method.
790
- * * `PostPaid`: the pay-as-you-go billing method.
953
+ * - `PostPaid`: Pay-as-you-go.
791
954
  *
792
955
  * @example
793
956
  * PostPaid
794
957
  */
795
958
  instanceChargeType?: string;
959
+ /**
960
+ * @remarks
961
+ * ECS instance metadata access configuration.
962
+ */
796
963
  instanceMetadataOptions?: InstanceMetadataOptions;
797
964
  /**
798
965
  * @remarks
799
- * The instance properties.
966
+ * Instance attribute configuration.
800
967
  */
801
968
  instancePatterns?: InstancePatterns[];
802
969
  /**
803
970
  * @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.
971
+ * The list of node instance types.
805
972
  */
806
973
  instanceTypes?: string[];
807
974
  /**
808
975
  * @remarks
809
- * The billing method of the public IP address of the node.
976
+ * The billing method for public network bandwidth of node public IP addresses.
977
+ *
978
+ * - PayByBandwidth: Pay-by-bandwidth.
979
+ *
980
+ * - PayByTraffic: Pay-by-traffic.
810
981
  *
811
982
  * @example
812
983
  * PayByBandwidth
@@ -814,7 +985,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
814
985
  internetChargeType?: string;
815
986
  /**
816
987
  * @remarks
817
- * The maximum outbound bandwidth of the public IP address of the node. Unit: Mbit/s. Valid values: 1 to 100.
988
+ * The maximum outbound bandwidth for node public IP addresses. Unit: Mbps. Valid values: 1100.
818
989
  *
819
990
  * @example
820
991
  * 10
@@ -822,7 +993,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
822
993
  internetMaxBandwidthOut?: number;
823
994
  /**
824
995
  * @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.
996
+ * The key pair name. Choose either this parameter or `login_password`. For managed node pools, only `key_pair` is supported.
826
997
  *
827
998
  * @example
828
999
  * pro-nodepool
@@ -830,7 +1001,11 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
830
1001
  keyPair?: string;
831
1002
  /**
832
1003
  * @remarks
833
- * Whether the popped ECS instance uses a non-root user for login.
1004
+ * Indicates whether ECS instances use a non-root user for logon.
1005
+ *
1006
+ * - true: Log on as the non-root user (ecs-user).
1007
+ *
1008
+ * - false: Log on as the root user.
834
1009
  *
835
1010
  * @example
836
1011
  * true
@@ -838,9 +1013,9 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
838
1013
  loginAsNonRoot?: boolean;
839
1014
  /**
840
1015
  * @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.
1016
+ * The SSH logon password. Choose either this parameter or `key_pair`. The password must be 830 characters long and include at least three of the following: uppercase letters, lowercase letters, digits, and special characters.
842
1017
  *
843
- * For security purposes, the returned password is encrypted.
1018
+ * For security reasons, the returned password is encrypted.
844
1019
  *
845
1020
  * @example
846
1021
  * ********
@@ -848,17 +1023,15 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
848
1023
  loginPassword?: string;
849
1024
  /**
850
1025
  * @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.
1026
+ * The scaling policy for multi-zone scaling groups. Valid values:
854
1027
  *
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.
1028
+ * - `PRIORITY`: Scales based on the order of virtual switches (VSwitchIds.N) you define. If ECS instances cannot be created in the zone of a higher-priority virtual switch, the system uses the next-priority virtual switch.
856
1029
  *
857
- * **
1030
+ * - `COST_OPTIMIZED`: Tries to create instances starting with the lowest vCPU unit price. If multiple instance types or spot billing are configured, it prioritizes spot instances. You can use the `CompensateWithOnDemand` parameter to specify whether to automatically try pay-as-you-go instances if spot instances cannot be created due to inventory or other issues.
858
1031
  *
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.
1032
+ * > `COST_OPTIMIZED` takes effect only when multiple instance types or spot instances are configured.
860
1033
  *
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).
1034
+ * - `BALANCE`: Distributes ECS instances evenly across all specified zones. If inventory shortages cause imbalance, you can call the RebalanceInstances API to rebalance resources. For more information, see [RebalanceInstances](https://help.aliyun.com/document_detail/71516.html).
862
1035
  *
863
1036
  * Default value: `PRIORITY`.
864
1037
  *
@@ -868,7 +1041,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
868
1041
  multiAzPolicy?: string;
869
1042
  /**
870
1043
  * @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.
1044
+ * The minimum number of pay-as-you-go instances required in the scaling group. Valid values: [0,1000]. If the number of pay-as-you-go instances falls below this value, the system prioritizes creating pay-as-you-go instances.
872
1045
  *
873
1046
  * @example
874
1047
  * 0
@@ -876,7 +1049,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
876
1049
  onDemandBaseCapacity?: number;
877
1050
  /**
878
1051
  * @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.
1052
+ * The percentage of pay-as-you-go instances among instances exceeding the minimum pay-as-you-go count (`on_demand_base_capacity`). Valid values: [0,100].
880
1053
  *
881
1054
  * @example
882
1055
  * 20
@@ -884,9 +1057,11 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
884
1057
  onDemandPercentageAboveBaseCapacity?: number;
885
1058
  /**
886
1059
  * @remarks
887
- * The subscription duration of worker nodes. This parameter takes effect and is required only when `instance_charge_type` is set to `PrePaid`.
1060
+ * The subscription duration for nodes. This parameter is required and valid only when `instance_charge_type` is set to `PrePaid`.
1061
+ *
1062
+ * - If `period_unit=Week`, valid values for `period` are {1, 2, 3, 4}.
888
1063
  *
889
- * If `PeriodUnit=Month` is specified, the valid values are 1, 2, 3, 6, 12, 24, 36, 48, and 60.
1064
+ * - If `period_unit=Month`, valid values for `period` are {1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 24, 36, 48, 60}.
890
1065
  *
891
1066
  * @example
892
1067
  * 0
@@ -894,9 +1069,11 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
894
1069
  period?: number;
895
1070
  /**
896
1071
  * @remarks
897
- * The billing cycle of the nodes. This parameter is required if `instance_charge_type` is set to `PrePaid`.
1072
+ * The billing cycle for nodes. Specify this parameter when `instance_charge_type` is set to `PrePaid`.
898
1073
  *
899
- * Valid value: `Month`.
1074
+ * - `Month`: Billed monthly.
1075
+ *
1076
+ * - `Week`: Billed weekly.
900
1077
  *
901
1078
  * @example
902
1079
  * Month
@@ -904,12 +1081,15 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
904
1081
  periodUnit?: string;
905
1082
  /**
906
1083
  * @remarks
907
- * The release version of the operating system. Valid values:
1084
+ * The OS distribution. Valid values:
1085
+ *
1086
+ * - `CentOS`
1087
+ *
1088
+ * - `AliyunLinux`
908
1089
  *
909
- * * `CentOS`
910
- * * `AliyunLinux`
911
- * * `Windows`
912
- * * `WindowsCore`
1090
+ * - `Windows`
1091
+ *
1092
+ * - `WindowsCore`
913
1093
  *
914
1094
  * @example
915
1095
  * AliyunLinux
@@ -917,12 +1097,12 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
917
1097
  platform?: string;
918
1098
  /**
919
1099
  * @remarks
920
- * The configuration of the private node pool.
1100
+ * Private node pool configuration.
921
1101
  */
922
1102
  privatePoolOptions?: DescribeClusterNodePoolDetailResponseBodyScalingGroupPrivatePoolOptions;
923
1103
  /**
924
1104
  * @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.
1105
+ * [Deprecated] Use ram_role_name instead.
926
1106
  *
927
1107
  * @example
928
1108
  * KubernetesWorkerRole-021dc54f-929b-437a-8ae0-34c24d3e****
@@ -930,7 +1110,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
930
1110
  ramPolicy?: string;
931
1111
  /**
932
1112
  * @remarks
933
- * Worker RAM role name.
1113
+ * The Worker RAM role name.
934
1114
  *
935
1115
  * @example
936
1116
  * KubernetesWorkerRole-4a4fa089-80c1-48a5-b3c6-9349311f****
@@ -938,13 +1118,17 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
938
1118
  ramRoleName?: string;
939
1119
  /**
940
1120
  * @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.
1121
+ * If RDS instances are specified, the ECS nodes of the cluster are automatically added to the RDS whitelist.
942
1122
  */
943
1123
  rdsInstances?: string[];
1124
+ /**
1125
+ * @remarks
1126
+ * The resource pool and strategy used when creating instances.
1127
+ */
944
1128
  resourcePoolOptions?: DescribeClusterNodePoolDetailResponseBodyScalingGroupResourcePoolOptions;
945
1129
  /**
946
1130
  * @remarks
947
- * The ID of the scaling group.
1131
+ * The scaling group ID.
948
1132
  *
949
1133
  * @example
950
1134
  * asg-2zeieod8giqmov7z****
@@ -952,10 +1136,11 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
952
1136
  scalingGroupId?: string;
953
1137
  /**
954
1138
  * @remarks
955
- * The scaling mode of the scaling group. Valid values:
1139
+ * The scaling group mode. Valid values:
1140
+ *
1141
+ * - `release`: Standard mode. Scales by creating or releasing ECS instances based on resource usage.
956
1142
  *
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.
1143
+ * - `recycle`: Fast mode. Scales by creating, stopping, or starting instances to speed up future scaling (stopped instances incur no compute charges, only storage fees, except for local-disk instances).
959
1144
  *
960
1145
  * @example
961
1146
  * release
@@ -963,7 +1148,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
963
1148
  scalingPolicy?: string;
964
1149
  /**
965
1150
  * @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.
1151
+ * The security group ID for the node pool. If multiple security groups are bound, this value is the first ID in `security_group_ids`.
967
1152
  *
968
1153
  * @example
969
1154
  * sg-2ze60ockeekspl3d****
@@ -971,14 +1156,16 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
971
1156
  securityGroupId?: string;
972
1157
  /**
973
1158
  * @remarks
974
- * The IDs of the security groups to which the node pool is added.
1159
+ * The list of security group IDs for the node pool.
975
1160
  */
976
1161
  securityGroupIds?: string[];
977
1162
  /**
978
1163
  * @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.
1164
+ * Alibaba Cloud OS security hardening. Valid values:
1165
+ *
1166
+ * - `true`: Enables Alibaba Cloud OS security hardening.
1167
+ *
1168
+ * - `false`: Disables Alibaba Cloud OS security hardening.
982
1169
  *
983
1170
  * Default value: `false`.
984
1171
  *
@@ -988,7 +1175,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
988
1175
  securityHardeningOs?: boolean;
989
1176
  /**
990
1177
  * @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.
1178
+ * Indicates whether MLPS 2.0 security hardening is enabled. You can enable this feature only when using Alibaba Cloud Linux 2 or Alibaba Cloud Linux 3 images. Alibaba Cloud provides baseline check standards and scanning tools for MLPS 2.0 Level 3 compliance for these images.
992
1179
  *
993
1180
  * @example
994
1181
  * false
@@ -996,7 +1183,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
996
1183
  socEnabled?: boolean;
997
1184
  /**
998
1185
  * @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.
1186
+ * The number of available instance types. The scaling group creates spot instances evenly across the lowest-cost instance types. Valid values: [1,10].
1000
1187
  *
1001
1188
  * @example
1002
1189
  * 5
@@ -1004,10 +1191,11 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
1004
1191
  spotInstancePools?: number;
1005
1192
  /**
1006
1193
  * @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:
1194
+ * Indicates whether to replenish spot instances. When enabled, if the system notifies that a spot instance will be reclaimed, the scaling group attempts to create a new instance to replace it. Valid values:
1195
+ *
1196
+ * - `true`: Enables replenishment.
1008
1197
  *
1009
- * * `true`: Supplementation of preemptible instances is enabled.
1010
- * * `false`: Supplementation of preemptible instances is disabled.
1198
+ * - `false`: Disables replenishment.
1011
1199
  *
1012
1200
  * @example
1013
1201
  * false
@@ -1015,18 +1203,20 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
1015
1203
  spotInstanceRemedy?: boolean;
1016
1204
  /**
1017
1205
  * @remarks
1018
- * The bid configurations of preemptible instances.
1206
+ * Spot instance price range configuration.
1019
1207
  */
1020
1208
  spotPriceLimit?: DescribeClusterNodePoolDetailResponseBodyScalingGroupSpotPriceLimit[];
1021
1209
  /**
1022
1210
  * @remarks
1023
- * The type of preemptible instance. Valid values:
1211
+ * The spot instance type. Valid values:
1212
+ *
1213
+ * - NoSpot: On-demand instance.
1024
1214
  *
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.
1215
+ * - SpotWithPriceLimit: Sets a maximum price for spot instances.
1028
1216
  *
1029
- * For more information, see [Preemptible instances](https://help.aliyun.com/document_detail/157759.html).
1217
+ * - SpotAsPriceGo: Uses the current market price.
1218
+ *
1219
+ * For more information, see [Spot instances](https://help.aliyun.com/document_detail/157759.html).
1030
1220
  *
1031
1221
  * @example
1032
1222
  * NoSpot
@@ -1034,12 +1224,13 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
1034
1224
  spotStrategy?: string;
1035
1225
  /**
1036
1226
  * @remarks
1037
- * Indicates whether to enable the burst feature for the system disk. Valid values:
1227
+ * Indicates whether burst performance is enabled for the system disk. Valid values:
1228
+ *
1229
+ * - true: Enabled. When facing sudden read/write pressure from variable workloads, the disk temporarily boosts performance until the workload stabilizes.
1038
1230
  *
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.
1231
+ * - false: Disabled.
1041
1232
  *
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).
1233
+ * This parameter is supported only when `system_disk_category` is set to `cloud_auto`. For more information, see [ESSD AutoPL](https://help.aliyun.com/document_detail/368372.html).
1043
1234
  *
1044
1235
  * @example
1045
1236
  * true
@@ -1047,30 +1238,22 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
1047
1238
  systemDiskBurstingEnabled?: boolean;
1048
1239
  /**
1049
1240
  * @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`.
1241
+ * Multiple system disk types. If the higher-priority disk type is unavailable, the system tries the next priority disk type to create the system disk.
1060
1242
  */
1061
1243
  systemDiskCategories?: string[];
1062
1244
  /**
1063
1245
  * @remarks
1064
- * The system disk type. Valid values:
1246
+ * The system disk type for nodes. Valid values:
1247
+ *
1248
+ * - `cloud_efficiency`: Ultra disk.
1249
+ *
1250
+ * - `cloud_ssd`: Standard SSD.
1065
1251
  *
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
1252
+ * - `cloud_essd`: ESSD.
1072
1253
  *
1073
- * Default value: `cloud_efficiency`.
1254
+ * - `cloud_auto`: ESSD AutoPL.
1255
+ *
1256
+ * - `cloud_essd_entry`: ESSD Entry.
1074
1257
  *
1075
1258
  * @example
1076
1259
  * cloud_efficiency
@@ -1078,7 +1261,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
1078
1261
  systemDiskCategory?: string;
1079
1262
  /**
1080
1263
  * @remarks
1081
- * The encryption algorithm that is used to encrypt the system disk. Set the value to aes-256.
1264
+ * The encryption algorithm used for the system disk. Valid value: aes-256.
1082
1265
  *
1083
1266
  * @example
1084
1267
  * aes-256
@@ -1086,10 +1269,11 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
1086
1269
  systemDiskEncryptAlgorithm?: string;
1087
1270
  /**
1088
1271
  * @remarks
1089
- * Specifies whether to encrypt the system disk. Valid values: Valid values:
1272
+ * Indicates whether the system disk is encrypted. Valid values:
1273
+ *
1274
+ * - `true`: Encrypted.
1090
1275
  *
1091
- * * `true`: encrypts the system disk.
1092
- * * `false`: does not encrypt the system disk.
1276
+ * - `false`: Not encrypted.
1093
1277
  *
1094
1278
  * @example
1095
1279
  * false
@@ -1097,7 +1281,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
1097
1281
  systemDiskEncrypted?: boolean;
1098
1282
  /**
1099
1283
  * @remarks
1100
- * System disk\\"s KMS key ID.
1284
+ * The KMS key ID used for the system disk.
1101
1285
  *
1102
1286
  * @example
1103
1287
  * 0e478b7a-4262-4802-b8cb-00d3fb40****
@@ -1105,7 +1289,15 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
1105
1289
  systemDiskKmsKeyId?: string;
1106
1290
  /**
1107
1291
  * @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).
1292
+ * The system disk performance level. This parameter applies only to ESSD disks. The performance level depends on the disk size. For more information, see [ESSD](https://help.aliyun.com/document_detail/122389.html).
1293
+ *
1294
+ * - PL0: Moderate I/O performance with stable read/write latency.
1295
+ *
1296
+ * - PL1: Moderate I/O performance with stable read/write latency.
1297
+ *
1298
+ * - PL2: High I/O performance with stable read/write latency.
1299
+ *
1300
+ * - PL3: Extremely high I/O performance with very stable read/write latency.
1109
1301
  *
1110
1302
  * @example
1111
1303
  * PL1
@@ -1113,7 +1305,11 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
1113
1305
  systemDiskPerformanceLevel?: string;
1114
1306
  /**
1115
1307
  * @remarks
1116
- * Pre-configured read and write IOPS for the system disk of the node, configured when the disk type is cloud_auto.
1308
+ * The provisioned read/write IOPS for the system disk.
1309
+ *
1310
+ * Valid values: 0 to min{50,000, 1000 × capacity − baseline performance}. Baseline performance = min{1,800 + 50 × capacity, 50,000}.
1311
+ *
1312
+ * This parameter is supported only when `system_disk_category` is set to `cloud_auto`. For more information, see [ESSD AutoPL](https://help.aliyun.com/document_detail/368372.html).
1117
1313
  *
1118
1314
  * @example
1119
1315
  * 1000
@@ -1121,27 +1317,30 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
1121
1317
  systemDiskProvisionedIops?: number;
1122
1318
  /**
1123
1319
  * @remarks
1124
- * The system disk size of a node. Unit: GiB.
1320
+ * The system disk size for nodes. Unit: GiB.
1125
1321
  *
1126
- * Valid values: 20 to 500.
1322
+ * Valid values: [20,2048].
1127
1323
  *
1128
1324
  * @example
1129
1325
  * 120
1130
1326
  */
1131
1327
  systemDiskSize?: number;
1132
- systemDiskSnapshotPolicyId?: string;
1133
1328
  /**
1134
1329
  * @remarks
1135
- * The labels that you want to add only to ECS instances.
1330
+ * The system disk snapshot policy.
1136
1331
  *
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://.
1332
+ * @example
1333
+ * sp-bp11g8z59rawcud9****
1334
+ */
1335
+ systemDiskSnapshotPolicyId?: string;
1336
+ /**
1337
+ * @remarks
1338
+ * ECS instance tags.
1138
1339
  */
1139
1340
  tags?: Tag[];
1140
1341
  /**
1141
1342
  * @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.
1343
+ * The list of virtual switch IDs.
1145
1344
  */
1146
1345
  vswitchIds?: string[];
1147
1346
  static names(): {
@@ -1156,10 +1355,45 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
1156
1355
  });
1157
1356
  }
1158
1357
  export declare class DescribeClusterNodePoolDetailResponseBodyStatusConditions extends $dara.Model {
1358
+ /**
1359
+ * @remarks
1360
+ * The last time the condition changed.
1361
+ *
1362
+ * @example
1363
+ * 20**-**-30T10:39:00+08:00
1364
+ */
1159
1365
  lastTransitionTime?: string;
1366
+ /**
1367
+ * @remarks
1368
+ * Detailed information.
1369
+ *
1370
+ * @example
1371
+ * AutoUpgradeDisabled
1372
+ */
1160
1373
  message?: string;
1374
+ /**
1375
+ * @remarks
1376
+ * The reason for the condition.
1377
+ *
1378
+ * @example
1379
+ * UpgradeDisabled
1380
+ */
1161
1381
  reason?: string;
1382
+ /**
1383
+ * @remarks
1384
+ * The condition status.
1385
+ *
1386
+ * @example
1387
+ * True
1388
+ */
1162
1389
  status?: string;
1390
+ /**
1391
+ * @remarks
1392
+ * The condition type.
1393
+ *
1394
+ * @example
1395
+ * ImageUpgradeReady
1396
+ */
1163
1397
  type?: string;
1164
1398
  static names(): {
1165
1399
  [key: string]: string;
@@ -1173,6 +1407,10 @@ export declare class DescribeClusterNodePoolDetailResponseBodyStatusConditions e
1173
1407
  });
1174
1408
  }
1175
1409
  export declare class DescribeClusterNodePoolDetailResponseBodyStatus extends $dara.Model {
1410
+ /**
1411
+ * @remarks
1412
+ * The current conditions of the node pool, representing its status across different dimensions.
1413
+ */
1176
1414
  conditions?: DescribeClusterNodePoolDetailResponseBodyStatusConditions[];
1177
1415
  /**
1178
1416
  * @remarks
@@ -1192,7 +1430,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyStatus extends $da
1192
1430
  healthyNodes?: number;
1193
1431
  /**
1194
1432
  * @remarks
1195
- * The number of nodes that are being created.
1433
+ * The number of nodes being created.
1196
1434
  *
1197
1435
  * @example
1198
1436
  * 0
@@ -1208,7 +1446,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyStatus extends $da
1208
1446
  offlineNodes?: number;
1209
1447
  /**
1210
1448
  * @remarks
1211
- * The number of nodes that are being removed.
1449
+ * The number of nodes being removed.
1212
1450
  *
1213
1451
  * @example
1214
1452
  * 0
@@ -1216,7 +1454,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyStatus extends $da
1216
1454
  removingNodes?: number;
1217
1455
  /**
1218
1456
  * @remarks
1219
- * The number of running nodes.
1457
+ * The number of working nodes.
1220
1458
  *
1221
1459
  * @example
1222
1460
  * 3
@@ -1224,13 +1462,17 @@ export declare class DescribeClusterNodePoolDetailResponseBodyStatus extends $da
1224
1462
  servingNodes?: number;
1225
1463
  /**
1226
1464
  * @remarks
1227
- * The status of the node pool. Valid values:
1465
+ * The node pool state. Valid values:
1466
+ *
1467
+ * - `active`: Active.
1228
1468
  *
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.
1469
+ * - `scaling`: Scaling.
1470
+ *
1471
+ * - `removing`: Removing nodes.
1472
+ *
1473
+ * - `deleting`: Deleting.
1474
+ *
1475
+ * - `updating`: Updating.
1234
1476
  *
1235
1477
  * @example
1236
1478
  * active
@@ -1260,8 +1502,9 @@ export declare class DescribeClusterNodePoolDetailResponseBodyTeeConfig extends
1260
1502
  * @remarks
1261
1503
  * Indicates whether confidential computing is enabled. Valid values:
1262
1504
  *
1263
- * * `true`: Confidential computing is enabled.
1264
- * * `false`: Confidential computing is disabled.
1505
+ * - `true`: Enabled.
1506
+ *
1507
+ * - `false`: Disabled.
1265
1508
  *
1266
1509
  * @example
1267
1510
  * false
@@ -1279,20 +1522,24 @@ export declare class DescribeClusterNodePoolDetailResponseBodyTeeConfig extends
1279
1522
  });
1280
1523
  }
1281
1524
  export declare class DescribeClusterNodePoolDetailResponseBody extends $dara.Model {
1525
+ /**
1526
+ * @remarks
1527
+ * Smart managed configuration.
1528
+ */
1282
1529
  autoMode?: DescribeClusterNodePoolDetailResponseBodyAutoMode;
1283
1530
  /**
1284
1531
  * @remarks
1285
- * The auto scaling configuration of the node pool.
1532
+ * Automatic scaling configuration for the node pool.
1286
1533
  */
1287
1534
  autoScaling?: DescribeClusterNodePoolDetailResponseBodyAutoScaling;
1288
1535
  efloNodeGroup?: DescribeClusterNodePoolDetailResponseBodyEfloNodeGroup;
1289
1536
  /**
1290
1537
  * @remarks
1291
- * Indicates whether the pods in the edge node pool can use the host network.
1538
+ * Indicates whether pods use the host network mode.
1292
1539
  *
1293
- * `true`: sets to host network.
1540
+ * - `true`: Host network. Pods share the host\\"s network stack, IP address, and ports.
1294
1541
  *
1295
- * `false`: sets to container network.
1542
+ * - `false`: Container network. Pods have independent network stacks and do not occupy host network ports.
1296
1543
  *
1297
1544
  * @example
1298
1545
  * true
@@ -1300,28 +1547,30 @@ export declare class DescribeClusterNodePoolDetailResponseBody extends $dara.Mod
1300
1547
  hostNetwork?: boolean;
1301
1548
  /**
1302
1549
  * @remarks
1303
- * The network configuration of the edge node pool. This parameter takes effect only for edge node pools.
1550
+ * [Deprecated]
1551
+ *
1552
+ * Network configuration for edge node pools. This parameter applies only to edge-type node pools.
1304
1553
  */
1305
1554
  interconnectConfig?: DescribeClusterNodePoolDetailResponseBodyInterconnectConfig;
1306
1555
  /**
1307
1556
  * @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:
1557
+ * The network type for edge node pools. This parameter applies only to node pools where `type` is `edge`. Valid values:
1309
1558
  *
1310
- * `basic`: Internet.
1559
+ * - `basic`: Public network. Nodes in the node pool interact with cloud nodes over the public network and cannot directly access the VPC intranet.
1311
1560
  *
1312
- * `private`: private network.
1561
+ * - `private`: Private network. Nodes in the node pool connect to the cloud through leased lines, VPNs, or CEN, providing higher-quality cloud-edge communication and better security.
1313
1562
  *
1314
1563
  * @example
1315
- * improved
1564
+ * basic
1316
1565
  */
1317
1566
  interconnectMode?: string;
1318
1567
  /**
1319
1568
  * @remarks
1320
- * Specifies whether all nodes in the edge node pool can communicate with each other at Layer 3.
1569
+ * Indicates whether Layer 3 networking is enabled between nodes in the edge node pool.
1321
1570
  *
1322
- * `true`: The nodes in the edge node pool can communicate with each other at Layer 3.
1571
+ * - `true`: Enabled. All nodes in the node pool can communicate over Layer 3.
1323
1572
  *
1324
- * `false`: The nodes in the edge node pool cannot communicate with each other at Layer 3.
1573
+ * - `false`: Disabled. Layer 3 communication is disabled between nodes in the node pool.
1325
1574
  *
1326
1575
  * @example
1327
1576
  * true
@@ -1329,48 +1578,52 @@ export declare class DescribeClusterNodePoolDetailResponseBody extends $dara.Mod
1329
1578
  intranet?: boolean;
1330
1579
  /**
1331
1580
  * @remarks
1332
- * The configurations of the cluster in which the node pool is deployed.
1581
+ * Cluster-related configuration.
1333
1582
  */
1334
1583
  kubernetesConfig?: DescribeClusterNodePoolDetailResponseBodyKubernetesConfig;
1335
1584
  /**
1336
1585
  * @remarks
1337
- * The configuration of the managed node pool feature.
1586
+ * Managed node pool configuration.
1338
1587
  */
1339
1588
  management?: DescribeClusterNodePoolDetailResponseBodyManagement;
1340
1589
  /**
1341
1590
  * @remarks
1342
- * This parameter is deprecated.
1591
+ * [Deprecated]
1343
1592
  *
1344
- * The maximum number of nodes allowed in an edge node pool.
1593
+ * The maximum number of nodes allowed in the edge node pool.
1345
1594
  *
1346
1595
  * @example
1347
1596
  * 10
1348
1597
  */
1349
1598
  maxNodes?: number;
1599
+ /**
1600
+ * @remarks
1601
+ * List of node components.
1602
+ */
1350
1603
  nodeComponents?: DescribeClusterNodePoolDetailResponseBodyNodeComponents[];
1351
1604
  /**
1352
1605
  * @remarks
1353
- * The node configurations.
1606
+ * Node configuration.
1354
1607
  */
1355
1608
  nodeConfig?: DescribeClusterNodePoolDetailResponseBodyNodeConfig;
1356
1609
  /**
1357
1610
  * @remarks
1358
- * The configuration of the node pool.
1611
+ * Node pool configuration.
1359
1612
  */
1360
1613
  nodepoolInfo?: DescribeClusterNodePoolDetailResponseBodyNodepoolInfo;
1361
1614
  /**
1362
1615
  * @remarks
1363
- * The configurations of the scaling group that is used by the node pool.
1616
+ * Scaling group configuration for the node pool.
1364
1617
  */
1365
1618
  scalingGroup?: DescribeClusterNodePoolDetailResponseBodyScalingGroup;
1366
1619
  /**
1367
1620
  * @remarks
1368
- * The status details about the node pool.
1621
+ * The status of the node pool.
1369
1622
  */
1370
1623
  status?: DescribeClusterNodePoolDetailResponseBodyStatus;
1371
1624
  /**
1372
1625
  * @remarks
1373
- * The configuration of confidential computing.
1626
+ * Confidential computing cluster configuration.
1374
1627
  */
1375
1628
  teeConfig?: DescribeClusterNodePoolDetailResponseBodyTeeConfig;
1376
1629
  static names(): {