@alicloud/cs20151215 6.6.4 → 6.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (289) hide show
  1. package/dist/client.d.ts +220 -124
  2. package/dist/client.js +247 -124
  3. package/dist/client.js.map +1 -1
  4. package/dist/models/AttachInstancesRequest.d.ts +2 -2
  5. package/dist/models/AttachInstancesResponseBody.d.ts +1 -1
  6. package/dist/models/AttachInstancesToNodePoolRequest.d.ts +1 -1
  7. package/dist/models/AttachInstancesToNodePoolResponseBody.d.ts +1 -1
  8. package/dist/models/ContainerdConfig.d.ts +22 -2
  9. package/dist/models/ContainerdConfig.js.map +1 -1
  10. package/dist/models/CreateAutoRepairPolicyRequest.d.ts +63 -0
  11. package/dist/models/CreateAutoRepairPolicyRequest.js.map +1 -1
  12. package/dist/models/CreateAutoRepairPolicyResponseBody.d.ts +6 -0
  13. package/dist/models/CreateAutoRepairPolicyResponseBody.js.map +1 -1
  14. package/dist/models/CreateAutoscalingConfigRequest.d.ts +77 -40
  15. package/dist/models/CreateAutoscalingConfigRequest.js.map +1 -1
  16. package/dist/models/CreateClusterNodePoolRequest.d.ts +491 -284
  17. package/dist/models/CreateClusterNodePoolRequest.js +2 -0
  18. package/dist/models/CreateClusterNodePoolRequest.js.map +1 -1
  19. package/dist/models/CreateClusterNodePoolResponseBody.d.ts +1 -1
  20. package/dist/models/CreateClusterRequest.d.ts +585 -353
  21. package/dist/models/CreateClusterRequest.js.map +1 -1
  22. package/dist/models/CreateClusterResponseBody.d.ts +5 -5
  23. package/dist/models/CreateTriggerResponseBody.d.ts +1 -1
  24. package/dist/models/DeleteAlertContactRequest.d.ts +1 -1
  25. package/dist/models/DeleteAlertContactShrinkRequest.d.ts +1 -1
  26. package/dist/models/DeleteAutoRepairPolicyResponseBody.d.ts +3 -0
  27. package/dist/models/DeleteAutoRepairPolicyResponseBody.js.map +1 -1
  28. package/dist/models/DeleteClusterNodepoolResponseBody.d.ts +2 -2
  29. package/dist/models/DeleteClusterNodesRequest.d.ts +1 -1
  30. package/dist/models/DeleteClusterNodesResponseBody.d.ts +3 -3
  31. package/dist/models/DeleteClusterRequest.d.ts +26 -18
  32. package/dist/models/DeleteClusterRequest.js.map +1 -1
  33. package/dist/models/DeleteClusterResponseBody.d.ts +2 -2
  34. package/dist/models/DeleteClusterShrinkRequest.d.ts +12 -9
  35. package/dist/models/DeleteClusterShrinkRequest.js.map +1 -1
  36. package/dist/models/DeployPolicyInstanceRequest.d.ts +7 -6
  37. package/dist/models/DeployPolicyInstanceRequest.js.map +1 -1
  38. package/dist/models/DeployPolicyInstanceResponseBody.d.ts +1 -1
  39. package/dist/models/DescribeAddonsRequest.d.ts +1 -1
  40. package/dist/models/DescribeAutoRepairPolicyResponseBody.d.ts +71 -0
  41. package/dist/models/DescribeAutoRepairPolicyResponseBody.js.map +1 -1
  42. package/dist/models/DescribeClusterAttachScriptsRequest.d.ts +21 -18
  43. package/dist/models/DescribeClusterAttachScriptsRequest.js.map +1 -1
  44. package/dist/models/DescribeClusterDetailResponseBody.d.ts +243 -110
  45. package/dist/models/DescribeClusterDetailResponseBody.js.map +1 -1
  46. package/dist/models/DescribeClusterEventsRequest.d.ts +8 -4
  47. package/dist/models/DescribeClusterEventsRequest.js.map +1 -1
  48. package/dist/models/DescribeClusterEventsResponseBody.d.ts +49 -39
  49. package/dist/models/DescribeClusterEventsResponseBody.js.map +1 -1
  50. package/dist/models/DescribeClusterLogsResponse.d.ts +3 -3
  51. package/dist/models/DescribeClusterNodePoolDetailResponseBody.d.ts +464 -214
  52. package/dist/models/DescribeClusterNodePoolDetailResponseBody.js +2 -0
  53. package/dist/models/DescribeClusterNodePoolDetailResponseBody.js.map +1 -1
  54. package/dist/models/DescribeClusterNodePoolsRequest.d.ts +1 -1
  55. package/dist/models/DescribeClusterNodePoolsResponseBody.d.ts +396 -233
  56. package/dist/models/DescribeClusterNodePoolsResponseBody.js +2 -0
  57. package/dist/models/DescribeClusterNodePoolsResponseBody.js.map +1 -1
  58. package/dist/models/DescribeClusterNodesRequest.d.ts +1 -1
  59. package/dist/models/DescribeClusterNodesResponseBody.d.ts +5 -5
  60. package/dist/models/DescribeClusterResourcesRequest.d.ts +5 -1
  61. package/dist/models/DescribeClusterResourcesRequest.js.map +1 -1
  62. package/dist/models/DescribeClusterResourcesResponse.d.ts +51 -33
  63. package/dist/models/DescribeClusterResourcesResponse.js.map +1 -1
  64. package/dist/models/DescribeClusterTasksResponseBody.d.ts +9 -9
  65. package/dist/models/DescribeClusterUserKubeconfigRequest.d.ts +1 -1
  66. package/dist/models/DescribeClusterUserKubeconfigResponseBody.d.ts +1 -1
  67. package/dist/models/DescribeClusterVulsResponseBody.d.ts +2 -2
  68. package/dist/models/DescribeClustersForRegionRequest.d.ts +32 -16
  69. package/dist/models/DescribeClustersForRegionRequest.js.map +1 -1
  70. package/dist/models/DescribeClustersForRegionResponseBody.d.ts +85 -56
  71. package/dist/models/DescribeClustersForRegionResponseBody.js.map +1 -1
  72. package/dist/models/DescribeClustersV1request.d.ts +33 -17
  73. package/dist/models/DescribeClustersV1request.js.map +1 -1
  74. package/dist/models/DescribeClustersV1responseBody.d.ts +98 -72
  75. package/dist/models/DescribeClustersV1responseBody.js.map +1 -1
  76. package/dist/models/DescribeEventsForRegionRequest.d.ts +6 -2
  77. package/dist/models/DescribeEventsForRegionRequest.js.map +1 -1
  78. package/dist/models/DescribeEventsForRegionResponseBody.d.ts +22 -15
  79. package/dist/models/DescribeEventsForRegionResponseBody.js.map +1 -1
  80. package/dist/models/DescribeEventsRequest.d.ts +53 -20
  81. package/dist/models/DescribeEventsRequest.js.map +1 -1
  82. package/dist/models/DescribeEventsResponseBody.d.ts +53 -29
  83. package/dist/models/DescribeEventsResponseBody.js.map +1 -1
  84. package/dist/models/DescribeKubernetesVersionMetadataRequest.d.ts +2 -2
  85. package/dist/models/DescribeKubernetesVersionMetadataResponse.d.ts +8 -8
  86. package/dist/models/DescribeNodePoolVulsResponseBody.d.ts +11 -0
  87. package/dist/models/DescribeNodePoolVulsResponseBody.js.map +1 -1
  88. package/dist/models/DescribePolicyDetailsResponseBody.d.ts +1 -1
  89. package/dist/models/DescribePolicyGovernanceInClusterResponseBody.d.ts +235 -7
  90. package/dist/models/DescribePolicyGovernanceInClusterResponseBody.js.map +1 -1
  91. package/dist/models/DescribeResourcesDeleteProtectionResponse.d.ts +1 -1
  92. package/dist/models/DescribeSubaccountK8sClusterUserConfigRequest.d.ts +1 -1
  93. package/dist/models/DescribeSubaccountK8sClusterUserConfigResponseBody.d.ts +2 -2
  94. package/dist/models/DescribeTaskInfoResponseBody.d.ts +35 -31
  95. package/dist/models/DescribeTaskInfoResponseBody.js.map +1 -1
  96. package/dist/models/DescribeTemplateAttributeResponse.d.ts +2 -2
  97. package/dist/models/DescribeTemplatesResponseBody.d.ts +4 -4
  98. package/dist/models/DescribeTriggerResponse.d.ts +1 -1
  99. package/dist/models/DescribeUserPermissionResponse.d.ts +1 -1
  100. package/dist/models/DescribeUserQuotaResponseBody.d.ts +0 -35
  101. package/dist/models/DescribeUserQuotaResponseBody.js.map +1 -1
  102. package/dist/models/GetClusterAddonInstanceResponseBody.d.ts +1 -1
  103. package/dist/models/GetClusterInspectReportDetailResponseBody.d.ts +9 -0
  104. package/dist/models/GetClusterInspectReportDetailResponseBody.js.map +1 -1
  105. package/dist/models/GrantPermissionsRequest.d.ts +28 -20
  106. package/dist/models/GrantPermissionsRequest.js.map +1 -1
  107. package/dist/models/InstallClusterAddonsRequest.d.ts +2 -2
  108. package/dist/models/InstanceMetadataOptions.d.ts +17 -0
  109. package/dist/models/InstanceMetadataOptions.js.map +1 -1
  110. package/dist/models/KubeletConfig.d.ts +10 -0
  111. package/dist/models/KubeletConfig.js.map +1 -1
  112. package/dist/models/ListAddonsRequest.d.ts +1 -1
  113. package/dist/models/ListAutoRepairPoliciesResponseBody.d.ts +75 -0
  114. package/dist/models/ListAutoRepairPoliciesResponseBody.js.map +1 -1
  115. package/dist/models/ListClusterChecksResponseBody.d.ts +2 -2
  116. package/dist/models/ListClusterKubeconfigStatesRequest.d.ts +10 -0
  117. package/dist/models/ListClusterKubeconfigStatesRequest.js.map +1 -1
  118. package/dist/models/ListClusterKubeconfigStatesResponseBody.d.ts +39 -0
  119. package/dist/models/ListClusterKubeconfigStatesResponseBody.js.map +1 -1
  120. package/dist/models/ListOperationPlansForRegionRequest.d.ts +9 -0
  121. package/dist/models/ListOperationPlansForRegionRequest.js.map +1 -1
  122. package/dist/models/ListOperationPlansForRegionResponseBody.d.ts +52 -0
  123. package/dist/models/ListOperationPlansForRegionResponseBody.js.map +1 -1
  124. package/dist/models/ListUserKubeConfigStatesResponseBody.d.ts +1 -1
  125. package/dist/models/MaintenanceWindow.d.ts +1 -1
  126. package/dist/models/MigrateClusterResponseBody.d.ts +3 -3
  127. package/dist/models/ModifyAutoRepairPolicyRequest.d.ts +58 -0
  128. package/dist/models/ModifyAutoRepairPolicyRequest.js.map +1 -1
  129. package/dist/models/ModifyAutoRepairPolicyResponseBody.d.ts +3 -0
  130. package/dist/models/ModifyAutoRepairPolicyResponseBody.js.map +1 -1
  131. package/dist/models/ModifyClusterNodePoolRequest.d.ts +353 -216
  132. package/dist/models/ModifyClusterNodePoolRequest.js +2 -0
  133. package/dist/models/ModifyClusterNodePoolRequest.js.map +1 -1
  134. package/dist/models/ModifyClusterNodePoolResponseBody.d.ts +1 -1
  135. package/dist/models/ModifyClusterRequest.d.ts +186 -123
  136. package/dist/models/ModifyClusterRequest.js.map +1 -1
  137. package/dist/models/ModifyNodePoolNodeConfigRequest.d.ts +8 -0
  138. package/dist/models/ModifyNodePoolNodeConfigRequest.js.map +1 -1
  139. package/dist/models/ModifyNodePoolNodeConfigResponseBody.d.ts +2 -2
  140. package/dist/models/Nodepool.d.ts +277 -183
  141. package/dist/models/Nodepool.js +2 -0
  142. package/dist/models/Nodepool.js.map +1 -1
  143. package/dist/models/OpenAckServiceResponseBody.d.ts +1 -1
  144. package/dist/models/RemoveClusterNodesRequest.d.ts +0 -10
  145. package/dist/models/RemoveClusterNodesRequest.js.map +1 -1
  146. package/dist/models/RemoveNodePoolNodesResponseBody.d.ts +1 -1
  147. package/dist/models/RepairClusterNodePoolRequest.d.ts +1 -1
  148. package/dist/models/RepairClusterNodePoolResponseBody.d.ts +2 -2
  149. package/dist/models/RunClusterCheckRequest.d.ts +2 -2
  150. package/dist/models/RunClusterCheckResponseBody.d.ts +2 -2
  151. package/dist/models/RunNodeOperationRequest.d.ts +22 -0
  152. package/dist/models/RunNodeOperationRequest.js +63 -0
  153. package/dist/models/RunNodeOperationRequest.js.map +1 -0
  154. package/dist/models/RunNodeOperationResponse.d.ts +19 -0
  155. package/dist/models/RunNodeOperationResponse.js +69 -0
  156. package/dist/models/RunNodeOperationResponse.js.map +1 -0
  157. package/dist/models/RunNodeOperationResponseBody.d.ts +28 -0
  158. package/dist/models/RunNodeOperationResponseBody.js +62 -0
  159. package/dist/models/RunNodeOperationResponseBody.js.map +1 -0
  160. package/dist/models/Runtime.d.ts +2 -2
  161. package/dist/models/ScaleOutClusterRequest.d.ts +8 -131
  162. package/dist/models/ScaleOutClusterRequest.js.map +1 -1
  163. package/dist/models/ScaleOutClusterResponseBody.d.ts +0 -21
  164. package/dist/models/ScaleOutClusterResponseBody.js.map +1 -1
  165. package/dist/models/ScanClusterVulsResponseBody.d.ts +1 -1
  166. package/dist/models/UnInstallClusterAddonsResponseBody.d.ts +3 -3
  167. package/dist/models/UpdateClusterAuditLogConfigResponseBody.d.ts +1 -1
  168. package/dist/models/UpdateK8sClusterUserConfigExpireRequest.d.ts +1 -1
  169. package/dist/models/UpgradeClusterAddonsRequest.d.ts +3 -3
  170. package/dist/models/UpgradeClusterAddonsResponseBody.d.ts +1 -1
  171. package/dist/models/UpgradeClusterNodepoolRequest.d.ts +5 -5
  172. package/dist/models/UpgradeClusterNodepoolResponseBody.d.ts +1 -1
  173. package/dist/models/UpgradeClusterRequest.d.ts +3 -3
  174. package/dist/models/model.d.ts +3 -0
  175. package/dist/models/model.js +8 -2
  176. package/dist/models/model.js.map +1 -1
  177. package/package.json +1 -1
  178. package/src/client.ts +251 -124
  179. package/src/models/AttachInstancesRequest.ts +2 -2
  180. package/src/models/AttachInstancesResponseBody.ts +1 -1
  181. package/src/models/AttachInstancesToNodePoolRequest.ts +1 -1
  182. package/src/models/AttachInstancesToNodePoolResponseBody.ts +1 -1
  183. package/src/models/ContainerdConfig.ts +22 -2
  184. package/src/models/CreateAutoRepairPolicyRequest.ts +63 -0
  185. package/src/models/CreateAutoRepairPolicyResponseBody.ts +6 -0
  186. package/src/models/CreateAutoscalingConfigRequest.ts +77 -40
  187. package/src/models/CreateClusterNodePoolRequest.ts +493 -284
  188. package/src/models/CreateClusterNodePoolResponseBody.ts +1 -1
  189. package/src/models/CreateClusterRequest.ts +585 -353
  190. package/src/models/CreateClusterResponseBody.ts +5 -5
  191. package/src/models/CreateTriggerResponseBody.ts +1 -1
  192. package/src/models/DeleteAlertContactRequest.ts +1 -1
  193. package/src/models/DeleteAlertContactShrinkRequest.ts +1 -1
  194. package/src/models/DeleteAutoRepairPolicyResponseBody.ts +3 -0
  195. package/src/models/DeleteClusterNodepoolResponseBody.ts +2 -2
  196. package/src/models/DeleteClusterNodesRequest.ts +1 -1
  197. package/src/models/DeleteClusterNodesResponseBody.ts +3 -3
  198. package/src/models/DeleteClusterRequest.ts +26 -18
  199. package/src/models/DeleteClusterResponseBody.ts +2 -2
  200. package/src/models/DeleteClusterShrinkRequest.ts +12 -9
  201. package/src/models/DeployPolicyInstanceRequest.ts +7 -6
  202. package/src/models/DeployPolicyInstanceResponseBody.ts +1 -1
  203. package/src/models/DescribeAddonsRequest.ts +1 -1
  204. package/src/models/DescribeAutoRepairPolicyResponseBody.ts +71 -0
  205. package/src/models/DescribeClusterAttachScriptsRequest.ts +21 -18
  206. package/src/models/DescribeClusterDetailResponseBody.ts +243 -110
  207. package/src/models/DescribeClusterEventsRequest.ts +8 -4
  208. package/src/models/DescribeClusterEventsResponseBody.ts +49 -39
  209. package/src/models/DescribeClusterLogsResponse.ts +3 -3
  210. package/src/models/DescribeClusterNodePoolDetailResponseBody.ts +466 -214
  211. package/src/models/DescribeClusterNodePoolsRequest.ts +1 -1
  212. package/src/models/DescribeClusterNodePoolsResponseBody.ts +398 -233
  213. package/src/models/DescribeClusterNodesRequest.ts +1 -1
  214. package/src/models/DescribeClusterNodesResponseBody.ts +5 -5
  215. package/src/models/DescribeClusterResourcesRequest.ts +5 -1
  216. package/src/models/DescribeClusterResourcesResponse.ts +51 -33
  217. package/src/models/DescribeClusterTasksResponseBody.ts +9 -9
  218. package/src/models/DescribeClusterUserKubeconfigRequest.ts +1 -1
  219. package/src/models/DescribeClusterUserKubeconfigResponseBody.ts +1 -1
  220. package/src/models/DescribeClusterVulsResponseBody.ts +2 -2
  221. package/src/models/DescribeClustersForRegionRequest.ts +32 -16
  222. package/src/models/DescribeClustersForRegionResponseBody.ts +85 -56
  223. package/src/models/DescribeClustersV1request.ts +33 -17
  224. package/src/models/DescribeClustersV1responseBody.ts +98 -72
  225. package/src/models/DescribeEventsForRegionRequest.ts +6 -2
  226. package/src/models/DescribeEventsForRegionResponseBody.ts +22 -15
  227. package/src/models/DescribeEventsRequest.ts +53 -20
  228. package/src/models/DescribeEventsResponseBody.ts +53 -29
  229. package/src/models/DescribeKubernetesVersionMetadataRequest.ts +2 -2
  230. package/src/models/DescribeKubernetesVersionMetadataResponse.ts +8 -8
  231. package/src/models/DescribeNodePoolVulsResponseBody.ts +11 -0
  232. package/src/models/DescribePolicyDetailsResponseBody.ts +1 -1
  233. package/src/models/DescribePolicyGovernanceInClusterResponseBody.ts +235 -7
  234. package/src/models/DescribeResourcesDeleteProtectionResponse.ts +1 -1
  235. package/src/models/DescribeSubaccountK8sClusterUserConfigRequest.ts +1 -1
  236. package/src/models/DescribeSubaccountK8sClusterUserConfigResponseBody.ts +2 -2
  237. package/src/models/DescribeTaskInfoResponseBody.ts +35 -31
  238. package/src/models/DescribeTemplateAttributeResponse.ts +2 -2
  239. package/src/models/DescribeTemplatesResponseBody.ts +4 -4
  240. package/src/models/DescribeTriggerResponse.ts +1 -1
  241. package/src/models/DescribeUserPermissionResponse.ts +1 -1
  242. package/src/models/DescribeUserQuotaResponseBody.ts +0 -35
  243. package/src/models/GetClusterAddonInstanceResponseBody.ts +1 -1
  244. package/src/models/GetClusterInspectReportDetailResponseBody.ts +9 -0
  245. package/src/models/GrantPermissionsRequest.ts +28 -20
  246. package/src/models/InstallClusterAddonsRequest.ts +2 -2
  247. package/src/models/InstanceMetadataOptions.ts +17 -0
  248. package/src/models/KubeletConfig.ts +10 -0
  249. package/src/models/ListAddonsRequest.ts +1 -1
  250. package/src/models/ListAutoRepairPoliciesResponseBody.ts +75 -0
  251. package/src/models/ListClusterChecksResponseBody.ts +2 -2
  252. package/src/models/ListClusterKubeconfigStatesRequest.ts +10 -0
  253. package/src/models/ListClusterKubeconfigStatesResponseBody.ts +39 -0
  254. package/src/models/ListOperationPlansForRegionRequest.ts +9 -0
  255. package/src/models/ListOperationPlansForRegionResponseBody.ts +52 -0
  256. package/src/models/ListUserKubeConfigStatesResponseBody.ts +1 -1
  257. package/src/models/MaintenanceWindow.ts +1 -1
  258. package/src/models/MigrateClusterResponseBody.ts +3 -3
  259. package/src/models/ModifyAutoRepairPolicyRequest.ts +58 -0
  260. package/src/models/ModifyAutoRepairPolicyResponseBody.ts +3 -0
  261. package/src/models/ModifyClusterNodePoolRequest.ts +356 -217
  262. package/src/models/ModifyClusterNodePoolResponseBody.ts +1 -1
  263. package/src/models/ModifyClusterRequest.ts +186 -123
  264. package/src/models/ModifyNodePoolNodeConfigRequest.ts +8 -0
  265. package/src/models/ModifyNodePoolNodeConfigResponseBody.ts +2 -2
  266. package/src/models/Nodepool.ts +279 -183
  267. package/src/models/OpenAckServiceResponseBody.ts +1 -1
  268. package/src/models/RemoveClusterNodesRequest.ts +0 -10
  269. package/src/models/RemoveNodePoolNodesResponseBody.ts +1 -1
  270. package/src/models/RepairClusterNodePoolRequest.ts +1 -1
  271. package/src/models/RepairClusterNodePoolResponseBody.ts +2 -2
  272. package/src/models/RunClusterCheckRequest.ts +2 -2
  273. package/src/models/RunClusterCheckResponseBody.ts +2 -2
  274. package/src/models/RunNodeOperationRequest.ts +40 -0
  275. package/src/models/RunNodeOperationResponse.ts +40 -0
  276. package/src/models/RunNodeOperationResponseBody.ts +45 -0
  277. package/src/models/Runtime.ts +2 -2
  278. package/src/models/ScaleOutClusterRequest.ts +8 -131
  279. package/src/models/ScaleOutClusterResponseBody.ts +0 -21
  280. package/src/models/ScanClusterVulsResponseBody.ts +1 -1
  281. package/src/models/UnInstallClusterAddonsResponseBody.ts +3 -3
  282. package/src/models/UpdateClusterAuditLogConfigResponseBody.ts +1 -1
  283. package/src/models/UpdateK8sClusterUserConfigExpireRequest.ts +1 -1
  284. package/src/models/UpgradeClusterAddonsRequest.ts +3 -3
  285. package/src/models/UpgradeClusterAddonsResponseBody.ts +1 -1
  286. package/src/models/UpgradeClusterNodepoolRequest.ts +5 -5
  287. package/src/models/UpgradeClusterNodepoolResponseBody.ts +1 -1
  288. package/src/models/UpgradeClusterRequest.ts +3 -3
  289. package/src/models/model.ts +3 -0
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class CreateClusterResponseBody extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * The ID of the cluster.
8
+ * Cluster ID.
9
9
  *
10
10
  * @example
11
11
  * cb95aa626a47740afbf6aa099b650****
@@ -13,18 +13,18 @@ export class CreateClusterResponseBody extends $dara.Model {
13
13
  clusterId?: string;
14
14
  /**
15
15
  * @remarks
16
- * The request ID.
16
+ * Request ID.
17
17
  *
18
18
  * @example
19
- * 687C5BAA-D103-4993-884B-C35E4314A1E1
19
+ * 687C5BAA-D103-4993-884B-C35E4314****
20
20
  */
21
21
  requestId?: string;
22
22
  /**
23
23
  * @remarks
24
- * The task ID.
24
+ * Task ID.
25
25
  *
26
26
  * @example
27
- * T-5a54309c80282e39ea00002f
27
+ * T-5a54309c80282e39ea****
28
28
  */
29
29
  taskId?: string;
30
30
  static names(): { [key: string]: string } {
@@ -24,7 +24,7 @@ export class CreateTriggerResponseBody extends $dara.Model {
24
24
  * The trigger ID.
25
25
  *
26
26
  * @example
27
- * 102536
27
+ * 75973497486******
28
28
  */
29
29
  id?: string;
30
30
  /**
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class DeleteAlertContactRequest extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * The list of alert contact IDs.
8
+ * The alert contact IDs to delete.
9
9
  *
10
10
  * This parameter is required.
11
11
  */
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class DeleteAlertContactShrinkRequest extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * The list of alert contact IDs.
8
+ * The alert contact IDs to delete.
9
9
  *
10
10
  * This parameter is required.
11
11
  */
@@ -4,6 +4,9 @@ import * as $dara from '@darabonba/typescript';
4
4
 
5
5
  export class DeleteAutoRepairPolicyResponseBody extends $dara.Model {
6
6
  /**
7
+ * @remarks
8
+ * The request ID.
9
+ *
7
10
  * @example
8
11
  * A9891419-D125-4D89-AFCA-68846675****
9
12
  */
@@ -8,7 +8,7 @@ export class DeleteClusterNodepoolResponseBody extends $dara.Model {
8
8
  * The request ID.
9
9
  *
10
10
  * @example
11
- * 7263C978-3DBD-4E06-B319-793B38A2F388
11
+ * 7263C978-3DBD-4E06-B319-793B38******
12
12
  */
13
13
  requestId?: string;
14
14
  /**
@@ -16,7 +16,7 @@ export class DeleteClusterNodepoolResponseBody extends $dara.Model {
16
16
  * task IDs
17
17
  *
18
18
  * @example
19
- * T-655ace947e0e6603af000004
19
+ * T-655ace947e0e6603af******
20
20
  */
21
21
  taskId?: string;
22
22
  static names(): { [key: string]: string } {
@@ -13,7 +13,7 @@ export class DeleteClusterNodesRequest extends $dara.Model {
13
13
  * Default value: `false`
14
14
  *
15
15
  * @example
16
- * true
16
+ * false
17
17
  */
18
18
  drainNode?: boolean;
19
19
  /**
@@ -8,7 +8,7 @@ export class DeleteClusterNodesResponseBody extends $dara.Model {
8
8
  * The cluster ID.
9
9
  *
10
10
  * @example
11
- * c104d5d5f301c4e2a8ee578c37bc****
11
+ * c104d5d5f301c4e2a8ee578c37******
12
12
  */
13
13
  clusterId?: string;
14
14
  /**
@@ -16,7 +16,7 @@ export class DeleteClusterNodesResponseBody extends $dara.Model {
16
16
  * The request ID.
17
17
  *
18
18
  * @example
19
- * A9891419-D125-4D89-AFCA-68846675E2F7
19
+ * A9891419-D125-4D89-AFCA-688466******
20
20
  */
21
21
  requestId?: string;
22
22
  /**
@@ -24,7 +24,7 @@ export class DeleteClusterNodesResponseBody extends $dara.Model {
24
24
  * The ID of the task.
25
25
  *
26
26
  * @example
27
- * T-60fea8ad2e277f0879000ae9
27
+ * T-60fea8ad2e27000ae9******
28
28
  */
29
29
  taskId?: string;
30
30
  static names(): { [key: string]: string } {
@@ -5,10 +5,11 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class DeleteClusterRequestDeleteOptions extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * The deletion policy for the specified type of resource. Valid values:
8
+ * The deletion policy for the specified resource type. Valid values:
9
9
  *
10
- * * delete: deletes the specified type of resource.
11
- * * retain: retains the specified type of resource.
10
+ * - delete: Deletes the resources.
11
+ *
12
+ * - retain: Retains the resources.
12
13
  *
13
14
  * @example
14
15
  * delete
@@ -16,13 +17,17 @@ export class DeleteClusterRequestDeleteOptions extends $dara.Model {
16
17
  deleteMode?: string;
17
18
  /**
18
19
  * @remarks
19
- * The type of the resource. Valid values:
20
+ * The type of resource. Valid values:
21
+ *
22
+ * - SLB: the SLB resources created for Services. These resources are deleted by default, but you can choose to retain them.
23
+ *
24
+ * - ALB: the ALB resources created by the ALB Ingress controller. These resources are retained by default, but you can choose to delete them.
25
+ *
26
+ * - SLS_Data: the SLS project used for cluster logs. This resource is retained by default, but you can choose to delete it.
20
27
  *
21
- * * SLB: SLB resources created for Services. By default, the SLB resources are automatically deleted.
22
- * * ALB: Application Load Balancer (ALB) resources created by the ALB Ingress controller. By default, the ALB resources are retained.
23
- * * SLS_Data: Simple Log Service projects used by the cluster logging feature. By default, the Simple Log Service projects are retained.
24
- * * SLS_ControlPlane: Simple Log Service projects used to store the logs of control planes in ACK managed clusters. By default, the Simple Log Service projects are retained.
25
- * * PrivateZone: PrivateZone resources created by ACK Serverless clusters. By default, the PrivateZone resources are retained.
28
+ * - SLS_ControlPlane: the SLS project used for control plane logs in a managed cluster. This resource is retained by default, but you can choose to delete it.
29
+ *
30
+ * - PrivateZone: the PrivateZone resource created by an ACK Serverless cluster. This resource is retained by default, but you can choose to delete it.
26
31
  *
27
32
  * @example
28
33
  * SLS_Data
@@ -54,17 +59,19 @@ export class DeleteClusterRequestDeleteOptions extends $dara.Model {
54
59
  export class DeleteClusterRequest extends $dara.Model {
55
60
  /**
56
61
  * @remarks
57
- * The type of cluster resource that you want to delete or retain.
62
+ * The options for deleting the resources that are associated with the cluster.
58
63
  */
59
64
  deleteOptions?: DeleteClusterRequestDeleteOptions[];
60
65
  /**
61
66
  * @remarks
62
- * Specifies whether to retain the Server Load Balancer (SLB) resources that are created by the cluster.
67
+ * Whether to retain SLB resources. Valid values:
68
+ *
69
+ * - `true`: Retains the SLB resources that are created for the cluster.
63
70
  *
64
- * * `true`: retains the SLB instances that are created by the cluster.
65
- * * `false`: does not retain the SLB instances that are created by the cluster.
71
+ * - `false`: Does not retain the SLB resources that are created for the cluster.
66
72
  *
67
- * Default value: `false`. Set resource_type to `SLB` in the `delete_options` parameter to manage SLB instances.
73
+ * Default value: `false`.
74
+ * Use the `delete_options` parameter to manage `SLB` resources instead.
68
75
  *
69
76
  * @example
70
77
  * false
@@ -74,10 +81,11 @@ export class DeleteClusterRequest extends $dara.Model {
74
81
  keepSlb?: boolean;
75
82
  /**
76
83
  * @remarks
77
- * Specifies whether to retain all resources. If you set the parameter to `true`, the `retain_resources` parameter is ignored. The cloud resources that are created by the cluster are retained. You can call the `DescribeClusterResources` operation to query cloud resources created by the cluster. If you set the parameter to `false`, resources to be retained by default in the `delete_options` parameter are still retained. To delete these resources, set `delete_mode` to `delete` in `delete_options`.
84
+ * Whether to retain all associated resources. If you set this parameter to `true`, the `retain_resources` parameter is ignored, and all cloud resources that are created with the cluster and can be queried by calling `DescribeClusterResources` are retained. If you set this parameter to `false`, note that resources that are configured to be retained by default in the `delete_options` parameter are still retained. To delete these resources, you must explicitly set the `delete_mode` parameter to `delete` for them in `delete_options`.
85
+ *
86
+ * - `true`: Retains all associated cloud resources that are created with the cluster.
78
87
  *
79
- * * `true`: retains all resources, including cloud resources created by the cluster.
80
- * * `false`: does not retain all resources. Resources to be retained by default in the `delete_options` parameter are retained. For example, `ALB` instances are retained when this parameter is set to `false`.
88
+ * - `false`: Does not retain all associated cloud resources. Resources that are configured to be retained by default in the `delete_options` parameter, such as `ALB`, are still retained when this parameter is set to `false`.
81
89
  *
82
90
  * Default value: `false`.
83
91
  *
@@ -87,7 +95,7 @@ export class DeleteClusterRequest extends $dara.Model {
87
95
  retainAllResources?: boolean;
88
96
  /**
89
97
  * @remarks
90
- * The list of resources. To retain resources when you delete a cluster, you need to specify the IDs of the resources to be retained.
98
+ * The IDs of resources to retain when the cluster is deleted.
91
99
  */
92
100
  retainResources?: string[];
93
101
  static names(): { [key: string]: string } {
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class DeleteClusterResponseBody extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * The ID of the cluster.
8
+ * The cluster ID.
9
9
  *
10
10
  * @example
11
11
  * cb95aa626a47740afbf6aa099b650****
@@ -21,7 +21,7 @@ export class DeleteClusterResponseBody extends $dara.Model {
21
21
  requestId?: string;
22
22
  /**
23
23
  * @remarks
24
- * The ID of the task.
24
+ * The task ID.
25
25
  *
26
26
  * @example
27
27
  * T-5a54309c80282e39ea****
@@ -5,17 +5,19 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class DeleteClusterShrinkRequest extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * The type of cluster resource that you want to delete or retain.
8
+ * The options for deleting the resources that are associated with the cluster.
9
9
  */
10
10
  deleteOptionsShrink?: string;
11
11
  /**
12
12
  * @remarks
13
- * Specifies whether to retain the Server Load Balancer (SLB) resources that are created by the cluster.
13
+ * Whether to retain SLB resources. Valid values:
14
14
  *
15
- * * `true`: retains the SLB instances that are created by the cluster.
16
- * * `false`: does not retain the SLB instances that are created by the cluster.
15
+ * - `true`: Retains the SLB resources that are created for the cluster.
17
16
  *
18
- * Default value: `false`. Set resource_type to `SLB` in the `delete_options` parameter to manage SLB instances.
17
+ * - `false`: Does not retain the SLB resources that are created for the cluster.
18
+ *
19
+ * Default value: `false`.
20
+ * Use the `delete_options` parameter to manage `SLB` resources instead.
19
21
  *
20
22
  * @example
21
23
  * false
@@ -25,10 +27,11 @@ export class DeleteClusterShrinkRequest extends $dara.Model {
25
27
  keepSlb?: boolean;
26
28
  /**
27
29
  * @remarks
28
- * Specifies whether to retain all resources. If you set the parameter to `true`, the `retain_resources` parameter is ignored. The cloud resources that are created by the cluster are retained. You can call the `DescribeClusterResources` operation to query cloud resources created by the cluster. If you set the parameter to `false`, resources to be retained by default in the `delete_options` parameter are still retained. To delete these resources, set `delete_mode` to `delete` in `delete_options`.
30
+ * Whether to retain all associated resources. If you set this parameter to `true`, the `retain_resources` parameter is ignored, and all cloud resources that are created with the cluster and can be queried by calling `DescribeClusterResources` are retained. If you set this parameter to `false`, note that resources that are configured to be retained by default in the `delete_options` parameter are still retained. To delete these resources, you must explicitly set the `delete_mode` parameter to `delete` for them in `delete_options`.
31
+ *
32
+ * - `true`: Retains all associated cloud resources that are created with the cluster.
29
33
  *
30
- * * `true`: retains all resources, including cloud resources created by the cluster.
31
- * * `false`: does not retain all resources. Resources to be retained by default in the `delete_options` parameter are retained. For example, `ALB` instances are retained when this parameter is set to `false`.
34
+ * - `false`: Does not retain all associated cloud resources. Resources that are configured to be retained by default in the `delete_options` parameter, such as `ALB`, are still retained when this parameter is set to `false`.
32
35
  *
33
36
  * Default value: `false`.
34
37
  *
@@ -38,7 +41,7 @@ export class DeleteClusterShrinkRequest extends $dara.Model {
38
41
  retainAllResources?: boolean;
39
42
  /**
40
43
  * @remarks
41
- * The list of resources. To retain resources when you delete a cluster, you need to specify the IDs of the resources to be retained.
44
+ * The IDs of resources to retain when the cluster is deleted.
42
45
  */
43
46
  retainResourcesShrink?: string;
44
47
  static names(): { [key: string]: string } {
@@ -5,10 +5,11 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class DeployPolicyInstanceRequest extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * The action of the policy. Valid values:
8
+ * The governance action. Valid values:
9
9
  *
10
- * * `deny`: Deployments that match the policy are denied.
11
- * * `warn`: Alerts are generated for Deployments that match the policy.
10
+ * - `deny`: Denies deployments that violate the rule.
11
+ *
12
+ * - `warn`: Generates an alert for deployments that violate the rule.
12
13
  *
13
14
  * @example
14
15
  * deny
@@ -16,15 +17,15 @@ export class DeployPolicyInstanceRequest extends $dara.Model {
16
17
  action?: string;
17
18
  /**
18
19
  * @remarks
19
- * The namespaces to which the policy applies. If you leave this parameter empty, the policy is applicable to all namespaces of the cluster.
20
+ * The namespaces where the policy applies. If you omit this parameter, the policy applies to all namespaces.
20
21
  */
21
22
  namespaces?: string[];
22
23
  /**
23
24
  * @remarks
24
- * The parameter settings of the policy. For more information about the parameters supported by each policy, see [Predefined security policies of ACK](https://www.alibabacloud.com/help/doc-detail/359819.html).
25
+ * For details on the parameters supported by each policy governance rule, see [Container security policy rules](https://www.alibabacloud.com/help/doc-detail/359819.html).
25
26
  *
26
27
  * @example
27
- * {"restrictedNamespaces": [ "test" ]}
28
+ * { "repos": [ "registry-vpc.cn-hangzhou.aliyuncs.com/acs/", "registry.cn-hangzhou.aliyuncs.com/acs/" ] }
28
29
  */
29
30
  parameters?: { [key: string]: any };
30
31
  static names(): { [key: string]: string } {
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class DeployPolicyInstanceResponseBody extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * A list of policy instances.
8
+ * The names of the deployed policy instances.
9
9
  */
10
10
  instances?: string[];
11
11
  static names(): { [key: string]: string } {
@@ -33,7 +33,7 @@ export class DescribeAddonsRequest extends $dara.Model {
33
33
  * * `ExternalKubernetes`: registered cluster.
34
34
  *
35
35
  * @example
36
- * kubernetes
36
+ * ManagedKubernetes
37
37
  */
38
38
  clusterType?: string;
39
39
  /**
@@ -4,11 +4,17 @@ import * as $dara from '@darabonba/typescript';
4
4
 
5
5
  export class DescribeAutoRepairPolicyResponseBodyRulesIncidents extends $dara.Model {
6
6
  /**
7
+ * @remarks
8
+ * The incident name.
9
+ *
7
10
  * @example
8
11
  * Node.FaultNeedReboot.HOST
9
12
  */
10
13
  name?: string;
11
14
  /**
15
+ * @remarks
16
+ * The incident type.
17
+ *
12
18
  * @example
13
19
  * system
14
20
  */
@@ -38,11 +44,17 @@ export class DescribeAutoRepairPolicyResponseBodyRulesIncidents extends $dara.Mo
38
44
 
39
45
  export class DescribeAutoRepairPolicyResponseBodyRulesRepairProcedureInterventionApprovedLabel extends $dara.Model {
40
46
  /**
47
+ * @remarks
48
+ * The label\\"s `key`.
49
+ *
41
50
  * @example
42
51
  * k8s.aliyun.com/incident
43
52
  */
44
53
  key?: string;
45
54
  /**
55
+ * @remarks
56
+ * The label\\"s value.
57
+ *
46
58
  * @example
47
59
  * approved
48
60
  */
@@ -72,11 +84,17 @@ export class DescribeAutoRepairPolicyResponseBodyRulesRepairProcedureInterventio
72
84
 
73
85
  export class DescribeAutoRepairPolicyResponseBodyRulesRepairProcedureInterventionInquiringLabel extends $dara.Model {
74
86
  /**
87
+ * @remarks
88
+ * The label key.
89
+ *
75
90
  * @example
76
91
  * k8s.aliyun.com/incident
77
92
  */
78
93
  key?: string;
79
94
  /**
95
+ * @remarks
96
+ * The label value.
97
+ *
80
98
  * @example
81
99
  * inquiring
82
100
  */
@@ -105,14 +123,28 @@ export class DescribeAutoRepairPolicyResponseBodyRulesRepairProcedureInterventio
105
123
  }
106
124
 
107
125
  export class DescribeAutoRepairPolicyResponseBodyRulesRepairProcedureIntervention extends $dara.Model {
126
+ /**
127
+ * @remarks
128
+ * The label you add to a node to approve a repair action. When ACK detects this label, it proceeds with the current repair step. After the action is complete, ACK automatically removes both the inquiring and approved labels. If you do not add this label promptly, the repair procedure is paused, and the node may remain unhealthy.
129
+ */
108
130
  approvedLabel?: DescribeAutoRepairPolicyResponseBodyRulesRepairProcedureInterventionApprovedLabel;
109
131
  /**
132
+ * @remarks
133
+ * Specifies whether to enable manual approval.
134
+ *
110
135
  * @example
111
136
  * true
112
137
  */
113
138
  enable?: boolean;
139
+ /**
140
+ * @remarks
141
+ * When a repair procedure reaches this step, ACK applies this label to the affected node and pauses until you grant approval.
142
+ */
114
143
  inquiringLabel?: DescribeAutoRepairPolicyResponseBodyRulesRepairProcedureInterventionInquiringLabel;
115
144
  /**
145
+ * @remarks
146
+ * The manual approval type.
147
+ *
116
148
  * @example
117
149
  * label
118
150
  */
@@ -151,9 +183,20 @@ export class DescribeAutoRepairPolicyResponseBodyRulesRepairProcedureInterventio
151
183
  }
152
184
 
153
185
  export class DescribeAutoRepairPolicyResponseBodyRulesRepairProcedure extends $dara.Model {
186
+ /**
187
+ * @remarks
188
+ * The configuration parameters for the repair action.
189
+ */
154
190
  config?: { [key: string]: any };
191
+ /**
192
+ * @remarks
193
+ * The manual approval configuration.
194
+ */
155
195
  intervention?: DescribeAutoRepairPolicyResponseBodyRulesRepairProcedureIntervention;
156
196
  /**
197
+ * @remarks
198
+ * The name of the repair action.
199
+ *
157
200
  * @example
158
201
  * QuarantineGPU
159
202
  */
@@ -190,7 +233,15 @@ export class DescribeAutoRepairPolicyResponseBodyRulesRepairProcedure extends $d
190
233
  }
191
234
 
192
235
  export class DescribeAutoRepairPolicyResponseBodyRules extends $dara.Model {
236
+ /**
237
+ * @remarks
238
+ * The detected incidents that trigger the rule.
239
+ */
193
240
  incidents?: DescribeAutoRepairPolicyResponseBodyRulesIncidents[];
241
+ /**
242
+ * @remarks
243
+ * The repair procedure, which contains a list of repair actions.
244
+ */
194
245
  repairProcedure?: DescribeAutoRepairPolicyResponseBodyRulesRepairProcedure[];
195
246
  static names(): { [key: string]: string } {
196
247
  return {
@@ -223,26 +274,46 @@ export class DescribeAutoRepairPolicyResponseBodyRules extends $dara.Model {
223
274
 
224
275
  export class DescribeAutoRepairPolicyResponseBody extends $dara.Model {
225
276
  /**
277
+ * @remarks
278
+ * The ID of the auto-repair rule.
279
+ *
226
280
  * @example
227
281
  * r-xxx
228
282
  */
229
283
  id?: string;
230
284
  /**
285
+ * @remarks
286
+ * The name of the auto-repair rule.
287
+ *
231
288
  * @example
232
289
  * test
233
290
  */
234
291
  name?: string;
292
+ /**
293
+ * @remarks
294
+ * The IDs of resources affected by the auto-repair rule.
295
+ */
235
296
  resourceIds?: string[];
236
297
  /**
298
+ * @remarks
299
+ * The subtype of the resource affected by the auto-repair rule.
300
+ *
237
301
  * @example
238
302
  * ess
239
303
  */
240
304
  resourceSubType?: string;
241
305
  /**
306
+ * @remarks
307
+ * The resource type affected by the auto-repair rule.
308
+ *
242
309
  * @example
243
310
  * nodepool
244
311
  */
245
312
  resourceType?: string;
313
+ /**
314
+ * @remarks
315
+ * The list of rules.
316
+ */
246
317
  rules?: DescribeAutoRepairPolicyResponseBodyRules[];
247
318
  static names(): { [key: string]: string } {
248
319
  return {
@@ -5,11 +5,11 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class DescribeClusterAttachScriptsRequest extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * The CPU architecture of the node. Valid values: `amd64`, `arm`, and `arm64`.
8
+ * The CPU architecture of the node. Supported CPU architectures include `amd64`, `arm`, and `arm64`.
9
9
  *
10
10
  * Default value: `amd64`.
11
11
  *
12
- * > This parameter is required if you want to add a node to an ACK Edge cluster.
12
+ * > This parameter is required if the cluster is a managed edge cluster.
13
13
  *
14
14
  * @example
15
15
  * amd64
@@ -17,7 +17,7 @@ export class DescribeClusterAttachScriptsRequest extends $dara.Model {
17
17
  arch?: string;
18
18
  /**
19
19
  * @remarks
20
- * The expiration time of the token that is generated. The value is a UNIX timestamp. For example, a value of 1739980800 indicates 00:00:00 (UTC+8) on February 20, 2025.
20
+ * The Unix timestamp that indicates when the generated token expires. For example, the timestamp 1739980800 corresponds to 00:00:00 on February 20, 2025 (UTC).
21
21
  *
22
22
  * @example
23
23
  * 1740037333
@@ -25,17 +25,19 @@ export class DescribeClusterAttachScriptsRequest extends $dara.Model {
25
25
  expired?: number;
26
26
  /**
27
27
  * @remarks
28
- * Specifies whether to mount data disks to an existing instance when you manually add this instance to the cluster. You can use data disks to store container data and images. Valid values:
28
+ * Specifies whether to mount a data disk to the instance and store containers and images on the data disk when you manually add an existing instance to the cluster. Valid values:
29
29
  *
30
- * * `true`: mounts data disks to the instance that you want to add. After a data disk is mounted, the original data on the disk is erased. Back up data before you mount a data disk.
31
- * * `false`: does not mount data disks to the instance.
30
+ * - `true`: Mounts the data disk to the instance. The original data on the data disk will be erased. Back up your data before you proceed.
31
+ *
32
+ * - `false`: Does not mount the data disk to the instance.
32
33
  *
33
34
  * Default value: `false`.
34
35
  *
35
- * How a data disk is mounted:
36
+ * Data disk mounting rules:
37
+ *
38
+ * - If an ECS instance has data disks attached and the last data disk is uninitialized, the system automatically formats that disk to ext4 and uses it to store content for `/var/lib/docker` and `/var/lib/kubelet`.
36
39
  *
37
- * * If the Elastic Compute Service (ECS) instances are already mounted with data disks and the file system of the last data disk is uninitialized, the system automatically formats this data disk to ext4 and uses the disk to store the data in the /var/lib/docker and /var/lib/kubelet directories.
38
- * * If no data disk is mounted to the ECS instance, the system does not purchase a new data disk.
40
+ * - If no data disk is attached to the ECS instance, the system does not mount a new data disk.
39
41
  *
40
42
  * @example
41
43
  * false
@@ -43,10 +45,11 @@ export class DescribeClusterAttachScriptsRequest extends $dara.Model {
43
45
  formatDisk?: boolean;
44
46
  /**
45
47
  * @remarks
46
- * Specifies whether to retain the name of an existing instance when it is added to the cluster. If you do not retain the instance name, the instance is renamed in the `worker-k8s-for-cs-<clusterid>` format. Valid values:
48
+ * Specifies whether to retain the instance name when the instance is added to the cluster. If you do not retain the instance name, the system renames the instance to use the `worker-k8s-for-cs-<clusterid>` format. Valid values:
49
+ *
50
+ * - `true`: Retains the instance name.
47
51
  *
48
- * * `true`: retains the instance name.
49
- * * `false`: does not retain the instance name.
52
+ * - `false`: Does not retain the instance name. The system renames the instance based on a system rule.
50
53
  *
51
54
  * Default value: `true`.
52
55
  *
@@ -56,9 +59,9 @@ export class DescribeClusterAttachScriptsRequest extends $dara.Model {
56
59
  keepInstanceName?: boolean;
57
60
  /**
58
61
  * @remarks
59
- * The ID of the node pool to which you want to add an existing node.
62
+ * The node pool ID. You can add the node to a specific node pool.
60
63
  *
61
- * > If you do not specify a node pool ID, the node is added to the default node pool.
64
+ * > If you do not specify a node pool ID, the node is added to the default node pool.
62
65
  *
63
66
  * @example
64
67
  * np1c9229d9be2d432c93f77a88fca0****
@@ -67,17 +70,17 @@ export class DescribeClusterAttachScriptsRequest extends $dara.Model {
67
70
  oneTimeToken?: boolean;
68
71
  /**
69
72
  * @remarks
70
- * The node configurations for the node that you want to add.
73
+ * The configuration parameters for node attachment.
71
74
  *
72
- * > This parameter is required if you want to add a node to an ACK Edge cluster.
75
+ * > This parameter is required if the cluster is a managed edge cluster.
73
76
  *
74
77
  * @example
75
- * {\\"enableIptables\\": true,\\"manageRuntime\\": true,\\"quiet\\": true,\\"allowedClusterAddons\\": [\\"kube-proxy\\",\\"flannel\\",\\"coredns\\"]}
78
+ * {"enableIptables": true,"manageRuntime": true,"quiet": true,"allowedClusterAddons": ["kube-proxy","flannel","coredns"]}
76
79
  */
77
80
  options?: string;
78
81
  /**
79
82
  * @remarks
80
- * A list of ApsaraDB RDS instances. ECS instances in the cluster are automatically added to the whitelist of the ApsaraDB RDS instances.
83
+ * If you specify a list of RDS instances, the system automatically adds the ECS instances of the cluster nodes to the access whitelists of the specified RDS instances.
81
84
  */
82
85
  rdsInstances?: string[];
83
86
  static names(): { [key: string]: string } {