@alicloud/cs20151215 6.7.1 → 7.0.1

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 (35) hide show
  1. package/dist/client.d.ts +6 -6
  2. package/dist/client.js +9 -6
  3. package/dist/client.js.map +1 -1
  4. package/dist/models/CreateClusterNodePoolRequest.d.ts +267 -263
  5. package/dist/models/CreateClusterNodePoolRequest.js +1 -1
  6. package/dist/models/CreateClusterNodePoolRequest.js.map +1 -1
  7. package/dist/models/CreateClusterNodePoolResponseBody.d.ts +3 -3
  8. package/dist/models/DescribeClusterNodePoolDetailResponseBody.d.ts +235 -232
  9. package/dist/models/DescribeClusterNodePoolDetailResponseBody.js +1 -1
  10. package/dist/models/DescribeClusterNodePoolDetailResponseBody.js.map +1 -1
  11. package/dist/models/DescribeClusterNodePoolsResponseBody.d.ts +92 -88
  12. package/dist/models/DescribeClusterNodePoolsResponseBody.js +1 -1
  13. package/dist/models/DescribeClusterNodePoolsResponseBody.js.map +1 -1
  14. package/dist/models/InstallNodePoolComponentsRequest.d.ts +4 -1
  15. package/dist/models/InstallNodePoolComponentsRequest.js +1 -1
  16. package/dist/models/InstallNodePoolComponentsRequest.js.map +1 -1
  17. package/dist/models/Nodepool.d.ts +8 -5
  18. package/dist/models/Nodepool.js +1 -1
  19. package/dist/models/Nodepool.js.map +1 -1
  20. package/dist/models/UpdateNodePoolComponentRequest.d.ts +6 -3
  21. package/dist/models/UpdateNodePoolComponentRequest.js +1 -1
  22. package/dist/models/UpdateNodePoolComponentRequest.js.map +1 -1
  23. package/dist/models/UpgradeClusterNodepoolRequest.d.ts +4 -3
  24. package/dist/models/UpgradeClusterNodepoolRequest.js +2 -0
  25. package/dist/models/UpgradeClusterNodepoolRequest.js.map +1 -1
  26. package/package.json +1 -1
  27. package/src/client.ts +10 -6
  28. package/src/models/CreateClusterNodePoolRequest.ts +268 -264
  29. package/src/models/CreateClusterNodePoolResponseBody.ts +3 -3
  30. package/src/models/DescribeClusterNodePoolDetailResponseBody.ts +236 -233
  31. package/src/models/DescribeClusterNodePoolsResponseBody.ts +93 -89
  32. package/src/models/InstallNodePoolComponentsRequest.ts +5 -2
  33. package/src/models/Nodepool.ts +9 -6
  34. package/src/models/UpdateNodePoolComponentRequest.ts +7 -4
  35. package/src/models/UpgradeClusterNodepoolRequest.ts +6 -3
@@ -10,7 +10,7 @@ import { Taint } from "./Taint";
10
10
  export declare class DescribeClusterNodePoolDetailResponseBodyAutoMode extends $dara.Model {
11
11
  /**
12
12
  * @remarks
13
- * Whether it is enabled.
13
+ * Whether to enable
14
14
  *
15
15
  * @example
16
16
  * false
@@ -30,9 +30,9 @@ export declare class DescribeClusterNodePoolDetailResponseBodyAutoMode extends $
30
30
  export declare class DescribeClusterNodePoolDetailResponseBodyAutoScaling extends $dara.Model {
31
31
  /**
32
32
  * @remarks
33
- * The peak bandwidth of the EIP.
33
+ * EIP peak bandwidth.
34
34
  *
35
- * Valid values: [1,100]. Unit: Mbit/s.
35
+ * Valid values: [1,100]. Unit: Mbps.
36
36
  *
37
37
  * @example
38
38
  * 5
@@ -40,10 +40,10 @@ export declare class DescribeClusterNodePoolDetailResponseBodyAutoScaling extend
40
40
  eipBandwidth?: number;
41
41
  /**
42
42
  * @remarks
43
- * The billing method of the EIP. Valid values:
43
+ * EIP billing type. Valid values:
44
44
  *
45
- * - `PayByBandwidth`: pay-by-bandwidth.
46
- * - `PayByTraffic`: pay-by-data-transfer.
45
+ * - `PayByBandwidth`: billed by fixed bandwidth.
46
+ * - `PayByTraffic`: billed by data transfer.
47
47
  *
48
48
  * @example
49
49
  * PayByBandwidth
@@ -51,13 +51,14 @@ export declare class DescribeClusterNodePoolDetailResponseBodyAutoScaling extend
51
51
  eipInternetChargeType?: string;
52
52
  /**
53
53
  * @remarks
54
- * Specifies whether to enable auto scaling. Valid values:
54
+ * Whether auto scaling is enabled. Valid values:
55
55
  *
56
- * - `true`: Enables the auto scaling feature for the node pool. When the cluster capacity planning cannot meet the scheduling requirements of application pods, ACK automatically scales node resources based on the configured minimum and maximum instance counts. Clusters of version 1.24 or later use instant elastic scaling by default. Clusters of versions earlier than 1.24 use auto scaling by default. For more information, see [Node scaling](https://help.aliyun.com/document_detail/2746785.html).
56
+ * - `true`: enables the auto scaling feature for the node pool. When the cluster capacity cannot meet Pod scheduling requirements, ACK automatically scales node resources based on the configured minimum and maximum instance counts. Clusters of version 1.24 and later enable instant node elasticity by default;
57
+ * clusters of versions earlier than 1.24 enable node auto scaling by default. For more information, see [Node scaling](https://help.aliyun.com/document_detail/2746785.html).
57
58
  *
58
- * - `false`: Disables auto scaling. ACK adjusts the number of nodes in the node pool based on the configured desired node count and maintains the node count at the desired value.
59
+ * - `false`: disables auto scaling. ACK adjusts the number of nodes in the node pool to match the configured desired number of nodes.
59
60
  *
60
- * When this parameter is set to false, other configuration parameters in `auto_scaling` do not take effect.
61
+ * When the value is false, other configuration parameters in `auto_scaling` do not take effect.
61
62
  *
62
63
  * @example
63
64
  * true
@@ -65,10 +66,10 @@ export declare class DescribeClusterNodePoolDetailResponseBodyAutoScaling extend
65
66
  enable?: boolean;
66
67
  /**
67
68
  * @remarks
68
- * Specifies whether to associate an EIP. Valid values:
69
+ * Whether to bind an EIP. Valid values:
69
70
  *
70
- * - `true`: Associates an EIP.
71
- * - `false`: Does not associate an EIP.
71
+ * - `true`: bind an EIP.
72
+ * - `false`: do not bind an EIP.
72
73
  *
73
74
  * @example
74
75
  * true
@@ -92,12 +93,12 @@ export declare class DescribeClusterNodePoolDetailResponseBodyAutoScaling extend
92
93
  minInstances?: number;
93
94
  /**
94
95
  * @remarks
95
- * The auto scaling type, categorized by instance type. Valid values:
96
+ * Auto scaling type, classified by auto scaling instance type. Valid values:
96
97
  *
97
98
  * - `cpu`: regular instance type.
98
99
  * - `gpu`: GPU instance type.
99
- * - `gpushare`: GPU sharing type.
100
- * - `spot`: spot instance type.
100
+ * - `gpushare`: GPU-shared type.
101
+ * - `spot`: preemptible instance type.
101
102
  *
102
103
  * @example
103
104
  * cpu
@@ -139,9 +140,9 @@ export declare class DescribeClusterNodePoolDetailResponseBodyEfloNodeGroup exte
139
140
  export declare class DescribeClusterNodePoolDetailResponseBodyInterconnectConfig extends $dara.Model {
140
141
  /**
141
142
  * @remarks
142
- * [Deprecated]
143
+ * [This field is deprecated]
143
144
  *
144
- * The network bandwidth of the edge enhanced node pool, in Mbps.
145
+ * Network bandwidth of the enhanced edge node pool, in Mbps.
145
146
  *
146
147
  * @example
147
148
  * 10
@@ -151,7 +152,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyInterconnectConfig
151
152
  * @remarks
152
153
  * [This field is deprecated]
153
154
  *
154
- * The Cloud Connect Network (CCN) instance ID bound to the enhanced edge node pool.
155
+ * The Cloud Connect Network (CCN) instance ID bound to the enhanced edge node pool (CCNID).
155
156
  *
156
157
  * @example
157
158
  * ccn-qm5i0i0q9yi*******
@@ -161,8 +162,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyInterconnectConfig
161
162
  * @remarks
162
163
  * [This field is deprecated]
163
164
  *
164
- * The region of the CCN instance bound to the enhanced edge node pool.
165
- * [_single.resp.200.
165
+ * The region of the Cloud Connect Network (CCN) instance bound to the enhanced edge node pool.
166
166
  *
167
167
  * @example
168
168
  * cn-shanghai
@@ -172,7 +172,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyInterconnectConfig
172
172
  * @remarks
173
173
  * [This field is deprecated]
174
174
  *
175
- * The Cloud Enterprise Network (CEN) instance ID bound to the enhanced edge node pool.
175
+ * The Cloud Enterprise Network (CEN) instance ID bound to the enhanced edge node pool (CENID).
176
176
  *
177
177
  * @example
178
178
  * cen-ey9k9nfhz0f*******
@@ -180,9 +180,9 @@ export declare class DescribeClusterNodePoolDetailResponseBodyInterconnectConfig
180
180
  cenId?: string;
181
181
  /**
182
182
  * @remarks
183
- * [Deprecated]
183
+ * [This field is deprecated]
184
184
  *
185
- * The subscription duration of the edge enhanced node pool, in months.
185
+ * Purchase duration of the enhanced edge node pool, in months.
186
186
  *
187
187
  * @example
188
188
  * 1
@@ -202,10 +202,10 @@ export declare class DescribeClusterNodePoolDetailResponseBodyInterconnectConfig
202
202
  export declare class DescribeClusterNodePoolDetailResponseBodyKubernetesConfig extends $dara.Model {
203
203
  /**
204
204
  * @remarks
205
- * Specifies whether to install the CloudMonitor agent on ECS nodes. After installation, you can view monitoring information of the created ECS instances in the CloudMonitor console. We recommend that you enable this feature. Valid values:
205
+ * Whether to install CloudMonitor on ECS nodes. After installation, you can view the monitoring information of created ECS instances in the CloudMonitor console. We recommend that you enable this feature. Valid values:
206
206
  *
207
- * - `true`: Installs the CloudMonitor agent on ECS nodes.
208
- * - `false`: Does not install the CloudMonitor agent on ECS nodes.
207
+ * - `true`: install CloudMonitor on ECS nodes.
208
+ * - `false`: do not install CloudMonitor on ECS nodes.
209
209
  *
210
210
  * @example
211
211
  * true
@@ -213,10 +213,10 @@ export declare class DescribeClusterNodePoolDetailResponseBodyKubernetesConfig e
213
213
  cmsEnabled?: boolean;
214
214
  /**
215
215
  * @remarks
216
- * The CPU management policy for nodes. The following two policies are supported for clusters of version 1.12.6 or later:
216
+ * Node CPU management policy. The following two policies are supported when the cluster version is 1.12.6 or later:
217
217
  *
218
- * - `static`: Allows pods with certain resource characteristics on the node to be granted enhanced CPU affinity and exclusivity.
219
- * - `none`: Uses the existing default CPU affinity scheme.
218
+ * - `static`: allows enhanced CPU affinity and exclusivity for Pods with certain resource characteristics on the node.
219
+ * - `none`: enables the existing default CPU affinity scheme.
220
220
  *
221
221
  * @example
222
222
  * none
@@ -224,19 +224,19 @@ export declare class DescribeClusterNodePoolDetailResponseBodyKubernetesConfig e
224
224
  cpuPolicy?: string;
225
225
  /**
226
226
  * @remarks
227
- * The node tag.
227
+ * Node labels.
228
228
  */
229
229
  labels?: Tag[];
230
230
  /**
231
231
  * @remarks
232
- * The custom node name.
232
+ * Custom node name.
233
233
  *
234
- * A node name consists of three parts: prefix + node IP address substring + suffix:
234
+ * The node name consists of three parts: prefix \\+ node IP address substring \\+ suffix:
235
235
  *
236
- * - Both the prefix and suffix can consist of one or more parts separated by ".". Each part can contain lowercase letters, digits, and hyphens (-). The node name must start and end with a lowercase letter or digit.
236
+ * - Both the prefix and suffix can consist of one or more parts separated by ".". Each part can contain lowercase letters, digits, and "-". The node name must start and end with a lowercase letter or digit.
237
237
  * - The IP address segment length specifies the number of digits taken from the end of the node IP address. Valid values: 5 to 12.
238
238
  *
239
- * For example, if the node IP address is 192.168.0.55, the prefix is aliyun.com, the IP address segment length is 5, and the suffix is test, the node name is aliyun.com00055test.
239
+ * For example, if the node IP address is 192.168.0.55, the prefix is aliyun.com, the IP address segment length is 5, and the suffix is test, then the node name is aliyun.com00055test.
240
240
  *
241
241
  * @example
242
242
  * aliyun.com192.XX.YY.55test
@@ -244,7 +244,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyKubernetesConfig e
244
244
  nodeNameMode?: string;
245
245
  /**
246
246
  * @remarks
247
- * The pre-initialization custom data of the node pool, which is a script that runs before node initialization. For more information, see [Generate instance user data](https://help.aliyun.com/document_detail/49121.html).
247
+ * Node pool pre-custom data, which is a script that runs before node initialization. For more information, see [Generate instance custom data](https://help.aliyun.com/document_detail/49121.html).
248
248
  *
249
249
  * @example
250
250
  * dGhpcyBpcyBhIGV4YW1wbGU
@@ -252,11 +252,11 @@ export declare class DescribeClusterNodePoolDetailResponseBodyKubernetesConfig e
252
252
  preUserData?: string;
253
253
  /**
254
254
  * @remarks
255
- * The container runtime name. ACK supports the following three container runtimes:
255
+ * Container runtime name. ACK supports the following three container runtimes.
256
256
  *
257
- * - containerd: recommended. Supported by all cluster versions.
258
- * - Sandboxed-Container.runv: sandboxed container that provides higher isolation. Supported by clusters of version 1.31 and earlier.
259
- * - docker: no longer maintained. Supported by clusters of version 1.22 and earlier.
257
+ * - containerd: recommended, supported by all cluster versions.
258
+ * - Sandboxed-Container.runv: sandboxed container, provides higher isolation, supported by clusters of version 1.31 and earlier.
259
+ * - docker: no longer maintained, supported by clusters of version 1.22 and earlier.
260
260
  *
261
261
  * @example
262
262
  * containerd
@@ -264,7 +264,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyKubernetesConfig e
264
264
  runtime?: string;
265
265
  /**
266
266
  * @remarks
267
- * The container runtime version.
267
+ * Container runtime version.
268
268
  *
269
269
  * @example
270
270
  * 1.6.38
@@ -272,16 +272,16 @@ export declare class DescribeClusterNodePoolDetailResponseBodyKubernetesConfig e
272
272
  runtimeVersion?: string;
273
273
  /**
274
274
  * @remarks
275
- * The node taint information. Taints work together with tolerations to prevent pods from being scheduled to inappropriate nodes. For more information, see [taint-and-toleration](https://kubernetes.io/zh/docs/concepts/scheduling-eviction/taint-and-toleration/).
275
+ * Node taint information. Taints and tolerations work together to prevent Pods from being scheduled on inappropriate nodes. For more information, see [taint-and-toleration](https://kubernetes.io/zh/docs/concepts/scheduling-eviction/taint-and-toleration/).
276
276
  */
277
277
  taints?: Taint[];
278
278
  /**
279
279
  * @remarks
280
- * Specifies whether the scaled-out nodes are unschedulable.
280
+ * Whether nodes are unschedulable after scaling.
281
281
  *
282
- * - true: Unschedulable.
282
+ * - true: unschedulable.
283
283
  *
284
- * - false: Schedulable.
284
+ * - false: schedulable.
285
285
  *
286
286
  * @example
287
287
  * true
@@ -289,7 +289,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyKubernetesConfig e
289
289
  unschedulable?: boolean;
290
290
  /**
291
291
  * @remarks
292
- * The custom data of the node pool, which is a script that runs after node initialization. For more information, see [Generate instance user data](https://help.aliyun.com/document_detail/49121.html).
292
+ * Node pool custom data, which is a script that runs after node initialization. For more information, see [Generate instance custom data](https://help.aliyun.com/document_detail/49121.html).
293
293
  *
294
294
  * @example
295
295
  * IyEvYmluL3NoCmVjaG8gIkhlbGxvIEFDSyEi
@@ -309,7 +309,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyKubernetesConfig e
309
309
  export declare class DescribeClusterNodePoolDetailResponseBodyManagementAutoRepairPolicy extends $dara.Model {
310
310
  /**
311
311
  * @remarks
312
- * Specifies whether manual approval is required for node repair.
312
+ * Whether manual approval is required for node repair.
313
313
  *
314
314
  * @example
315
315
  * false
@@ -317,7 +317,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyManagementAutoRepa
317
317
  approvalRequired?: boolean;
318
318
  /**
319
319
  * @remarks
320
- * The auto repair policy ID.
320
+ * Auto repair policy ID
321
321
  *
322
322
  * @example
323
323
  * r-xxxxxxxxxx
@@ -325,10 +325,10 @@ export declare class DescribeClusterNodePoolDetailResponseBodyManagementAutoRepa
325
325
  autoRepairPolicyId?: string;
326
326
  /**
327
327
  * @remarks
328
- * Specifies whether to allow node restarts. This parameter takes effect only when `auto_repair=true`.
328
+ * Whether to allow node restart. Takes effect only when `auto_repair=true`.
329
329
  *
330
- * - `true`: Allows node restarts.
331
- * - `false`: Does not allow node restarts.
330
+ * - `true`: allow node restart.
331
+ * - `false`: do not allow node restart.
332
332
  *
333
333
  * @example
334
334
  * true
@@ -348,9 +348,9 @@ export declare class DescribeClusterNodePoolDetailResponseBodyManagementAutoRepa
348
348
  export declare class DescribeClusterNodePoolDetailResponseBodyManagementAutoUpgradePolicy extends $dara.Model {
349
349
  /**
350
350
  * @remarks
351
- * Specifies whether to allow automatic kubelet upgrades. This parameter takes effect only when `auto_upgrade=true`. Valid values:
352
- * - `true`: Allows automatic kubelet upgrades.
353
- * - `false`: Does not allow automatic kubelet upgrades.
351
+ * Whether to allow auto upgrade of kubelet. Takes effect only when `auto_upgrade=true`. Valid values:
352
+ * - `true`: allow auto upgrade of kubelet.
353
+ * - `false`: do not allow auto upgrade of kubelet.
354
354
  *
355
355
  * @example
356
356
  * true
@@ -370,7 +370,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyManagementAutoUpgr
370
370
  export declare class DescribeClusterNodePoolDetailResponseBodyManagementAutoVulFixPolicy extends $dara.Model {
371
371
  /**
372
372
  * @remarks
373
- * The packages that should be excluded during vulnerability fixes.
373
+ * Packages that should be excluded during vulnerability fixing.
374
374
  *
375
375
  * @example
376
376
  * kernel
@@ -378,9 +378,9 @@ export declare class DescribeClusterNodePoolDetailResponseBodyManagementAutoVulF
378
378
  excludePackages?: string;
379
379
  /**
380
380
  * @remarks
381
- * Specifies whether to allow node restarts. This parameter takes effect only when `auto_vul_fix=true`. Valid values:
382
- * - `true`: Allows node restarts.
383
- * - `false`: Does not allow node restarts.
381
+ * Whether to allow node restart. Takes effect only when `auto_vul_fix=true`. Valid values:
382
+ * - `true`: allow node restart.
383
+ * - `false`: do not allow node restart.
384
384
  *
385
385
  * @example
386
386
  * true
@@ -388,11 +388,11 @@ export declare class DescribeClusterNodePoolDetailResponseBodyManagementAutoVulF
388
388
  restartNode?: boolean;
389
389
  /**
390
390
  * @remarks
391
- * The vulnerability levels that are allowed for automatic fixes, separated by commas.
391
+ * Vulnerability levels allowed for automatic fixing, separated by commas.
392
392
  *
393
393
  * - `asap`: high
394
394
  * - `later`: medium
395
- * - `nntf`: low.
395
+ * - `nntf`: low
396
396
  *
397
397
  * @example
398
398
  * asap,nntf
@@ -412,10 +412,10 @@ export declare class DescribeClusterNodePoolDetailResponseBodyManagementAutoVulF
412
412
  export declare class DescribeClusterNodePoolDetailResponseBodyManagementUpgradeConfig extends $dara.Model {
413
413
  /**
414
414
  * @remarks
415
- * Specifies whether to enable automatic upgrades. Valid values:
415
+ * Whether to enable auto upgrade. Valid values:
416
416
  *
417
- * - `true`: Enables automatic upgrades.
418
- * - `false`: Disables automatic upgrades.
417
+ * - `true`: enable auto upgrade.
418
+ * - `false`: disable auto upgrade.
419
419
  *
420
420
  * @example
421
421
  * true
@@ -423,7 +423,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyManagementUpgradeC
423
423
  autoUpgrade?: boolean;
424
424
  /**
425
425
  * @remarks
426
- * The maximum number of unavailable nodes. Valid values: [1,1000\\].
426
+ * Maximum number of unavailable nodes. Valid values: [1,1000\\].
427
427
  *
428
428
  * Default value: 1.
429
429
  *
@@ -433,7 +433,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyManagementUpgradeC
433
433
  maxUnavailable?: number;
434
434
  /**
435
435
  * @remarks
436
- * The number of extra nodes. You can set this parameter or surge_percentage, but not both.
436
+ * Number of extra nodes. Mutually exclusive with surge_percentage.
437
437
  *
438
438
  * @example
439
439
  * 5
@@ -441,9 +441,9 @@ export declare class DescribeClusterNodePoolDetailResponseBodyManagementUpgradeC
441
441
  surge?: number;
442
442
  /**
443
443
  * @remarks
444
- * The percentage of extra nodes. You can set this parameter or `surge`, but not both.
444
+ * The percentage of extra nodes. Mutually exclusive with `surge`.
445
445
  *
446
- * Number of extra nodes = Extra node percentage × Number of nodes. For example, if the extra node percentage is set to 50% and there are 6 existing nodes, the number of extra nodes = 50% × 6 = 3.
446
+ * Extra nodes = extra node percentage x number of nodes. For example, if the extra node percentage is set to 50% and there are 6 existing nodes, the number of extra nodes = 50% x 6, which means 3 extra nodes will be generated.
447
447
  *
448
448
  * @example
449
449
  * 50
@@ -464,10 +464,10 @@ export declare class DescribeClusterNodePoolDetailResponseBodyManagement extends
464
464
  autoFaultDiagnosis?: boolean;
465
465
  /**
466
466
  * @remarks
467
- * Specifies whether to enable auto repair. This parameter takes effect only when `enable=true`.
467
+ * Auto repair. Takes effect only when `enable=true`.
468
468
  *
469
- * - `true`: Enables auto repair.
470
- * - `false`: Disables auto repair.
469
+ * - `true`: enable auto repair.
470
+ * - `false`: disable auto repair.
471
471
  *
472
472
  * @example
473
473
  * true
@@ -475,14 +475,14 @@ export declare class DescribeClusterNodePoolDetailResponseBodyManagement extends
475
475
  autoRepair?: boolean;
476
476
  /**
477
477
  * @remarks
478
- * The auto repair policy for nodes.
478
+ * Auto repair node policy.
479
479
  */
480
480
  autoRepairPolicy?: DescribeClusterNodePoolDetailResponseBodyManagementAutoRepairPolicy;
481
481
  /**
482
482
  * @remarks
483
- * Specifies whether to enable automatic node upgrades. This parameter takes effect only when `enable=true`.
484
- * - `true`: Enables automatic upgrades.
485
- * - `false`: Disables automatic upgrades.
483
+ * Whether to automatically upgrade nodes. Takes effect only when `enable=true`.
484
+ * - `true`: enable auto upgrade.
485
+ * - `false`: disable auto upgrade.
486
486
  *
487
487
  * @example
488
488
  * true
@@ -490,15 +490,15 @@ export declare class DescribeClusterNodePoolDetailResponseBodyManagement extends
490
490
  autoUpgrade?: boolean;
491
491
  /**
492
492
  * @remarks
493
- * The automatic upgrade policy.
493
+ * Auto upgrade policy.
494
494
  */
495
495
  autoUpgradePolicy?: DescribeClusterNodePoolDetailResponseBodyManagementAutoUpgradePolicy;
496
496
  /**
497
497
  * @remarks
498
- * Specifies whether to automatically fix CVEs. This parameter takes effect only when `enable=true`.
498
+ * Whether to automatically fix CVEs. Takes effect only when `enable=true`.
499
499
  *
500
- * - `true`: Allows automatic CVE fixes.
501
- * - `false`: Does not allow automatic CVE fixes.
500
+ * - `true`: allow automatic CVE fixing.
501
+ * - `false`: do not allow automatic CVE fixing.
502
502
  *
503
503
  * @example
504
504
  * true
@@ -506,15 +506,15 @@ export declare class DescribeClusterNodePoolDetailResponseBodyManagement extends
506
506
  autoVulFix?: boolean;
507
507
  /**
508
508
  * @remarks
509
- * The automatic CVE fix policy.
509
+ * Auto CVE fix policy.
510
510
  */
511
511
  autoVulFixPolicy?: DescribeClusterNodePoolDetailResponseBodyManagementAutoVulFixPolicy;
512
512
  /**
513
513
  * @remarks
514
- * Specifies whether to enable the managed node pool. Valid values:
514
+ * Whether managed node pool is enabled. Valid values:
515
515
  *
516
- * - `true`: Enables the managed node pool.
517
- * - `false`: Disables the managed node pool. Other related configurations take effect only when `enable=true`.
516
+ * - `true`: enable managed node pool.
517
+ * - `false`: disable managed node pool. Other related configurations take effect only when `enable=true`.
518
518
  *
519
519
  * @example
520
520
  * true
@@ -522,7 +522,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyManagement extends
522
522
  enable?: boolean;
523
523
  /**
524
524
  * @remarks
525
- * The automatic upgrade configuration. This parameter takes effect only when `enable=true`.
525
+ * Auto upgrade configuration. Takes effect only when `enable=true`.
526
526
  */
527
527
  upgradeConfig?: DescribeClusterNodePoolDetailResponseBodyManagementUpgradeConfig;
528
528
  static names(): {
@@ -540,9 +540,12 @@ export declare class DescribeClusterNodePoolDetailResponseBodyNodeComponentsConf
540
540
  /**
541
541
  * @remarks
542
542
  * Node component custom configuration.
543
+ *
544
+ * @example
545
+ * {"cpuManagerPolicy":"static"}
543
546
  */
544
547
  customConfig?: {
545
- [key: string]: string;
548
+ [key: string]: any;
546
549
  };
547
550
  static names(): {
548
551
  [key: string]: string;
@@ -591,7 +594,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyNodeComponents ext
591
594
  export declare class DescribeClusterNodePoolDetailResponseBodyNodeConfigNodeOsConfig extends $dara.Model {
592
595
  /**
593
596
  * @remarks
594
- * The Hugepage configuration.
597
+ * Hugepage configuration.
595
598
  */
596
599
  hugepage?: Hugepage;
597
600
  static names(): {
@@ -608,12 +611,12 @@ export declare class DescribeClusterNodePoolDetailResponseBodyNodeConfigNodeOsCo
608
611
  export declare class DescribeClusterNodePoolDetailResponseBodyNodeConfig extends $dara.Model {
609
612
  /**
610
613
  * @remarks
611
- * The Kubelet parameter settings.
614
+ * Kubelet parameter configuration.
612
615
  */
613
616
  kubeletConfiguration?: KubeletConfig;
614
617
  /**
615
618
  * @remarks
616
- * The node operating system configuration.
619
+ * Node operating system configuration.
617
620
  */
618
621
  nodeOsConfig?: DescribeClusterNodePoolDetailResponseBodyNodeConfigNodeOsConfig;
619
622
  static names(): {
@@ -638,10 +641,10 @@ export declare class DescribeClusterNodePoolDetailResponseBodyNodepoolInfo exten
638
641
  created?: string;
639
642
  /**
640
643
  * @remarks
641
- * Indicates whether the node pool is the default node pool. A cluster typically has only one default node pool. Valid values:
644
+ * Whether the node pool is the default node pool. A cluster usually has only one default node pool. Valid values:
642
645
  *
643
- * - `true`: The node pool is the default node pool.
644
- * - `false`: The node pool is not the default node pool.
646
+ * - `true`: the default node pool.
647
+ * - `false`: not the default node pool.
645
648
  *
646
649
  * @example
647
650
  * true
@@ -649,7 +652,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyNodepoolInfo exten
649
652
  isDefault?: boolean;
650
653
  /**
651
654
  * @remarks
652
- * The node pool name.
655
+ * Node pool name.
653
656
  *
654
657
  * @example
655
658
  * default-nodepool
@@ -657,7 +660,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyNodepoolInfo exten
657
660
  name?: string;
658
661
  /**
659
662
  * @remarks
660
- * The node pool ID.
663
+ * Node pool ID.
661
664
  *
662
665
  * @example
663
666
  * np615c0e0966124216a0412e10afe0****
@@ -665,7 +668,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyNodepoolInfo exten
665
668
  nodepoolId?: string;
666
669
  /**
667
670
  * @remarks
668
- * The region ID.
671
+ * Region ID.
669
672
  *
670
673
  * @example
671
674
  * cn-beijing
@@ -673,7 +676,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyNodepoolInfo exten
673
676
  regionId?: string;
674
677
  /**
675
678
  * @remarks
676
- * The resource group ID.
679
+ * Resource group ID.
677
680
  *
678
681
  * @example
679
682
  * rg-acfmyvw3wjmb****
@@ -681,8 +684,8 @@ export declare class DescribeClusterNodePoolDetailResponseBodyNodepoolInfo exten
681
684
  resourceGroupId?: string;
682
685
  /**
683
686
  * @remarks
684
- * The node pool type. Valid values:
685
- * - `ess`: regular node pool (includes managed and automatic elastic scaling features).
687
+ * Node pool type.
688
+ * - `ess`: standard node pool (includes managed and auto scaling features).
686
689
  * - `edge`: edge node pool.
687
690
  * - `lingjun`: Lingjun node pool.
688
691
  *
@@ -712,7 +715,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyNodepoolInfo exten
712
715
  export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroupPrivatePoolOptions extends $dara.Model {
713
716
  /**
714
717
  * @remarks
715
- * The private pool ID.
718
+ * Private node pool ID.
716
719
  *
717
720
  * @example
718
721
  * eap-bp67acfmxazb4****
@@ -720,13 +723,13 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroupPrivat
720
723
  id?: string;
721
724
  /**
722
725
  * @remarks
723
- * The private pool type, which specifies the capacity option for instance launch. After an elasticity assurance or capacity reservation takes effect, a private pool is generated for instance launch. Valid values:
726
+ * Private node pool type, the private pool capacity option for instance launch. After an elasticity assurance or capacity reservation takes effect, a private pool capacity is generated for instance launch. Valid values:
724
727
  *
725
- * - `Open`: open mode. Automatically matches open private pool capacity. If no matching private pool capacity is available, public pool resources are used.
728
+ * - `Open`: open mode. Automatically matches open-type private pool capacity. If no matching private pool capacity is available, public pool resources are used for launch.
726
729
  *
727
730
  * - `Target`: targeted mode. Uses the specified private pool capacity to launch instances. If the specified private pool capacity is unavailable, the instance fails to launch.
728
731
  *
729
- * - `None`: none mode. Private pool capacity is not used for instance launch.
732
+ * - `None`: do not use mode. Instance launch does not use private pool capacity.
730
733
  *
731
734
  * @example
732
735
  * Open
@@ -751,10 +754,10 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroupResour
751
754
  privatePoolIds?: string[];
752
755
  /**
753
756
  * @remarks
754
- * The resource pool policy used for instance creation. Valid values:
757
+ * The resource pool policy used when creating instances. Valid values:
755
758
  * PrivatePoolFirst: private pool first.
756
759
  * PrivatePoolOnly: private pool only.
757
- * None: no resource pool policy.
760
+ * None: do not use resource pool policy.
758
761
  *
759
762
  * @example
760
763
  * PrivatePoolFirst
@@ -774,7 +777,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroupResour
774
777
  export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroupSpotPriceLimit extends $dara.Model {
775
778
  /**
776
779
  * @remarks
777
- * The spot instance type.
780
+ * Preemptible instance type.
778
781
  *
779
782
  * @example
780
783
  * ecs.c6.large
@@ -782,14 +785,14 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroupSpotPr
782
785
  instanceType?: string;
783
786
  /**
784
787
  * @remarks
785
- * The market price of a single instance.
788
+ * Market price per instance.
786
789
  *
787
790
  * <props="china">Unit: CNY/hour.
788
791
  *
789
792
  *
790
793
  *
791
794
  *
792
- * <props="intl">Unit: USD/hour..
795
+ * <props="intl">Unit: USD/hour.
793
796
  *
794
797
  * @example
795
798
  * 0.39
@@ -809,10 +812,10 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroupSpotPr
809
812
  export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup extends $dara.Model {
810
813
  /**
811
814
  * @remarks
812
- * Specifies whether to enable auto-renewal for nodes. This parameter takes effect only when `instance_charge_type` is set to `PrePaid`. Valid values:
815
+ * Whether auto-renewal is enabled for nodes. This parameter takes effect only when `instance_charge_type` is set to `PrePaid`. Valid values:
813
816
  *
814
- * - `true`: Enables auto-renewal.
815
- * - `false`: Disables auto-renewal.
817
+ * - `true`: enable auto-renewal.
818
+ * - `false`: disable auto-renewal.
816
819
  *
817
820
  * @example
818
821
  * false
@@ -820,7 +823,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
820
823
  autoRenew?: boolean;
821
824
  /**
822
825
  * @remarks
823
- * The duration of each auto-renewal cycle. Valid values:
826
+ * The duration of each auto-renewal. Valid values:
824
827
  * - When PeriodUnit=Week: 1, 2, 3.
825
828
  * - When PeriodUnit=Month: 1, 2, 3, 6, 12, 24, 36, 48, 60.
826
829
  *
@@ -840,10 +843,10 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
840
843
  cisEnabled?: boolean;
841
844
  /**
842
845
  * @remarks
843
- * Specifies whether to automatically create pay-as-you-go instances to meet the required number of ECS instances when spot instances cannot be created due to price or inventory reasons. This parameter takes effect only when `multi_az_policy` is set to `COST_OPTIMIZED`. Valid values:
846
+ * When `multi_az_policy` is set to `COST_OPTIMIZED`, whether to allow automatic creation of pay-as-you-go instances to meet the required number of ECS instances when preemptible instances cannot be created due to price or inventory reasons. Valid values:
844
847
  *
845
- * - `true`: Allows automatic creation of pay-as-you-go instances.
846
- * - `false`: Does not allow automatic creation of pay-as-you-go instances.
848
+ * - `true`: allow automatic creation of pay-as-you-go instances to meet the required number of ECS instances.
849
+ * - `false`: do not allow automatic creation of pay-as-you-go instances to meet the required number of ECS instances.
847
850
  *
848
851
  * @example
849
852
  * true
@@ -851,12 +854,12 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
851
854
  compensateWithOnDemand?: boolean;
852
855
  /**
853
856
  * @remarks
854
- * The configurations of data cloud disks, including disk type and size.
857
+ * The combination of data disk type, size, and other configurations for nodes.
855
858
  */
856
859
  dataDisks?: DataDisk[];
857
860
  /**
858
861
  * @remarks
859
- * The deployment set ID.
862
+ * Deployment set ID.
860
863
  *
861
864
  * @example
862
865
  * ds-bp1d19mmbsv3jf6xxxxx
@@ -864,7 +867,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
864
867
  deploymentsetId?: string;
865
868
  /**
866
869
  * @remarks
867
- * The desired number of nodes in the node pool.
870
+ * Desired number of nodes in the node pool.
868
871
  *
869
872
  * @example
870
873
  * 2
@@ -872,12 +875,12 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
872
875
  desiredSize?: number;
873
876
  /**
874
877
  * @remarks
875
- * The block device initialization configuration.
878
+ * Block device initialization configuration.
876
879
  */
877
880
  diskInit?: DiskInit[];
878
881
  /**
879
882
  * @remarks
880
- * The custom image ID.
883
+ * Custom image ID.
881
884
  *
882
885
  * @example
883
886
  * aliyun_3_x64_20G_alibase_20241218.vhd
@@ -885,17 +888,17 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
885
888
  imageId?: string;
886
889
  /**
887
890
  * @remarks
888
- * The operating system image type. Valid values:
891
+ * Operating system image type.
889
892
  * - `AliyunLinux`: Alinux2 image.
890
- * - `AliyunLinuxSecurity`: Alinux2 UEFI image.
893
+ * - `AliyunLinuxSecurity`: Alinux2 image UEFI edition.
891
894
  * - `AliyunLinux3`: Alinux3 image.
892
- * - `AliyunLinux3Arm64`: Alinux3 ARM image.
893
- * - `AliyunLinux3Security`: Alinux3 UEFI image.
895
+ * - `AliyunLinux3Arm64`: Alinux3 image ARM edition.
896
+ * - `AliyunLinux3Security`: Alinux3 image UEFI edition.
894
897
  * - `CentOS`: CentOS image.
895
898
  * - `Windows`: Windows image.
896
899
  * - `WindowsCore`: WindowsCore image.
897
900
  * - `ContainerOS`: container-optimized image.
898
- * - `AliyunLinux3ContainerOptimized`: Alinux3 container-optimized image.
901
+ * - `AliyunLinux3ContainerOptimized`: Alinux3 image container-optimized edition.
899
902
  *
900
903
  * @example
901
904
  * AliyunLinux3
@@ -903,7 +906,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
903
906
  imageType?: string;
904
907
  /**
905
908
  * @remarks
906
- * The billing method of nodes in the node pool. Valid values:
909
+ * Node pool node billing type. Valid values:
907
910
  *
908
911
  * - `PrePaid`: subscription.
909
912
  * - `PostPaid`: pay-as-you-go.
@@ -914,12 +917,12 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
914
917
  instanceChargeType?: string;
915
918
  /**
916
919
  * @remarks
917
- * The metadata access configuration of ECS instances.
920
+ * Metadata access configuration for ECS instances.
918
921
  */
919
922
  instanceMetadataOptions?: InstanceMetadataOptions;
920
923
  /**
921
924
  * @remarks
922
- * The instance attribute configurations.
925
+ * Instance attribute configuration.
923
926
  */
924
927
  instancePatterns?: InstancePatterns[];
925
928
  /**
@@ -929,10 +932,10 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
929
932
  instanceTypes?: string[];
930
933
  /**
931
934
  * @remarks
932
- * The billing method for the public IP address of nodes.
935
+ * Node public IP billing type.
933
936
  *
934
- * - PayByBandwidth: pay-by-bandwidth.
935
- * - PayByTraffic: pay-by-data-transfer.
937
+ * - PayByBandwidth: billed by fixed bandwidth.
938
+ * - PayByTraffic: billed by data transfer.
936
939
  *
937
940
  * @example
938
941
  * PayByBandwidth
@@ -940,7 +943,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
940
943
  internetChargeType?: string;
941
944
  /**
942
945
  * @remarks
943
- * The maximum outbound bandwidth of the public IP address of nodes. Unit: Mbit/s. Valid values: 1 to 100.
946
+ * Maximum outbound bandwidth for node public IP, in Mbps (Megabits per second). Valid values: 1 to 100.
944
947
  *
945
948
  * @example
946
949
  * 10
@@ -948,7 +951,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
948
951
  internetMaxBandwidthOut?: number;
949
952
  /**
950
953
  * @remarks
951
- * The key pair name. You can set this parameter or `login_password`, but not both. For managed node pools, only `key_pair` is supported.
954
+ * Key pair name. Mutually exclusive with `login_password`. For managed node pools, only `key_pair` is supported.
952
955
  *
953
956
  * @example
954
957
  * pro-nodepool
@@ -956,11 +959,11 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
956
959
  keyPair?: string;
957
960
  /**
958
961
  * @remarks
959
- * Specifies whether the scaled-out ECS instances use a non-root user for logon.
962
+ * Whether the launched ECS instances log in as a non-root user.
960
963
  *
961
- * - true: Logs on as a non-root user (ecs-user).
964
+ * - true: log in as a non-root user (ecs-user).
962
965
  *
963
- * - false: Logs on as the root user.
966
+ * - false: log in as the root user.
964
967
  *
965
968
  * @example
966
969
  * true
@@ -968,9 +971,9 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
968
971
  loginAsNonRoot?: boolean;
969
972
  /**
970
973
  * @remarks
971
- * The SSH logon password. You can set this parameter or `key_pair`, but not both. 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.
974
+ * SSH login password. Mutually exclusive with `key_pair`. The password must be 8 to 30 characters in length, and must contain at least three of the following character types: uppercase letters, lowercase letters, digits, and special characters.
972
975
  *
973
- * For security purposes, the password is encrypted in the query result.
976
+ * For security purposes, the password is encrypted in query results.
974
977
  *
975
978
  * @example
976
979
  * ********
@@ -978,15 +981,15 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
978
981
  loginPassword?: string;
979
982
  /**
980
983
  * @remarks
981
- * The scaling policy for ECS instances in a multi-zone scaling group. Valid values:
984
+ * Multi-zone scaling group ECS instance scaling policy. Valid values:
982
985
  *
983
- * - `PRIORITY`: Scales based on the vSwitches (VSwitchIds.N) that you define. When ECS instances cannot be created in the zone of a higher-priority vSwitch, the system automatically uses the next-priority vSwitch.
986
+ * - `PRIORITY`: scales based on the vSwitches (VSwitchIds.N) that you defined. When ECS instances cannot be created in the zone of a higher-priority vSwitch, the system automatically uses the next-priority vSwitch to create ECS instances.
984
987
  *
985
- * - `COST_OPTIMIZED`: Creates instances in ascending order of vCPU unit price. When the scaling configuration sets the spot billing method for multiple instance types, spot instances are created first. You can use the `CompensateWithOnDemand` parameter to specify whether to automatically create pay-as-you-go instances when spot instances cannot be created due to insufficient inventory or other reasons.
988
+ * - `COST_OPTIMIZED`: attempts to create instances in order of vCPU unit price from low to high. When the scaling configuration specifies multiple instance types with preemptible billing, preemptible instances are created first. You can use the `CompensateWithOnDemand` parameter to specify whether to automatically attempt to create pay-as-you-go instances when preemptible instances cannot be created due to insufficient inventory.
986
989
  *
987
- * >`COST_OPTIMIZED` takes effect only when the scaling configuration sets multiple instance types or uses spot instances.
990
+ * >`COST_OPTIMIZED` takes effect only when multiple instance types are specified or preemptible instances are selected in the scaling configuration.
988
991
  *
989
- * - `BALANCE`: Distributes ECS instances evenly across the active zones specified in the scaling group. If zones become unbalanced due to insufficient inventory, you can call the RebalanceInstances operation to rebalance resources. For more information, see [RebalanceInstances](https://help.aliyun.com/document_detail/71516.html).
992
+ * - `BALANCE`: evenly distributes ECS instances across the multiple zones specified by the scaling group. If zones become unbalanced due to insufficient inventory, you can use the RebalanceInstances API to rebalance resources. For more information, see [RebalanceInstances](https://help.aliyun.com/document_detail/71516.html).
990
993
  *
991
994
  * Default value: `PRIORITY`.
992
995
  *
@@ -1004,7 +1007,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
1004
1007
  onDemandBaseCapacity?: number;
1005
1008
  /**
1006
1009
  * @remarks
1007
- * The percentage of pay-as-you-go instances among the instances that exceed the minimum pay-as-you-go instance count (`on_demand_base_capacity`). Valid values: [0,100\\].
1010
+ * After the scaling group meets the minimum number of pay-as-you-go instances (`on_demand_base_capacity`), the percentage of pay-as-you-go instances among the excess instances. Valid values: [0,100\\].
1008
1011
  *
1009
1012
  * @example
1010
1013
  * 20
@@ -1012,7 +1015,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
1012
1015
  onDemandPercentageAboveBaseCapacity?: number;
1013
1016
  /**
1014
1017
  * @remarks
1015
- * The subscription duration of nodes. This parameter takes effect and is required only when `instance_charge_type` is set to `PrePaid`.
1018
+ * Node subscription duration. This parameter takes effect and is required only when `instance_charge_type` is set to `PrePaid`.
1016
1019
  *
1017
1020
  * - When `period_unit=Week`, valid values of `period`: {1, 2, 3, 4}.
1018
1021
  * - When `period_unit=Month`, valid values of `period`: {1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 24, 36, 48, 60}.
@@ -1023,10 +1026,10 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
1023
1026
  period?: number;
1024
1027
  /**
1025
1028
  * @remarks
1026
- * The billing cycle of nodes. This parameter must be specified when `instance_charge_type` is set to `PrePaid`.
1029
+ * Node billing period unit. This parameter must be specified when `instance_charge_type` is set to `PrePaid`.
1027
1030
  *
1028
- * - `Month`: uses month as the billing cycle.
1029
- * - `Week`: uses week as the billing cycle.
1031
+ * - `Month`: billed on a monthly basis.
1032
+ * - `Week`: billed on a weekly basis.
1030
1033
  *
1031
1034
  * @example
1032
1035
  * Month
@@ -1034,12 +1037,12 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
1034
1037
  periodUnit?: string;
1035
1038
  /**
1036
1039
  * @remarks
1037
- * The operating system distribution. Valid values:
1040
+ * Operating system distribution. Valid values:
1038
1041
  *
1039
1042
  * - `CentOS`
1040
1043
  * - `AliyunLinux`
1041
1044
  * - `Windows`
1042
- * - `WindowsCore`.
1045
+ * - `WindowsCore`
1043
1046
  *
1044
1047
  * @example
1045
1048
  * AliyunLinux
@@ -1047,7 +1050,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
1047
1050
  platform?: string;
1048
1051
  /**
1049
1052
  * @remarks
1050
- * The private pool configuration.
1053
+ * Private node pool configuration.
1051
1054
  */
1052
1055
  privatePoolOptions?: DescribeClusterNodePoolDetailResponseBodyScalingGroupPrivatePoolOptions;
1053
1056
  /**
@@ -1060,7 +1063,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
1060
1063
  ramPolicy?: string;
1061
1064
  /**
1062
1065
  * @remarks
1063
- * The worker RAM role name.
1066
+ * Worker RAM role name.
1064
1067
  *
1065
1068
  * @example
1066
1069
  * KubernetesWorkerRole-4a4fa089-80c1-48a5-b3c6-9349311f****
@@ -1068,17 +1071,17 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
1068
1071
  ramRoleName?: string;
1069
1072
  /**
1070
1073
  * @remarks
1071
- * The list of RDS instances. If specified, the ECS instances of the cluster nodes are automatically added to the RDS access whitelist.
1074
+ * If an RDS instance list is specified, the cluster node ECS instances are automatically added to the RDS access whitelist.
1072
1075
  */
1073
1076
  rdsInstances?: string[];
1074
1077
  /**
1075
1078
  * @remarks
1076
- * The resource pool and resource pool policy used for instance creation.
1079
+ * The resource pool and resource pool policy used when creating instances.
1077
1080
  */
1078
1081
  resourcePoolOptions?: DescribeClusterNodePoolDetailResponseBodyScalingGroupResourcePoolOptions;
1079
1082
  /**
1080
1083
  * @remarks
1081
- * The scaling group ID.
1084
+ * Scaling group ID.
1082
1085
  *
1083
1086
  * @example
1084
1087
  * asg-2zeieod8giqmov7z****
@@ -1086,10 +1089,10 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
1086
1089
  scalingGroupId?: string;
1087
1090
  /**
1088
1091
  * @remarks
1089
- * The scaling group mode. Valid values:
1092
+ * Scaling group mode. Valid values:
1090
1093
  *
1091
1094
  * - `release`: standard mode. Scales by creating and releasing ECS instances based on resource usage.
1092
- * - `recycle`: swift mode. Scales by creating, stopping, and starting instances to improve subsequent scaling speed. (Compute resources are not charged during the stopped state. Only storage fees are charged, except for local disk instance types.).
1095
+ * - `recycle`: swift mode. Scales by creating, stopping, and starting ECS instances, which improves the speed of subsequent scaling operations (compute resources are not charged during stopped state, only storage fees are charged, except for local disk instance types).
1093
1096
  *
1094
1097
  * @example
1095
1098
  * release
@@ -1097,7 +1100,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
1097
1100
  scalingPolicy?: string;
1098
1101
  /**
1099
1102
  * @remarks
1100
- * The security group ID of the node pool. When the node pool is associated with multiple security groups, this is the first value in `security_group_ids`.
1103
+ * Node pool security group ID. When the node pool is bindded to multiple security groups, this is the first value in `security_group_ids`.
1101
1104
  *
1102
1105
  * @example
1103
1106
  * sg-2ze60ockeekspl3d****
@@ -1105,15 +1108,15 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
1105
1108
  securityGroupId?: string;
1106
1109
  /**
1107
1110
  * @remarks
1108
- * The list of security group IDs for the node pool.
1111
+ * The list of node pool security group IDs.
1109
1112
  */
1110
1113
  securityGroupIds?: string[];
1111
1114
  /**
1112
1115
  * @remarks
1113
- * Specifies whether to enable Alibaba Cloud OS security hardening. Valid values:
1116
+ * Alibaba Cloud OS security hardening. Valid values:
1114
1117
  *
1115
- * - `true`: Enables Alibaba Cloud OS security hardening.
1116
- * - `false`: Disables Alibaba Cloud OS security hardening.
1118
+ * - `true`: enable Alibaba Cloud OS security hardening.
1119
+ * - `false`: disable Alibaba Cloud OS security hardening.
1117
1120
  *
1118
1121
  * Default value: `false`.
1119
1122
  *
@@ -1123,7 +1126,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
1123
1126
  securityHardeningOs?: boolean;
1124
1127
  /**
1125
1128
  * @remarks
1126
- * Specifies whether to enable MLPS 2.0 security hardening. This feature can be enabled for nodes only when the system image is Alibaba Cloud Linux 2 or Alibaba Cloud Linux 3. Alibaba Cloud provides baseline check standards and scanning programs that comply with classified protection compliance for Alibaba Cloud Linux 2 and Alibaba Cloud Linux 3 MLPS 2.0 Level 3 images.
1129
+ * Whether to enable China classified protection hardening. This feature can be enabled for nodes only when the system image is Alibaba Cloud Linux 2 or Alibaba Cloud Linux 3. Alibaba Cloud provides classified protection compliance baseline check standards and scanning programs for Alibaba Cloud Linux 2 and Alibaba Cloud Linux 3 China Classified Protection 2.0 Level 3 images.
1127
1130
  *
1128
1131
  * @example
1129
1132
  * false
@@ -1131,7 +1134,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
1131
1134
  socEnabled?: boolean;
1132
1135
  /**
1133
1136
  * @remarks
1134
- * The number of available instance types. The scaling group creates spot instances across multiple types at the lowest cost. Valid values: [1,10\\].
1137
+ * The number of available instance types specified. The scaling group creates preemptible instances in a balanced manner using the instance types with the lowest cost. Valid values: [1,10\\].
1135
1138
  *
1136
1139
  * @example
1137
1140
  * 5
@@ -1139,10 +1142,10 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
1139
1142
  spotInstancePools?: number;
1140
1143
  /**
1141
1144
  * @remarks
1142
- * Specifies whether to enable spot instance supplementation. When enabled, the scaling group attempts to create new instances to replace spot instances that are about to be reclaimed. Valid values:
1145
+ * Whether to enable supplementing preemptible instances. When enabled, the scaling group attempts to create new instances to replace preemptible instances that are about to be reclaimed when the system notification is received. Valid values:
1143
1146
  *
1144
- * - `true`: Enables spot instance supplementation.
1145
- * - `false`: Disables spot instance supplementation.
1147
+ * - `true`: enable supplementing preemptible instances.
1148
+ * - `false`: disable supplementing preemptible instances.
1146
1149
  *
1147
1150
  * @example
1148
1151
  * false
@@ -1150,17 +1153,17 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
1150
1153
  spotInstanceRemedy?: boolean;
1151
1154
  /**
1152
1155
  * @remarks
1153
- * The price limit configurations for spot instances.
1156
+ * Preemptible instance market price range configuration.
1154
1157
  */
1155
1158
  spotPriceLimit?: DescribeClusterNodePoolDetailResponseBodyScalingGroupSpotPriceLimit[];
1156
1159
  /**
1157
1160
  * @remarks
1158
- * The spot instance type. Valid values:
1159
- * - NoSpot: non-spot instance.
1160
- * - SpotWithPriceLimit: spot instance with a price limit.
1161
- * - SpotAsPriceGo: spot instance priced at the market rate.
1161
+ * Preemptible instance type. Valid values:
1162
+ * - NoSpot: non-preemptible instance.
1163
+ * - SpotWithPriceLimit: specifies the maximum price for the preemptible instance.
1164
+ * - SpotAsPriceGo: the system automatically bids at the current market price.
1162
1165
  *
1163
- * For more information, see [Spot instances](https://help.aliyun.com/document_detail/157759.html).
1166
+ * For more information, see [Preemptible instances](https://help.aliyun.com/document_detail/157759.html).
1164
1167
  *
1165
1168
  * @example
1166
1169
  * NoSpot
@@ -1168,11 +1171,11 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
1168
1171
  spotStrategy?: string;
1169
1172
  /**
1170
1173
  * @remarks
1171
- * Specifies whether to enable burst (performance bursting) for the system cloud disk of nodes. Valid values:
1172
- * - true: Enabled. When fluctuating workloads encounter sudden data read/write pressure, the cloud disk temporarily boosts performance based on actual business conditions until the workload stabilizes.
1173
- * - false: Disabled.
1174
+ * Whether to enable Burst (performance bursting) for the node system disk. Valid values:
1175
+ * - true: enable. When enabled, the disk temporarily increases its performance during burst data read/write pressure from fluctuating workloads until the workload returns to a steady state.
1176
+ * - false: disable.
1174
1177
  *
1175
- * This parameter is supported only when `system_disk_category` is set to `cloud_auto`. For more information, see [ESSD AutoPL cloud disks](https://help.aliyun.com/document_detail/368372.html).
1178
+ * This parameter is supported only when `system_disk_category` is set to `cloud_auto`. For more information, see [ESSD AutoPL disk](https://help.aliyun.com/document_detail/368372.html).
1176
1179
  *
1177
1180
  * @example
1178
1181
  * true
@@ -1180,17 +1183,17 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
1180
1183
  systemDiskBurstingEnabled?: boolean;
1181
1184
  /**
1182
1185
  * @remarks
1183
- * The multi-disk types for the system cloud disk. When a higher-priority disk type is unavailable, the system automatically attempts the next-priority disk type to create the system cloud disk.
1186
+ * Multiple disk types for the system disk. When a higher-priority disk type is unavailable, the system automatically attempts the next-priority disk type for creating the system disk.
1184
1187
  */
1185
1188
  systemDiskCategories?: string[];
1186
1189
  /**
1187
1190
  * @remarks
1188
- * The system cloud disk type of nodes. Valid values:
1189
- * - `cloud_efficiency`: ultra cloud disk.
1190
- * - `cloud_ssd`: standard SSD.
1191
- * - `cloud_essd`: Enterprise SSD (ESSD).
1192
- * - `cloud_auto`: ESSD AutoPL cloud disk.
1193
- * - `cloud_essd_entry`: ESSD Entry cloud disk.
1191
+ * Node system disk type. Valid values:
1192
+ * - `cloud_efficiency`: ultra disk.
1193
+ * - `cloud_ssd`: SSD.
1194
+ * - `cloud_essd`: ESSD.
1195
+ * - `cloud_auto`: ESSD AutoPL disk.
1196
+ * - `cloud_essd_entry`: ESSD Entry disk.
1194
1197
  *
1195
1198
  * @example
1196
1199
  * cloud_efficiency
@@ -1198,7 +1201,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
1198
1201
  systemDiskCategory?: string;
1199
1202
  /**
1200
1203
  * @remarks
1201
- * The encryption algorithm used for the system cloud disk. Valid values: aes-256.
1204
+ * The encryption algorithm used by the system disk. Valid values: aes-256.
1202
1205
  *
1203
1206
  * @example
1204
1207
  * aes-256
@@ -1206,9 +1209,9 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
1206
1209
  systemDiskEncryptAlgorithm?: string;
1207
1210
  /**
1208
1211
  * @remarks
1209
- * Specifies whether to encrypt the system cloud disk. Valid values:
1210
- * - `true`: Encrypted.
1211
- * - `false`: Not encrypted.
1212
+ * Whether to encrypt the system disk. Valid values:
1213
+ * - `true`: encrypt.
1214
+ * - `false`: do not encrypt.
1212
1215
  *
1213
1216
  * @example
1214
1217
  * false
@@ -1216,7 +1219,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
1216
1219
  systemDiskEncrypted?: boolean;
1217
1220
  /**
1218
1221
  * @remarks
1219
- * The KMS key ID used for the system cloud disk.
1222
+ * The KMS key ID used by the system disk.
1220
1223
  *
1221
1224
  * @example
1222
1225
  * 0e478b7a-4262-4802-b8cb-00d3fb40****
@@ -1224,11 +1227,11 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
1224
1227
  systemDiskKmsKeyId?: string;
1225
1228
  /**
1226
1229
  * @remarks
1227
- * The performance level of the system cloud disk. This parameter takes effect only for ESSD cloud disks. The performance level varies based on the disk size. For more information, see [ESSDs](https://help.aliyun.com/document_detail/122389.html).
1228
- * - PL0: moderate maximum concurrent I/O performance with relatively stable read/write latency.
1229
- * - PL1: moderate maximum concurrent I/O performance with relatively stable read/write latency.
1230
- * - PL2: high maximum concurrent I/O performance with stable read/write latency.
1231
- * - PL3: ultra-high maximum concurrent I/O performance with extremely stable read/write latency.
1230
+ * Node system disk performance level, effective only for ESSD disks. The performance level is related to the disk size. For more information, see [ESSD](https://help.aliyun.com/document_detail/122389.html).
1231
+ * - PL0: moderate maximum concurrent I/O performance, with relatively stable read/write latency.
1232
+ * - PL1: moderate maximum concurrent I/O performance, with relatively stable read/write latency.
1233
+ * - PL2: high maximum concurrent I/O performance, with stable read/write latency.
1234
+ * - PL3: ultra-high maximum concurrent I/O performance, with extremely stable read/write latency.
1232
1235
  *
1233
1236
  * @example
1234
1237
  * PL1
@@ -1236,11 +1239,11 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
1236
1239
  systemDiskPerformanceLevel?: string;
1237
1240
  /**
1238
1241
  * @remarks
1239
- * The provisioned read/write IOPS of the system cloud disk of nodes.
1242
+ * Pre-configured read/write IOPS for the node system disk.
1240
1243
  *
1241
- * Valid values: 0 to min{50,000, 1000 × Capacity - Baseline performance}. Baseline performance = min{1,800 + 50 × Capacity, 50000}.
1244
+ * Valid values: 0 to min{50,000, 1000\\*capacity - baseline performance}. Baseline performance = min{1,800+50\\*capacity, 50000}.
1242
1245
  *
1243
- * This parameter is supported only when `system_disk_category` is set to `cloud_auto`. For more information, see [ESSD AutoPL cloud disks](https://help.aliyun.com/document_detail/368372.html).
1246
+ * This parameter is supported only when `system_disk_category` is set to `cloud_auto`. For more information, see [ESSD AutoPL disk](https://help.aliyun.com/document_detail/368372.html).
1244
1247
  *
1245
1248
  * @example
1246
1249
  * 1000
@@ -1248,7 +1251,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
1248
1251
  systemDiskProvisionedIops?: number;
1249
1252
  /**
1250
1253
  * @remarks
1251
- * The size of the system cloud disk of nodes. Unit: GiB.
1254
+ * Node system disk size, in GiB.
1252
1255
  *
1253
1256
  * Valid values: [20,2048\\].
1254
1257
  *
@@ -1258,7 +1261,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
1258
1261
  systemDiskSize?: number;
1259
1262
  /**
1260
1263
  * @remarks
1261
- * The snapshot policy for the system cloud disk.
1264
+ * System disk snapshot policy
1262
1265
  *
1263
1266
  * @example
1264
1267
  * sp-bp11g8z59rawcud9****
@@ -1266,7 +1269,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
1266
1269
  systemDiskSnapshotPolicyId?: string;
1267
1270
  /**
1268
1271
  * @remarks
1269
- * The ECS instance tags.
1272
+ * ECS instance tags.
1270
1273
  */
1271
1274
  tags?: Tag[];
1272
1275
  /**
@@ -1296,7 +1299,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyStatusConditions e
1296
1299
  lastTransitionTime?: string;
1297
1300
  /**
1298
1301
  * @remarks
1299
- * The detailed information.
1302
+ * Details.
1300
1303
  *
1301
1304
  * @example
1302
1305
  * AutoUpgradeDisabled
@@ -1304,7 +1307,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyStatusConditions e
1304
1307
  message?: string;
1305
1308
  /**
1306
1309
  * @remarks
1307
- * The reason.
1310
+ * Reason.
1308
1311
  *
1309
1312
  * @example
1310
1313
  * UpgradeDisabled
@@ -1312,7 +1315,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyStatusConditions e
1312
1315
  reason?: string;
1313
1316
  /**
1314
1317
  * @remarks
1315
- * The status.
1318
+ * Status.
1316
1319
  *
1317
1320
  * @example
1318
1321
  * True
@@ -1320,7 +1323,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyStatusConditions e
1320
1323
  status?: string;
1321
1324
  /**
1322
1325
  * @remarks
1323
- * The type.
1326
+ * Type.
1324
1327
  *
1325
1328
  * @example
1326
1329
  * ImageUpgradeReady
@@ -1340,7 +1343,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyStatusConditions e
1340
1343
  export declare class DescribeClusterNodePoolDetailResponseBodyStatus extends $dara.Model {
1341
1344
  /**
1342
1345
  * @remarks
1343
- * The current conditions of the node pool, which represent status information across different dimensions.
1346
+ * The current conditions of the node pool, indicating status information across different dimensions of the node pool.
1344
1347
  */
1345
1348
  conditions?: DescribeClusterNodePoolDetailResponseBodyStatusConditions[];
1346
1349
  /**
@@ -1361,7 +1364,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyStatus extends $da
1361
1364
  healthyNodes?: number;
1362
1365
  /**
1363
1366
  * @remarks
1364
- * The number of nodes that are being created.
1367
+ * The number of nodes being created.
1365
1368
  *
1366
1369
  * @example
1367
1370
  * 0
@@ -1377,7 +1380,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyStatus extends $da
1377
1380
  offlineNodes?: number;
1378
1381
  /**
1379
1382
  * @remarks
1380
- * The number of nodes that are being removed.
1383
+ * The number of nodes being removed.
1381
1384
  *
1382
1385
  * @example
1383
1386
  * 0
@@ -1393,13 +1396,13 @@ export declare class DescribeClusterNodePoolDetailResponseBodyStatus extends $da
1393
1396
  servingNodes?: number;
1394
1397
  /**
1395
1398
  * @remarks
1396
- * The node pool status. Valid values:
1399
+ * Node pool status. Valid values:
1397
1400
  *
1398
- * - `active`: The node pool is active.
1399
- * - `scaling`: The node pool is being scaled.
1400
- * - `removing`: Nodes are being removed.
1401
- * - `deleting`: The node pool is being deleted.
1402
- * - `updating`: The node pool is being updated.
1401
+ * - `active`: active.
1402
+ * - `scaling`: scaling.
1403
+ * - `removing`: removing nodes.
1404
+ * - `deleting`: deleting.
1405
+ * - `updating`: updating.
1403
1406
  *
1404
1407
  * @example
1405
1408
  * active
@@ -1427,10 +1430,10 @@ export declare class DescribeClusterNodePoolDetailResponseBodyStatus extends $da
1427
1430
  export declare class DescribeClusterNodePoolDetailResponseBodyTeeConfig extends $dara.Model {
1428
1431
  /**
1429
1432
  * @remarks
1430
- * Specifies whether to enable the confidential computing cluster. Valid values:
1433
+ * Whether to enable confidential computing for the cluster. Valid values:
1431
1434
  *
1432
- * - `true`: Enabled.
1433
- * - `false`: Disabled.
1435
+ * - `true`: enable.
1436
+ * - `false`: disable.
1434
1437
  *
1435
1438
  * @example
1436
1439
  * false
@@ -1455,14 +1458,14 @@ export declare class DescribeClusterNodePoolDetailResponseBody extends $dara.Mod
1455
1458
  autoMode?: DescribeClusterNodePoolDetailResponseBodyAutoMode;
1456
1459
  /**
1457
1460
  * @remarks
1458
- * The auto scaling configuration of the node pool.
1461
+ * Auto scaling node pool configuration.
1459
1462
  */
1460
1463
  autoScaling?: DescribeClusterNodePoolDetailResponseBodyAutoScaling;
1461
1464
  efloNodeGroup?: DescribeClusterNodePoolDetailResponseBodyEfloNodeGroup;
1462
1465
  /**
1463
1466
  * @remarks
1464
- * Whether the Pod network uses host network mode.
1465
- * - `true`: host network. Pods directly use the host network stack and share IP addresses and ports with the host.
1467
+ * Whether the Pod network mode uses host network mode.
1468
+ * - `true`: host network. Pods directly use the host\\"s network stack and share the IP address and ports with the host.
1466
1469
  * - `false`: container network. Pods have their own independent network stack and do not occupy host network ports.
1467
1470
  *
1468
1471
  * @example
@@ -1473,15 +1476,15 @@ export declare class DescribeClusterNodePoolDetailResponseBody extends $dara.Mod
1473
1476
  * @remarks
1474
1477
  * [This field is deprecated]
1475
1478
  *
1476
- * The network configuration of the edge node pool. This value is meaningful only for edge-type node pools.
1479
+ * Network-related configuration for the edge node pool. This value is meaningful only for edge-type node pools.
1477
1480
  */
1478
1481
  interconnectConfig?: DescribeClusterNodePoolDetailResponseBodyInterconnectConfig;
1479
1482
  /**
1480
1483
  * @remarks
1481
- * The network type of the edge node pool. This parameter takes effect only for node pools whose `type` is `edge`. Valid values:
1484
+ * Network type of the edge node pool. This parameter takes effect only for node pools whose `type` is `edge`. Valid values:
1482
1485
  *
1483
- * - `basic`: public network. Nodes in the node pool interact with cloud nodes over the public network, and applications in the node pool cannot directly access the cloud VPC.
1484
- * - `private`: private network. Nodes in the node pool connect to the cloud through leased lines, VPNs, or CEN, providing higher cloud-edge communication quality and more effective security.
1486
+ * - `basic`: public network. Nodes in the node pool interact with cloud nodes through the public network, and applications in the node pool cannot directly access the cloud VPC intranet.
1487
+ * - `private`: private network. Nodes in the node pool connect to the cloud through leased lines, VPN, or CEN, providing higher cloud-edge communication quality and more effective security.
1485
1488
  *
1486
1489
  * @example
1487
1490
  * basic
@@ -1489,9 +1492,9 @@ export declare class DescribeClusterNodePoolDetailResponseBody extends $dara.Mod
1489
1492
  interconnectMode?: string;
1490
1493
  /**
1491
1494
  * @remarks
1492
- * Whether nodes within the edge node pool have Layer 3 network connectivity.
1493
- * - `true`: connected. All nodes in this node pool have Layer 3 network connectivity.
1494
- * - `false`: not connected. All hosts in this node pool do not have Layer 3 network connectivity.
1495
+ * Whether nodes are interconnected at the Layer 3 network within the edge node pool.
1496
+ * - `true`: interconnected. All nodes within the node pool are interconnected at the Layer 3 network.
1497
+ * - `false`: not interconnected. All hosts within the node pool are not interconnected at the Layer 3 network.
1495
1498
  *
1496
1499
  * @example
1497
1500
  * true
@@ -1499,19 +1502,19 @@ export declare class DescribeClusterNodePoolDetailResponseBody extends $dara.Mod
1499
1502
  intranet?: boolean;
1500
1503
  /**
1501
1504
  * @remarks
1502
- * The cluster-related configuration.
1505
+ * Cluster-related configuration.
1503
1506
  */
1504
1507
  kubernetesConfig?: DescribeClusterNodePoolDetailResponseBodyKubernetesConfig;
1505
1508
  /**
1506
1509
  * @remarks
1507
- * The managed node pool configuration.
1510
+ * Managed node pool configuration.
1508
1511
  */
1509
1512
  management?: DescribeClusterNodePoolDetailResponseBodyManagement;
1510
1513
  /**
1511
1514
  * @remarks
1512
- * [Deprecated]
1515
+ * [This field is deprecated]
1513
1516
  *
1514
- * The maximum number of nodes that the edge node pool can contain.
1517
+ * The maximum number of nodes allowed in the edge node pool.
1515
1518
  *
1516
1519
  * @example
1517
1520
  * 10
@@ -1519,12 +1522,12 @@ export declare class DescribeClusterNodePoolDetailResponseBody extends $dara.Mod
1519
1522
  maxNodes?: number;
1520
1523
  /**
1521
1524
  * @remarks
1522
- * Node component list.
1525
+ * The list of node components.
1523
1526
  */
1524
1527
  nodeComponents?: DescribeClusterNodePoolDetailResponseBodyNodeComponents[];
1525
1528
  /**
1526
1529
  * @remarks
1527
- * The node configuration.
1530
+ * Node configuration.
1528
1531
  */
1529
1532
  nodeConfig?: DescribeClusterNodePoolDetailResponseBodyNodeConfig;
1530
1533
  /**
@@ -1534,17 +1537,17 @@ export declare class DescribeClusterNodePoolDetailResponseBody extends $dara.Mod
1534
1537
  nodepoolInfo?: DescribeClusterNodePoolDetailResponseBodyNodepoolInfo;
1535
1538
  /**
1536
1539
  * @remarks
1537
- * The scaling group configuration of the node pool.
1540
+ * Node pool scaling group configuration.
1538
1541
  */
1539
1542
  scalingGroup?: DescribeClusterNodePoolDetailResponseBodyScalingGroup;
1540
1543
  /**
1541
1544
  * @remarks
1542
- * The node pool status.
1545
+ * Node pool status.
1543
1546
  */
1544
1547
  status?: DescribeClusterNodePoolDetailResponseBodyStatus;
1545
1548
  /**
1546
1549
  * @remarks
1547
- * The confidential computing cluster configuration.
1550
+ * Confidential computing cluster configuration.
1548
1551
  */
1549
1552
  teeConfig?: DescribeClusterNodePoolDetailResponseBodyTeeConfig;
1550
1553
  static names(): {