@alicloud/cs20151215 6.6.3 → 6.6.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (273) hide show
  1. package/dist/client.d.ts +202 -124
  2. package/dist/client.js +202 -124
  3. package/dist/client.js.map +1 -1
  4. package/dist/models/AttachInstancesRequest.d.ts +2 -2
  5. package/dist/models/AttachInstancesResponseBody.d.ts +1 -1
  6. package/dist/models/AttachInstancesToNodePoolRequest.d.ts +1 -1
  7. package/dist/models/AttachInstancesToNodePoolResponseBody.d.ts +1 -1
  8. package/dist/models/ContainerdConfig.d.ts +22 -2
  9. package/dist/models/ContainerdConfig.js.map +1 -1
  10. package/dist/models/CreateAutoRepairPolicyRequest.d.ts +63 -0
  11. package/dist/models/CreateAutoRepairPolicyRequest.js.map +1 -1
  12. package/dist/models/CreateAutoRepairPolicyResponseBody.d.ts +6 -0
  13. package/dist/models/CreateAutoRepairPolicyResponseBody.js.map +1 -1
  14. package/dist/models/CreateAutoscalingConfigRequest.d.ts +77 -40
  15. package/dist/models/CreateAutoscalingConfigRequest.js.map +1 -1
  16. package/dist/models/CreateClusterNodePoolRequest.d.ts +123 -25
  17. package/dist/models/CreateClusterNodePoolRequest.js +2 -0
  18. package/dist/models/CreateClusterNodePoolRequest.js.map +1 -1
  19. package/dist/models/CreateClusterRequest.d.ts +585 -353
  20. package/dist/models/CreateClusterRequest.js.map +1 -1
  21. package/dist/models/CreateClusterResponseBody.d.ts +5 -5
  22. package/dist/models/CreateTriggerResponseBody.d.ts +1 -1
  23. package/dist/models/DeleteAlertContactRequest.d.ts +1 -1
  24. package/dist/models/DeleteAlertContactShrinkRequest.d.ts +1 -1
  25. package/dist/models/DeleteAutoRepairPolicyResponseBody.d.ts +3 -0
  26. package/dist/models/DeleteAutoRepairPolicyResponseBody.js.map +1 -1
  27. package/dist/models/DeleteClusterNodepoolResponseBody.d.ts +2 -2
  28. package/dist/models/DeleteClusterNodesRequest.d.ts +1 -1
  29. package/dist/models/DeleteClusterNodesResponseBody.d.ts +3 -3
  30. package/dist/models/DeleteClusterRequest.d.ts +26 -18
  31. package/dist/models/DeleteClusterRequest.js.map +1 -1
  32. package/dist/models/DeleteClusterResponseBody.d.ts +2 -2
  33. package/dist/models/DeleteClusterShrinkRequest.d.ts +12 -9
  34. package/dist/models/DeleteClusterShrinkRequest.js.map +1 -1
  35. package/dist/models/DeployPolicyInstanceRequest.d.ts +7 -6
  36. package/dist/models/DeployPolicyInstanceRequest.js.map +1 -1
  37. package/dist/models/DeployPolicyInstanceResponseBody.d.ts +1 -1
  38. package/dist/models/DescribeAddonsRequest.d.ts +1 -1
  39. package/dist/models/DescribeAutoRepairPolicyResponseBody.d.ts +71 -0
  40. package/dist/models/DescribeAutoRepairPolicyResponseBody.js.map +1 -1
  41. package/dist/models/DescribeClusterAttachScriptsRequest.d.ts +21 -18
  42. package/dist/models/DescribeClusterAttachScriptsRequest.js.map +1 -1
  43. package/dist/models/DescribeClusterDetailResponseBody.d.ts +243 -110
  44. package/dist/models/DescribeClusterDetailResponseBody.js.map +1 -1
  45. package/dist/models/DescribeClusterEventsRequest.d.ts +8 -4
  46. package/dist/models/DescribeClusterEventsRequest.js.map +1 -1
  47. package/dist/models/DescribeClusterEventsResponseBody.d.ts +49 -39
  48. package/dist/models/DescribeClusterEventsResponseBody.js.map +1 -1
  49. package/dist/models/DescribeClusterLogsResponse.d.ts +3 -3
  50. package/dist/models/DescribeClusterNodePoolDetailResponseBody.d.ts +496 -220
  51. package/dist/models/DescribeClusterNodePoolDetailResponseBody.js +29 -1
  52. package/dist/models/DescribeClusterNodePoolDetailResponseBody.js.map +1 -1
  53. package/dist/models/DescribeClusterNodePoolsResponseBody.d.ts +448 -262
  54. package/dist/models/DescribeClusterNodePoolsResponseBody.js +29 -1
  55. package/dist/models/DescribeClusterNodePoolsResponseBody.js.map +1 -1
  56. package/dist/models/DescribeClusterNodesRequest.d.ts +1 -1
  57. package/dist/models/DescribeClusterNodesResponseBody.d.ts +5 -5
  58. package/dist/models/DescribeClusterResourcesRequest.d.ts +5 -1
  59. package/dist/models/DescribeClusterResourcesRequest.js.map +1 -1
  60. package/dist/models/DescribeClusterResourcesResponse.d.ts +51 -33
  61. package/dist/models/DescribeClusterResourcesResponse.js.map +1 -1
  62. package/dist/models/DescribeClusterTasksResponseBody.d.ts +9 -9
  63. package/dist/models/DescribeClusterUserKubeconfigRequest.d.ts +1 -1
  64. package/dist/models/DescribeClusterUserKubeconfigResponseBody.d.ts +1 -1
  65. package/dist/models/DescribeClusterVulsResponseBody.d.ts +2 -2
  66. package/dist/models/DescribeClustersForRegionRequest.d.ts +32 -16
  67. package/dist/models/DescribeClustersForRegionRequest.js.map +1 -1
  68. package/dist/models/DescribeClustersForRegionResponseBody.d.ts +85 -56
  69. package/dist/models/DescribeClustersForRegionResponseBody.js.map +1 -1
  70. package/dist/models/DescribeClustersV1request.d.ts +33 -17
  71. package/dist/models/DescribeClustersV1request.js.map +1 -1
  72. package/dist/models/DescribeClustersV1responseBody.d.ts +98 -72
  73. package/dist/models/DescribeClustersV1responseBody.js.map +1 -1
  74. package/dist/models/DescribeEventsForRegionRequest.d.ts +6 -2
  75. package/dist/models/DescribeEventsForRegionRequest.js.map +1 -1
  76. package/dist/models/DescribeEventsForRegionResponseBody.d.ts +22 -15
  77. package/dist/models/DescribeEventsForRegionResponseBody.js.map +1 -1
  78. package/dist/models/DescribeEventsRequest.d.ts +53 -20
  79. package/dist/models/DescribeEventsRequest.js.map +1 -1
  80. package/dist/models/DescribeEventsResponseBody.d.ts +53 -29
  81. package/dist/models/DescribeEventsResponseBody.js.map +1 -1
  82. package/dist/models/DescribeKubernetesVersionMetadataRequest.d.ts +2 -2
  83. package/dist/models/DescribeKubernetesVersionMetadataResponse.d.ts +8 -8
  84. package/dist/models/DescribeNodePoolVulsResponseBody.d.ts +11 -0
  85. package/dist/models/DescribeNodePoolVulsResponseBody.js.map +1 -1
  86. package/dist/models/DescribePolicyDetailsResponseBody.d.ts +1 -1
  87. package/dist/models/DescribePolicyGovernanceInClusterResponseBody.d.ts +235 -7
  88. package/dist/models/DescribePolicyGovernanceInClusterResponseBody.js.map +1 -1
  89. package/dist/models/DescribeResourcesDeleteProtectionResponse.d.ts +1 -1
  90. package/dist/models/DescribeSubaccountK8sClusterUserConfigRequest.d.ts +1 -1
  91. package/dist/models/DescribeSubaccountK8sClusterUserConfigResponseBody.d.ts +2 -2
  92. package/dist/models/DescribeTaskInfoResponseBody.d.ts +35 -31
  93. package/dist/models/DescribeTaskInfoResponseBody.js.map +1 -1
  94. package/dist/models/DescribeTemplateAttributeResponse.d.ts +2 -2
  95. package/dist/models/DescribeTemplatesResponseBody.d.ts +4 -4
  96. package/dist/models/DescribeTriggerResponse.d.ts +1 -1
  97. package/dist/models/DescribeUserPermissionResponse.d.ts +1 -1
  98. package/dist/models/DescribeUserQuotaResponseBody.d.ts +0 -35
  99. package/dist/models/DescribeUserQuotaResponseBody.js.map +1 -1
  100. package/dist/models/GetClusterAddonInstanceResponseBody.d.ts +1 -1
  101. package/dist/models/GetClusterInspectReportDetailResponseBody.d.ts +9 -0
  102. package/dist/models/GetClusterInspectReportDetailResponseBody.js.map +1 -1
  103. package/dist/models/GrantPermissionsRequest.d.ts +28 -20
  104. package/dist/models/GrantPermissionsRequest.js.map +1 -1
  105. package/dist/models/InstallClusterAddonsRequest.d.ts +2 -2
  106. package/dist/models/InstanceMetadataOptions.d.ts +17 -0
  107. package/dist/models/InstanceMetadataOptions.js.map +1 -1
  108. package/dist/models/KubeletConfig.d.ts +10 -0
  109. package/dist/models/KubeletConfig.js.map +1 -1
  110. package/dist/models/ListAddonsRequest.d.ts +1 -1
  111. package/dist/models/ListAutoRepairPoliciesResponseBody.d.ts +75 -0
  112. package/dist/models/ListAutoRepairPoliciesResponseBody.js.map +1 -1
  113. package/dist/models/ListClusterChecksResponseBody.d.ts +2 -2
  114. package/dist/models/ListClusterKubeconfigStatesRequest.d.ts +10 -0
  115. package/dist/models/ListClusterKubeconfigStatesRequest.js.map +1 -1
  116. package/dist/models/ListClusterKubeconfigStatesResponseBody.d.ts +39 -0
  117. package/dist/models/ListClusterKubeconfigStatesResponseBody.js.map +1 -1
  118. package/dist/models/ListOperationPlansForRegionRequest.d.ts +9 -0
  119. package/dist/models/ListOperationPlansForRegionRequest.js.map +1 -1
  120. package/dist/models/ListOperationPlansForRegionResponseBody.d.ts +52 -0
  121. package/dist/models/ListOperationPlansForRegionResponseBody.js.map +1 -1
  122. package/dist/models/ListUserKubeConfigStatesResponseBody.d.ts +1 -1
  123. package/dist/models/MaintenanceWindow.d.ts +1 -1
  124. package/dist/models/MigrateClusterResponseBody.d.ts +3 -3
  125. package/dist/models/ModifyAutoRepairPolicyRequest.d.ts +58 -0
  126. package/dist/models/ModifyAutoRepairPolicyRequest.js.map +1 -1
  127. package/dist/models/ModifyAutoRepairPolicyResponseBody.d.ts +3 -0
  128. package/dist/models/ModifyAutoRepairPolicyResponseBody.js.map +1 -1
  129. package/dist/models/ModifyClusterNodePoolRequest.d.ts +358 -228
  130. package/dist/models/ModifyClusterNodePoolRequest.js +2 -0
  131. package/dist/models/ModifyClusterNodePoolRequest.js.map +1 -1
  132. package/dist/models/ModifyClusterNodePoolResponseBody.d.ts +1 -1
  133. package/dist/models/ModifyClusterRequest.d.ts +186 -123
  134. package/dist/models/ModifyClusterRequest.js.map +1 -1
  135. package/dist/models/ModifyNodePoolNodeConfigRequest.d.ts +8 -0
  136. package/dist/models/ModifyNodePoolNodeConfigRequest.js.map +1 -1
  137. package/dist/models/ModifyNodePoolNodeConfigResponseBody.d.ts +2 -2
  138. package/dist/models/Nodepool.d.ts +274 -180
  139. package/dist/models/Nodepool.js +2 -0
  140. package/dist/models/Nodepool.js.map +1 -1
  141. package/dist/models/OpenAckServiceResponseBody.d.ts +1 -1
  142. package/dist/models/RemoveClusterNodesRequest.d.ts +0 -10
  143. package/dist/models/RemoveClusterNodesRequest.js.map +1 -1
  144. package/dist/models/RemoveNodePoolNodesResponseBody.d.ts +1 -1
  145. package/dist/models/RepairClusterNodePoolRequest.d.ts +1 -1
  146. package/dist/models/RepairClusterNodePoolResponseBody.d.ts +2 -2
  147. package/dist/models/RunClusterCheckRequest.d.ts +2 -2
  148. package/dist/models/RunClusterCheckResponseBody.d.ts +2 -2
  149. package/dist/models/Runtime.d.ts +2 -2
  150. package/dist/models/ScaleOutClusterRequest.d.ts +8 -131
  151. package/dist/models/ScaleOutClusterRequest.js.map +1 -1
  152. package/dist/models/ScaleOutClusterResponseBody.d.ts +0 -21
  153. package/dist/models/ScaleOutClusterResponseBody.js.map +1 -1
  154. package/dist/models/ScanClusterVulsResponseBody.d.ts +1 -1
  155. package/dist/models/UnInstallClusterAddonsResponseBody.d.ts +3 -3
  156. package/dist/models/UpdateClusterAuditLogConfigResponseBody.d.ts +1 -1
  157. package/dist/models/UpdateK8sClusterUserConfigExpireRequest.d.ts +1 -1
  158. package/dist/models/UpgradeClusterAddonsRequest.d.ts +3 -3
  159. package/dist/models/UpgradeClusterAddonsResponseBody.d.ts +1 -1
  160. package/dist/models/UpgradeClusterNodepoolRequest.d.ts +5 -5
  161. package/dist/models/UpgradeClusterNodepoolResponseBody.d.ts +1 -1
  162. package/dist/models/UpgradeClusterRequest.d.ts +3 -3
  163. package/dist/models/model.d.ts +2 -0
  164. package/dist/models/model.js +58 -54
  165. package/dist/models/model.js.map +1 -1
  166. package/package.json +1 -1
  167. package/src/client.ts +202 -124
  168. package/src/models/AttachInstancesRequest.ts +2 -2
  169. package/src/models/AttachInstancesResponseBody.ts +1 -1
  170. package/src/models/AttachInstancesToNodePoolRequest.ts +1 -1
  171. package/src/models/AttachInstancesToNodePoolResponseBody.ts +1 -1
  172. package/src/models/ContainerdConfig.ts +22 -2
  173. package/src/models/CreateAutoRepairPolicyRequest.ts +63 -0
  174. package/src/models/CreateAutoRepairPolicyResponseBody.ts +6 -0
  175. package/src/models/CreateAutoscalingConfigRequest.ts +77 -40
  176. package/src/models/CreateClusterNodePoolRequest.ts +125 -25
  177. package/src/models/CreateClusterRequest.ts +585 -353
  178. package/src/models/CreateClusterResponseBody.ts +5 -5
  179. package/src/models/CreateTriggerResponseBody.ts +1 -1
  180. package/src/models/DeleteAlertContactRequest.ts +1 -1
  181. package/src/models/DeleteAlertContactShrinkRequest.ts +1 -1
  182. package/src/models/DeleteAutoRepairPolicyResponseBody.ts +3 -0
  183. package/src/models/DeleteClusterNodepoolResponseBody.ts +2 -2
  184. package/src/models/DeleteClusterNodesRequest.ts +1 -1
  185. package/src/models/DeleteClusterNodesResponseBody.ts +3 -3
  186. package/src/models/DeleteClusterRequest.ts +26 -18
  187. package/src/models/DeleteClusterResponseBody.ts +2 -2
  188. package/src/models/DeleteClusterShrinkRequest.ts +12 -9
  189. package/src/models/DeployPolicyInstanceRequest.ts +7 -6
  190. package/src/models/DeployPolicyInstanceResponseBody.ts +1 -1
  191. package/src/models/DescribeAddonsRequest.ts +1 -1
  192. package/src/models/DescribeAutoRepairPolicyResponseBody.ts +71 -0
  193. package/src/models/DescribeClusterAttachScriptsRequest.ts +21 -18
  194. package/src/models/DescribeClusterDetailResponseBody.ts +243 -110
  195. package/src/models/DescribeClusterEventsRequest.ts +8 -4
  196. package/src/models/DescribeClusterEventsResponseBody.ts +49 -39
  197. package/src/models/DescribeClusterLogsResponse.ts +3 -3
  198. package/src/models/DescribeClusterNodePoolDetailResponseBody.ts +515 -220
  199. package/src/models/DescribeClusterNodePoolsResponseBody.ts +467 -262
  200. package/src/models/DescribeClusterNodesRequest.ts +1 -1
  201. package/src/models/DescribeClusterNodesResponseBody.ts +5 -5
  202. package/src/models/DescribeClusterResourcesRequest.ts +5 -1
  203. package/src/models/DescribeClusterResourcesResponse.ts +51 -33
  204. package/src/models/DescribeClusterTasksResponseBody.ts +9 -9
  205. package/src/models/DescribeClusterUserKubeconfigRequest.ts +1 -1
  206. package/src/models/DescribeClusterUserKubeconfigResponseBody.ts +1 -1
  207. package/src/models/DescribeClusterVulsResponseBody.ts +2 -2
  208. package/src/models/DescribeClustersForRegionRequest.ts +32 -16
  209. package/src/models/DescribeClustersForRegionResponseBody.ts +85 -56
  210. package/src/models/DescribeClustersV1request.ts +33 -17
  211. package/src/models/DescribeClustersV1responseBody.ts +98 -72
  212. package/src/models/DescribeEventsForRegionRequest.ts +6 -2
  213. package/src/models/DescribeEventsForRegionResponseBody.ts +22 -15
  214. package/src/models/DescribeEventsRequest.ts +53 -20
  215. package/src/models/DescribeEventsResponseBody.ts +53 -29
  216. package/src/models/DescribeKubernetesVersionMetadataRequest.ts +2 -2
  217. package/src/models/DescribeKubernetesVersionMetadataResponse.ts +8 -8
  218. package/src/models/DescribeNodePoolVulsResponseBody.ts +11 -0
  219. package/src/models/DescribePolicyDetailsResponseBody.ts +1 -1
  220. package/src/models/DescribePolicyGovernanceInClusterResponseBody.ts +235 -7
  221. package/src/models/DescribeResourcesDeleteProtectionResponse.ts +1 -1
  222. package/src/models/DescribeSubaccountK8sClusterUserConfigRequest.ts +1 -1
  223. package/src/models/DescribeSubaccountK8sClusterUserConfigResponseBody.ts +2 -2
  224. package/src/models/DescribeTaskInfoResponseBody.ts +35 -31
  225. package/src/models/DescribeTemplateAttributeResponse.ts +2 -2
  226. package/src/models/DescribeTemplatesResponseBody.ts +4 -4
  227. package/src/models/DescribeTriggerResponse.ts +1 -1
  228. package/src/models/DescribeUserPermissionResponse.ts +1 -1
  229. package/src/models/DescribeUserQuotaResponseBody.ts +0 -35
  230. package/src/models/GetClusterAddonInstanceResponseBody.ts +1 -1
  231. package/src/models/GetClusterInspectReportDetailResponseBody.ts +9 -0
  232. package/src/models/GrantPermissionsRequest.ts +28 -20
  233. package/src/models/InstallClusterAddonsRequest.ts +2 -2
  234. package/src/models/InstanceMetadataOptions.ts +17 -0
  235. package/src/models/KubeletConfig.ts +10 -0
  236. package/src/models/ListAddonsRequest.ts +1 -1
  237. package/src/models/ListAutoRepairPoliciesResponseBody.ts +75 -0
  238. package/src/models/ListClusterChecksResponseBody.ts +2 -2
  239. package/src/models/ListClusterKubeconfigStatesRequest.ts +10 -0
  240. package/src/models/ListClusterKubeconfigStatesResponseBody.ts +39 -0
  241. package/src/models/ListOperationPlansForRegionRequest.ts +9 -0
  242. package/src/models/ListOperationPlansForRegionResponseBody.ts +52 -0
  243. package/src/models/ListUserKubeConfigStatesResponseBody.ts +1 -1
  244. package/src/models/MaintenanceWindow.ts +1 -1
  245. package/src/models/MigrateClusterResponseBody.ts +3 -3
  246. package/src/models/ModifyAutoRepairPolicyRequest.ts +58 -0
  247. package/src/models/ModifyAutoRepairPolicyResponseBody.ts +3 -0
  248. package/src/models/ModifyClusterNodePoolRequest.ts +361 -229
  249. package/src/models/ModifyClusterNodePoolResponseBody.ts +1 -1
  250. package/src/models/ModifyClusterRequest.ts +186 -123
  251. package/src/models/ModifyNodePoolNodeConfigRequest.ts +8 -0
  252. package/src/models/ModifyNodePoolNodeConfigResponseBody.ts +2 -2
  253. package/src/models/Nodepool.ts +276 -180
  254. package/src/models/OpenAckServiceResponseBody.ts +1 -1
  255. package/src/models/RemoveClusterNodesRequest.ts +0 -10
  256. package/src/models/RemoveNodePoolNodesResponseBody.ts +1 -1
  257. package/src/models/RepairClusterNodePoolRequest.ts +1 -1
  258. package/src/models/RepairClusterNodePoolResponseBody.ts +2 -2
  259. package/src/models/RunClusterCheckRequest.ts +2 -2
  260. package/src/models/RunClusterCheckResponseBody.ts +2 -2
  261. package/src/models/Runtime.ts +2 -2
  262. package/src/models/ScaleOutClusterRequest.ts +8 -131
  263. package/src/models/ScaleOutClusterResponseBody.ts +0 -21
  264. package/src/models/ScanClusterVulsResponseBody.ts +1 -1
  265. package/src/models/UnInstallClusterAddonsResponseBody.ts +3 -3
  266. package/src/models/UpdateClusterAuditLogConfigResponseBody.ts +1 -1
  267. package/src/models/UpdateK8sClusterUserConfigExpireRequest.ts +1 -1
  268. package/src/models/UpgradeClusterAddonsRequest.ts +3 -3
  269. package/src/models/UpgradeClusterAddonsResponseBody.ts +1 -1
  270. package/src/models/UpgradeClusterNodepoolRequest.ts +5 -5
  271. package/src/models/UpgradeClusterNodepoolResponseBody.ts +1 -1
  272. package/src/models/UpgradeClusterRequest.ts +3 -3
  273. package/src/models/model.ts +2 -0
@@ -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:
44
+ *
45
+ * - `PayByBandwidth`: Pay-by-bandwidth.
39
46
  *
40
- * * `PayByBandwidth`: pay-by-bandwidth.
41
- * * `PayByTraffic`: pay-by-data-transfer.
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:
50
56
  *
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.
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.
60
+ *
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:
70
+ *
71
+ * - `true`: Binds an EIP.
61
72
  *
62
- * * `true`: An EIP is associated with the node pool.
63
- * * `false`: No EIP is associated with the node pool.
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:
88
98
  *
89
- * * `cpu`: regular instance.
90
- * * `gpu`: GPU-accelerated instance.
91
- * * `gpushare`: shared GPU-accelerated instance.
92
- * * `spot`: preemptible instance.
99
+ * - `cpu`: Standard instance.
100
+ *
101
+ * - `gpu`: GPU instance.
102
+ *
103
+ * - `gpushare`: Shared GPU instance.
104
+ *
105
+ * - `spot`: Spot instance.
93
106
  *
94
107
  * @example
95
108
  * cpu
@@ -106,10 +119,34 @@ export declare class DescribeClusterNodePoolDetailResponseBodyAutoScaling extend
106
119
  [key: string]: any;
107
120
  });
108
121
  }
122
+ export declare class DescribeClusterNodePoolDetailResponseBodyEfloNodeGroup extends $dara.Model {
123
+ /**
124
+ * @example
125
+ * i113790071760688002461
126
+ */
127
+ clusterId?: string;
128
+ /**
129
+ * @example
130
+ * i128147721760688002463
131
+ */
132
+ groupId?: string;
133
+ static names(): {
134
+ [key: string]: string;
135
+ };
136
+ static types(): {
137
+ [key: string]: any;
138
+ };
139
+ validate(): void;
140
+ constructor(map?: {
141
+ [key: string]: any;
142
+ });
143
+ }
109
144
  export declare class DescribeClusterNodePoolDetailResponseBodyInterconnectConfig extends $dara.Model {
110
145
  /**
111
146
  * @remarks
112
- * 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.
113
150
  *
114
151
  * @example
115
152
  * 10
@@ -117,7 +154,9 @@ export declare class DescribeClusterNodePoolDetailResponseBodyInterconnectConfig
117
154
  bandwidth?: number;
118
155
  /**
119
156
  * @remarks
120
- * 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.
121
160
  *
122
161
  * @example
123
162
  * ccn-qm5i0i0q9yi*******
@@ -125,7 +164,9 @@ export declare class DescribeClusterNodePoolDetailResponseBodyInterconnectConfig
125
164
  ccnId?: string;
126
165
  /**
127
166
  * @remarks
128
- * 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.
129
170
  *
130
171
  * @example
131
172
  * cn-shanghai
@@ -133,7 +174,9 @@ export declare class DescribeClusterNodePoolDetailResponseBodyInterconnectConfig
133
174
  ccnRegionId?: string;
134
175
  /**
135
176
  * @remarks
136
- * 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.
137
180
  *
138
181
  * @example
139
182
  * cen-ey9k9nfhz0f*******
@@ -141,7 +184,9 @@ export declare class DescribeClusterNodePoolDetailResponseBodyInterconnectConfig
141
184
  cenId?: string;
142
185
  /**
143
186
  * @remarks
144
- * 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.
145
190
  *
146
191
  * @example
147
192
  * 1
@@ -161,10 +206,11 @@ export declare class DescribeClusterNodePoolDetailResponseBodyInterconnectConfig
161
206
  export declare class DescribeClusterNodePoolDetailResponseBodyKubernetesConfig extends $dara.Model {
162
207
  /**
163
208
  * @remarks
164
- * 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:
210
+ *
211
+ * - `true`: Installs Cloud Monitor on ECS nodes.
165
212
  *
166
- * * `true`: The CloudMonitor agent is installed on ECS nodes.
167
- * * `false`: The CloudMonitor agent is not installed on ECS nodes.
213
+ * - `false`: Does not install Cloud Monitor on ECS nodes.
168
214
  *
169
215
  * @example
170
216
  * true
@@ -172,10 +218,11 @@ export declare class DescribeClusterNodePoolDetailResponseBodyKubernetesConfig e
172
218
  cmsEnabled?: boolean;
173
219
  /**
174
220
  * @remarks
175
- * 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:
176
222
  *
177
- * * `static`: allows pods with specific resource characteristics on the node to be granted enhanced CPU affinity and exclusivity.
178
- * * `none`: indicates that the default CPU affinity is used.
223
+ * - `static`: Enhances CPU affinity and exclusivity for pods with specific resource characteristics.
224
+ *
225
+ * - `none`: Uses the default CPU affinity scheme.
179
226
  *
180
227
  * @example
181
228
  * none
@@ -183,28 +230,28 @@ export declare class DescribeClusterNodePoolDetailResponseBodyKubernetesConfig e
183
230
  cpuPolicy?: string;
184
231
  /**
185
232
  * @remarks
186
- * The labels that you want to add to the nodes in the cluster. You must add labels based on the following rules:
187
- *
188
- * * A label is a case-sensitive key-value pair. You can add up to 20 labels.
189
- * * 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.
190
234
  */
191
235
  labels?: Tag[];
192
236
  /**
193
237
  * @remarks
194
- * A custom node name consists of a prefix, an IP substring, and a suffix.
238
+ * Custom node naming.
239
+ *
240
+ * A node name consists of three parts: prefix + IP address substring + suffix:
195
241
  *
196
- * * 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.
197
- * * 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.
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.
198
243
  *
199
- * 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.
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.
200
247
  *
201
248
  * @example
202
- * customized,test.,5,.com
249
+ * aliyun.com192.XX.YY.55test
203
250
  */
204
251
  nodeNameMode?: string;
205
252
  /**
206
253
  * @remarks
207
- * 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).
208
255
  *
209
256
  * @example
210
257
  * dGhpcyBpcyBhIGV4YW1wbGU
@@ -212,28 +259,38 @@ export declare class DescribeClusterNodePoolDetailResponseBodyKubernetesConfig e
212
259
  preUserData?: string;
213
260
  /**
214
261
  * @remarks
215
- * 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.
216
269
  *
217
270
  * @example
218
- * docker
271
+ * containerd
219
272
  */
220
273
  runtime?: string;
221
274
  /**
222
275
  * @remarks
223
- * The version of the container runtime.
276
+ * The container runtime version.
224
277
  *
225
278
  * @example
226
- * 19.03.5
279
+ * 1.6.38
227
280
  */
228
281
  runtimeVersion?: string;
229
282
  /**
230
283
  * @remarks
231
- * 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/).
232
285
  */
233
286
  taints?: Taint[];
234
287
  /**
235
288
  * @remarks
236
- * Whether the expanded node is schedulable.
289
+ * Indicates whether newly scaled nodes are unschedulable.
290
+ *
291
+ * - true: Unschedulable.
292
+ *
293
+ * - false: Schedulable.
237
294
  *
238
295
  * @example
239
296
  * true
@@ -241,7 +298,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyKubernetesConfig e
241
298
  unschedulable?: boolean;
242
299
  /**
243
300
  * @remarks
244
- * 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).
245
302
  *
246
303
  * @example
247
304
  * IyEvYmluL3NoCmVjaG8gIkhlbGxvIEFDSyEi
@@ -259,15 +316,29 @@ export declare class DescribeClusterNodePoolDetailResponseBodyKubernetesConfig e
259
316
  });
260
317
  }
261
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
+ */
262
326
  approvalRequired?: boolean;
263
327
  /**
328
+ * @remarks
329
+ * The automatic repair policy ID.
330
+ *
264
331
  * @example
265
332
  * r-xxxxxxxxxx
266
333
  */
267
334
  autoRepairPolicyId?: string;
268
335
  /**
269
336
  * @remarks
270
- * 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.
271
342
  *
272
343
  * @example
273
344
  * true
@@ -287,7 +358,11 @@ export declare class DescribeClusterNodePoolDetailResponseBodyManagementAutoRepa
287
358
  export declare class DescribeClusterNodePoolDetailResponseBodyManagementAutoUpgradePolicy extends $dara.Model {
288
359
  /**
289
360
  * @remarks
290
- * 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.
291
366
  *
292
367
  * @example
293
368
  * true
@@ -305,10 +380,21 @@ export declare class DescribeClusterNodePoolDetailResponseBodyManagementAutoUpgr
305
380
  });
306
381
  }
307
382
  export declare class DescribeClusterNodePoolDetailResponseBodyManagementAutoVulFixPolicy extends $dara.Model {
383
+ /**
384
+ * @remarks
385
+ * The packages excluded during vulnerability fixes.
386
+ *
387
+ * @example
388
+ * kernel
389
+ */
308
390
  excludePackages?: string;
309
391
  /**
310
392
  * @remarks
311
- * 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.
312
398
  *
313
399
  * @example
314
400
  * true
@@ -316,7 +402,13 @@ export declare class DescribeClusterNodePoolDetailResponseBodyManagementAutoVulF
316
402
  restartNode?: boolean;
317
403
  /**
318
404
  * @remarks
319
- * 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
320
412
  *
321
413
  * @example
322
414
  * asap,nntf
@@ -336,10 +428,11 @@ export declare class DescribeClusterNodePoolDetailResponseBodyManagementAutoVulF
336
428
  export declare class DescribeClusterNodePoolDetailResponseBodyManagementUpgradeConfig extends $dara.Model {
337
429
  /**
338
430
  * @remarks
339
- * Indicates whether auto update is enabled. Valid values:
431
+ * Indicates whether auto-upgrade is enabled. Valid values:
432
+ *
433
+ * - `true`: Enables auto-upgrade.
340
434
  *
341
- * * `true`: Auto update is enabled.
342
- * * `false`: Auto update is disabled.
435
+ * - `false`: Disables auto-upgrade.
343
436
  *
344
437
  * @example
345
438
  * true
@@ -347,7 +440,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyManagementUpgradeC
347
440
  autoUpgrade?: boolean;
348
441
  /**
349
442
  * @remarks
350
- * 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].
351
444
  *
352
445
  * Default value: 1.
353
446
  *
@@ -357,7 +450,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyManagementUpgradeC
357
450
  maxUnavailable?: number;
358
451
  /**
359
452
  * @remarks
360
- * The number of additional nodes.
453
+ * The number of extra nodes. Choose either this parameter or surge_percentage.
361
454
  *
362
455
  * @example
363
456
  * 5
@@ -365,7 +458,9 @@ export declare class DescribeClusterNodePoolDetailResponseBodyManagementUpgradeC
365
458
  surge?: number;
366
459
  /**
367
460
  * @remarks
368
- * 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.
369
464
  *
370
465
  * @example
371
466
  * 50
@@ -383,12 +478,14 @@ export declare class DescribeClusterNodePoolDetailResponseBodyManagementUpgradeC
383
478
  });
384
479
  }
385
480
  export declare class DescribeClusterNodePoolDetailResponseBodyManagement extends $dara.Model {
481
+ autoFaultDiagnosis?: boolean;
386
482
  /**
387
483
  * @remarks
388
- * 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.
389
487
  *
390
- * * `true`: Auto repair is enabled.
391
- * * `false`: Auto repair is disabled.
488
+ * - `false`: Disables automatic repair.
392
489
  *
393
490
  * @example
394
491
  * true
@@ -396,12 +493,16 @@ export declare class DescribeClusterNodePoolDetailResponseBodyManagement extends
396
493
  autoRepair?: boolean;
397
494
  /**
398
495
  * @remarks
399
- * Automatic repair node policy.
496
+ * Automatic node repair policy.
400
497
  */
401
498
  autoRepairPolicy?: DescribeClusterNodePoolDetailResponseBodyManagementAutoRepairPolicy;
402
499
  /**
403
500
  * @remarks
404
- * 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.
405
506
  *
406
507
  * @example
407
508
  * true
@@ -409,12 +510,16 @@ export declare class DescribeClusterNodePoolDetailResponseBodyManagement extends
409
510
  autoUpgrade?: boolean;
410
511
  /**
411
512
  * @remarks
412
- * Automatic upgrade policy.
513
+ * Auto-upgrade policy.
413
514
  */
414
515
  autoUpgradePolicy?: DescribeClusterNodePoolDetailResponseBodyManagementAutoUpgradePolicy;
415
516
  /**
416
517
  * @remarks
417
- * 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.
418
523
  *
419
524
  * @example
420
525
  * true
@@ -422,15 +527,16 @@ export declare class DescribeClusterNodePoolDetailResponseBodyManagement extends
422
527
  autoVulFix?: boolean;
423
528
  /**
424
529
  * @remarks
425
- * Automatically repair CVE policies.
530
+ * Automatic CVE fix policy.
426
531
  */
427
532
  autoVulFixPolicy?: DescribeClusterNodePoolDetailResponseBodyManagementAutoVulFixPolicy;
428
533
  /**
429
534
  * @remarks
430
535
  * Indicates whether the managed node pool feature is enabled. Valid values:
431
536
  *
432
- * * `true`: The managed node pool feature is enabled.
433
- * * `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`.
434
540
  *
435
541
  * @example
436
542
  * true
@@ -438,7 +544,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyManagement extends
438
544
  enable?: boolean;
439
545
  /**
440
546
  * @remarks
441
- * 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`.
442
548
  */
443
549
  upgradeConfig?: DescribeClusterNodePoolDetailResponseBodyManagementUpgradeConfig;
444
550
  static names(): {
@@ -453,6 +559,10 @@ export declare class DescribeClusterNodePoolDetailResponseBodyManagement extends
453
559
  });
454
560
  }
455
561
  export declare class DescribeClusterNodePoolDetailResponseBodyNodeComponentsConfig extends $dara.Model {
562
+ /**
563
+ * @remarks
564
+ * Custom configuration for the node component.
565
+ */
456
566
  customConfig?: {
457
567
  [key: string]: string;
458
568
  };
@@ -468,13 +578,23 @@ export declare class DescribeClusterNodePoolDetailResponseBodyNodeComponentsConf
468
578
  });
469
579
  }
470
580
  export declare class DescribeClusterNodePoolDetailResponseBodyNodeComponents extends $dara.Model {
581
+ /**
582
+ * @remarks
583
+ * Node component configuration.
584
+ */
471
585
  config?: DescribeClusterNodePoolDetailResponseBodyNodeComponentsConfig;
472
586
  /**
587
+ * @remarks
588
+ * The node component name.
589
+ *
473
590
  * @example
474
591
  * kubelet
475
592
  */
476
593
  name?: string;
477
594
  /**
595
+ * @remarks
596
+ * The node component version.
597
+ *
478
598
  * @example
479
599
  * 1.33.3-aliyun.1
480
600
  */
@@ -491,6 +611,10 @@ export declare class DescribeClusterNodePoolDetailResponseBodyNodeComponents ext
491
611
  });
492
612
  }
493
613
  export declare class DescribeClusterNodePoolDetailResponseBodyNodeConfigNodeOsConfig extends $dara.Model {
614
+ /**
615
+ * @remarks
616
+ * Hugepage configuration.
617
+ */
494
618
  hugepage?: Hugepage;
495
619
  static names(): {
496
620
  [key: string]: string;
@@ -506,9 +630,13 @@ export declare class DescribeClusterNodePoolDetailResponseBodyNodeConfigNodeOsCo
506
630
  export declare class DescribeClusterNodePoolDetailResponseBodyNodeConfig extends $dara.Model {
507
631
  /**
508
632
  * @remarks
509
- * The configurations of the kubelet.
633
+ * Kubelet parameter settings.
510
634
  */
511
635
  kubeletConfiguration?: KubeletConfig;
636
+ /**
637
+ * @remarks
638
+ * Node OS configuration.
639
+ */
512
640
  nodeOsConfig?: DescribeClusterNodePoolDetailResponseBodyNodeConfigNodeOsConfig;
513
641
  static names(): {
514
642
  [key: string]: string;
@@ -527,12 +655,16 @@ export declare class DescribeClusterNodePoolDetailResponseBodyNodepoolInfo exten
527
655
  * The time when the node pool was created.
528
656
  *
529
657
  * @example
530
- * 2020-09-27T19:14:09.156823496+08:00
658
+ * 2025-04-10T14:25:37.285530433+08:00
531
659
  */
532
660
  created?: string;
533
661
  /**
534
662
  * @remarks
535
- * 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.
536
668
  *
537
669
  * @example
538
670
  * true
@@ -540,9 +672,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyNodepoolInfo exten
540
672
  isDefault?: boolean;
541
673
  /**
542
674
  * @remarks
543
- * The name of the node pool.
544
- *
545
- * 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.
546
676
  *
547
677
  * @example
548
678
  * default-nodepool
@@ -566,7 +696,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyNodepoolInfo exten
566
696
  regionId?: string;
567
697
  /**
568
698
  * @remarks
569
- * The ID of the resource group.
699
+ * The resource group ID.
570
700
  *
571
701
  * @example
572
702
  * rg-acfmyvw3wjmb****
@@ -574,7 +704,13 @@ export declare class DescribeClusterNodePoolDetailResponseBodyNodepoolInfo exten
574
704
  resourceGroupId?: string;
575
705
  /**
576
706
  * @remarks
577
- * 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.
578
714
  *
579
715
  * @example
580
716
  * ess
@@ -585,7 +721,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyNodepoolInfo exten
585
721
  * The time when the node pool was last updated.
586
722
  *
587
723
  * @example
588
- * 2020-09-27T20:37:46+08:00
724
+ * 2025-04-15T15:39:45.41+08:00
589
725
  */
590
726
  updated?: string;
591
727
  static names(): {
@@ -602,7 +738,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyNodepoolInfo exten
602
738
  export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroupPrivatePoolOptions extends $dara.Model {
603
739
  /**
604
740
  * @remarks
605
- * The ID of the private node pool.
741
+ * The private node pool ID.
606
742
  *
607
743
  * @example
608
744
  * eap-bp67acfmxazb4****
@@ -610,11 +746,13 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroupPrivat
610
746
  id?: string;
611
747
  /**
612
748
  * @remarks
613
- * 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:
614
750
  *
615
- * * `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.
616
- * * `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.
617
- * * `None`: no private node pool is used. The resources of private node pools are not used to launch the instances.
751
+ * - `Open`: Open mode. Automatically matches open-type private pool capacity. If no matching private pool capacity is available, uses public pool resources.
752
+ *
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.
618
756
  *
619
757
  * @example
620
758
  * Open
@@ -632,8 +770,18 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroupPrivat
632
770
  });
633
771
  }
634
772
  export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroupResourcePoolOptions extends $dara.Model {
773
+ /**
774
+ * @remarks
775
+ * The list of private pool IDs.
776
+ */
635
777
  privatePoolIds?: string[];
636
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
+ *
637
785
  * @example
638
786
  * PrivatePoolFirst
639
787
  */
@@ -652,7 +800,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroupResour
652
800
  export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroupSpotPriceLimit extends $dara.Model {
653
801
  /**
654
802
  * @remarks
655
- * The instance type of the preemptible instances.
803
+ * The spot instance type.
656
804
  *
657
805
  * @example
658
806
  * ecs.c6.large
@@ -660,7 +808,15 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroupSpotPr
660
808
  instanceType?: string;
661
809
  /**
662
810
  * @remarks
663
- * 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">
664
820
  *
665
821
  * Unit: USD/hour.
666
822
  *
@@ -682,10 +838,11 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroupSpotPr
682
838
  export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup extends $dara.Model {
683
839
  /**
684
840
  * @remarks
685
- * 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.
686
844
  *
687
- * * `true`: Auto-renewal is enabled.
688
- * * `false`: Auto-renewal is disabled.
845
+ * - `false`: Disables auto-renewal.
689
846
  *
690
847
  * @example
691
848
  * false
@@ -693,9 +850,11 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
693
850
  autoRenew?: boolean;
694
851
  /**
695
852
  * @remarks
696
- * 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:
697
854
  *
698
- * 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.
699
858
  *
700
859
  * @example
701
860
  * 1
@@ -703,7 +862,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
703
862
  autoRenewPeriod?: number;
704
863
  /**
705
864
  * @remarks
706
- * [**Deprecated**] Please use the parameter security_hardening_os instead.
865
+ * [Deprecated] Use the security_hardening_os parameter instead.
707
866
  *
708
867
  * @example
709
868
  * false
@@ -713,10 +872,11 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
713
872
  cisEnabled?: boolean;
714
873
  /**
715
874
  * @remarks
716
- * 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.
717
878
  *
718
- * * `true`: Pay-as-you-go instances are automatically created to meet the required number of ECS instances if preemptible instances cannot be created.
719
- * * `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.
720
880
  *
721
881
  * @example
722
882
  * true
@@ -724,12 +884,12 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
724
884
  compensateWithOnDemand?: boolean;
725
885
  /**
726
886
  * @remarks
727
- * 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.
728
888
  */
729
889
  dataDisks?: DataDisk[];
730
890
  /**
731
891
  * @remarks
732
- * The ID of the deployment set to which the ECS instances in the node pool belong.
892
+ * The deployment set ID.
733
893
  *
734
894
  * @example
735
895
  * ds-bp1d19mmbsv3jf6xxxxx
@@ -737,54 +897,87 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
737
897
  deploymentsetId?: string;
738
898
  /**
739
899
  * @remarks
740
- * The expected number of nodes in the node pool.
900
+ * The desired number of nodes in the node pool.
741
901
  *
742
902
  * @example
743
903
  * 2
744
904
  */
745
905
  desiredSize?: number;
906
+ /**
907
+ * @remarks
908
+ * Block device initialization configuration.
909
+ */
746
910
  diskInit?: DiskInit[];
747
911
  /**
748
912
  * @remarks
749
- * The ID of the custom image. You can call the `DescribeKubernetesVersionMetadata` operation to query the images supported by ACK.
913
+ * The custom image ID.
750
914
  *
751
915
  * @example
752
- * aliyun_2_1903_x64_20G_alibase_20200529.vhd
916
+ * aliyun_3_x64_20G_alibase_20241218.vhd
753
917
  */
754
918
  imageId?: string;
755
919
  /**
756
920
  * @remarks
757
- * 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.
758
942
  *
759
943
  * @example
760
- * AliyunLinux
944
+ * AliyunLinux3
761
945
  */
762
946
  imageType?: string;
763
947
  /**
764
948
  * @remarks
765
- * The billing method of the nodes in the node pool. Valid values:
949
+ * The billing method for nodes in the node pool. Valid values:
766
950
  *
767
- * * `PrePaid`: the subscription billing method.
768
- * * `PostPaid`: the pay-as-you-go billing method.
951
+ * - `PrePaid`: Subscription.
952
+ *
953
+ * - `PostPaid`: Pay-as-you-go.
769
954
  *
770
955
  * @example
771
956
  * PostPaid
772
957
  */
773
958
  instanceChargeType?: string;
959
+ /**
960
+ * @remarks
961
+ * ECS instance metadata access configuration.
962
+ */
774
963
  instanceMetadataOptions?: InstanceMetadataOptions;
775
964
  /**
776
965
  * @remarks
777
- * The instance properties.
966
+ * Instance attribute configuration.
778
967
  */
779
968
  instancePatterns?: InstancePatterns[];
780
969
  /**
781
970
  * @remarks
782
- * 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.
783
972
  */
784
973
  instanceTypes?: string[];
785
974
  /**
786
975
  * @remarks
787
- * 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.
788
981
  *
789
982
  * @example
790
983
  * PayByBandwidth
@@ -792,7 +985,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
792
985
  internetChargeType?: string;
793
986
  /**
794
987
  * @remarks
795
- * 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.
796
989
  *
797
990
  * @example
798
991
  * 10
@@ -800,7 +993,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
800
993
  internetMaxBandwidthOut?: number;
801
994
  /**
802
995
  * @remarks
803
- * 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.
804
997
  *
805
998
  * @example
806
999
  * pro-nodepool
@@ -808,7 +1001,11 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
808
1001
  keyPair?: string;
809
1002
  /**
810
1003
  * @remarks
811
- * 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.
812
1009
  *
813
1010
  * @example
814
1011
  * true
@@ -816,9 +1013,9 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
816
1013
  loginAsNonRoot?: boolean;
817
1014
  /**
818
1015
  * @remarks
819
- * 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.
820
1017
  *
821
- * For security purposes, the returned password is encrypted.
1018
+ * For security reasons, the returned password is encrypted.
822
1019
  *
823
1020
  * @example
824
1021
  * ********
@@ -826,17 +1023,15 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
826
1023
  loginPassword?: string;
827
1024
  /**
828
1025
  * @remarks
829
- * The ECS instance scaling policy for a multi-zone scaling group. Valid values:
1026
+ * The scaling policy for multi-zone scaling groups. Valid values:
830
1027
  *
831
- * * `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.
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.
832
1029
  *
833
- * * `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.
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.
834
1031
  *
835
- * **
1032
+ * > `COST_OPTIMIZED` takes effect only when multiple instance types or spot instances are configured.
836
1033
  *
837
- * **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.
838
- *
839
- * * `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).
840
1035
  *
841
1036
  * Default value: `PRIORITY`.
842
1037
  *
@@ -846,7 +1041,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
846
1041
  multiAzPolicy?: string;
847
1042
  /**
848
1043
  * @remarks
849
- * 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.
850
1045
  *
851
1046
  * @example
852
1047
  * 0
@@ -854,7 +1049,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
854
1049
  onDemandBaseCapacity?: number;
855
1050
  /**
856
1051
  * @remarks
857
- * 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].
858
1053
  *
859
1054
  * @example
860
1055
  * 20
@@ -862,9 +1057,11 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
862
1057
  onDemandPercentageAboveBaseCapacity?: number;
863
1058
  /**
864
1059
  * @remarks
865
- * 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}.
866
1063
  *
867
- * 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}.
868
1065
  *
869
1066
  * @example
870
1067
  * 0
@@ -872,9 +1069,11 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
872
1069
  period?: number;
873
1070
  /**
874
1071
  * @remarks
875
- * 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`.
876
1073
  *
877
- * Valid value: `Month`.
1074
+ * - `Month`: Billed monthly.
1075
+ *
1076
+ * - `Week`: Billed weekly.
878
1077
  *
879
1078
  * @example
880
1079
  * Month
@@ -882,12 +1081,15 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
882
1081
  periodUnit?: string;
883
1082
  /**
884
1083
  * @remarks
885
- * The release version of the operating system. Valid values:
1084
+ * The OS distribution. Valid values:
1085
+ *
1086
+ * - `CentOS`
1087
+ *
1088
+ * - `AliyunLinux`
886
1089
  *
887
- * * `CentOS`
888
- * * `AliyunLinux`
889
- * * `Windows`
890
- * * `WindowsCore`
1090
+ * - `Windows`
1091
+ *
1092
+ * - `WindowsCore`
891
1093
  *
892
1094
  * @example
893
1095
  * AliyunLinux
@@ -895,12 +1097,12 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
895
1097
  platform?: string;
896
1098
  /**
897
1099
  * @remarks
898
- * The configuration of the private node pool.
1100
+ * Private node pool configuration.
899
1101
  */
900
1102
  privatePoolOptions?: DescribeClusterNodePoolDetailResponseBodyScalingGroupPrivatePoolOptions;
901
1103
  /**
902
1104
  * @remarks
903
- * 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.
904
1106
  *
905
1107
  * @example
906
1108
  * KubernetesWorkerRole-021dc54f-929b-437a-8ae0-34c24d3e****
@@ -908,7 +1110,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
908
1110
  ramPolicy?: string;
909
1111
  /**
910
1112
  * @remarks
911
- * Worker RAM role name.
1113
+ * The Worker RAM role name.
912
1114
  *
913
1115
  * @example
914
1116
  * KubernetesWorkerRole-4a4fa089-80c1-48a5-b3c6-9349311f****
@@ -916,13 +1118,17 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
916
1118
  ramRoleName?: string;
917
1119
  /**
918
1120
  * @remarks
919
- * 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.
920
1122
  */
921
1123
  rdsInstances?: string[];
1124
+ /**
1125
+ * @remarks
1126
+ * The resource pool and strategy used when creating instances.
1127
+ */
922
1128
  resourcePoolOptions?: DescribeClusterNodePoolDetailResponseBodyScalingGroupResourcePoolOptions;
923
1129
  /**
924
1130
  * @remarks
925
- * The ID of the scaling group.
1131
+ * The scaling group ID.
926
1132
  *
927
1133
  * @example
928
1134
  * asg-2zeieod8giqmov7z****
@@ -930,10 +1136,11 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
930
1136
  scalingGroupId?: string;
931
1137
  /**
932
1138
  * @remarks
933
- * 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.
934
1142
  *
935
- * * `release`: the standard mode. ECS instances are created and released based on resource usage.
936
- * * `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).
937
1144
  *
938
1145
  * @example
939
1146
  * release
@@ -941,7 +1148,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
941
1148
  scalingPolicy?: string;
942
1149
  /**
943
1150
  * @remarks
944
- * 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`.
945
1152
  *
946
1153
  * @example
947
1154
  * sg-2ze60ockeekspl3d****
@@ -949,14 +1156,16 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
949
1156
  securityGroupId?: string;
950
1157
  /**
951
1158
  * @remarks
952
- * The IDs of the security groups to which the node pool is added.
1159
+ * The list of security group IDs for the node pool.
953
1160
  */
954
1161
  securityGroupIds?: string[];
955
1162
  /**
956
1163
  * @remarks
957
- * Alibaba Cloud OS security hardening. Values:
958
- * - `true`: Enable Alibaba Cloud OS security hardening.
959
- * - `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.
960
1169
  *
961
1170
  * Default value: `false`.
962
1171
  *
@@ -966,7 +1175,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
966
1175
  securityHardeningOs?: boolean;
967
1176
  /**
968
1177
  * @remarks
969
- * 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.
970
1179
  *
971
1180
  * @example
972
1181
  * false
@@ -974,7 +1183,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
974
1183
  socEnabled?: boolean;
975
1184
  /**
976
1185
  * @remarks
977
- * 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].
978
1187
  *
979
1188
  * @example
980
1189
  * 5
@@ -982,10 +1191,11 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
982
1191
  spotInstancePools?: number;
983
1192
  /**
984
1193
  * @remarks
985
- * 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.
986
1197
  *
987
- * * `true`: Supplementation of preemptible instances is enabled.
988
- * * `false`: Supplementation of preemptible instances is disabled.
1198
+ * - `false`: Disables replenishment.
989
1199
  *
990
1200
  * @example
991
1201
  * false
@@ -993,18 +1203,20 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
993
1203
  spotInstanceRemedy?: boolean;
994
1204
  /**
995
1205
  * @remarks
996
- * The bid configurations of preemptible instances.
1206
+ * Spot instance price range configuration.
997
1207
  */
998
1208
  spotPriceLimit?: DescribeClusterNodePoolDetailResponseBodyScalingGroupSpotPriceLimit[];
999
1209
  /**
1000
1210
  * @remarks
1001
- * The type of preemptible instance. Valid values:
1211
+ * The spot instance type. Valid values:
1212
+ *
1213
+ * - NoSpot: On-demand instance.
1214
+ *
1215
+ * - SpotWithPriceLimit: Sets a maximum price for spot instances.
1002
1216
  *
1003
- * * NoSpot: a non-preemptible instance.
1004
- * * SpotWithPriceLimit: a preemptible instance that is configured with the highest bid price.
1005
- * * SpotAsPriceGo: a preemptible instance for which the system automatically bids based on the current market price.
1217
+ * - SpotAsPriceGo: Uses the current market price.
1006
1218
  *
1007
- * For more information, see [Preemptible instances](https://help.aliyun.com/document_detail/157759.html).
1219
+ * For more information, see [Spot instances](https://help.aliyun.com/document_detail/157759.html).
1008
1220
  *
1009
1221
  * @example
1010
1222
  * NoSpot
@@ -1012,12 +1224,13 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
1012
1224
  spotStrategy?: string;
1013
1225
  /**
1014
1226
  * @remarks
1015
- * 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:
1016
1228
  *
1017
- * * 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.
1018
- * * false: does not enable the burst feature for the system disk.
1229
+ * - true: Enabled. When facing sudden read/write pressure from variable workloads, the disk temporarily boosts performance until the workload stabilizes.
1019
1230
  *
1020
- * 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).
1231
+ * - false: Disabled.
1232
+ *
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).
1021
1234
  *
1022
1235
  * @example
1023
1236
  * true
@@ -1025,30 +1238,22 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
1025
1238
  systemDiskBurstingEnabled?: boolean;
1026
1239
  /**
1027
1240
  * @remarks
1028
- * 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:
1029
- *
1030
- * * `cloud`: basic disk.
1031
- * * `cloud_efficiency`: ultra disk.
1032
- * * `cloud_ssd`: standard SSD.
1033
- * * `cloud_essd`: Enterprise SSD (ESSD).
1034
- * * `cloud_auto`: ESSD AutoPL disk.
1035
- * * `cloud_essd_entry`: ESSD Entry disk.
1036
- *
1037
- * 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.
1038
1242
  */
1039
1243
  systemDiskCategories?: string[];
1040
1244
  /**
1041
1245
  * @remarks
1042
- * The system disk type. Valid values:
1246
+ * The system disk type for nodes. Valid values:
1043
1247
  *
1044
- * * `cloud`: basic disk
1045
- * * `cloud_efficiency`: ultra disk
1046
- * * `cloud_ssd`: standard SSD
1047
- * * `cloud_essd`: Enterprise SSD (ESSD)
1048
- * * `cloud_auto`: ESSD AutoPL disk
1049
- * * `cloud_essd_entry`: ESSD Entry disk
1248
+ * - `cloud_efficiency`: Ultra disk.
1050
1249
  *
1051
- * Default value: `cloud_efficiency`.
1250
+ * - `cloud_ssd`: Standard SSD.
1251
+ *
1252
+ * - `cloud_essd`: ESSD.
1253
+ *
1254
+ * - `cloud_auto`: ESSD AutoPL.
1255
+ *
1256
+ * - `cloud_essd_entry`: ESSD Entry.
1052
1257
  *
1053
1258
  * @example
1054
1259
  * cloud_efficiency
@@ -1056,7 +1261,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
1056
1261
  systemDiskCategory?: string;
1057
1262
  /**
1058
1263
  * @remarks
1059
- * 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.
1060
1265
  *
1061
1266
  * @example
1062
1267
  * aes-256
@@ -1064,10 +1269,11 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
1064
1269
  systemDiskEncryptAlgorithm?: string;
1065
1270
  /**
1066
1271
  * @remarks
1067
- * Specifies whether to encrypt the system disk. Valid values: Valid values:
1272
+ * Indicates whether the system disk is encrypted. Valid values:
1068
1273
  *
1069
- * * `true`: encrypts the system disk.
1070
- * * `false`: does not encrypt the system disk.
1274
+ * - `true`: Encrypted.
1275
+ *
1276
+ * - `false`: Not encrypted.
1071
1277
  *
1072
1278
  * @example
1073
1279
  * false
@@ -1075,7 +1281,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
1075
1281
  systemDiskEncrypted?: boolean;
1076
1282
  /**
1077
1283
  * @remarks
1078
- * System disk\\"s KMS key ID.
1284
+ * The KMS key ID used for the system disk.
1079
1285
  *
1080
1286
  * @example
1081
1287
  * 0e478b7a-4262-4802-b8cb-00d3fb40****
@@ -1083,7 +1289,15 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
1083
1289
  systemDiskKmsKeyId?: string;
1084
1290
  /**
1085
1291
  * @remarks
1086
- * 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.
1087
1301
  *
1088
1302
  * @example
1089
1303
  * PL1
@@ -1091,7 +1305,11 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
1091
1305
  systemDiskPerformanceLevel?: string;
1092
1306
  /**
1093
1307
  * @remarks
1094
- * 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).
1095
1313
  *
1096
1314
  * @example
1097
1315
  * 1000
@@ -1099,27 +1317,30 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
1099
1317
  systemDiskProvisionedIops?: number;
1100
1318
  /**
1101
1319
  * @remarks
1102
- * The system disk size of a node. Unit: GiB.
1320
+ * The system disk size for nodes. Unit: GiB.
1103
1321
  *
1104
- * Valid values: 20 to 500.
1322
+ * Valid values: [20,2048].
1105
1323
  *
1106
1324
  * @example
1107
1325
  * 120
1108
1326
  */
1109
1327
  systemDiskSize?: number;
1110
- systemDiskSnapshotPolicyId?: string;
1111
1328
  /**
1112
1329
  * @remarks
1113
- * The labels that you want to add only to ECS instances.
1330
+ * The system disk snapshot policy.
1114
1331
  *
1115
- * 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.
1116
1339
  */
1117
1340
  tags?: Tag[];
1118
1341
  /**
1119
1342
  * @remarks
1120
- * The IDs of vSwitches. You can specify 1 to 20 vSwitches.
1121
- *
1122
- * > We recommend that you select vSwitches in different zones to ensure high availability.
1343
+ * The list of virtual switch IDs.
1123
1344
  */
1124
1345
  vswitchIds?: string[];
1125
1346
  static names(): {
@@ -1134,10 +1355,45 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
1134
1355
  });
1135
1356
  }
1136
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
+ */
1137
1365
  lastTransitionTime?: string;
1366
+ /**
1367
+ * @remarks
1368
+ * Detailed information.
1369
+ *
1370
+ * @example
1371
+ * AutoUpgradeDisabled
1372
+ */
1138
1373
  message?: string;
1374
+ /**
1375
+ * @remarks
1376
+ * The reason for the condition.
1377
+ *
1378
+ * @example
1379
+ * UpgradeDisabled
1380
+ */
1139
1381
  reason?: string;
1382
+ /**
1383
+ * @remarks
1384
+ * The condition status.
1385
+ *
1386
+ * @example
1387
+ * True
1388
+ */
1140
1389
  status?: string;
1390
+ /**
1391
+ * @remarks
1392
+ * The condition type.
1393
+ *
1394
+ * @example
1395
+ * ImageUpgradeReady
1396
+ */
1141
1397
  type?: string;
1142
1398
  static names(): {
1143
1399
  [key: string]: string;
@@ -1151,6 +1407,10 @@ export declare class DescribeClusterNodePoolDetailResponseBodyStatusConditions e
1151
1407
  });
1152
1408
  }
1153
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
+ */
1154
1414
  conditions?: DescribeClusterNodePoolDetailResponseBodyStatusConditions[];
1155
1415
  /**
1156
1416
  * @remarks
@@ -1170,7 +1430,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyStatus extends $da
1170
1430
  healthyNodes?: number;
1171
1431
  /**
1172
1432
  * @remarks
1173
- * The number of nodes that are being created.
1433
+ * The number of nodes being created.
1174
1434
  *
1175
1435
  * @example
1176
1436
  * 0
@@ -1186,7 +1446,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyStatus extends $da
1186
1446
  offlineNodes?: number;
1187
1447
  /**
1188
1448
  * @remarks
1189
- * The number of nodes that are being removed.
1449
+ * The number of nodes being removed.
1190
1450
  *
1191
1451
  * @example
1192
1452
  * 0
@@ -1194,7 +1454,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyStatus extends $da
1194
1454
  removingNodes?: number;
1195
1455
  /**
1196
1456
  * @remarks
1197
- * The number of running nodes.
1457
+ * The number of working nodes.
1198
1458
  *
1199
1459
  * @example
1200
1460
  * 3
@@ -1202,13 +1462,17 @@ export declare class DescribeClusterNodePoolDetailResponseBodyStatus extends $da
1202
1462
  servingNodes?: number;
1203
1463
  /**
1204
1464
  * @remarks
1205
- * The status of the node pool. Valid values:
1465
+ * The node pool state. Valid values:
1206
1466
  *
1207
- * * `active`: The node pool is active.
1208
- * * `scaling`: The node pool is being scaled.
1209
- * * `removing`: Nodes are being removed from the node pool.
1210
- * * `deleting`: The node pool is being deleted.
1211
- * * `updating`: The node pool is being updated.
1467
+ * - `active`: Active.
1468
+ *
1469
+ * - `scaling`: Scaling.
1470
+ *
1471
+ * - `removing`: Removing nodes.
1472
+ *
1473
+ * - `deleting`: Deleting.
1474
+ *
1475
+ * - `updating`: Updating.
1212
1476
  *
1213
1477
  * @example
1214
1478
  * active
@@ -1238,8 +1502,9 @@ export declare class DescribeClusterNodePoolDetailResponseBodyTeeConfig extends
1238
1502
  * @remarks
1239
1503
  * Indicates whether confidential computing is enabled. Valid values:
1240
1504
  *
1241
- * * `true`: Confidential computing is enabled.
1242
- * * `false`: Confidential computing is disabled.
1505
+ * - `true`: Enabled.
1506
+ *
1507
+ * - `false`: Disabled.
1243
1508
  *
1244
1509
  * @example
1245
1510
  * false
@@ -1257,19 +1522,24 @@ export declare class DescribeClusterNodePoolDetailResponseBodyTeeConfig extends
1257
1522
  });
1258
1523
  }
1259
1524
  export declare class DescribeClusterNodePoolDetailResponseBody extends $dara.Model {
1525
+ /**
1526
+ * @remarks
1527
+ * Smart managed configuration.
1528
+ */
1260
1529
  autoMode?: DescribeClusterNodePoolDetailResponseBodyAutoMode;
1261
1530
  /**
1262
1531
  * @remarks
1263
- * The auto scaling configuration of the node pool.
1532
+ * Automatic scaling configuration for the node pool.
1264
1533
  */
1265
1534
  autoScaling?: DescribeClusterNodePoolDetailResponseBodyAutoScaling;
1535
+ efloNodeGroup?: DescribeClusterNodePoolDetailResponseBodyEfloNodeGroup;
1266
1536
  /**
1267
1537
  * @remarks
1268
- * Indicates whether the pods in the edge node pool can use the host network.
1538
+ * Indicates whether pods use the host network mode.
1269
1539
  *
1270
- * `true`: sets to host network.
1540
+ * - `true`: Host network. Pods share the host\\"s network stack, IP address, and ports.
1271
1541
  *
1272
- * `false`: sets to container network.
1542
+ * - `false`: Container network. Pods have independent network stacks and do not occupy host network ports.
1273
1543
  *
1274
1544
  * @example
1275
1545
  * true
@@ -1277,28 +1547,30 @@ export declare class DescribeClusterNodePoolDetailResponseBody extends $dara.Mod
1277
1547
  hostNetwork?: boolean;
1278
1548
  /**
1279
1549
  * @remarks
1280
- * 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.
1281
1553
  */
1282
1554
  interconnectConfig?: DescribeClusterNodePoolDetailResponseBodyInterconnectConfig;
1283
1555
  /**
1284
1556
  * @remarks
1285
- * 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:
1286
1558
  *
1287
- * `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.
1288
1560
  *
1289
- * `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.
1290
1562
  *
1291
1563
  * @example
1292
- * improved
1564
+ * basic
1293
1565
  */
1294
1566
  interconnectMode?: string;
1295
1567
  /**
1296
1568
  * @remarks
1297
- * 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.
1298
1570
  *
1299
- * `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.
1300
1572
  *
1301
- * `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.
1302
1574
  *
1303
1575
  * @example
1304
1576
  * true
@@ -1306,48 +1578,52 @@ export declare class DescribeClusterNodePoolDetailResponseBody extends $dara.Mod
1306
1578
  intranet?: boolean;
1307
1579
  /**
1308
1580
  * @remarks
1309
- * The configurations of the cluster in which the node pool is deployed.
1581
+ * Cluster-related configuration.
1310
1582
  */
1311
1583
  kubernetesConfig?: DescribeClusterNodePoolDetailResponseBodyKubernetesConfig;
1312
1584
  /**
1313
1585
  * @remarks
1314
- * The configuration of the managed node pool feature.
1586
+ * Managed node pool configuration.
1315
1587
  */
1316
1588
  management?: DescribeClusterNodePoolDetailResponseBodyManagement;
1317
1589
  /**
1318
1590
  * @remarks
1319
- * This parameter is deprecated.
1591
+ * [Deprecated]
1320
1592
  *
1321
- * The maximum number of nodes allowed in an edge node pool.
1593
+ * The maximum number of nodes allowed in the edge node pool.
1322
1594
  *
1323
1595
  * @example
1324
1596
  * 10
1325
1597
  */
1326
1598
  maxNodes?: number;
1599
+ /**
1600
+ * @remarks
1601
+ * List of node components.
1602
+ */
1327
1603
  nodeComponents?: DescribeClusterNodePoolDetailResponseBodyNodeComponents[];
1328
1604
  /**
1329
1605
  * @remarks
1330
- * The node configurations.
1606
+ * Node configuration.
1331
1607
  */
1332
1608
  nodeConfig?: DescribeClusterNodePoolDetailResponseBodyNodeConfig;
1333
1609
  /**
1334
1610
  * @remarks
1335
- * The configuration of the node pool.
1611
+ * Node pool configuration.
1336
1612
  */
1337
1613
  nodepoolInfo?: DescribeClusterNodePoolDetailResponseBodyNodepoolInfo;
1338
1614
  /**
1339
1615
  * @remarks
1340
- * The configurations of the scaling group that is used by the node pool.
1616
+ * Scaling group configuration for the node pool.
1341
1617
  */
1342
1618
  scalingGroup?: DescribeClusterNodePoolDetailResponseBodyScalingGroup;
1343
1619
  /**
1344
1620
  * @remarks
1345
- * The status details about the node pool.
1621
+ * The status of the node pool.
1346
1622
  */
1347
1623
  status?: DescribeClusterNodePoolDetailResponseBodyStatus;
1348
1624
  /**
1349
1625
  * @remarks
1350
- * The configuration of confidential computing.
1626
+ * Confidential computing cluster configuration.
1351
1627
  */
1352
1628
  teeConfig?: DescribeClusterNodePoolDetailResponseBodyTeeConfig;
1353
1629
  static names(): {