@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
@@ -12,6 +12,9 @@ import { Taint } from "./Taint";
12
12
 
13
13
  export class DescribeClusterNodePoolDetailResponseBodyAutoMode extends $dara.Model {
14
14
  /**
15
+ * @remarks
16
+ * Indicates whether smart managed mode is enabled.
17
+ *
15
18
  * @example
16
19
  * false
17
20
  */
@@ -40,7 +43,9 @@ export class DescribeClusterNodePoolDetailResponseBodyAutoMode extends $dara.Mod
40
43
  export class DescribeClusterNodePoolDetailResponseBodyAutoScaling extends $dara.Model {
41
44
  /**
42
45
  * @remarks
43
- * The maximum bandwidth of the elastic IP address (EIP).
46
+ * The peak bandwidth of the EIP.
47
+ *
48
+ * Valid values: [1,100]. Unit: Mbps.
44
49
  *
45
50
  * @example
46
51
  * 5
@@ -48,10 +53,11 @@ export class DescribeClusterNodePoolDetailResponseBodyAutoScaling extends $dara.
48
53
  eipBandwidth?: number;
49
54
  /**
50
55
  * @remarks
51
- * The metering method of the EIP. Valid values:
56
+ * The EIP billing method. Valid values:
52
57
  *
53
- * * `PayByBandwidth`: pay-by-bandwidth.
54
- * * `PayByTraffic`: pay-by-data-transfer.
58
+ * - `PayByBandwidth`: Pay-by-bandwidth.
59
+ *
60
+ * - `PayByTraffic`: Pay-by-traffic.
55
61
  *
56
62
  * @example
57
63
  * PayByBandwidth
@@ -59,10 +65,13 @@ export class DescribeClusterNodePoolDetailResponseBodyAutoScaling extends $dara.
59
65
  eipInternetChargeType?: string;
60
66
  /**
61
67
  * @remarks
62
- * Indicates whether auto scaling is enabled. Valid values:
68
+ * Indicates whether automatic scaling is enabled. Valid values:
69
+ *
70
+ * - `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).
71
+ *
72
+ * - `false`: Disables automatic scaling. ACK maintains the node count at the desired number specified in the configuration.
63
73
  *
64
- * * `true`: auto scaling is enabled.
65
- * * `false`: auto scaling is disabled. If this parameter is set to false, other parameters in the `auto_scaling` section do not take effect.
74
+ * If set to false, other parameters under `auto_scaling` have no effect.
66
75
  *
67
76
  * @example
68
77
  * true
@@ -70,10 +79,11 @@ export class DescribeClusterNodePoolDetailResponseBodyAutoScaling extends $dara.
70
79
  enable?: boolean;
71
80
  /**
72
81
  * @remarks
73
- * Indicates whether an EIP is associated with the node pool. Valid values:
82
+ * Indicates whether an EIP is bound. Valid values:
74
83
  *
75
- * * `true`: An EIP is associated with the node pool.
76
- * * `false`: No EIP is associated with the node pool.
84
+ * - `true`: Binds an EIP.
85
+ *
86
+ * - `false`: Does not bind an EIP.
77
87
  *
78
88
  * @example
79
89
  * true
@@ -81,7 +91,7 @@ export class DescribeClusterNodePoolDetailResponseBodyAutoScaling extends $dara.
81
91
  isBondEip?: boolean;
82
92
  /**
83
93
  * @remarks
84
- * The maximum number of Elastic Compute Service (ECS) instances that can be created in the node pool.
94
+ * The maximum number of scalable instances in the node pool, excluding existing instances.
85
95
  *
86
96
  * @example
87
97
  * 10
@@ -89,7 +99,7 @@ export class DescribeClusterNodePoolDetailResponseBodyAutoScaling extends $dara.
89
99
  maxInstances?: number;
90
100
  /**
91
101
  * @remarks
92
- * The minimum number of ECS instances that must be kept in the node pool.
102
+ * The minimum number of scalable instances in the node pool, excluding existing instances.
93
103
  *
94
104
  * @example
95
105
  * 1
@@ -97,12 +107,15 @@ export class DescribeClusterNodePoolDetailResponseBodyAutoScaling extends $dara.
97
107
  minInstances?: number;
98
108
  /**
99
109
  * @remarks
100
- * The instance types that can be used for the auto scaling of the node pool. Valid values:
110
+ * The automatic scaling type, categorized by instance type. Valid values:
111
+ *
112
+ * - `cpu`: Standard instance.
113
+ *
114
+ * - `gpu`: GPU instance.
101
115
  *
102
- * * `cpu`: regular instance.
103
- * * `gpu`: GPU-accelerated instance.
104
- * * `gpushare`: shared GPU-accelerated instance.
105
- * * `spot`: preemptible instance.
116
+ * - `gpushare`: Shared GPU instance.
117
+ *
118
+ * - `spot`: Spot instance.
106
119
  *
107
120
  * @example
108
121
  * cpu
@@ -178,7 +191,9 @@ export class DescribeClusterNodePoolDetailResponseBodyEfloNodeGroup extends $dar
178
191
  export class DescribeClusterNodePoolDetailResponseBodyInterconnectConfig extends $dara.Model {
179
192
  /**
180
193
  * @remarks
181
- * The bandwidth of the enhanced edge node pool. Unit: Mbit/s.
194
+ * [Deprecated]
195
+ *
196
+ * The network bandwidth for the enhanced edge node pool. Unit: Mbps.
182
197
  *
183
198
  * @example
184
199
  * 10
@@ -186,7 +201,9 @@ export class DescribeClusterNodePoolDetailResponseBodyInterconnectConfig extends
186
201
  bandwidth?: number;
187
202
  /**
188
203
  * @remarks
189
- * The ID of the Cloud Connect Network (CCN) instance that is associated with the enhanced edge node pool.
204
+ * [Deprecated]
205
+ *
206
+ * The CCN instance ID bound to the enhanced edge node pool.
190
207
  *
191
208
  * @example
192
209
  * ccn-qm5i0i0q9yi*******
@@ -194,7 +211,9 @@ export class DescribeClusterNodePoolDetailResponseBodyInterconnectConfig extends
194
211
  ccnId?: string;
195
212
  /**
196
213
  * @remarks
197
- * The region to which the CCN instance that is associated with the enhanced edge node pool belongs.
214
+ * [Deprecated]
215
+ *
216
+ * The region of the CCN instance bound to the enhanced edge node pool.
198
217
  *
199
218
  * @example
200
219
  * cn-shanghai
@@ -202,7 +221,9 @@ export class DescribeClusterNodePoolDetailResponseBodyInterconnectConfig extends
202
221
  ccnRegionId?: string;
203
222
  /**
204
223
  * @remarks
205
- * The ID of the Cloud Enterprise Network (CEN) instance that is associated with the enhanced edge node pool.
224
+ * [Deprecated]
225
+ *
226
+ * The CEN instance ID bound to the enhanced edge node pool.
206
227
  *
207
228
  * @example
208
229
  * cen-ey9k9nfhz0f*******
@@ -210,7 +231,9 @@ export class DescribeClusterNodePoolDetailResponseBodyInterconnectConfig extends
210
231
  cenId?: string;
211
232
  /**
212
233
  * @remarks
213
- * The subscription duration of the enhanced edge node pool. The duration is measured in months.
234
+ * [Deprecated]
235
+ *
236
+ * The subscription duration for the enhanced edge node pool. Unit: months.
214
237
  *
215
238
  * @example
216
239
  * 1
@@ -248,10 +271,11 @@ export class DescribeClusterNodePoolDetailResponseBodyInterconnectConfig extends
248
271
  export class DescribeClusterNodePoolDetailResponseBodyKubernetesConfig extends $dara.Model {
249
272
  /**
250
273
  * @remarks
251
- * 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:
274
+ * 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:
252
275
  *
253
- * * `true`: The CloudMonitor agent is installed on ECS nodes.
254
- * * `false`: The CloudMonitor agent is not installed on ECS nodes.
276
+ * - `true`: Installs Cloud Monitor on ECS nodes.
277
+ *
278
+ * - `false`: Does not install Cloud Monitor on ECS nodes.
255
279
  *
256
280
  * @example
257
281
  * true
@@ -259,10 +283,11 @@ export class DescribeClusterNodePoolDetailResponseBodyKubernetesConfig extends $
259
283
  cmsEnabled?: boolean;
260
284
  /**
261
285
  * @remarks
262
- * 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.
286
+ * The node CPU management policy. Clusters running Kubernetes 1.12.6 or later support the following policies:
287
+ *
288
+ * - `static`: Enhances CPU affinity and exclusivity for pods with specific resource characteristics.
263
289
  *
264
- * * `static`: allows pods with specific resource characteristics on the node to be granted enhanced CPU affinity and exclusivity.
265
- * * `none`: indicates that the default CPU affinity is used.
290
+ * - `none`: Uses the default CPU affinity scheme.
266
291
  *
267
292
  * @example
268
293
  * none
@@ -270,28 +295,28 @@ export class DescribeClusterNodePoolDetailResponseBodyKubernetesConfig extends $
270
295
  cpuPolicy?: string;
271
296
  /**
272
297
  * @remarks
273
- * The labels that you want to add to the nodes in the cluster. You must add labels based on the following rules:
274
- *
275
- * * A label is a case-sensitive key-value pair. You can add up to 20 labels.
276
- * * 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).
298
+ * Node labels.
277
299
  */
278
300
  labels?: Tag[];
279
301
  /**
280
302
  * @remarks
281
- * A custom node name consists of a prefix, an IP substring, and a suffix.
303
+ * Custom node naming.
282
304
  *
283
- * * 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.
284
- * * 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.
305
+ * A node name consists of three parts: prefix + IP address substring + suffix:
285
306
  *
286
- * 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.
307
+ * - 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.
308
+ *
309
+ * - The IP address substring length is the number of trailing digits taken from the node\\"s IP address. Valid values: 5–12.
310
+ *
311
+ * 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.
287
312
  *
288
313
  * @example
289
- * customized,test.,5,.com
314
+ * aliyun.com192.XX.YY.55test
290
315
  */
291
316
  nodeNameMode?: string;
292
317
  /**
293
318
  * @remarks
294
- * 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).
319
+ * 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).
295
320
  *
296
321
  * @example
297
322
  * dGhpcyBpcyBhIGV4YW1wbGU
@@ -299,28 +324,38 @@ export class DescribeClusterNodePoolDetailResponseBodyKubernetesConfig extends $
299
324
  preUserData?: string;
300
325
  /**
301
326
  * @remarks
302
- * The name of the container runtime.
327
+ * The container runtime. ACK supports the following runtimes:
328
+ *
329
+ * - containerd: Recommended. Supported in all cluster versions.
330
+ *
331
+ * - Sandboxed-Container.runv: Sandboxed container runtime with enhanced isolation. Supported in clusters up to version 1.31.
332
+ *
333
+ * - docker: Deprecated. Supported in clusters up to version 1.22.
303
334
  *
304
335
  * @example
305
- * docker
336
+ * containerd
306
337
  */
307
338
  runtime?: string;
308
339
  /**
309
340
  * @remarks
310
- * The version of the container runtime.
341
+ * The container runtime version.
311
342
  *
312
343
  * @example
313
- * 19.03.5
344
+ * 1.6.38
314
345
  */
315
346
  runtimeVersion?: string;
316
347
  /**
317
348
  * @remarks
318
- * 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/).
349
+ * 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/).
319
350
  */
320
351
  taints?: Taint[];
321
352
  /**
322
353
  * @remarks
323
- * Whether the expanded node is schedulable.
354
+ * Indicates whether newly scaled nodes are unschedulable.
355
+ *
356
+ * - true: Unschedulable.
357
+ *
358
+ * - false: Schedulable.
324
359
  *
325
360
  * @example
326
361
  * true
@@ -328,7 +363,7 @@ export class DescribeClusterNodePoolDetailResponseBodyKubernetesConfig extends $
328
363
  unschedulable?: boolean;
329
364
  /**
330
365
  * @remarks
331
- * 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).
366
+ * 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).
332
367
  *
333
368
  * @example
334
369
  * IyEvYmluL3NoCmVjaG8gIkhlbGxvIEFDSyEi
@@ -380,15 +415,29 @@ export class DescribeClusterNodePoolDetailResponseBodyKubernetesConfig extends $
380
415
  }
381
416
 
382
417
  export class DescribeClusterNodePoolDetailResponseBodyManagementAutoRepairPolicy extends $dara.Model {
418
+ /**
419
+ * @remarks
420
+ * Indicates whether manual approval is required for node repair.
421
+ *
422
+ * @example
423
+ * false
424
+ */
383
425
  approvalRequired?: boolean;
384
426
  /**
427
+ * @remarks
428
+ * The automatic repair policy ID.
429
+ *
385
430
  * @example
386
431
  * r-xxxxxxxxxx
387
432
  */
388
433
  autoRepairPolicyId?: string;
389
434
  /**
390
435
  * @remarks
391
- * Whether to allow restarting nodes.
436
+ * Indicates whether node restart is allowed. This parameter takes effect only when `auto_repair=true`.
437
+ *
438
+ * - `true`: Allows node restart.
439
+ *
440
+ * - `false`: Disallows node restart.
392
441
  *
393
442
  * @example
394
443
  * true
@@ -422,7 +471,11 @@ export class DescribeClusterNodePoolDetailResponseBodyManagementAutoRepairPolicy
422
471
  export class DescribeClusterNodePoolDetailResponseBodyManagementAutoUpgradePolicy extends $dara.Model {
423
472
  /**
424
473
  * @remarks
425
- * Whether to allow automatic upgrading of kubelet.
474
+ * Indicates whether kubelet auto-upgrade is allowed. This parameter takes effect only when `auto_upgrade=true`. Valid values:
475
+ *
476
+ * - `true`: Allows kubelet auto-upgrade.
477
+ *
478
+ * - `false`: Disallows kubelet auto-upgrade.
426
479
  *
427
480
  * @example
428
481
  * true
@@ -450,10 +503,21 @@ export class DescribeClusterNodePoolDetailResponseBodyManagementAutoUpgradePolic
450
503
  }
451
504
 
452
505
  export class DescribeClusterNodePoolDetailResponseBodyManagementAutoVulFixPolicy extends $dara.Model {
506
+ /**
507
+ * @remarks
508
+ * The packages excluded during vulnerability fixes.
509
+ *
510
+ * @example
511
+ * kernel
512
+ */
453
513
  excludePackages?: string;
454
514
  /**
455
515
  * @remarks
456
- * Whether to allow restarting nodes.
516
+ * Indicates whether node restart is allowed. This parameter takes effect only when `auto_vul_fix=true`. Valid values:
517
+ *
518
+ * - `true`: Allows node restart.
519
+ *
520
+ * - `false`: Disallows node restart.
457
521
  *
458
522
  * @example
459
523
  * true
@@ -461,7 +525,13 @@ export class DescribeClusterNodePoolDetailResponseBodyManagementAutoVulFixPolicy
461
525
  restartNode?: boolean;
462
526
  /**
463
527
  * @remarks
464
- * The vulnerability levels allowed for auto-fixing, separated by commas.
528
+ * The vulnerability levels that can be automatically fixed, separated by commas.
529
+ *
530
+ * - `asap`: High
531
+ *
532
+ * - `later`: Medium
533
+ *
534
+ * - `nntf`: Low
465
535
  *
466
536
  * @example
467
537
  * asap,nntf
@@ -495,10 +565,11 @@ export class DescribeClusterNodePoolDetailResponseBodyManagementAutoVulFixPolicy
495
565
  export class DescribeClusterNodePoolDetailResponseBodyManagementUpgradeConfig extends $dara.Model {
496
566
  /**
497
567
  * @remarks
498
- * Indicates whether auto update is enabled. Valid values:
568
+ * Indicates whether auto-upgrade is enabled. Valid values:
569
+ *
570
+ * - `true`: Enables auto-upgrade.
499
571
  *
500
- * * `true`: Auto update is enabled.
501
- * * `false`: Auto update is disabled.
572
+ * - `false`: Disables auto-upgrade.
502
573
  *
503
574
  * @example
504
575
  * true
@@ -506,7 +577,7 @@ export class DescribeClusterNodePoolDetailResponseBodyManagementUpgradeConfig ex
506
577
  autoUpgrade?: boolean;
507
578
  /**
508
579
  * @remarks
509
- * The maximum number of nodes that can be in the Unavailable state. Valid values: 1 to 1000.
580
+ * The maximum number of unavailable nodes. Valid values: [1,1000].
510
581
  *
511
582
  * Default value: 1.
512
583
  *
@@ -516,7 +587,7 @@ export class DescribeClusterNodePoolDetailResponseBodyManagementUpgradeConfig ex
516
587
  maxUnavailable?: number;
517
588
  /**
518
589
  * @remarks
519
- * The number of additional nodes.
590
+ * The number of extra nodes. Choose either this parameter or surge_percentage.
520
591
  *
521
592
  * @example
522
593
  * 5
@@ -524,7 +595,9 @@ export class DescribeClusterNodePoolDetailResponseBodyManagementUpgradeConfig ex
524
595
  surge?: number;
525
596
  /**
526
597
  * @remarks
527
- * The percentage of additional nodes to the nodes in the node pool. You must set this parameter or `surge`.
598
+ * The percentage of extra nodes. Choose either this parameter or `surge`.
599
+ *
600
+ * 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.
528
601
  *
529
602
  * @example
530
603
  * 50
@@ -558,12 +631,14 @@ export class DescribeClusterNodePoolDetailResponseBodyManagementUpgradeConfig ex
558
631
  }
559
632
 
560
633
  export class DescribeClusterNodePoolDetailResponseBodyManagement extends $dara.Model {
634
+ autoFaultDiagnosis?: boolean;
561
635
  /**
562
636
  * @remarks
563
- * Indicates whether auto repair is enabled. This parameter takes effect only when `enable=true` is specified. Valid values:
637
+ * Automatic repair. This parameter takes effect only when `enable=true`.
638
+ *
639
+ * - `true`: Enables automatic repair.
564
640
  *
565
- * * `true`: Auto repair is enabled.
566
- * * `false`: Auto repair is disabled.
641
+ * - `false`: Disables automatic repair.
567
642
  *
568
643
  * @example
569
644
  * true
@@ -571,12 +646,16 @@ export class DescribeClusterNodePoolDetailResponseBodyManagement extends $dara.M
571
646
  autoRepair?: boolean;
572
647
  /**
573
648
  * @remarks
574
- * Automatic repair node policy.
649
+ * Automatic node repair policy.
575
650
  */
576
651
  autoRepairPolicy?: DescribeClusterNodePoolDetailResponseBodyManagementAutoRepairPolicy;
577
652
  /**
578
653
  * @remarks
579
- * Whether to automatically upgrade.
654
+ * Indicates whether node auto-upgrade is enabled. This parameter takes effect only when `enable=true`.
655
+ *
656
+ * - `true`: Enables auto-upgrade.
657
+ *
658
+ * - `false`: Disables auto-upgrade.
580
659
  *
581
660
  * @example
582
661
  * true
@@ -584,12 +663,16 @@ export class DescribeClusterNodePoolDetailResponseBodyManagement extends $dara.M
584
663
  autoUpgrade?: boolean;
585
664
  /**
586
665
  * @remarks
587
- * Automatic upgrade policy.
666
+ * Auto-upgrade policy.
588
667
  */
589
668
  autoUpgradePolicy?: DescribeClusterNodePoolDetailResponseBodyManagementAutoUpgradePolicy;
590
669
  /**
591
670
  * @remarks
592
- * Whether to automatically fix CVEs.
671
+ * Indicates whether CVEs are automatically fixed. This parameter takes effect only when `enable=true`.
672
+ *
673
+ * - `true`: Enables automatic CVE fixing.
674
+ *
675
+ * - `false`: Disables automatic CVE fixing.
593
676
  *
594
677
  * @example
595
678
  * true
@@ -597,15 +680,16 @@ export class DescribeClusterNodePoolDetailResponseBodyManagement extends $dara.M
597
680
  autoVulFix?: boolean;
598
681
  /**
599
682
  * @remarks
600
- * Automatically repair CVE policies.
683
+ * Automatic CVE fix policy.
601
684
  */
602
685
  autoVulFixPolicy?: DescribeClusterNodePoolDetailResponseBodyManagementAutoVulFixPolicy;
603
686
  /**
604
687
  * @remarks
605
688
  * Indicates whether the managed node pool feature is enabled. Valid values:
606
689
  *
607
- * * `true`: The managed node pool feature is enabled.
608
- * * `false`: The managed node pool feature is disabled. Other parameters in this section take effect only when `enable=true` is specified.
690
+ * - `true`: Enables the managed node pool.
691
+ *
692
+ * - `false`: Disables the managed node pool. Other related configurations take effect only when `enable=true`.
609
693
  *
610
694
  * @example
611
695
  * true
@@ -613,11 +697,12 @@ export class DescribeClusterNodePoolDetailResponseBodyManagement extends $dara.M
613
697
  enable?: boolean;
614
698
  /**
615
699
  * @remarks
616
- * The configuration of auto update. The configuration takes effect only when `enable=true` is specified.
700
+ * Auto-upgrade configuration. This parameter takes effect only when `enable=true`.
617
701
  */
618
702
  upgradeConfig?: DescribeClusterNodePoolDetailResponseBodyManagementUpgradeConfig;
619
703
  static names(): { [key: string]: string } {
620
704
  return {
705
+ autoFaultDiagnosis: 'auto_fault_diagnosis',
621
706
  autoRepair: 'auto_repair',
622
707
  autoRepairPolicy: 'auto_repair_policy',
623
708
  autoUpgrade: 'auto_upgrade',
@@ -631,6 +716,7 @@ export class DescribeClusterNodePoolDetailResponseBodyManagement extends $dara.M
631
716
 
632
717
  static types(): { [key: string]: any } {
633
718
  return {
719
+ autoFaultDiagnosis: 'boolean',
634
720
  autoRepair: 'boolean',
635
721
  autoRepairPolicy: DescribeClusterNodePoolDetailResponseBodyManagementAutoRepairPolicy,
636
722
  autoUpgrade: 'boolean',
@@ -664,6 +750,10 @@ export class DescribeClusterNodePoolDetailResponseBodyManagement extends $dara.M
664
750
  }
665
751
 
666
752
  export class DescribeClusterNodePoolDetailResponseBodyNodeComponentsConfig extends $dara.Model {
753
+ /**
754
+ * @remarks
755
+ * Custom configuration for the node component.
756
+ */
667
757
  customConfig?: { [key: string]: string };
668
758
  static names(): { [key: string]: string } {
669
759
  return {
@@ -690,13 +780,23 @@ export class DescribeClusterNodePoolDetailResponseBodyNodeComponentsConfig exten
690
780
  }
691
781
 
692
782
  export class DescribeClusterNodePoolDetailResponseBodyNodeComponents extends $dara.Model {
783
+ /**
784
+ * @remarks
785
+ * Node component configuration.
786
+ */
693
787
  config?: DescribeClusterNodePoolDetailResponseBodyNodeComponentsConfig;
694
788
  /**
789
+ * @remarks
790
+ * The node component name.
791
+ *
695
792
  * @example
696
793
  * kubelet
697
794
  */
698
795
  name?: string;
699
796
  /**
797
+ * @remarks
798
+ * The node component version.
799
+ *
700
800
  * @example
701
801
  * 1.33.3-aliyun.1
702
802
  */
@@ -730,6 +830,10 @@ export class DescribeClusterNodePoolDetailResponseBodyNodeComponents extends $da
730
830
  }
731
831
 
732
832
  export class DescribeClusterNodePoolDetailResponseBodyNodeConfigNodeOsConfig extends $dara.Model {
833
+ /**
834
+ * @remarks
835
+ * Hugepage configuration.
836
+ */
733
837
  hugepage?: Hugepage;
734
838
  static names(): { [key: string]: string } {
735
839
  return {
@@ -758,9 +862,13 @@ export class DescribeClusterNodePoolDetailResponseBodyNodeConfigNodeOsConfig ext
758
862
  export class DescribeClusterNodePoolDetailResponseBodyNodeConfig extends $dara.Model {
759
863
  /**
760
864
  * @remarks
761
- * The configurations of the kubelet.
865
+ * Kubelet parameter settings.
762
866
  */
763
867
  kubeletConfiguration?: KubeletConfig;
868
+ /**
869
+ * @remarks
870
+ * Node OS configuration.
871
+ */
764
872
  nodeOsConfig?: DescribeClusterNodePoolDetailResponseBodyNodeConfigNodeOsConfig;
765
873
  static names(): { [key: string]: string } {
766
874
  return {
@@ -797,12 +905,16 @@ export class DescribeClusterNodePoolDetailResponseBodyNodepoolInfo extends $dara
797
905
  * The time when the node pool was created.
798
906
  *
799
907
  * @example
800
- * 2020-09-27T19:14:09.156823496+08:00
908
+ * 2025-04-10T14:25:37.285530433+08:00
801
909
  */
802
910
  created?: string;
803
911
  /**
804
912
  * @remarks
805
- * 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.
913
+ * Indicates whether this is the default node pool. A cluster usually has only one default node pool. Valid values:
914
+ *
915
+ * - `true`: Default node pool.
916
+ *
917
+ * - `false`: Non-default node pool.
806
918
  *
807
919
  * @example
808
920
  * true
@@ -810,9 +922,7 @@ export class DescribeClusterNodePoolDetailResponseBodyNodepoolInfo extends $dara
810
922
  isDefault?: boolean;
811
923
  /**
812
924
  * @remarks
813
- * The name of the node pool.
814
- *
815
- * The name must be 1 to 63 characters in length, and can contain digits, letters, and hyphens (-). It cannot start with a hyphen (-).
925
+ * The node pool name.
816
926
  *
817
927
  * @example
818
928
  * default-nodepool
@@ -836,7 +946,7 @@ export class DescribeClusterNodePoolDetailResponseBodyNodepoolInfo extends $dara
836
946
  regionId?: string;
837
947
  /**
838
948
  * @remarks
839
- * The ID of the resource group.
949
+ * The resource group ID.
840
950
  *
841
951
  * @example
842
952
  * rg-acfmyvw3wjmb****
@@ -844,7 +954,13 @@ export class DescribeClusterNodePoolDetailResponseBodyNodepoolInfo extends $dara
844
954
  resourceGroupId?: string;
845
955
  /**
846
956
  * @remarks
847
- * The type of node pool.
957
+ * The node pool type.
958
+ *
959
+ * - `ess`: Standard node pool (supports managed features and automatic scaling).
960
+ *
961
+ * - `edge`: Edge node pool.
962
+ *
963
+ * - `lingjun`: Lingjun node pool.
848
964
  *
849
965
  * @example
850
966
  * ess
@@ -855,7 +971,7 @@ export class DescribeClusterNodePoolDetailResponseBodyNodepoolInfo extends $dara
855
971
  * The time when the node pool was last updated.
856
972
  *
857
973
  * @example
858
- * 2020-09-27T20:37:46+08:00
974
+ * 2025-04-15T15:39:45.41+08:00
859
975
  */
860
976
  updated?: string;
861
977
  static names(): { [key: string]: string } {
@@ -896,7 +1012,7 @@ export class DescribeClusterNodePoolDetailResponseBodyNodepoolInfo extends $dara
896
1012
  export class DescribeClusterNodePoolDetailResponseBodyScalingGroupPrivatePoolOptions extends $dara.Model {
897
1013
  /**
898
1014
  * @remarks
899
- * The ID of the private node pool.
1015
+ * The private node pool ID.
900
1016
  *
901
1017
  * @example
902
1018
  * eap-bp67acfmxazb4****
@@ -904,11 +1020,13 @@ export class DescribeClusterNodePoolDetailResponseBodyScalingGroupPrivatePoolOpt
904
1020
  id?: string;
905
1021
  /**
906
1022
  * @remarks
907
- * 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:
1023
+ * 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:
1024
+ *
1025
+ * - `Open`: Open mode. Automatically matches open-type private pool capacity. If no matching private pool capacity is available, uses public pool resources.
908
1026
  *
909
- * * `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.
910
- * * `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.
911
- * * `None`: no private node pool is used. The resources of private node pools are not used to launch the instances.
1027
+ * - `Target`: Target mode. Uses the specified private pool capacity. If the capacity is unavailable, instance creation fails.
1028
+ *
1029
+ * - `None`: None mode. Does not use private pool capacity.
912
1030
  *
913
1031
  * @example
914
1032
  * Open
@@ -938,8 +1056,18 @@ export class DescribeClusterNodePoolDetailResponseBodyScalingGroupPrivatePoolOpt
938
1056
  }
939
1057
 
940
1058
  export class DescribeClusterNodePoolDetailResponseBodyScalingGroupResourcePoolOptions extends $dara.Model {
1059
+ /**
1060
+ * @remarks
1061
+ * The list of private pool IDs.
1062
+ */
941
1063
  privatePoolIds?: string[];
942
1064
  /**
1065
+ * @remarks
1066
+ * The resource pool strategy used when creating instances. Valid values:
1067
+ * PrivatePoolFirst: Private pool first.
1068
+ * PrivatePoolOnly: Private pool only.
1069
+ * None: Do not use resource pool strategy.
1070
+ *
943
1071
  * @example
944
1072
  * PrivatePoolFirst
945
1073
  */
@@ -973,7 +1101,7 @@ export class DescribeClusterNodePoolDetailResponseBodyScalingGroupResourcePoolOp
973
1101
  export class DescribeClusterNodePoolDetailResponseBodyScalingGroupSpotPriceLimit extends $dara.Model {
974
1102
  /**
975
1103
  * @remarks
976
- * The instance type of the preemptible instances.
1104
+ * The spot instance type.
977
1105
  *
978
1106
  * @example
979
1107
  * ecs.c6.large
@@ -981,7 +1109,15 @@ export class DescribeClusterNodePoolDetailResponseBodyScalingGroupSpotPriceLimit
981
1109
  instanceType?: string;
982
1110
  /**
983
1111
  * @remarks
984
- * The price cap of a preemptible instance of the type.
1112
+ * The market price per instance.
1113
+ *
1114
+ * <props="china">
1115
+ *
1116
+ * Unit: CNY/hour.
1117
+ *
1118
+ *
1119
+ *
1120
+ * <props="intl">
985
1121
  *
986
1122
  * Unit: USD/hour.
987
1123
  *
@@ -1015,10 +1151,11 @@ export class DescribeClusterNodePoolDetailResponseBodyScalingGroupSpotPriceLimit
1015
1151
  export class DescribeClusterNodePoolDetailResponseBodyScalingGroup extends $dara.Model {
1016
1152
  /**
1017
1153
  * @remarks
1018
- * 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:
1154
+ * Indicates whether auto-renewal is enabled for nodes. This parameter is valid only when `instance_charge_type` is set to `PrePaid`. Valid values:
1155
+ *
1156
+ * - `true`: Enables auto-renewal.
1019
1157
  *
1020
- * * `true`: Auto-renewal is enabled.
1021
- * * `false`: Auto-renewal is disabled.
1158
+ * - `false`: Disables auto-renewal.
1022
1159
  *
1023
1160
  * @example
1024
1161
  * false
@@ -1026,9 +1163,11 @@ export class DescribeClusterNodePoolDetailResponseBodyScalingGroup extends $dara
1026
1163
  autoRenew?: boolean;
1027
1164
  /**
1028
1165
  * @remarks
1029
- * The duration of the auto-renewal. This parameter takes effect and is required only when `instance_charge_type` is set to `PrePaid`.
1166
+ * The auto-renewal duration per cycle. Valid values:
1030
1167
  *
1031
- * If you specify `PeriodUnit=Month`, the valid values are 1, 2, 3, 6, and 12.
1168
+ * - If PeriodUnit=Week: 1, 2, 3.
1169
+ *
1170
+ * - If PeriodUnit=Month: 1, 2, 3, 6, 12, 24, 36, 48, 60.
1032
1171
  *
1033
1172
  * @example
1034
1173
  * 1
@@ -1036,7 +1175,7 @@ export class DescribeClusterNodePoolDetailResponseBodyScalingGroup extends $dara
1036
1175
  autoRenewPeriod?: number;
1037
1176
  /**
1038
1177
  * @remarks
1039
- * [**Deprecated**] Please use the parameter security_hardening_os instead.
1178
+ * [Deprecated] Use the security_hardening_os parameter instead.
1040
1179
  *
1041
1180
  * @example
1042
1181
  * false
@@ -1046,10 +1185,11 @@ export class DescribeClusterNodePoolDetailResponseBodyScalingGroup extends $dara
1046
1185
  cisEnabled?: boolean;
1047
1186
  /**
1048
1187
  * @remarks
1049
- * 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:
1188
+ * 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:
1189
+ *
1190
+ * - `true`: Allows automatic creation of pay-as-you-go instances to meet the required number of ECS instances.
1050
1191
  *
1051
- * * `true`: Pay-as-you-go instances are automatically created to meet the required number of ECS instances if preemptible instances cannot be created.
1052
- * * `false`: Pay-as-you-go instances are not automatically created to meet the required number of ECS instances if preemptible instances cannot be created.
1192
+ * - `false`: Disallows automatic creation of pay-as-you-go instances.
1053
1193
  *
1054
1194
  * @example
1055
1195
  * true
@@ -1057,12 +1197,12 @@ export class DescribeClusterNodePoolDetailResponseBodyScalingGroup extends $dara
1057
1197
  compensateWithOnDemand?: boolean;
1058
1198
  /**
1059
1199
  * @remarks
1060
- * 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.
1200
+ * Configuration for node data disks, including type and size.
1061
1201
  */
1062
1202
  dataDisks?: DataDisk[];
1063
1203
  /**
1064
1204
  * @remarks
1065
- * The ID of the deployment set to which the ECS instances in the node pool belong.
1205
+ * The deployment set ID.
1066
1206
  *
1067
1207
  * @example
1068
1208
  * ds-bp1d19mmbsv3jf6xxxxx
@@ -1070,54 +1210,87 @@ export class DescribeClusterNodePoolDetailResponseBodyScalingGroup extends $dara
1070
1210
  deploymentsetId?: string;
1071
1211
  /**
1072
1212
  * @remarks
1073
- * The expected number of nodes in the node pool.
1213
+ * The desired number of nodes in the node pool.
1074
1214
  *
1075
1215
  * @example
1076
1216
  * 2
1077
1217
  */
1078
1218
  desiredSize?: number;
1219
+ /**
1220
+ * @remarks
1221
+ * Block device initialization configuration.
1222
+ */
1079
1223
  diskInit?: DiskInit[];
1080
1224
  /**
1081
1225
  * @remarks
1082
- * The ID of the custom image. You can call the `DescribeKubernetesVersionMetadata` operation to query the images supported by ACK.
1226
+ * The custom image ID.
1083
1227
  *
1084
1228
  * @example
1085
- * aliyun_2_1903_x64_20G_alibase_20200529.vhd
1229
+ * aliyun_3_x64_20G_alibase_20241218.vhd
1086
1230
  */
1087
1231
  imageId?: string;
1088
1232
  /**
1089
1233
  * @remarks
1090
- * Operating system image type.
1234
+ * The OS image type.
1235
+ *
1236
+ * - `AliyunLinux`: Alinux2 image.
1237
+ *
1238
+ * - `AliyunLinuxSecurity`: Alinux2 UEFI image.
1239
+ *
1240
+ * - `AliyunLinux3`: Alinux3 image.
1241
+ *
1242
+ * - `AliyunLinux3Arm64`: Alinux3 ARM image.
1243
+ *
1244
+ * - `AliyunLinux3Security`: Alinux3 UEFI image.
1245
+ *
1246
+ * - `CentOS`: CentOS image.
1247
+ *
1248
+ * - `Windows`: Windows image.
1249
+ *
1250
+ * - `WindowsCore`: WindowsCore image.
1251
+ *
1252
+ * - `ContainerOS`: Container-optimized image.
1253
+ *
1254
+ * - `AliyunLinux3ContainerOptimized`: Alinux3 container-optimized image.
1091
1255
  *
1092
1256
  * @example
1093
- * AliyunLinux
1257
+ * AliyunLinux3
1094
1258
  */
1095
1259
  imageType?: string;
1096
1260
  /**
1097
1261
  * @remarks
1098
- * The billing method of the nodes in the node pool. Valid values:
1262
+ * The billing method for nodes in the node pool. Valid values:
1263
+ *
1264
+ * - `PrePaid`: Subscription.
1099
1265
  *
1100
- * * `PrePaid`: the subscription billing method.
1101
- * * `PostPaid`: the pay-as-you-go billing method.
1266
+ * - `PostPaid`: Pay-as-you-go.
1102
1267
  *
1103
1268
  * @example
1104
1269
  * PostPaid
1105
1270
  */
1106
1271
  instanceChargeType?: string;
1272
+ /**
1273
+ * @remarks
1274
+ * ECS instance metadata access configuration.
1275
+ */
1107
1276
  instanceMetadataOptions?: InstanceMetadataOptions;
1108
1277
  /**
1109
1278
  * @remarks
1110
- * The instance properties.
1279
+ * Instance attribute configuration.
1111
1280
  */
1112
1281
  instancePatterns?: InstancePatterns[];
1113
1282
  /**
1114
1283
  * @remarks
1115
- * 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.
1284
+ * The list of node instance types.
1116
1285
  */
1117
1286
  instanceTypes?: string[];
1118
1287
  /**
1119
1288
  * @remarks
1120
- * The billing method of the public IP address of the node.
1289
+ * The billing method for public network bandwidth of node public IP addresses.
1290
+ *
1291
+ * - PayByBandwidth: Pay-by-bandwidth.
1292
+ *
1293
+ * - PayByTraffic: Pay-by-traffic.
1121
1294
  *
1122
1295
  * @example
1123
1296
  * PayByBandwidth
@@ -1125,7 +1298,7 @@ export class DescribeClusterNodePoolDetailResponseBodyScalingGroup extends $dara
1125
1298
  internetChargeType?: string;
1126
1299
  /**
1127
1300
  * @remarks
1128
- * The maximum outbound bandwidth of the public IP address of the node. Unit: Mbit/s. Valid values: 1 to 100.
1301
+ * The maximum outbound bandwidth for node public IP addresses. Unit: Mbps. Valid values: 1100.
1129
1302
  *
1130
1303
  * @example
1131
1304
  * 10
@@ -1133,7 +1306,7 @@ export class DescribeClusterNodePoolDetailResponseBodyScalingGroup extends $dara
1133
1306
  internetMaxBandwidthOut?: number;
1134
1307
  /**
1135
1308
  * @remarks
1136
- * 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.
1309
+ * The key pair name. Choose either this parameter or `login_password`. For managed node pools, only `key_pair` is supported.
1137
1310
  *
1138
1311
  * @example
1139
1312
  * pro-nodepool
@@ -1141,7 +1314,11 @@ export class DescribeClusterNodePoolDetailResponseBodyScalingGroup extends $dara
1141
1314
  keyPair?: string;
1142
1315
  /**
1143
1316
  * @remarks
1144
- * Whether the popped ECS instance uses a non-root user for login.
1317
+ * Indicates whether ECS instances use a non-root user for logon.
1318
+ *
1319
+ * - true: Log on as the non-root user (ecs-user).
1320
+ *
1321
+ * - false: Log on as the root user.
1145
1322
  *
1146
1323
  * @example
1147
1324
  * true
@@ -1149,9 +1326,9 @@ export class DescribeClusterNodePoolDetailResponseBodyScalingGroup extends $dara
1149
1326
  loginAsNonRoot?: boolean;
1150
1327
  /**
1151
1328
  * @remarks
1152
- * 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.
1329
+ * 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.
1153
1330
  *
1154
- * For security purposes, the returned password is encrypted.
1331
+ * For security reasons, the returned password is encrypted.
1155
1332
  *
1156
1333
  * @example
1157
1334
  * ********
@@ -1159,17 +1336,15 @@ export class DescribeClusterNodePoolDetailResponseBodyScalingGroup extends $dara
1159
1336
  loginPassword?: string;
1160
1337
  /**
1161
1338
  * @remarks
1162
- * The ECS instance scaling policy for a multi-zone scaling group. Valid values:
1163
- *
1164
- * * `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.
1339
+ * The scaling policy for multi-zone scaling groups. Valid values:
1165
1340
  *
1166
- * * `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.
1341
+ * - `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.
1167
1342
  *
1168
- * **
1343
+ * - `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.
1169
1344
  *
1170
- * **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.
1345
+ * > `COST_OPTIMIZED` takes effect only when multiple instance types or spot instances are configured.
1171
1346
  *
1172
- * * `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).
1347
+ * - `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).
1173
1348
  *
1174
1349
  * Default value: `PRIORITY`.
1175
1350
  *
@@ -1179,7 +1354,7 @@ export class DescribeClusterNodePoolDetailResponseBodyScalingGroup extends $dara
1179
1354
  multiAzPolicy?: string;
1180
1355
  /**
1181
1356
  * @remarks
1182
- * 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.
1357
+ * 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.
1183
1358
  *
1184
1359
  * @example
1185
1360
  * 0
@@ -1187,7 +1362,7 @@ export class DescribeClusterNodePoolDetailResponseBodyScalingGroup extends $dara
1187
1362
  onDemandBaseCapacity?: number;
1188
1363
  /**
1189
1364
  * @remarks
1190
- * 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.
1365
+ * 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].
1191
1366
  *
1192
1367
  * @example
1193
1368
  * 20
@@ -1195,9 +1370,11 @@ export class DescribeClusterNodePoolDetailResponseBodyScalingGroup extends $dara
1195
1370
  onDemandPercentageAboveBaseCapacity?: number;
1196
1371
  /**
1197
1372
  * @remarks
1198
- * The subscription duration of worker nodes. This parameter takes effect and is required only when `instance_charge_type` is set to `PrePaid`.
1373
+ * The subscription duration for nodes. This parameter is required and valid only when `instance_charge_type` is set to `PrePaid`.
1374
+ *
1375
+ * - If `period_unit=Week`, valid values for `period` are {1, 2, 3, 4}.
1199
1376
  *
1200
- * If `PeriodUnit=Month` is specified, the valid values are 1, 2, 3, 6, 12, 24, 36, 48, and 60.
1377
+ * - If `period_unit=Month`, valid values for `period` are {1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 24, 36, 48, 60}.
1201
1378
  *
1202
1379
  * @example
1203
1380
  * 0
@@ -1205,9 +1382,11 @@ export class DescribeClusterNodePoolDetailResponseBodyScalingGroup extends $dara
1205
1382
  period?: number;
1206
1383
  /**
1207
1384
  * @remarks
1208
- * The billing cycle of the nodes. This parameter is required if `instance_charge_type` is set to `PrePaid`.
1385
+ * The billing cycle for nodes. Specify this parameter when `instance_charge_type` is set to `PrePaid`.
1209
1386
  *
1210
- * Valid value: `Month`.
1387
+ * - `Month`: Billed monthly.
1388
+ *
1389
+ * - `Week`: Billed weekly.
1211
1390
  *
1212
1391
  * @example
1213
1392
  * Month
@@ -1215,12 +1394,15 @@ export class DescribeClusterNodePoolDetailResponseBodyScalingGroup extends $dara
1215
1394
  periodUnit?: string;
1216
1395
  /**
1217
1396
  * @remarks
1218
- * The release version of the operating system. Valid values:
1397
+ * The OS distribution. Valid values:
1398
+ *
1399
+ * - `CentOS`
1400
+ *
1401
+ * - `AliyunLinux`
1219
1402
  *
1220
- * * `CentOS`
1221
- * * `AliyunLinux`
1222
- * * `Windows`
1223
- * * `WindowsCore`
1403
+ * - `Windows`
1404
+ *
1405
+ * - `WindowsCore`
1224
1406
  *
1225
1407
  * @example
1226
1408
  * AliyunLinux
@@ -1228,12 +1410,12 @@ export class DescribeClusterNodePoolDetailResponseBodyScalingGroup extends $dara
1228
1410
  platform?: string;
1229
1411
  /**
1230
1412
  * @remarks
1231
- * The configuration of the private node pool.
1413
+ * Private node pool configuration.
1232
1414
  */
1233
1415
  privatePoolOptions?: DescribeClusterNodePoolDetailResponseBodyScalingGroupPrivatePoolOptions;
1234
1416
  /**
1235
1417
  * @remarks
1236
- * 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.
1418
+ * [Deprecated] Use ram_role_name instead.
1237
1419
  *
1238
1420
  * @example
1239
1421
  * KubernetesWorkerRole-021dc54f-929b-437a-8ae0-34c24d3e****
@@ -1241,7 +1423,7 @@ export class DescribeClusterNodePoolDetailResponseBodyScalingGroup extends $dara
1241
1423
  ramPolicy?: string;
1242
1424
  /**
1243
1425
  * @remarks
1244
- * Worker RAM role name.
1426
+ * The Worker RAM role name.
1245
1427
  *
1246
1428
  * @example
1247
1429
  * KubernetesWorkerRole-4a4fa089-80c1-48a5-b3c6-9349311f****
@@ -1249,13 +1431,17 @@ export class DescribeClusterNodePoolDetailResponseBodyScalingGroup extends $dara
1249
1431
  ramRoleName?: string;
1250
1432
  /**
1251
1433
  * @remarks
1252
- * After you specify the list of RDS instances, the ECS instances in the cluster are automatically added to the whitelist of the RDS instances.
1434
+ * If RDS instances are specified, the ECS nodes of the cluster are automatically added to the RDS whitelist.
1253
1435
  */
1254
1436
  rdsInstances?: string[];
1437
+ /**
1438
+ * @remarks
1439
+ * The resource pool and strategy used when creating instances.
1440
+ */
1255
1441
  resourcePoolOptions?: DescribeClusterNodePoolDetailResponseBodyScalingGroupResourcePoolOptions;
1256
1442
  /**
1257
1443
  * @remarks
1258
- * The ID of the scaling group.
1444
+ * The scaling group ID.
1259
1445
  *
1260
1446
  * @example
1261
1447
  * asg-2zeieod8giqmov7z****
@@ -1263,10 +1449,11 @@ export class DescribeClusterNodePoolDetailResponseBodyScalingGroup extends $dara
1263
1449
  scalingGroupId?: string;
1264
1450
  /**
1265
1451
  * @remarks
1266
- * The scaling mode of the scaling group. Valid values:
1452
+ * The scaling group mode. Valid values:
1453
+ *
1454
+ * - `release`: Standard mode. Scales by creating or releasing ECS instances based on resource usage.
1267
1455
  *
1268
- * * `release`: the standard mode. ECS instances are created and released based on resource usage.
1269
- * * `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.
1456
+ * - `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).
1270
1457
  *
1271
1458
  * @example
1272
1459
  * release
@@ -1274,7 +1461,7 @@ export class DescribeClusterNodePoolDetailResponseBodyScalingGroup extends $dara
1274
1461
  scalingPolicy?: string;
1275
1462
  /**
1276
1463
  * @remarks
1277
- * 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.
1464
+ * The security group ID for the node pool. If multiple security groups are bound, this value is the first ID in `security_group_ids`.
1278
1465
  *
1279
1466
  * @example
1280
1467
  * sg-2ze60ockeekspl3d****
@@ -1282,14 +1469,16 @@ export class DescribeClusterNodePoolDetailResponseBodyScalingGroup extends $dara
1282
1469
  securityGroupId?: string;
1283
1470
  /**
1284
1471
  * @remarks
1285
- * The IDs of the security groups to which the node pool is added.
1472
+ * The list of security group IDs for the node pool.
1286
1473
  */
1287
1474
  securityGroupIds?: string[];
1288
1475
  /**
1289
1476
  * @remarks
1290
- * Alibaba Cloud OS security hardening. Values:
1291
- * - `true`: Enable Alibaba Cloud OS security hardening.
1292
- * - `false`: Do not enable Alibaba Cloud OS security hardening.
1477
+ * Alibaba Cloud OS security hardening. Valid values:
1478
+ *
1479
+ * - `true`: Enables Alibaba Cloud OS security hardening.
1480
+ *
1481
+ * - `false`: Disables Alibaba Cloud OS security hardening.
1293
1482
  *
1294
1483
  * Default value: `false`.
1295
1484
  *
@@ -1299,7 +1488,7 @@ export class DescribeClusterNodePoolDetailResponseBodyScalingGroup extends $dara
1299
1488
  securityHardeningOs?: boolean;
1300
1489
  /**
1301
1490
  * @remarks
1302
- * 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.
1491
+ * 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.
1303
1492
  *
1304
1493
  * @example
1305
1494
  * false
@@ -1307,7 +1496,7 @@ export class DescribeClusterNodePoolDetailResponseBodyScalingGroup extends $dara
1307
1496
  socEnabled?: boolean;
1308
1497
  /**
1309
1498
  * @remarks
1310
- * 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.
1499
+ * The number of available instance types. The scaling group creates spot instances evenly across the lowest-cost instance types. Valid values: [1,10].
1311
1500
  *
1312
1501
  * @example
1313
1502
  * 5
@@ -1315,10 +1504,11 @@ export class DescribeClusterNodePoolDetailResponseBodyScalingGroup extends $dara
1315
1504
  spotInstancePools?: number;
1316
1505
  /**
1317
1506
  * @remarks
1318
- * 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:
1507
+ * 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:
1508
+ *
1509
+ * - `true`: Enables replenishment.
1319
1510
  *
1320
- * * `true`: Supplementation of preemptible instances is enabled.
1321
- * * `false`: Supplementation of preemptible instances is disabled.
1511
+ * - `false`: Disables replenishment.
1322
1512
  *
1323
1513
  * @example
1324
1514
  * false
@@ -1326,18 +1516,20 @@ export class DescribeClusterNodePoolDetailResponseBodyScalingGroup extends $dara
1326
1516
  spotInstanceRemedy?: boolean;
1327
1517
  /**
1328
1518
  * @remarks
1329
- * The bid configurations of preemptible instances.
1519
+ * Spot instance price range configuration.
1330
1520
  */
1331
1521
  spotPriceLimit?: DescribeClusterNodePoolDetailResponseBodyScalingGroupSpotPriceLimit[];
1332
1522
  /**
1333
1523
  * @remarks
1334
- * The type of preemptible instance. Valid values:
1524
+ * The spot instance type. Valid values:
1525
+ *
1526
+ * - NoSpot: On-demand instance.
1335
1527
  *
1336
- * * NoSpot: a non-preemptible instance.
1337
- * * SpotWithPriceLimit: a preemptible instance that is configured with the highest bid price.
1338
- * * SpotAsPriceGo: a preemptible instance for which the system automatically bids based on the current market price.
1528
+ * - SpotWithPriceLimit: Sets a maximum price for spot instances.
1339
1529
  *
1340
- * For more information, see [Preemptible instances](https://help.aliyun.com/document_detail/157759.html).
1530
+ * - SpotAsPriceGo: Uses the current market price.
1531
+ *
1532
+ * For more information, see [Spot instances](https://help.aliyun.com/document_detail/157759.html).
1341
1533
  *
1342
1534
  * @example
1343
1535
  * NoSpot
@@ -1345,12 +1537,13 @@ export class DescribeClusterNodePoolDetailResponseBodyScalingGroup extends $dara
1345
1537
  spotStrategy?: string;
1346
1538
  /**
1347
1539
  * @remarks
1348
- * Indicates whether to enable the burst feature for the system disk. Valid values:
1540
+ * Indicates whether burst performance is enabled for the system disk. Valid values:
1541
+ *
1542
+ * - true: Enabled. When facing sudden read/write pressure from variable workloads, the disk temporarily boosts performance until the workload stabilizes.
1349
1543
  *
1350
- * * 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.
1351
- * * false: does not enable the burst feature for the system disk.
1544
+ * - false: Disabled.
1352
1545
  *
1353
- * 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).
1546
+ * 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).
1354
1547
  *
1355
1548
  * @example
1356
1549
  * true
@@ -1358,30 +1551,22 @@ export class DescribeClusterNodePoolDetailResponseBodyScalingGroup extends $dara
1358
1551
  systemDiskBurstingEnabled?: boolean;
1359
1552
  /**
1360
1553
  * @remarks
1361
- * 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:
1362
- *
1363
- * * `cloud`: basic disk.
1364
- * * `cloud_efficiency`: ultra disk.
1365
- * * `cloud_ssd`: standard SSD.
1366
- * * `cloud_essd`: Enterprise SSD (ESSD).
1367
- * * `cloud_auto`: ESSD AutoPL disk.
1368
- * * `cloud_essd_entry`: ESSD Entry disk.
1369
- *
1370
- * Default value: `cloud_efficiency`.
1554
+ * 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.
1371
1555
  */
1372
1556
  systemDiskCategories?: string[];
1373
1557
  /**
1374
1558
  * @remarks
1375
- * The system disk type. Valid values:
1559
+ * The system disk type for nodes. Valid values:
1560
+ *
1561
+ * - `cloud_efficiency`: Ultra disk.
1562
+ *
1563
+ * - `cloud_ssd`: Standard SSD.
1376
1564
  *
1377
- * * `cloud`: basic disk
1378
- * * `cloud_efficiency`: ultra disk
1379
- * * `cloud_ssd`: standard SSD
1380
- * * `cloud_essd`: Enterprise SSD (ESSD)
1381
- * * `cloud_auto`: ESSD AutoPL disk
1382
- * * `cloud_essd_entry`: ESSD Entry disk
1565
+ * - `cloud_essd`: ESSD.
1383
1566
  *
1384
- * Default value: `cloud_efficiency`.
1567
+ * - `cloud_auto`: ESSD AutoPL.
1568
+ *
1569
+ * - `cloud_essd_entry`: ESSD Entry.
1385
1570
  *
1386
1571
  * @example
1387
1572
  * cloud_efficiency
@@ -1389,7 +1574,7 @@ export class DescribeClusterNodePoolDetailResponseBodyScalingGroup extends $dara
1389
1574
  systemDiskCategory?: string;
1390
1575
  /**
1391
1576
  * @remarks
1392
- * The encryption algorithm that is used to encrypt the system disk. Set the value to aes-256.
1577
+ * The encryption algorithm used for the system disk. Valid value: aes-256.
1393
1578
  *
1394
1579
  * @example
1395
1580
  * aes-256
@@ -1397,10 +1582,11 @@ export class DescribeClusterNodePoolDetailResponseBodyScalingGroup extends $dara
1397
1582
  systemDiskEncryptAlgorithm?: string;
1398
1583
  /**
1399
1584
  * @remarks
1400
- * Specifies whether to encrypt the system disk. Valid values: Valid values:
1585
+ * Indicates whether the system disk is encrypted. Valid values:
1586
+ *
1587
+ * - `true`: Encrypted.
1401
1588
  *
1402
- * * `true`: encrypts the system disk.
1403
- * * `false`: does not encrypt the system disk.
1589
+ * - `false`: Not encrypted.
1404
1590
  *
1405
1591
  * @example
1406
1592
  * false
@@ -1408,7 +1594,7 @@ export class DescribeClusterNodePoolDetailResponseBodyScalingGroup extends $dara
1408
1594
  systemDiskEncrypted?: boolean;
1409
1595
  /**
1410
1596
  * @remarks
1411
- * System disk\\"s KMS key ID.
1597
+ * The KMS key ID used for the system disk.
1412
1598
  *
1413
1599
  * @example
1414
1600
  * 0e478b7a-4262-4802-b8cb-00d3fb40****
@@ -1416,7 +1602,15 @@ export class DescribeClusterNodePoolDetailResponseBodyScalingGroup extends $dara
1416
1602
  systemDiskKmsKeyId?: string;
1417
1603
  /**
1418
1604
  * @remarks
1419
- * 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).
1605
+ * 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).
1606
+ *
1607
+ * - PL0: Moderate I/O performance with stable read/write latency.
1608
+ *
1609
+ * - PL1: Moderate I/O performance with stable read/write latency.
1610
+ *
1611
+ * - PL2: High I/O performance with stable read/write latency.
1612
+ *
1613
+ * - PL3: Extremely high I/O performance with very stable read/write latency.
1420
1614
  *
1421
1615
  * @example
1422
1616
  * PL1
@@ -1424,7 +1618,11 @@ export class DescribeClusterNodePoolDetailResponseBodyScalingGroup extends $dara
1424
1618
  systemDiskPerformanceLevel?: string;
1425
1619
  /**
1426
1620
  * @remarks
1427
- * Pre-configured read and write IOPS for the system disk of the node, configured when the disk type is cloud_auto.
1621
+ * The provisioned read/write IOPS for the system disk.
1622
+ *
1623
+ * Valid values: 0 to min{50,000, 1000 × capacity − baseline performance}. Baseline performance = min{1,800 + 50 × capacity, 50,000}.
1624
+ *
1625
+ * 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).
1428
1626
  *
1429
1627
  * @example
1430
1628
  * 1000
@@ -1432,27 +1630,30 @@ export class DescribeClusterNodePoolDetailResponseBodyScalingGroup extends $dara
1432
1630
  systemDiskProvisionedIops?: number;
1433
1631
  /**
1434
1632
  * @remarks
1435
- * The system disk size of a node. Unit: GiB.
1633
+ * The system disk size for nodes. Unit: GiB.
1436
1634
  *
1437
- * Valid values: 20 to 500.
1635
+ * Valid values: [20,2048].
1438
1636
  *
1439
1637
  * @example
1440
1638
  * 120
1441
1639
  */
1442
1640
  systemDiskSize?: number;
1443
- systemDiskSnapshotPolicyId?: string;
1444
1641
  /**
1445
1642
  * @remarks
1446
- * The labels that you want to add only to ECS instances.
1643
+ * The system disk snapshot policy.
1447
1644
  *
1448
- * 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://.
1645
+ * @example
1646
+ * sp-bp11g8z59rawcud9****
1647
+ */
1648
+ systemDiskSnapshotPolicyId?: string;
1649
+ /**
1650
+ * @remarks
1651
+ * ECS instance tags.
1449
1652
  */
1450
1653
  tags?: Tag[];
1451
1654
  /**
1452
1655
  * @remarks
1453
- * The IDs of vSwitches. You can specify 1 to 20 vSwitches.
1454
- *
1455
- * > We recommend that you select vSwitches in different zones to ensure high availability.
1656
+ * The list of virtual switch IDs.
1456
1657
  */
1457
1658
  vswitchIds?: string[];
1458
1659
  static names(): { [key: string]: string } {
@@ -1618,10 +1819,45 @@ export class DescribeClusterNodePoolDetailResponseBodyScalingGroup extends $dara
1618
1819
  }
1619
1820
 
1620
1821
  export class DescribeClusterNodePoolDetailResponseBodyStatusConditions extends $dara.Model {
1822
+ /**
1823
+ * @remarks
1824
+ * The last time the condition changed.
1825
+ *
1826
+ * @example
1827
+ * 20**-**-30T10:39:00+08:00
1828
+ */
1621
1829
  lastTransitionTime?: string;
1830
+ /**
1831
+ * @remarks
1832
+ * Detailed information.
1833
+ *
1834
+ * @example
1835
+ * AutoUpgradeDisabled
1836
+ */
1622
1837
  message?: string;
1838
+ /**
1839
+ * @remarks
1840
+ * The reason for the condition.
1841
+ *
1842
+ * @example
1843
+ * UpgradeDisabled
1844
+ */
1623
1845
  reason?: string;
1846
+ /**
1847
+ * @remarks
1848
+ * The condition status.
1849
+ *
1850
+ * @example
1851
+ * True
1852
+ */
1624
1853
  status?: string;
1854
+ /**
1855
+ * @remarks
1856
+ * The condition type.
1857
+ *
1858
+ * @example
1859
+ * ImageUpgradeReady
1860
+ */
1625
1861
  type?: string;
1626
1862
  static names(): { [key: string]: string } {
1627
1863
  return {
@@ -1653,6 +1889,10 @@ export class DescribeClusterNodePoolDetailResponseBodyStatusConditions extends $
1653
1889
  }
1654
1890
 
1655
1891
  export class DescribeClusterNodePoolDetailResponseBodyStatus extends $dara.Model {
1892
+ /**
1893
+ * @remarks
1894
+ * The current conditions of the node pool, representing its status across different dimensions.
1895
+ */
1656
1896
  conditions?: DescribeClusterNodePoolDetailResponseBodyStatusConditions[];
1657
1897
  /**
1658
1898
  * @remarks
@@ -1672,7 +1912,7 @@ export class DescribeClusterNodePoolDetailResponseBodyStatus extends $dara.Model
1672
1912
  healthyNodes?: number;
1673
1913
  /**
1674
1914
  * @remarks
1675
- * The number of nodes that are being created.
1915
+ * The number of nodes being created.
1676
1916
  *
1677
1917
  * @example
1678
1918
  * 0
@@ -1688,7 +1928,7 @@ export class DescribeClusterNodePoolDetailResponseBodyStatus extends $dara.Model
1688
1928
  offlineNodes?: number;
1689
1929
  /**
1690
1930
  * @remarks
1691
- * The number of nodes that are being removed.
1931
+ * The number of nodes being removed.
1692
1932
  *
1693
1933
  * @example
1694
1934
  * 0
@@ -1696,7 +1936,7 @@ export class DescribeClusterNodePoolDetailResponseBodyStatus extends $dara.Model
1696
1936
  removingNodes?: number;
1697
1937
  /**
1698
1938
  * @remarks
1699
- * The number of running nodes.
1939
+ * The number of working nodes.
1700
1940
  *
1701
1941
  * @example
1702
1942
  * 3
@@ -1704,13 +1944,17 @@ export class DescribeClusterNodePoolDetailResponseBodyStatus extends $dara.Model
1704
1944
  servingNodes?: number;
1705
1945
  /**
1706
1946
  * @remarks
1707
- * The status of the node pool. Valid values:
1947
+ * The node pool state. Valid values:
1948
+ *
1949
+ * - `active`: Active.
1708
1950
  *
1709
- * * `active`: The node pool is active.
1710
- * * `scaling`: The node pool is being scaled.
1711
- * * `removing`: Nodes are being removed from the node pool.
1712
- * * `deleting`: The node pool is being deleted.
1713
- * * `updating`: The node pool is being updated.
1951
+ * - `scaling`: Scaling.
1952
+ *
1953
+ * - `removing`: Removing nodes.
1954
+ *
1955
+ * - `deleting`: Deleting.
1956
+ *
1957
+ * - `updating`: Updating.
1714
1958
  *
1715
1959
  * @example
1716
1960
  * active
@@ -1769,8 +2013,9 @@ export class DescribeClusterNodePoolDetailResponseBodyTeeConfig extends $dara.Mo
1769
2013
  * @remarks
1770
2014
  * Indicates whether confidential computing is enabled. Valid values:
1771
2015
  *
1772
- * * `true`: Confidential computing is enabled.
1773
- * * `false`: Confidential computing is disabled.
2016
+ * - `true`: Enabled.
2017
+ *
2018
+ * - `false`: Disabled.
1774
2019
  *
1775
2020
  * @example
1776
2021
  * false
@@ -1798,20 +2043,24 @@ export class DescribeClusterNodePoolDetailResponseBodyTeeConfig extends $dara.Mo
1798
2043
  }
1799
2044
 
1800
2045
  export class DescribeClusterNodePoolDetailResponseBody extends $dara.Model {
2046
+ /**
2047
+ * @remarks
2048
+ * Smart managed configuration.
2049
+ */
1801
2050
  autoMode?: DescribeClusterNodePoolDetailResponseBodyAutoMode;
1802
2051
  /**
1803
2052
  * @remarks
1804
- * The auto scaling configuration of the node pool.
2053
+ * Automatic scaling configuration for the node pool.
1805
2054
  */
1806
2055
  autoScaling?: DescribeClusterNodePoolDetailResponseBodyAutoScaling;
1807
2056
  efloNodeGroup?: DescribeClusterNodePoolDetailResponseBodyEfloNodeGroup;
1808
2057
  /**
1809
2058
  * @remarks
1810
- * Indicates whether the pods in the edge node pool can use the host network.
2059
+ * Indicates whether pods use the host network mode.
1811
2060
  *
1812
- * `true`: sets to host network.
2061
+ * - `true`: Host network. Pods share the host\\"s network stack, IP address, and ports.
1813
2062
  *
1814
- * `false`: sets to container network.
2063
+ * - `false`: Container network. Pods have independent network stacks and do not occupy host network ports.
1815
2064
  *
1816
2065
  * @example
1817
2066
  * true
@@ -1819,28 +2068,30 @@ export class DescribeClusterNodePoolDetailResponseBody extends $dara.Model {
1819
2068
  hostNetwork?: boolean;
1820
2069
  /**
1821
2070
  * @remarks
1822
- * The network configuration of the edge node pool. This parameter takes effect only for edge node pools.
2071
+ * [Deprecated]
2072
+ *
2073
+ * Network configuration for edge node pools. This parameter applies only to edge-type node pools.
1823
2074
  */
1824
2075
  interconnectConfig?: DescribeClusterNodePoolDetailResponseBodyInterconnectConfig;
1825
2076
  /**
1826
2077
  * @remarks
1827
- * 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:
2078
+ * The network type for edge node pools. This parameter applies only to node pools where `type` is `edge`. Valid values:
1828
2079
  *
1829
- * `basic`: Internet.
2080
+ * - `basic`: Public network. Nodes in the node pool interact with cloud nodes over the public network and cannot directly access the VPC intranet.
1830
2081
  *
1831
- * `private`: private network.
2082
+ * - `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.
1832
2083
  *
1833
2084
  * @example
1834
- * improved
2085
+ * basic
1835
2086
  */
1836
2087
  interconnectMode?: string;
1837
2088
  /**
1838
2089
  * @remarks
1839
- * Specifies whether all nodes in the edge node pool can communicate with each other at Layer 3.
2090
+ * Indicates whether Layer 3 networking is enabled between nodes in the edge node pool.
1840
2091
  *
1841
- * `true`: The nodes in the edge node pool can communicate with each other at Layer 3.
2092
+ * - `true`: Enabled. All nodes in the node pool can communicate over Layer 3.
1842
2093
  *
1843
- * `false`: The nodes in the edge node pool cannot communicate with each other at Layer 3.
2094
+ * - `false`: Disabled. Layer 3 communication is disabled between nodes in the node pool.
1844
2095
  *
1845
2096
  * @example
1846
2097
  * true
@@ -1848,48 +2099,52 @@ export class DescribeClusterNodePoolDetailResponseBody extends $dara.Model {
1848
2099
  intranet?: boolean;
1849
2100
  /**
1850
2101
  * @remarks
1851
- * The configurations of the cluster in which the node pool is deployed.
2102
+ * Cluster-related configuration.
1852
2103
  */
1853
2104
  kubernetesConfig?: DescribeClusterNodePoolDetailResponseBodyKubernetesConfig;
1854
2105
  /**
1855
2106
  * @remarks
1856
- * The configuration of the managed node pool feature.
2107
+ * Managed node pool configuration.
1857
2108
  */
1858
2109
  management?: DescribeClusterNodePoolDetailResponseBodyManagement;
1859
2110
  /**
1860
2111
  * @remarks
1861
- * This parameter is deprecated.
2112
+ * [Deprecated]
1862
2113
  *
1863
- * The maximum number of nodes allowed in an edge node pool.
2114
+ * The maximum number of nodes allowed in the edge node pool.
1864
2115
  *
1865
2116
  * @example
1866
2117
  * 10
1867
2118
  */
1868
2119
  maxNodes?: number;
2120
+ /**
2121
+ * @remarks
2122
+ * List of node components.
2123
+ */
1869
2124
  nodeComponents?: DescribeClusterNodePoolDetailResponseBodyNodeComponents[];
1870
2125
  /**
1871
2126
  * @remarks
1872
- * The node configurations.
2127
+ * Node configuration.
1873
2128
  */
1874
2129
  nodeConfig?: DescribeClusterNodePoolDetailResponseBodyNodeConfig;
1875
2130
  /**
1876
2131
  * @remarks
1877
- * The configuration of the node pool.
2132
+ * Node pool configuration.
1878
2133
  */
1879
2134
  nodepoolInfo?: DescribeClusterNodePoolDetailResponseBodyNodepoolInfo;
1880
2135
  /**
1881
2136
  * @remarks
1882
- * The configurations of the scaling group that is used by the node pool.
2137
+ * Scaling group configuration for the node pool.
1883
2138
  */
1884
2139
  scalingGroup?: DescribeClusterNodePoolDetailResponseBodyScalingGroup;
1885
2140
  /**
1886
2141
  * @remarks
1887
- * The status details about the node pool.
2142
+ * The status of the node pool.
1888
2143
  */
1889
2144
  status?: DescribeClusterNodePoolDetailResponseBodyStatus;
1890
2145
  /**
1891
2146
  * @remarks
1892
- * The configuration of confidential computing.
2147
+ * Confidential computing cluster configuration.
1893
2148
  */
1894
2149
  teeConfig?: DescribeClusterNodePoolDetailResponseBodyTeeConfig;
1895
2150
  static names(): { [key: string]: string } {