@alicloud/cs20151215 6.6.4 → 6.6.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client.d.ts +202 -124
- package/dist/client.js +202 -124
- package/dist/client.js.map +1 -1
- package/dist/models/AttachInstancesRequest.d.ts +2 -2
- package/dist/models/AttachInstancesResponseBody.d.ts +1 -1
- package/dist/models/AttachInstancesToNodePoolRequest.d.ts +1 -1
- package/dist/models/AttachInstancesToNodePoolResponseBody.d.ts +1 -1
- package/dist/models/ContainerdConfig.d.ts +22 -2
- package/dist/models/ContainerdConfig.js.map +1 -1
- package/dist/models/CreateAutoRepairPolicyRequest.d.ts +63 -0
- package/dist/models/CreateAutoRepairPolicyRequest.js.map +1 -1
- package/dist/models/CreateAutoRepairPolicyResponseBody.d.ts +6 -0
- package/dist/models/CreateAutoRepairPolicyResponseBody.js.map +1 -1
- package/dist/models/CreateAutoscalingConfigRequest.d.ts +77 -40
- package/dist/models/CreateAutoscalingConfigRequest.js.map +1 -1
- package/dist/models/CreateClusterNodePoolRequest.d.ts +123 -25
- package/dist/models/CreateClusterNodePoolRequest.js +2 -0
- package/dist/models/CreateClusterNodePoolRequest.js.map +1 -1
- package/dist/models/CreateClusterRequest.d.ts +585 -353
- package/dist/models/CreateClusterRequest.js.map +1 -1
- package/dist/models/CreateClusterResponseBody.d.ts +5 -5
- package/dist/models/CreateTriggerResponseBody.d.ts +1 -1
- package/dist/models/DeleteAlertContactRequest.d.ts +1 -1
- package/dist/models/DeleteAlertContactShrinkRequest.d.ts +1 -1
- package/dist/models/DeleteAutoRepairPolicyResponseBody.d.ts +3 -0
- package/dist/models/DeleteAutoRepairPolicyResponseBody.js.map +1 -1
- package/dist/models/DeleteClusterNodepoolResponseBody.d.ts +2 -2
- package/dist/models/DeleteClusterNodesRequest.d.ts +1 -1
- package/dist/models/DeleteClusterNodesResponseBody.d.ts +3 -3
- package/dist/models/DeleteClusterRequest.d.ts +26 -18
- package/dist/models/DeleteClusterRequest.js.map +1 -1
- package/dist/models/DeleteClusterResponseBody.d.ts +2 -2
- package/dist/models/DeleteClusterShrinkRequest.d.ts +12 -9
- package/dist/models/DeleteClusterShrinkRequest.js.map +1 -1
- package/dist/models/DeployPolicyInstanceRequest.d.ts +7 -6
- package/dist/models/DeployPolicyInstanceRequest.js.map +1 -1
- package/dist/models/DeployPolicyInstanceResponseBody.d.ts +1 -1
- package/dist/models/DescribeAddonsRequest.d.ts +1 -1
- package/dist/models/DescribeAutoRepairPolicyResponseBody.d.ts +71 -0
- package/dist/models/DescribeAutoRepairPolicyResponseBody.js.map +1 -1
- package/dist/models/DescribeClusterAttachScriptsRequest.d.ts +21 -18
- package/dist/models/DescribeClusterAttachScriptsRequest.js.map +1 -1
- package/dist/models/DescribeClusterDetailResponseBody.d.ts +243 -110
- package/dist/models/DescribeClusterDetailResponseBody.js.map +1 -1
- package/dist/models/DescribeClusterEventsRequest.d.ts +8 -4
- package/dist/models/DescribeClusterEventsRequest.js.map +1 -1
- package/dist/models/DescribeClusterEventsResponseBody.d.ts +49 -39
- package/dist/models/DescribeClusterEventsResponseBody.js.map +1 -1
- package/dist/models/DescribeClusterLogsResponse.d.ts +3 -3
- package/dist/models/DescribeClusterNodePoolDetailResponseBody.d.ts +473 -220
- package/dist/models/DescribeClusterNodePoolDetailResponseBody.js +2 -0
- package/dist/models/DescribeClusterNodePoolDetailResponseBody.js.map +1 -1
- package/dist/models/DescribeClusterNodePoolsResponseBody.d.ts +425 -262
- package/dist/models/DescribeClusterNodePoolsResponseBody.js +2 -0
- package/dist/models/DescribeClusterNodePoolsResponseBody.js.map +1 -1
- package/dist/models/DescribeClusterNodesRequest.d.ts +1 -1
- package/dist/models/DescribeClusterNodesResponseBody.d.ts +5 -5
- package/dist/models/DescribeClusterResourcesRequest.d.ts +5 -1
- package/dist/models/DescribeClusterResourcesRequest.js.map +1 -1
- package/dist/models/DescribeClusterResourcesResponse.d.ts +51 -33
- package/dist/models/DescribeClusterResourcesResponse.js.map +1 -1
- package/dist/models/DescribeClusterTasksResponseBody.d.ts +9 -9
- package/dist/models/DescribeClusterUserKubeconfigRequest.d.ts +1 -1
- package/dist/models/DescribeClusterUserKubeconfigResponseBody.d.ts +1 -1
- package/dist/models/DescribeClusterVulsResponseBody.d.ts +2 -2
- package/dist/models/DescribeClustersForRegionRequest.d.ts +32 -16
- package/dist/models/DescribeClustersForRegionRequest.js.map +1 -1
- package/dist/models/DescribeClustersForRegionResponseBody.d.ts +85 -56
- package/dist/models/DescribeClustersForRegionResponseBody.js.map +1 -1
- package/dist/models/DescribeClustersV1request.d.ts +33 -17
- package/dist/models/DescribeClustersV1request.js.map +1 -1
- package/dist/models/DescribeClustersV1responseBody.d.ts +98 -72
- package/dist/models/DescribeClustersV1responseBody.js.map +1 -1
- package/dist/models/DescribeEventsForRegionRequest.d.ts +6 -2
- package/dist/models/DescribeEventsForRegionRequest.js.map +1 -1
- package/dist/models/DescribeEventsForRegionResponseBody.d.ts +22 -15
- package/dist/models/DescribeEventsForRegionResponseBody.js.map +1 -1
- package/dist/models/DescribeEventsRequest.d.ts +53 -20
- package/dist/models/DescribeEventsRequest.js.map +1 -1
- package/dist/models/DescribeEventsResponseBody.d.ts +53 -29
- package/dist/models/DescribeEventsResponseBody.js.map +1 -1
- package/dist/models/DescribeKubernetesVersionMetadataRequest.d.ts +2 -2
- package/dist/models/DescribeKubernetesVersionMetadataResponse.d.ts +8 -8
- package/dist/models/DescribeNodePoolVulsResponseBody.d.ts +11 -0
- package/dist/models/DescribeNodePoolVulsResponseBody.js.map +1 -1
- package/dist/models/DescribePolicyDetailsResponseBody.d.ts +1 -1
- package/dist/models/DescribePolicyGovernanceInClusterResponseBody.d.ts +235 -7
- package/dist/models/DescribePolicyGovernanceInClusterResponseBody.js.map +1 -1
- package/dist/models/DescribeResourcesDeleteProtectionResponse.d.ts +1 -1
- package/dist/models/DescribeSubaccountK8sClusterUserConfigRequest.d.ts +1 -1
- package/dist/models/DescribeSubaccountK8sClusterUserConfigResponseBody.d.ts +2 -2
- package/dist/models/DescribeTaskInfoResponseBody.d.ts +35 -31
- package/dist/models/DescribeTaskInfoResponseBody.js.map +1 -1
- package/dist/models/DescribeTemplateAttributeResponse.d.ts +2 -2
- package/dist/models/DescribeTemplatesResponseBody.d.ts +4 -4
- package/dist/models/DescribeTriggerResponse.d.ts +1 -1
- package/dist/models/DescribeUserPermissionResponse.d.ts +1 -1
- package/dist/models/DescribeUserQuotaResponseBody.d.ts +0 -35
- package/dist/models/DescribeUserQuotaResponseBody.js.map +1 -1
- package/dist/models/GetClusterAddonInstanceResponseBody.d.ts +1 -1
- package/dist/models/GetClusterInspectReportDetailResponseBody.d.ts +9 -0
- package/dist/models/GetClusterInspectReportDetailResponseBody.js.map +1 -1
- package/dist/models/GrantPermissionsRequest.d.ts +28 -20
- package/dist/models/GrantPermissionsRequest.js.map +1 -1
- package/dist/models/InstallClusterAddonsRequest.d.ts +2 -2
- package/dist/models/InstanceMetadataOptions.d.ts +17 -0
- package/dist/models/InstanceMetadataOptions.js.map +1 -1
- package/dist/models/KubeletConfig.d.ts +10 -0
- package/dist/models/KubeletConfig.js.map +1 -1
- package/dist/models/ListAddonsRequest.d.ts +1 -1
- package/dist/models/ListAutoRepairPoliciesResponseBody.d.ts +75 -0
- package/dist/models/ListAutoRepairPoliciesResponseBody.js.map +1 -1
- package/dist/models/ListClusterChecksResponseBody.d.ts +2 -2
- package/dist/models/ListClusterKubeconfigStatesRequest.d.ts +10 -0
- package/dist/models/ListClusterKubeconfigStatesRequest.js.map +1 -1
- package/dist/models/ListClusterKubeconfigStatesResponseBody.d.ts +39 -0
- package/dist/models/ListClusterKubeconfigStatesResponseBody.js.map +1 -1
- package/dist/models/ListOperationPlansForRegionRequest.d.ts +9 -0
- package/dist/models/ListOperationPlansForRegionRequest.js.map +1 -1
- package/dist/models/ListOperationPlansForRegionResponseBody.d.ts +52 -0
- package/dist/models/ListOperationPlansForRegionResponseBody.js.map +1 -1
- package/dist/models/ListUserKubeConfigStatesResponseBody.d.ts +1 -1
- package/dist/models/MaintenanceWindow.d.ts +1 -1
- package/dist/models/MigrateClusterResponseBody.d.ts +3 -3
- package/dist/models/ModifyAutoRepairPolicyRequest.d.ts +58 -0
- package/dist/models/ModifyAutoRepairPolicyRequest.js.map +1 -1
- package/dist/models/ModifyAutoRepairPolicyResponseBody.d.ts +3 -0
- package/dist/models/ModifyAutoRepairPolicyResponseBody.js.map +1 -1
- package/dist/models/ModifyClusterNodePoolRequest.d.ts +358 -228
- package/dist/models/ModifyClusterNodePoolRequest.js +2 -0
- package/dist/models/ModifyClusterNodePoolRequest.js.map +1 -1
- package/dist/models/ModifyClusterNodePoolResponseBody.d.ts +1 -1
- package/dist/models/ModifyClusterRequest.d.ts +186 -123
- package/dist/models/ModifyClusterRequest.js.map +1 -1
- package/dist/models/ModifyNodePoolNodeConfigRequest.d.ts +8 -0
- package/dist/models/ModifyNodePoolNodeConfigRequest.js.map +1 -1
- package/dist/models/ModifyNodePoolNodeConfigResponseBody.d.ts +2 -2
- package/dist/models/Nodepool.d.ts +274 -180
- package/dist/models/Nodepool.js +2 -0
- package/dist/models/Nodepool.js.map +1 -1
- package/dist/models/OpenAckServiceResponseBody.d.ts +1 -1
- package/dist/models/RemoveClusterNodesRequest.d.ts +0 -10
- package/dist/models/RemoveClusterNodesRequest.js.map +1 -1
- package/dist/models/RemoveNodePoolNodesResponseBody.d.ts +1 -1
- package/dist/models/RepairClusterNodePoolRequest.d.ts +1 -1
- package/dist/models/RepairClusterNodePoolResponseBody.d.ts +2 -2
- package/dist/models/RunClusterCheckRequest.d.ts +2 -2
- package/dist/models/RunClusterCheckResponseBody.d.ts +2 -2
- package/dist/models/Runtime.d.ts +2 -2
- package/dist/models/ScaleOutClusterRequest.d.ts +8 -131
- package/dist/models/ScaleOutClusterRequest.js.map +1 -1
- package/dist/models/ScaleOutClusterResponseBody.d.ts +0 -21
- package/dist/models/ScaleOutClusterResponseBody.js.map +1 -1
- package/dist/models/ScanClusterVulsResponseBody.d.ts +1 -1
- package/dist/models/UnInstallClusterAddonsResponseBody.d.ts +3 -3
- package/dist/models/UpdateClusterAuditLogConfigResponseBody.d.ts +1 -1
- package/dist/models/UpdateK8sClusterUserConfigExpireRequest.d.ts +1 -1
- package/dist/models/UpgradeClusterAddonsRequest.d.ts +3 -3
- package/dist/models/UpgradeClusterAddonsResponseBody.d.ts +1 -1
- package/dist/models/UpgradeClusterNodepoolRequest.d.ts +5 -5
- package/dist/models/UpgradeClusterNodepoolResponseBody.d.ts +1 -1
- package/dist/models/UpgradeClusterRequest.d.ts +3 -3
- package/package.json +1 -1
- package/src/client.ts +202 -124
- package/src/models/AttachInstancesRequest.ts +2 -2
- package/src/models/AttachInstancesResponseBody.ts +1 -1
- package/src/models/AttachInstancesToNodePoolRequest.ts +1 -1
- package/src/models/AttachInstancesToNodePoolResponseBody.ts +1 -1
- package/src/models/ContainerdConfig.ts +22 -2
- package/src/models/CreateAutoRepairPolicyRequest.ts +63 -0
- package/src/models/CreateAutoRepairPolicyResponseBody.ts +6 -0
- package/src/models/CreateAutoscalingConfigRequest.ts +77 -40
- package/src/models/CreateClusterNodePoolRequest.ts +125 -25
- package/src/models/CreateClusterRequest.ts +585 -353
- package/src/models/CreateClusterResponseBody.ts +5 -5
- package/src/models/CreateTriggerResponseBody.ts +1 -1
- package/src/models/DeleteAlertContactRequest.ts +1 -1
- package/src/models/DeleteAlertContactShrinkRequest.ts +1 -1
- package/src/models/DeleteAutoRepairPolicyResponseBody.ts +3 -0
- package/src/models/DeleteClusterNodepoolResponseBody.ts +2 -2
- package/src/models/DeleteClusterNodesRequest.ts +1 -1
- package/src/models/DeleteClusterNodesResponseBody.ts +3 -3
- package/src/models/DeleteClusterRequest.ts +26 -18
- package/src/models/DeleteClusterResponseBody.ts +2 -2
- package/src/models/DeleteClusterShrinkRequest.ts +12 -9
- package/src/models/DeployPolicyInstanceRequest.ts +7 -6
- package/src/models/DeployPolicyInstanceResponseBody.ts +1 -1
- package/src/models/DescribeAddonsRequest.ts +1 -1
- package/src/models/DescribeAutoRepairPolicyResponseBody.ts +71 -0
- package/src/models/DescribeClusterAttachScriptsRequest.ts +21 -18
- package/src/models/DescribeClusterDetailResponseBody.ts +243 -110
- package/src/models/DescribeClusterEventsRequest.ts +8 -4
- package/src/models/DescribeClusterEventsResponseBody.ts +49 -39
- package/src/models/DescribeClusterLogsResponse.ts +3 -3
- package/src/models/DescribeClusterNodePoolDetailResponseBody.ts +475 -220
- package/src/models/DescribeClusterNodePoolsResponseBody.ts +427 -262
- package/src/models/DescribeClusterNodesRequest.ts +1 -1
- package/src/models/DescribeClusterNodesResponseBody.ts +5 -5
- package/src/models/DescribeClusterResourcesRequest.ts +5 -1
- package/src/models/DescribeClusterResourcesResponse.ts +51 -33
- package/src/models/DescribeClusterTasksResponseBody.ts +9 -9
- package/src/models/DescribeClusterUserKubeconfigRequest.ts +1 -1
- package/src/models/DescribeClusterUserKubeconfigResponseBody.ts +1 -1
- package/src/models/DescribeClusterVulsResponseBody.ts +2 -2
- package/src/models/DescribeClustersForRegionRequest.ts +32 -16
- package/src/models/DescribeClustersForRegionResponseBody.ts +85 -56
- package/src/models/DescribeClustersV1request.ts +33 -17
- package/src/models/DescribeClustersV1responseBody.ts +98 -72
- package/src/models/DescribeEventsForRegionRequest.ts +6 -2
- package/src/models/DescribeEventsForRegionResponseBody.ts +22 -15
- package/src/models/DescribeEventsRequest.ts +53 -20
- package/src/models/DescribeEventsResponseBody.ts +53 -29
- package/src/models/DescribeKubernetesVersionMetadataRequest.ts +2 -2
- package/src/models/DescribeKubernetesVersionMetadataResponse.ts +8 -8
- package/src/models/DescribeNodePoolVulsResponseBody.ts +11 -0
- package/src/models/DescribePolicyDetailsResponseBody.ts +1 -1
- package/src/models/DescribePolicyGovernanceInClusterResponseBody.ts +235 -7
- package/src/models/DescribeResourcesDeleteProtectionResponse.ts +1 -1
- package/src/models/DescribeSubaccountK8sClusterUserConfigRequest.ts +1 -1
- package/src/models/DescribeSubaccountK8sClusterUserConfigResponseBody.ts +2 -2
- package/src/models/DescribeTaskInfoResponseBody.ts +35 -31
- package/src/models/DescribeTemplateAttributeResponse.ts +2 -2
- package/src/models/DescribeTemplatesResponseBody.ts +4 -4
- package/src/models/DescribeTriggerResponse.ts +1 -1
- package/src/models/DescribeUserPermissionResponse.ts +1 -1
- package/src/models/DescribeUserQuotaResponseBody.ts +0 -35
- package/src/models/GetClusterAddonInstanceResponseBody.ts +1 -1
- package/src/models/GetClusterInspectReportDetailResponseBody.ts +9 -0
- package/src/models/GrantPermissionsRequest.ts +28 -20
- package/src/models/InstallClusterAddonsRequest.ts +2 -2
- package/src/models/InstanceMetadataOptions.ts +17 -0
- package/src/models/KubeletConfig.ts +10 -0
- package/src/models/ListAddonsRequest.ts +1 -1
- package/src/models/ListAutoRepairPoliciesResponseBody.ts +75 -0
- package/src/models/ListClusterChecksResponseBody.ts +2 -2
- package/src/models/ListClusterKubeconfigStatesRequest.ts +10 -0
- package/src/models/ListClusterKubeconfigStatesResponseBody.ts +39 -0
- package/src/models/ListOperationPlansForRegionRequest.ts +9 -0
- package/src/models/ListOperationPlansForRegionResponseBody.ts +52 -0
- package/src/models/ListUserKubeConfigStatesResponseBody.ts +1 -1
- package/src/models/MaintenanceWindow.ts +1 -1
- package/src/models/MigrateClusterResponseBody.ts +3 -3
- package/src/models/ModifyAutoRepairPolicyRequest.ts +58 -0
- package/src/models/ModifyAutoRepairPolicyResponseBody.ts +3 -0
- package/src/models/ModifyClusterNodePoolRequest.ts +361 -229
- package/src/models/ModifyClusterNodePoolResponseBody.ts +1 -1
- package/src/models/ModifyClusterRequest.ts +186 -123
- package/src/models/ModifyNodePoolNodeConfigRequest.ts +8 -0
- package/src/models/ModifyNodePoolNodeConfigResponseBody.ts +2 -2
- package/src/models/Nodepool.ts +276 -180
- package/src/models/OpenAckServiceResponseBody.ts +1 -1
- package/src/models/RemoveClusterNodesRequest.ts +0 -10
- package/src/models/RemoveNodePoolNodesResponseBody.ts +1 -1
- package/src/models/RepairClusterNodePoolRequest.ts +1 -1
- package/src/models/RepairClusterNodePoolResponseBody.ts +2 -2
- package/src/models/RunClusterCheckRequest.ts +2 -2
- package/src/models/RunClusterCheckResponseBody.ts +2 -2
- package/src/models/Runtime.ts +2 -2
- package/src/models/ScaleOutClusterRequest.ts +8 -131
- package/src/models/ScaleOutClusterResponseBody.ts +0 -21
- package/src/models/ScanClusterVulsResponseBody.ts +1 -1
- package/src/models/UnInstallClusterAddonsResponseBody.ts +3 -3
- package/src/models/UpdateClusterAuditLogConfigResponseBody.ts +1 -1
- package/src/models/UpdateK8sClusterUserConfigExpireRequest.ts +1 -1
- package/src/models/UpgradeClusterAddonsRequest.ts +3 -3
- package/src/models/UpgradeClusterAddonsResponseBody.ts +1 -1
- package/src/models/UpgradeClusterNodepoolRequest.ts +5 -5
- package/src/models/UpgradeClusterNodepoolResponseBody.ts +1 -1
- package/src/models/UpgradeClusterRequest.ts +3 -3
|
@@ -10,6 +10,13 @@ import { Taint } from "./Taint";
|
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
export class DescribeClusterNodePoolsResponseBodyNodepoolsAutoMode extends $dara.Model {
|
|
13
|
+
/**
|
|
14
|
+
* @remarks
|
|
15
|
+
* Indicates whether intelligent management is enabled.
|
|
16
|
+
*
|
|
17
|
+
* @example
|
|
18
|
+
* true
|
|
19
|
+
*/
|
|
13
20
|
enable?: boolean;
|
|
14
21
|
static names(): { [key: string]: string } {
|
|
15
22
|
return {
|
|
@@ -35,9 +42,9 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsAutoMode extends $dara
|
|
|
35
42
|
export class DescribeClusterNodePoolsResponseBodyNodepoolsAutoScaling extends $dara.Model {
|
|
36
43
|
/**
|
|
37
44
|
* @remarks
|
|
38
|
-
*
|
|
45
|
+
* Peak bandwidth of the EIP.
|
|
39
46
|
*
|
|
40
|
-
* Valid values: 1
|
|
47
|
+
* Valid values: [1,100]. Unit: Mbps.
|
|
41
48
|
*
|
|
42
49
|
* @example
|
|
43
50
|
* 5
|
|
@@ -45,10 +52,11 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsAutoScaling extends $d
|
|
|
45
52
|
eipBandwidth?: number;
|
|
46
53
|
/**
|
|
47
54
|
* @remarks
|
|
48
|
-
*
|
|
55
|
+
* EIP billing method. Valid values:
|
|
56
|
+
*
|
|
57
|
+
* - `PayByBandwidth`: Pay-by-bandwidth.
|
|
49
58
|
*
|
|
50
|
-
*
|
|
51
|
-
* * `PayByTraffic`: pay-by-data-transfer.
|
|
59
|
+
* - `PayByTraffic`: Pay-by-traffic.
|
|
52
60
|
*
|
|
53
61
|
* @example
|
|
54
62
|
* PayByBandwidth
|
|
@@ -56,12 +64,13 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsAutoScaling extends $d
|
|
|
56
64
|
eipInternetChargeType?: string;
|
|
57
65
|
/**
|
|
58
66
|
* @remarks
|
|
59
|
-
* Indicates whether
|
|
67
|
+
* Indicates whether automatic scaling is enabled. Valid values:
|
|
60
68
|
*
|
|
61
|
-
*
|
|
62
|
-
* * `false`: does not enable auto scaling. ACK adjusts the number of nodes in the node pool based on the value of the Expected Nodes parameter. The number of nodes is always the same as the value of the Expected Nodes parameter.
|
|
69
|
+
* - `true`: Enables automatic scaling for the node pool. When the cluster capacity cannot meet application pod scheduling requirements, ACK automatically scales node resources based on the configured minimum and maximum instance counts. Clusters of version 1.24 or later enable instant elasticity by default. Clusters earlier than version 1.24 enable node autoscaling by default. For more information, see [Node scaling](https://help.aliyun.com/document_detail/2746785.html).
|
|
63
70
|
*
|
|
64
|
-
*
|
|
71
|
+
* - `false`: Disables automatic scaling. ACK adjusts the number of nodes in the node pool to match the desired node count and maintains this count.
|
|
72
|
+
*
|
|
73
|
+
* If this parameter is set to false, other parameters in `auto_scaling` do not take effect.
|
|
65
74
|
*
|
|
66
75
|
* @example
|
|
67
76
|
* true
|
|
@@ -69,10 +78,11 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsAutoScaling extends $d
|
|
|
69
78
|
enable?: boolean;
|
|
70
79
|
/**
|
|
71
80
|
* @remarks
|
|
72
|
-
*
|
|
81
|
+
* Indicates whether an EIP is bound. Valid values:
|
|
82
|
+
*
|
|
83
|
+
* - `true`: Binds an EIP.
|
|
73
84
|
*
|
|
74
|
-
*
|
|
75
|
-
* * `false`
|
|
85
|
+
* - `false`: Does not bind an EIP.
|
|
76
86
|
*
|
|
77
87
|
* @example
|
|
78
88
|
* true
|
|
@@ -80,7 +90,7 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsAutoScaling extends $d
|
|
|
80
90
|
isBondEip?: boolean;
|
|
81
91
|
/**
|
|
82
92
|
* @remarks
|
|
83
|
-
*
|
|
93
|
+
* Maximum number of scalable instances in the node pool, excluding existing instances.
|
|
84
94
|
*
|
|
85
95
|
* @example
|
|
86
96
|
* 10
|
|
@@ -88,7 +98,7 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsAutoScaling extends $d
|
|
|
88
98
|
maxInstances?: number;
|
|
89
99
|
/**
|
|
90
100
|
* @remarks
|
|
91
|
-
*
|
|
101
|
+
* Minimum number of scalable instances in the node pool, excluding existing instances.
|
|
92
102
|
*
|
|
93
103
|
* @example
|
|
94
104
|
* 2
|
|
@@ -96,12 +106,15 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsAutoScaling extends $d
|
|
|
96
106
|
minInstances?: number;
|
|
97
107
|
/**
|
|
98
108
|
* @remarks
|
|
99
|
-
*
|
|
109
|
+
* Type of automatic scaling, categorized by instance type. Valid values:
|
|
100
110
|
*
|
|
101
|
-
*
|
|
102
|
-
*
|
|
103
|
-
*
|
|
104
|
-
*
|
|
111
|
+
* - `cpu`: Standard instance.
|
|
112
|
+
*
|
|
113
|
+
* - `gpu`: GPU instance.
|
|
114
|
+
*
|
|
115
|
+
* - `gpushare`: Shared GPU instance.
|
|
116
|
+
*
|
|
117
|
+
* - `spot`: Spot instance.
|
|
105
118
|
*
|
|
106
119
|
* @example
|
|
107
120
|
* cpu
|
|
@@ -142,11 +155,17 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsAutoScaling extends $d
|
|
|
142
155
|
|
|
143
156
|
export class DescribeClusterNodePoolsResponseBodyNodepoolsEfloNodeGroup extends $dara.Model {
|
|
144
157
|
/**
|
|
158
|
+
* @remarks
|
|
159
|
+
* Lingjun cluster ID.
|
|
160
|
+
*
|
|
145
161
|
* @example
|
|
146
162
|
* i113790071760688002461
|
|
147
163
|
*/
|
|
148
164
|
clusterId?: string;
|
|
149
165
|
/**
|
|
166
|
+
* @remarks
|
|
167
|
+
* Lingjun group ID.
|
|
168
|
+
*
|
|
150
169
|
* @example
|
|
151
170
|
* i128147721760688002463
|
|
152
171
|
*/
|
|
@@ -177,9 +196,9 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsEfloNodeGroup extends
|
|
|
177
196
|
export class DescribeClusterNodePoolsResponseBodyNodepoolsInterconnectConfig extends $dara.Model {
|
|
178
197
|
/**
|
|
179
198
|
* @remarks
|
|
180
|
-
* This
|
|
199
|
+
* [This field is deprecated.]
|
|
181
200
|
*
|
|
182
|
-
*
|
|
201
|
+
* Network bandwidth for enhanced edge node pools. Unit: Mbps.
|
|
183
202
|
*
|
|
184
203
|
* @example
|
|
185
204
|
* 10
|
|
@@ -187,9 +206,9 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsInterconnectConfig ext
|
|
|
187
206
|
bandwidth?: number;
|
|
188
207
|
/**
|
|
189
208
|
* @remarks
|
|
190
|
-
* This
|
|
209
|
+
* [This field is deprecated.]
|
|
191
210
|
*
|
|
192
|
-
*
|
|
211
|
+
* CCN instance ID bound to enhanced edge node pools.
|
|
193
212
|
*
|
|
194
213
|
* @example
|
|
195
214
|
* ccn-qm5i0i0q9yi*******
|
|
@@ -197,9 +216,9 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsInterconnectConfig ext
|
|
|
197
216
|
ccnId?: string;
|
|
198
217
|
/**
|
|
199
218
|
* @remarks
|
|
200
|
-
* This
|
|
219
|
+
* [This field is deprecated.]
|
|
201
220
|
*
|
|
202
|
-
*
|
|
221
|
+
* Region of the CCN instance bound to enhanced edge node pools.
|
|
203
222
|
*
|
|
204
223
|
* @example
|
|
205
224
|
* cn-shanghai
|
|
@@ -207,9 +226,9 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsInterconnectConfig ext
|
|
|
207
226
|
ccnRegionId?: string;
|
|
208
227
|
/**
|
|
209
228
|
* @remarks
|
|
210
|
-
* This
|
|
229
|
+
* [This field is deprecated.]
|
|
211
230
|
*
|
|
212
|
-
*
|
|
231
|
+
* CEN instance ID bound to enhanced edge node pools.
|
|
213
232
|
*
|
|
214
233
|
* @example
|
|
215
234
|
* cen-ey9k9nfhz0f*******
|
|
@@ -217,9 +236,9 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsInterconnectConfig ext
|
|
|
217
236
|
cenId?: string;
|
|
218
237
|
/**
|
|
219
238
|
* @remarks
|
|
220
|
-
* This
|
|
239
|
+
* [This field is deprecated.]
|
|
221
240
|
*
|
|
222
|
-
*
|
|
241
|
+
* Subscription duration for enhanced edge node pools. Unit: months.
|
|
223
242
|
*
|
|
224
243
|
* @example
|
|
225
244
|
* 1
|
|
@@ -257,10 +276,11 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsInterconnectConfig ext
|
|
|
257
276
|
export class DescribeClusterNodePoolsResponseBodyNodepoolsKubernetesConfig extends $dara.Model {
|
|
258
277
|
/**
|
|
259
278
|
* @remarks
|
|
260
|
-
*
|
|
279
|
+
* Indicates whether Cloud Monitor is installed on ECS nodes. After installation, you can view monitoring information for created ECS instances in the Cloud Monitor console. We recommend enabling this feature. Valid values:
|
|
261
280
|
*
|
|
262
|
-
*
|
|
263
|
-
*
|
|
281
|
+
* - `true`: Installs Cloud Monitor on ECS nodes.
|
|
282
|
+
*
|
|
283
|
+
* - `false`: Does not install Cloud Monitor on ECS nodes.
|
|
264
284
|
*
|
|
265
285
|
* @example
|
|
266
286
|
* true
|
|
@@ -268,10 +288,11 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsKubernetesConfig exten
|
|
|
268
288
|
cmsEnabled?: boolean;
|
|
269
289
|
/**
|
|
270
290
|
* @remarks
|
|
271
|
-
*
|
|
291
|
+
* Node CPU management policy. Clusters of version 1.12.6 or later support the following policies:
|
|
292
|
+
*
|
|
293
|
+
* - `static`: Enhances CPU affinity and exclusivity for pods with specific resource characteristics on the node.
|
|
272
294
|
*
|
|
273
|
-
*
|
|
274
|
-
* * `none`: specifies that the default CPU affinity is used.
|
|
295
|
+
* - `none`: Uses the default CPU affinity scheme.
|
|
275
296
|
*
|
|
276
297
|
* @example
|
|
277
298
|
* none
|
|
@@ -279,27 +300,28 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsKubernetesConfig exten
|
|
|
279
300
|
cpuPolicy?: string;
|
|
280
301
|
/**
|
|
281
302
|
* @remarks
|
|
282
|
-
*
|
|
303
|
+
* Node labels.
|
|
283
304
|
*/
|
|
284
305
|
labels?: Tag[];
|
|
285
306
|
/**
|
|
286
307
|
* @remarks
|
|
287
|
-
*
|
|
308
|
+
* Custom node name.
|
|
288
309
|
*
|
|
289
|
-
*
|
|
310
|
+
* A node name consists of three parts: prefix + IP address substring + suffix:
|
|
290
311
|
*
|
|
291
|
-
*
|
|
292
|
-
* * The IP substring length specifies the number of digits to be truncated from the end of the node IP address. The IP substring length ranges from 5 to 12.
|
|
312
|
+
* - Both prefix and suffix can consist of one or more parts separated by periods (.). Each part can contain lowercase letters, digits, and hyphens (-). The node name must start and end with a lowercase letter or digit.
|
|
293
313
|
*
|
|
294
|
-
*
|
|
314
|
+
* - The IP address substring length specifies the number of trailing digits to extract from the node IP address. Valid values: 5 to 12.
|
|
315
|
+
*
|
|
316
|
+
* Example: If the node IP address is 192.168.0.55, the prefix is aliyun.com, the IP address substring length is 5, and the suffix is test, the node name is aliyun.com00055test.
|
|
295
317
|
*
|
|
296
318
|
* @example
|
|
297
|
-
*
|
|
319
|
+
* aliyun.com192.XX.YY.55test
|
|
298
320
|
*/
|
|
299
321
|
nodeNameMode?: string;
|
|
300
322
|
/**
|
|
301
323
|
* @remarks
|
|
302
|
-
*
|
|
324
|
+
* Pre-custom data for the node pool. This is a script that runs before node initialization. For more information, see [Generate instance custom data](https://help.aliyun.com/document_detail/49121.html).
|
|
303
325
|
*
|
|
304
326
|
* @example
|
|
305
327
|
* IyEvYmluL3NoCmVjaG8gIkhlbGxvIEFD
|
|
@@ -307,35 +329,38 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsKubernetesConfig exten
|
|
|
307
329
|
preUserData?: string;
|
|
308
330
|
/**
|
|
309
331
|
* @remarks
|
|
310
|
-
*
|
|
332
|
+
* Container runtime name. ACK supports the following container runtimes:
|
|
333
|
+
*
|
|
334
|
+
* - containerd: Recommended. Supported by all cluster versions.
|
|
335
|
+
*
|
|
336
|
+
* - Sandboxed-Container.runv: Sandboxed container that provides higher isolation. Supported by clusters of version 1.31 or earlier.
|
|
311
337
|
*
|
|
312
|
-
*
|
|
313
|
-
* * Sandboxed-Container.runv: The Sandbox-Container runtime provides improved isolation and supports Kubernetes 1.31 and earlier.
|
|
314
|
-
* * Docker (deprecated): supports Kubernetes 1.22 and earlier.
|
|
338
|
+
* - docker: No longer maintained. Supported by clusters of version 1.22 or earlier.
|
|
315
339
|
*
|
|
316
340
|
* @example
|
|
317
|
-
*
|
|
341
|
+
* containerd
|
|
318
342
|
*/
|
|
319
343
|
runtime?: string;
|
|
320
344
|
/**
|
|
321
345
|
* @remarks
|
|
322
|
-
*
|
|
346
|
+
* Container runtime version.
|
|
323
347
|
*
|
|
324
348
|
* @example
|
|
325
|
-
*
|
|
349
|
+
* 1.6.38
|
|
326
350
|
*/
|
|
327
351
|
runtimeVersion?: string;
|
|
328
352
|
/**
|
|
329
353
|
* @remarks
|
|
330
|
-
*
|
|
354
|
+
* Node taint information. Taints and tolerations work together to prevent pods from being scheduled onto unsuitable nodes. For more information, see [taint-and-toleration](https://kubernetes.io/zh/docs/concepts/scheduling-eviction/taint-and-toleration/).
|
|
331
355
|
*/
|
|
332
356
|
taints?: Taint[];
|
|
333
357
|
/**
|
|
334
358
|
* @remarks
|
|
335
|
-
*
|
|
359
|
+
* Indicates whether newly scaled nodes are unschedulable.
|
|
336
360
|
*
|
|
337
|
-
*
|
|
338
|
-
*
|
|
361
|
+
* - true: Unschedulable.
|
|
362
|
+
*
|
|
363
|
+
* - false: Schedulable.
|
|
339
364
|
*
|
|
340
365
|
* @example
|
|
341
366
|
* true
|
|
@@ -343,7 +368,7 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsKubernetesConfig exten
|
|
|
343
368
|
unschedulable?: boolean;
|
|
344
369
|
/**
|
|
345
370
|
* @remarks
|
|
346
|
-
*
|
|
371
|
+
* Custom data for the node pool. This is a script that runs after node initialization. For more information, see [Generate instance custom data](https://help.aliyun.com/document_detail/49121.html).
|
|
347
372
|
*
|
|
348
373
|
* @example
|
|
349
374
|
* IyEvYmluL3NoCmVjaG8gIkhlbGxvIEFD****
|
|
@@ -395,18 +420,29 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsKubernetesConfig exten
|
|
|
395
420
|
}
|
|
396
421
|
|
|
397
422
|
export class DescribeClusterNodePoolsResponseBodyNodepoolsManagementAutoRepairPolicy extends $dara.Model {
|
|
423
|
+
/**
|
|
424
|
+
* @remarks
|
|
425
|
+
* Indicates whether manual approval is required for node repair.
|
|
426
|
+
*
|
|
427
|
+
* @example
|
|
428
|
+
* false
|
|
429
|
+
*/
|
|
398
430
|
approvalRequired?: boolean;
|
|
399
431
|
/**
|
|
432
|
+
* @remarks
|
|
433
|
+
* ID of the automatic repair policy.
|
|
434
|
+
*
|
|
400
435
|
* @example
|
|
401
436
|
* r-xxxxxxxxx
|
|
402
437
|
*/
|
|
403
438
|
autoRepairPolicyId?: string;
|
|
404
439
|
/**
|
|
405
440
|
* @remarks
|
|
406
|
-
*
|
|
441
|
+
* Indicates whether node restart is allowed. This parameter takes effect only when `auto_repair=true`.
|
|
442
|
+
*
|
|
443
|
+
* - `true`: Allows node restart.
|
|
407
444
|
*
|
|
408
|
-
*
|
|
409
|
-
* * `false`: does not allow node restart.
|
|
445
|
+
* - `false`: Disallows node restart.
|
|
410
446
|
*
|
|
411
447
|
* @example
|
|
412
448
|
* true
|
|
@@ -440,10 +476,11 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsManagementAutoRepairPo
|
|
|
440
476
|
export class DescribeClusterNodePoolsResponseBodyNodepoolsManagementAutoUpgradePolicy extends $dara.Model {
|
|
441
477
|
/**
|
|
442
478
|
* @remarks
|
|
443
|
-
*
|
|
479
|
+
* Indicates whether kubelet auto-upgrade is allowed. This parameter takes effect only when `auto_upgrade=true`. Valid values:
|
|
444
480
|
*
|
|
445
|
-
*
|
|
446
|
-
*
|
|
481
|
+
* - `true`: Allows kubelet auto-upgrade.
|
|
482
|
+
*
|
|
483
|
+
* - `false`: Disallows kubelet auto-upgrade.
|
|
447
484
|
*
|
|
448
485
|
* @example
|
|
449
486
|
* true
|
|
@@ -471,13 +508,21 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsManagementAutoUpgradeP
|
|
|
471
508
|
}
|
|
472
509
|
|
|
473
510
|
export class DescribeClusterNodePoolsResponseBodyNodepoolsManagementAutoVulFixPolicy extends $dara.Model {
|
|
511
|
+
/**
|
|
512
|
+
* @remarks
|
|
513
|
+
* Packages excluded from vulnerability fixes.
|
|
514
|
+
*
|
|
515
|
+
* @example
|
|
516
|
+
* kernel
|
|
517
|
+
*/
|
|
474
518
|
excludePackages?: string;
|
|
475
519
|
/**
|
|
476
520
|
* @remarks
|
|
477
|
-
*
|
|
521
|
+
* Indicates whether node restart is allowed. This parameter takes effect only when `auto_vul_fix=true`. Valid values:
|
|
522
|
+
*
|
|
523
|
+
* - `true`: Allows node restart.
|
|
478
524
|
*
|
|
479
|
-
*
|
|
480
|
-
* * `false`: does not allow node restart.
|
|
525
|
+
* - `false`: Disallows node restart.
|
|
481
526
|
*
|
|
482
527
|
* @example
|
|
483
528
|
* true
|
|
@@ -485,11 +530,13 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsManagementAutoVulFixPo
|
|
|
485
530
|
restartNode?: boolean;
|
|
486
531
|
/**
|
|
487
532
|
* @remarks
|
|
488
|
-
*
|
|
533
|
+
* Vulnerability levels that can be automatically fixed, separated by commas.
|
|
534
|
+
*
|
|
535
|
+
* - `asap`: High
|
|
536
|
+
*
|
|
537
|
+
* - `later`: Medium
|
|
489
538
|
*
|
|
490
|
-
*
|
|
491
|
-
* * `later`: medium.
|
|
492
|
-
* * `nntf`: low.
|
|
539
|
+
* - `nntf`: Low
|
|
493
540
|
*
|
|
494
541
|
* @example
|
|
495
542
|
* asap,nntf
|
|
@@ -523,10 +570,11 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsManagementAutoVulFixPo
|
|
|
523
570
|
export class DescribeClusterNodePoolsResponseBodyNodepoolsManagementUpgradeConfig extends $dara.Model {
|
|
524
571
|
/**
|
|
525
572
|
* @remarks
|
|
526
|
-
*
|
|
573
|
+
* Indicates whether auto-upgrade is enabled. Valid values:
|
|
527
574
|
*
|
|
528
|
-
*
|
|
529
|
-
*
|
|
575
|
+
* - `true`: Enables auto-upgrade.
|
|
576
|
+
*
|
|
577
|
+
* - `false`: Disables auto-upgrade.
|
|
530
578
|
*
|
|
531
579
|
* @example
|
|
532
580
|
* true
|
|
@@ -534,9 +582,9 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsManagementUpgradeConfi
|
|
|
534
582
|
autoUpgrade?: boolean;
|
|
535
583
|
/**
|
|
536
584
|
* @remarks
|
|
537
|
-
*
|
|
585
|
+
* Maximum number of unavailable nodes. Valid values: [1,1000].
|
|
538
586
|
*
|
|
539
|
-
* Default value: 1
|
|
587
|
+
* Default value: 1.
|
|
540
588
|
*
|
|
541
589
|
* @example
|
|
542
590
|
* 1
|
|
@@ -544,7 +592,7 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsManagementUpgradeConfi
|
|
|
544
592
|
maxUnavailable?: number;
|
|
545
593
|
/**
|
|
546
594
|
* @remarks
|
|
547
|
-
*
|
|
595
|
+
* Number of extra nodes. Specify either this parameter or `surge_percentage`.
|
|
548
596
|
*
|
|
549
597
|
* @example
|
|
550
598
|
* 5
|
|
@@ -552,9 +600,9 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsManagementUpgradeConfi
|
|
|
552
600
|
surge?: number;
|
|
553
601
|
/**
|
|
554
602
|
* @remarks
|
|
555
|
-
*
|
|
603
|
+
* Percentage of extra nodes. Specify either this parameter or `surge`.
|
|
556
604
|
*
|
|
557
|
-
*
|
|
605
|
+
* Number of extra nodes = surge percentage × number of nodes. For example, if you set the surge percentage to 50% and the current number of nodes is 6, the number of extra nodes is 50% × 6 = 3.
|
|
558
606
|
*
|
|
559
607
|
* @example
|
|
560
608
|
* 50
|
|
@@ -588,12 +636,14 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsManagementUpgradeConfi
|
|
|
588
636
|
}
|
|
589
637
|
|
|
590
638
|
export class DescribeClusterNodePoolsResponseBodyNodepoolsManagement extends $dara.Model {
|
|
639
|
+
autoFaultDiagnosis?: boolean;
|
|
591
640
|
/**
|
|
592
641
|
* @remarks
|
|
593
|
-
*
|
|
642
|
+
* Automatic repair. This parameter takes effect only when `enable=true`.
|
|
643
|
+
*
|
|
644
|
+
* - `true`: Enables automatic repair.
|
|
594
645
|
*
|
|
595
|
-
*
|
|
596
|
-
* * `false`
|
|
646
|
+
* - `false`: Disables automatic repair.
|
|
597
647
|
*
|
|
598
648
|
* @example
|
|
599
649
|
* true
|
|
@@ -601,15 +651,16 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsManagement extends $da
|
|
|
601
651
|
autoRepair?: boolean;
|
|
602
652
|
/**
|
|
603
653
|
* @remarks
|
|
604
|
-
*
|
|
654
|
+
* Automatic node repair policy.
|
|
605
655
|
*/
|
|
606
656
|
autoRepairPolicy?: DescribeClusterNodePoolsResponseBodyNodepoolsManagementAutoRepairPolicy;
|
|
607
657
|
/**
|
|
608
658
|
* @remarks
|
|
609
|
-
*
|
|
659
|
+
* Indicates whether node auto-upgrade is enabled. This parameter takes effect only when `enable=true`.
|
|
610
660
|
*
|
|
611
|
-
*
|
|
612
|
-
*
|
|
661
|
+
* - `true`: Enables auto-upgrade.
|
|
662
|
+
*
|
|
663
|
+
* - `false`: Disables auto-upgrade.
|
|
613
664
|
*
|
|
614
665
|
* @example
|
|
615
666
|
* true
|
|
@@ -617,15 +668,16 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsManagement extends $da
|
|
|
617
668
|
autoUpgrade?: boolean;
|
|
618
669
|
/**
|
|
619
670
|
* @remarks
|
|
620
|
-
*
|
|
671
|
+
* Auto-upgrade policy.
|
|
621
672
|
*/
|
|
622
673
|
autoUpgradePolicy?: DescribeClusterNodePoolsResponseBodyNodepoolsManagementAutoUpgradePolicy;
|
|
623
674
|
/**
|
|
624
675
|
* @remarks
|
|
625
|
-
* Indicates whether
|
|
676
|
+
* Indicates whether CVEs are automatically fixed. This parameter takes effect only when `enable=true`.
|
|
677
|
+
*
|
|
678
|
+
* - `true`: Enables automatic CVE fixing.
|
|
626
679
|
*
|
|
627
|
-
*
|
|
628
|
-
* * `true`: disables auto CVE patching.
|
|
680
|
+
* - `false`: Disables automatic CVE fixing.
|
|
629
681
|
*
|
|
630
682
|
* @example
|
|
631
683
|
* true
|
|
@@ -633,15 +685,16 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsManagement extends $da
|
|
|
633
685
|
autoVulFix?: boolean;
|
|
634
686
|
/**
|
|
635
687
|
* @remarks
|
|
636
|
-
*
|
|
688
|
+
* CVE automatic fix policy.
|
|
637
689
|
*/
|
|
638
690
|
autoVulFixPolicy?: DescribeClusterNodePoolsResponseBodyNodepoolsManagementAutoVulFixPolicy;
|
|
639
691
|
/**
|
|
640
692
|
* @remarks
|
|
641
|
-
*
|
|
693
|
+
* Indicates whether the managed node pool feature is enabled. Valid values:
|
|
642
694
|
*
|
|
643
|
-
*
|
|
644
|
-
*
|
|
695
|
+
* - `true`: Enables the managed node pool.
|
|
696
|
+
*
|
|
697
|
+
* - `false`: Disables the managed node pool. Other related configurations take effect only when `enable=true`.
|
|
645
698
|
*
|
|
646
699
|
* @example
|
|
647
700
|
* true
|
|
@@ -649,11 +702,12 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsManagement extends $da
|
|
|
649
702
|
enable?: boolean;
|
|
650
703
|
/**
|
|
651
704
|
* @remarks
|
|
652
|
-
*
|
|
705
|
+
* Auto-upgrade configuration. This parameter takes effect only when `enable=true`.
|
|
653
706
|
*/
|
|
654
707
|
upgradeConfig?: DescribeClusterNodePoolsResponseBodyNodepoolsManagementUpgradeConfig;
|
|
655
708
|
static names(): { [key: string]: string } {
|
|
656
709
|
return {
|
|
710
|
+
autoFaultDiagnosis: 'auto_fault_diagnosis',
|
|
657
711
|
autoRepair: 'auto_repair',
|
|
658
712
|
autoRepairPolicy: 'auto_repair_policy',
|
|
659
713
|
autoUpgrade: 'auto_upgrade',
|
|
@@ -667,6 +721,7 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsManagement extends $da
|
|
|
667
721
|
|
|
668
722
|
static types(): { [key: string]: any } {
|
|
669
723
|
return {
|
|
724
|
+
autoFaultDiagnosis: 'boolean',
|
|
670
725
|
autoRepair: 'boolean',
|
|
671
726
|
autoRepairPolicy: DescribeClusterNodePoolsResponseBodyNodepoolsManagementAutoRepairPolicy,
|
|
672
727
|
autoUpgrade: 'boolean',
|
|
@@ -700,6 +755,10 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsManagement extends $da
|
|
|
700
755
|
}
|
|
701
756
|
|
|
702
757
|
export class DescribeClusterNodePoolsResponseBodyNodepoolsNodeComponentsConfig extends $dara.Model {
|
|
758
|
+
/**
|
|
759
|
+
* @remarks
|
|
760
|
+
* Custom configuration for node components.
|
|
761
|
+
*/
|
|
703
762
|
customConfig?: { [key: string]: string };
|
|
704
763
|
static names(): { [key: string]: string } {
|
|
705
764
|
return {
|
|
@@ -726,13 +785,23 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsNodeComponentsConfig e
|
|
|
726
785
|
}
|
|
727
786
|
|
|
728
787
|
export class DescribeClusterNodePoolsResponseBodyNodepoolsNodeComponents extends $dara.Model {
|
|
788
|
+
/**
|
|
789
|
+
* @remarks
|
|
790
|
+
* Node component configuration.
|
|
791
|
+
*/
|
|
729
792
|
config?: DescribeClusterNodePoolsResponseBodyNodepoolsNodeComponentsConfig;
|
|
730
793
|
/**
|
|
794
|
+
* @remarks
|
|
795
|
+
* Node component name.
|
|
796
|
+
*
|
|
731
797
|
* @example
|
|
732
798
|
* kubelet
|
|
733
799
|
*/
|
|
734
800
|
name?: string;
|
|
735
801
|
/**
|
|
802
|
+
* @remarks
|
|
803
|
+
* Node component version.
|
|
804
|
+
*
|
|
736
805
|
* @example
|
|
737
806
|
* 1.33.3-aliyun.1
|
|
738
807
|
*/
|
|
@@ -766,6 +835,10 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsNodeComponents extends
|
|
|
766
835
|
}
|
|
767
836
|
|
|
768
837
|
export class DescribeClusterNodePoolsResponseBodyNodepoolsNodeConfigNodeOsConfig extends $dara.Model {
|
|
838
|
+
/**
|
|
839
|
+
* @remarks
|
|
840
|
+
* Hugepage configuration.
|
|
841
|
+
*/
|
|
769
842
|
hugepage?: Hugepage;
|
|
770
843
|
static names(): { [key: string]: string } {
|
|
771
844
|
return {
|
|
@@ -794,9 +867,13 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsNodeConfigNodeOsConfig
|
|
|
794
867
|
export class DescribeClusterNodePoolsResponseBodyNodepoolsNodeConfig extends $dara.Model {
|
|
795
868
|
/**
|
|
796
869
|
* @remarks
|
|
797
|
-
*
|
|
870
|
+
* Kubelet parameter configuration.
|
|
798
871
|
*/
|
|
799
872
|
kubeletConfiguration?: KubeletConfig;
|
|
873
|
+
/**
|
|
874
|
+
* @remarks
|
|
875
|
+
* Node operating system configuration.
|
|
876
|
+
*/
|
|
800
877
|
nodeOsConfig?: DescribeClusterNodePoolsResponseBodyNodepoolsNodeConfigNodeOsConfig;
|
|
801
878
|
static names(): { [key: string]: string } {
|
|
802
879
|
return {
|
|
@@ -830,18 +907,19 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsNodeConfig extends $da
|
|
|
830
907
|
export class DescribeClusterNodePoolsResponseBodyNodepoolsNodepoolInfo extends $dara.Model {
|
|
831
908
|
/**
|
|
832
909
|
* @remarks
|
|
833
|
-
*
|
|
910
|
+
* Time when the node pool was created.
|
|
834
911
|
*
|
|
835
912
|
* @example
|
|
836
|
-
*
|
|
913
|
+
* 2025-04-15T16:33:29.362888807+08:00
|
|
837
914
|
*/
|
|
838
915
|
created?: string;
|
|
839
916
|
/**
|
|
840
917
|
* @remarks
|
|
841
|
-
* Indicates whether the node pool is
|
|
918
|
+
* Indicates whether the node pool is the default node pool. A cluster usually has only one default node pool. Valid values:
|
|
842
919
|
*
|
|
843
|
-
*
|
|
844
|
-
*
|
|
920
|
+
* - `true`: Default node pool.
|
|
921
|
+
*
|
|
922
|
+
* - `false`: Non-default node pool.
|
|
845
923
|
*
|
|
846
924
|
* @example
|
|
847
925
|
* true
|
|
@@ -849,7 +927,7 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsNodepoolInfo extends $
|
|
|
849
927
|
isDefault?: boolean;
|
|
850
928
|
/**
|
|
851
929
|
* @remarks
|
|
852
|
-
*
|
|
930
|
+
* Node pool name.
|
|
853
931
|
*
|
|
854
932
|
* @example
|
|
855
933
|
* default-nodepool
|
|
@@ -857,7 +935,7 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsNodepoolInfo extends $
|
|
|
857
935
|
name?: string;
|
|
858
936
|
/**
|
|
859
937
|
* @remarks
|
|
860
|
-
*
|
|
938
|
+
* Node pool ID.
|
|
861
939
|
*
|
|
862
940
|
* @example
|
|
863
941
|
* np615c0e0966124216a0412e10afe0****
|
|
@@ -865,7 +943,7 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsNodepoolInfo extends $
|
|
|
865
943
|
nodepoolId?: string;
|
|
866
944
|
/**
|
|
867
945
|
* @remarks
|
|
868
|
-
*
|
|
946
|
+
* Region ID.
|
|
869
947
|
*
|
|
870
948
|
* @example
|
|
871
949
|
* cn-beijing
|
|
@@ -873,7 +951,7 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsNodepoolInfo extends $
|
|
|
873
951
|
regionId?: string;
|
|
874
952
|
/**
|
|
875
953
|
* @remarks
|
|
876
|
-
*
|
|
954
|
+
* Resource group ID.
|
|
877
955
|
*
|
|
878
956
|
* @example
|
|
879
957
|
* rg-acfmyvw3wjm****
|
|
@@ -881,11 +959,13 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsNodepoolInfo extends $
|
|
|
881
959
|
resourceGroupId?: string;
|
|
882
960
|
/**
|
|
883
961
|
* @remarks
|
|
884
|
-
*
|
|
962
|
+
* Node pool type. Valid values:
|
|
963
|
+
*
|
|
964
|
+
* - `ess`: Standard node pool (supports managed features and automatic elastic scaling).
|
|
885
965
|
*
|
|
886
|
-
*
|
|
887
|
-
*
|
|
888
|
-
*
|
|
966
|
+
* - `edge`: Edge node pool.
|
|
967
|
+
*
|
|
968
|
+
* - `lingjun`: Lingjun node pool.
|
|
889
969
|
*
|
|
890
970
|
* @example
|
|
891
971
|
* ess
|
|
@@ -893,10 +973,10 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsNodepoolInfo extends $
|
|
|
893
973
|
type?: string;
|
|
894
974
|
/**
|
|
895
975
|
* @remarks
|
|
896
|
-
*
|
|
976
|
+
* Time when the node pool was last updated.
|
|
897
977
|
*
|
|
898
978
|
* @example
|
|
899
|
-
*
|
|
979
|
+
* 2025-04-15T16:33:32.823+08:00
|
|
900
980
|
*/
|
|
901
981
|
updated?: string;
|
|
902
982
|
static names(): { [key: string]: string } {
|
|
@@ -937,7 +1017,7 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsNodepoolInfo extends $
|
|
|
937
1017
|
export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroupPrivatePoolOptions extends $dara.Model {
|
|
938
1018
|
/**
|
|
939
1019
|
* @remarks
|
|
940
|
-
*
|
|
1020
|
+
* Private pool ID. This is the ID of an elasticity assurance service or capacity reservation service.
|
|
941
1021
|
*
|
|
942
1022
|
* @example
|
|
943
1023
|
* eap-bp67acfmxazb4****
|
|
@@ -945,11 +1025,13 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroupPrivatePoo
|
|
|
945
1025
|
id?: string;
|
|
946
1026
|
/**
|
|
947
1027
|
* @remarks
|
|
948
|
-
*
|
|
1028
|
+
* Private pool type. Specifies how instance startup uses private pool capacity. After an elasticity assurance service or capacity reservation service takes effect, it generates private pool capacity for instance startup. Valid values:
|
|
1029
|
+
*
|
|
1030
|
+
* - `Open`: Open mode. Automatically matches open-type private pool capacity. If no matching private pool capacity is available, public pool resources are used.
|
|
949
1031
|
*
|
|
950
|
-
*
|
|
951
|
-
*
|
|
952
|
-
*
|
|
1032
|
+
* - `Target`: Target mode. Uses the specified private pool capacity to start instances. If the private pool capacity is unavailable, instance startup fails.
|
|
1033
|
+
*
|
|
1034
|
+
* - `None`: None mode. Instance startup does not use private pool capacity.
|
|
953
1035
|
*
|
|
954
1036
|
* @example
|
|
955
1037
|
* Open
|
|
@@ -979,8 +1061,18 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroupPrivatePoo
|
|
|
979
1061
|
}
|
|
980
1062
|
|
|
981
1063
|
export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroupResourcePoolOptions extends $dara.Model {
|
|
1064
|
+
/**
|
|
1065
|
+
* @remarks
|
|
1066
|
+
* List of private pool IDs.
|
|
1067
|
+
*/
|
|
982
1068
|
privatePoolIds?: string[];
|
|
983
1069
|
/**
|
|
1070
|
+
* @remarks
|
|
1071
|
+
* Resource pool strategy used when creating instances. Valid values:
|
|
1072
|
+
* PrivatePoolFirst: Private pool first.
|
|
1073
|
+
* PrivatePoolOnly: Private pool only.
|
|
1074
|
+
* None: Do not use resource pool strategy.
|
|
1075
|
+
*
|
|
984
1076
|
* @example
|
|
985
1077
|
* PrivatePoolFirst
|
|
986
1078
|
*/
|
|
@@ -1014,7 +1106,7 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroupResourcePo
|
|
|
1014
1106
|
export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroupSpotPriceLimit extends $dara.Model {
|
|
1015
1107
|
/**
|
|
1016
1108
|
* @remarks
|
|
1017
|
-
*
|
|
1109
|
+
* Spot instance type.
|
|
1018
1110
|
*
|
|
1019
1111
|
* @example
|
|
1020
1112
|
* ecs.c6.large
|
|
@@ -1022,7 +1114,15 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroupSpotPriceL
|
|
|
1022
1114
|
instanceType?: string;
|
|
1023
1115
|
/**
|
|
1024
1116
|
* @remarks
|
|
1025
|
-
*
|
|
1117
|
+
* Market price range per instance.
|
|
1118
|
+
*
|
|
1119
|
+
* <props="china">
|
|
1120
|
+
*
|
|
1121
|
+
* Unit: CNY/hour.
|
|
1122
|
+
*
|
|
1123
|
+
*
|
|
1124
|
+
*
|
|
1125
|
+
* <props="intl">
|
|
1026
1126
|
*
|
|
1027
1127
|
* Unit: USD/hour.
|
|
1028
1128
|
*
|
|
@@ -1056,10 +1156,11 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroupSpotPriceL
|
|
|
1056
1156
|
export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $dara.Model {
|
|
1057
1157
|
/**
|
|
1058
1158
|
* @remarks
|
|
1059
|
-
*
|
|
1159
|
+
* Indicates whether auto-renewal is enabled for nodes. This parameter takes effect only when `instance_charge_type` is set to `PrePaid`. Valid values:
|
|
1060
1160
|
*
|
|
1061
|
-
*
|
|
1062
|
-
*
|
|
1161
|
+
* - `true`: Enables auto-renewal.
|
|
1162
|
+
*
|
|
1163
|
+
* - `false`: Disables auto-renewal.
|
|
1063
1164
|
*
|
|
1064
1165
|
* @example
|
|
1065
1166
|
* false
|
|
@@ -1067,10 +1168,11 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
|
|
|
1067
1168
|
autoRenew?: boolean;
|
|
1068
1169
|
/**
|
|
1069
1170
|
* @remarks
|
|
1070
|
-
*
|
|
1171
|
+
* Duration of each auto-renewal cycle. Valid values:
|
|
1172
|
+
*
|
|
1173
|
+
* - When PeriodUnit=Week: 1, 2, 3.
|
|
1071
1174
|
*
|
|
1072
|
-
*
|
|
1073
|
-
* * Valid values when PeriodUnit is set to Month: 1, 2, 3, 6, 12, 24, 36, 48, and 60
|
|
1175
|
+
* - When PeriodUnit=Month: 1, 2, 3, 6, 12, 24, 36, 48, 60.
|
|
1074
1176
|
*
|
|
1075
1177
|
* @example
|
|
1076
1178
|
* 0
|
|
@@ -1078,9 +1180,9 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
|
|
|
1078
1180
|
autoRenewPeriod?: number;
|
|
1079
1181
|
/**
|
|
1080
1182
|
* @remarks
|
|
1081
|
-
* This
|
|
1183
|
+
* [This field is deprecated.]
|
|
1082
1184
|
*
|
|
1083
|
-
* Use security_hardening_os instead.
|
|
1185
|
+
* Use the security_hardening_os parameter instead.
|
|
1084
1186
|
*
|
|
1085
1187
|
* @example
|
|
1086
1188
|
* false
|
|
@@ -1090,10 +1192,11 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
|
|
|
1090
1192
|
cisEnabled?: boolean;
|
|
1091
1193
|
/**
|
|
1092
1194
|
* @remarks
|
|
1093
|
-
*
|
|
1195
|
+
* When `multi_az_policy` is set to `COST_OPTIMIZED`, indicates whether to automatically attempt creating pay-as-you-go instances if sufficient spot instances cannot be created due to price or inventory issues. Valid values:
|
|
1094
1196
|
*
|
|
1095
|
-
*
|
|
1096
|
-
*
|
|
1197
|
+
* - `true`: Allows automatic attempts to create pay-as-you-go instances to meet the required ECS instance count.
|
|
1198
|
+
*
|
|
1199
|
+
* - `false`: Disallows automatic attempts to create pay-as-you-go instances to meet the required ECS instance count.
|
|
1097
1200
|
*
|
|
1098
1201
|
* @example
|
|
1099
1202
|
* true
|
|
@@ -1101,12 +1204,12 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
|
|
|
1101
1204
|
compensateWithOnDemand?: boolean;
|
|
1102
1205
|
/**
|
|
1103
1206
|
* @remarks
|
|
1104
|
-
*
|
|
1207
|
+
* Combination of data disk types, sizes, and other configurations for nodes.
|
|
1105
1208
|
*/
|
|
1106
1209
|
dataDisks?: DataDisk[];
|
|
1107
1210
|
/**
|
|
1108
1211
|
* @remarks
|
|
1109
|
-
*
|
|
1212
|
+
* Deployment set ID.
|
|
1110
1213
|
*
|
|
1111
1214
|
* @example
|
|
1112
1215
|
* ds-bp1d19mmbsv3jf6xxxxx
|
|
@@ -1114,46 +1217,60 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
|
|
|
1114
1217
|
deploymentsetId?: string;
|
|
1115
1218
|
/**
|
|
1116
1219
|
* @remarks
|
|
1117
|
-
*
|
|
1220
|
+
* Desired number of nodes in the node pool.
|
|
1118
1221
|
*
|
|
1119
1222
|
* @example
|
|
1120
1223
|
* 2
|
|
1121
1224
|
*/
|
|
1122
1225
|
desiredSize?: number;
|
|
1226
|
+
/**
|
|
1227
|
+
* @remarks
|
|
1228
|
+
* Block device initialization configuration.
|
|
1229
|
+
*/
|
|
1123
1230
|
diskInit?: DiskInit[];
|
|
1124
1231
|
/**
|
|
1125
1232
|
* @remarks
|
|
1126
|
-
*
|
|
1233
|
+
* Custom image ID. You can query supported images using `DescribeKubernetesVersionMetadata`.
|
|
1127
1234
|
*
|
|
1128
1235
|
* @example
|
|
1129
|
-
*
|
|
1236
|
+
* aliyun_3_x64_20G_alibase_20241218.vhd
|
|
1130
1237
|
*/
|
|
1131
1238
|
imageId?: string;
|
|
1132
1239
|
/**
|
|
1133
1240
|
* @remarks
|
|
1134
|
-
*
|
|
1241
|
+
* Operating system image type.
|
|
1242
|
+
*
|
|
1243
|
+
* - `AliyunLinux`: Alinux2 image.
|
|
1244
|
+
*
|
|
1245
|
+
* - `AliyunLinuxSecurity`: Alinux2 UEFI image.
|
|
1246
|
+
*
|
|
1247
|
+
* - `AliyunLinux3`: Alinux3 image.
|
|
1248
|
+
*
|
|
1249
|
+
* - `AliyunLinux3Arm64`: Alinux3 ARM image.
|
|
1250
|
+
*
|
|
1251
|
+
* - `AliyunLinux3Security`: Alinux3 UEFI image.
|
|
1135
1252
|
*
|
|
1136
|
-
*
|
|
1137
|
-
*
|
|
1138
|
-
*
|
|
1139
|
-
*
|
|
1140
|
-
*
|
|
1141
|
-
*
|
|
1142
|
-
*
|
|
1143
|
-
*
|
|
1144
|
-
*
|
|
1145
|
-
* * `AliyunLinux3ContainerOptimized`: Alibaba Cloud Linux 3 Container-optimized.
|
|
1253
|
+
* - `CentOS`: CentOS image.
|
|
1254
|
+
*
|
|
1255
|
+
* - `Windows`: Windows image.
|
|
1256
|
+
*
|
|
1257
|
+
* - `WindowsCore`: WindowsCore image.
|
|
1258
|
+
*
|
|
1259
|
+
* - `ContainerOS`: Container-optimized image.
|
|
1260
|
+
*
|
|
1261
|
+
* - `AliyunLinux3ContainerOptimized`: Alinux3 container-optimized image.
|
|
1146
1262
|
*
|
|
1147
1263
|
* @example
|
|
1148
|
-
*
|
|
1264
|
+
* AliyunLinux3
|
|
1149
1265
|
*/
|
|
1150
1266
|
imageType?: string;
|
|
1151
1267
|
/**
|
|
1152
1268
|
* @remarks
|
|
1153
|
-
*
|
|
1269
|
+
* Billing method for nodes in the node pool. Valid values:
|
|
1154
1270
|
*
|
|
1155
|
-
*
|
|
1156
|
-
*
|
|
1271
|
+
* - `PrePaid`: Subscription.
|
|
1272
|
+
*
|
|
1273
|
+
* - `PostPaid`: Pay-as-you-go.
|
|
1157
1274
|
*
|
|
1158
1275
|
* @example
|
|
1159
1276
|
* PostPaid
|
|
@@ -1161,12 +1278,12 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
|
|
|
1161
1278
|
instanceChargeType?: string;
|
|
1162
1279
|
/**
|
|
1163
1280
|
* @remarks
|
|
1164
|
-
*
|
|
1281
|
+
* Instance attribute configuration.
|
|
1165
1282
|
*/
|
|
1166
1283
|
instancePatterns?: InstancePatterns[];
|
|
1167
1284
|
/**
|
|
1168
1285
|
* @remarks
|
|
1169
|
-
*
|
|
1286
|
+
* List of node instance types. You can select multiple instance types as alternatives. When creating a node, the system attempts to purchase instances starting from the first type until successful. The actual purchased instance type may vary due to inventory availability.
|
|
1170
1287
|
*
|
|
1171
1288
|
* @example
|
|
1172
1289
|
* ecs.n4.large
|
|
@@ -1174,10 +1291,11 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
|
|
|
1174
1291
|
instanceTypes?: string[];
|
|
1175
1292
|
/**
|
|
1176
1293
|
* @remarks
|
|
1177
|
-
*
|
|
1294
|
+
* Billing method for public network bandwidth of nodes.
|
|
1295
|
+
*
|
|
1296
|
+
* - PayByBandwidth: Pay-by-bandwidth.
|
|
1178
1297
|
*
|
|
1179
|
-
*
|
|
1180
|
-
* * PayByTraffic: pay-by-data-transfer.
|
|
1298
|
+
* - PayByTraffic: Pay-by-traffic.
|
|
1181
1299
|
*
|
|
1182
1300
|
* @example
|
|
1183
1301
|
* PayByBandwidth
|
|
@@ -1185,7 +1303,7 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
|
|
|
1185
1303
|
internetChargeType?: string;
|
|
1186
1304
|
/**
|
|
1187
1305
|
* @remarks
|
|
1188
|
-
*
|
|
1306
|
+
* Maximum outbound public bandwidth for nodes. Unit: Mbps. Valid values: 1 to 100.
|
|
1189
1307
|
*
|
|
1190
1308
|
* @example
|
|
1191
1309
|
* 10
|
|
@@ -1193,9 +1311,9 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
|
|
|
1193
1311
|
internetMaxBandwidthOut?: number;
|
|
1194
1312
|
/**
|
|
1195
1313
|
* @remarks
|
|
1196
|
-
*
|
|
1314
|
+
* Key pair name. Specify either this parameter or `login_password`.
|
|
1197
1315
|
*
|
|
1198
|
-
*
|
|
1316
|
+
* For managed node pools, only `key_pair` is supported.
|
|
1199
1317
|
*
|
|
1200
1318
|
* @example
|
|
1201
1319
|
* pro-nodepool
|
|
@@ -1203,10 +1321,11 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
|
|
|
1203
1321
|
keyPair?: string;
|
|
1204
1322
|
/**
|
|
1205
1323
|
* @remarks
|
|
1206
|
-
* Indicates whether
|
|
1324
|
+
* Indicates whether to log on to the ECS instance as a non-root user.
|
|
1207
1325
|
*
|
|
1208
|
-
*
|
|
1209
|
-
*
|
|
1326
|
+
* - true: Log on as the non-root user (ecs-user).
|
|
1327
|
+
*
|
|
1328
|
+
* - false: Log on as the root user.
|
|
1210
1329
|
*
|
|
1211
1330
|
* @example
|
|
1212
1331
|
* true
|
|
@@ -1214,9 +1333,9 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
|
|
|
1214
1333
|
loginAsNonRoot?: boolean;
|
|
1215
1334
|
/**
|
|
1216
1335
|
* @remarks
|
|
1217
|
-
*
|
|
1336
|
+
* SSH logon password. Specify either this parameter or `key_pair`. The password must be 8 to 30 characters long and contain at least three of the following: uppercase letters, lowercase letters, digits, and special characters.
|
|
1218
1337
|
*
|
|
1219
|
-
*
|
|
1338
|
+
* For security reasons, the returned password is encrypted.
|
|
1220
1339
|
*
|
|
1221
1340
|
* @example
|
|
1222
1341
|
* ******
|
|
@@ -1224,17 +1343,15 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
|
|
|
1224
1343
|
loginPassword?: string;
|
|
1225
1344
|
/**
|
|
1226
1345
|
* @remarks
|
|
1227
|
-
*
|
|
1228
|
-
*
|
|
1229
|
-
* * `PRIORITY`: ECS instances are created based on the VSwitchIds.N parameter. If Auto Scaling fails to create an ECS instance in the zone of the vSwitch that has the highest priority, Auto Scaling attempts to create the ECS instance in the zone of the vSwitch that has a lower priority.
|
|
1346
|
+
* ECS instance scaling policy for multi-zone scaling groups. Valid values:
|
|
1230
1347
|
*
|
|
1231
|
-
*
|
|
1348
|
+
* - `PRIORITY`: Scales based on the virtual switches (VSwitchIds.N) you define. If ECS instances cannot be created in the zone of a higher-priority virtual switch, the system automatically uses the next priority virtual switch.
|
|
1232
1349
|
*
|
|
1233
|
-
*
|
|
1350
|
+
* - `COST_OPTIMIZED`: Attempts to create instances from lowest to highest vCPU price. When multiple instance types or spot billing are configured, spot instances are prioritized. You can use the `CompensateWithOnDemand` parameter to specify whether to automatically attempt pay-as-you-go instance creation if spot instances cannot be created due to inventory or other reasons.
|
|
1234
1351
|
*
|
|
1235
|
-
*
|
|
1352
|
+
* > `COST_OPTIMIZED` takes effect only when multiple instance types are configured or spot instances are selected.
|
|
1236
1353
|
*
|
|
1237
|
-
*
|
|
1354
|
+
* - `BALANCE`: Distributes ECS instances evenly across the specified zones. If zones become unbalanced due to inventory shortages, you can use the `RebalanceInstances` API to rebalance resources. For more information, see [RebalanceInstances](https://help.aliyun.com/document_detail/71516.html).
|
|
1238
1355
|
*
|
|
1239
1356
|
* @example
|
|
1240
1357
|
* COST_OPTIMIZED
|
|
@@ -1242,7 +1359,7 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
|
|
|
1242
1359
|
multiAzPolicy?: string;
|
|
1243
1360
|
/**
|
|
1244
1361
|
* @remarks
|
|
1245
|
-
*
|
|
1362
|
+
* Minimum number of pay-as-you-go instances required in the scaling group. Valid values: [0,1000]. If the number of pay-as-you-go instances is less than this value, pay-as-you-go instances are prioritized for creation.
|
|
1246
1363
|
*
|
|
1247
1364
|
* @example
|
|
1248
1365
|
* 0
|
|
@@ -1250,7 +1367,7 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
|
|
|
1250
1367
|
onDemandBaseCapacity?: number;
|
|
1251
1368
|
/**
|
|
1252
1369
|
* @remarks
|
|
1253
|
-
*
|
|
1370
|
+
* Percentage of pay-as-you-go instances among instances exceeding the minimum pay-as-you-go instance count (`on_demand_base_capacity`). Valid values: [0,100].
|
|
1254
1371
|
*
|
|
1255
1372
|
* @example
|
|
1256
1373
|
* 20
|
|
@@ -1258,10 +1375,11 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
|
|
|
1258
1375
|
onDemandPercentageAboveBaseCapacity?: number;
|
|
1259
1376
|
/**
|
|
1260
1377
|
* @remarks
|
|
1261
|
-
*
|
|
1378
|
+
* Subscription duration for nodes. This parameter takes effect and is required only when `instance_charge_type` is set to `PrePaid`.
|
|
1262
1379
|
*
|
|
1263
|
-
*
|
|
1264
|
-
*
|
|
1380
|
+
* - When `period_unit=Week`, valid values for `period` are {1, 2, 3, 4}.
|
|
1381
|
+
*
|
|
1382
|
+
* - When `period_unit=Month`, valid values for `period` are {1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 24, 36, 48, 60}.
|
|
1265
1383
|
*
|
|
1266
1384
|
* @example
|
|
1267
1385
|
* 1
|
|
@@ -1269,10 +1387,11 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
|
|
|
1269
1387
|
period?: number;
|
|
1270
1388
|
/**
|
|
1271
1389
|
* @remarks
|
|
1272
|
-
*
|
|
1390
|
+
* Billing cycle for nodes. Specify this parameter when `instance_charge_type` is set to `PrePaid`.
|
|
1391
|
+
*
|
|
1392
|
+
* - `Month`: Billed monthly.
|
|
1273
1393
|
*
|
|
1274
|
-
*
|
|
1275
|
-
* * `Week`: The subscription duration is measured in weeks.
|
|
1394
|
+
* - `Week`: Billed weekly.
|
|
1276
1395
|
*
|
|
1277
1396
|
* @example
|
|
1278
1397
|
* Month
|
|
@@ -1280,14 +1399,17 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
|
|
|
1280
1399
|
periodUnit?: string;
|
|
1281
1400
|
/**
|
|
1282
1401
|
* @remarks
|
|
1283
|
-
* This
|
|
1402
|
+
* [This field is deprecated.]
|
|
1403
|
+
*
|
|
1404
|
+
* Operating system distribution. Valid values:
|
|
1405
|
+
*
|
|
1406
|
+
* - `CentOS`
|
|
1284
1407
|
*
|
|
1285
|
-
*
|
|
1408
|
+
* - `AliyunLinux`
|
|
1286
1409
|
*
|
|
1287
|
-
*
|
|
1288
|
-
*
|
|
1289
|
-
*
|
|
1290
|
-
* * `WindowsCore`
|
|
1410
|
+
* - `Windows`
|
|
1411
|
+
*
|
|
1412
|
+
* - `WindowsCore`
|
|
1291
1413
|
*
|
|
1292
1414
|
* @example
|
|
1293
1415
|
* AliyunLinux
|
|
@@ -1295,12 +1417,12 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
|
|
|
1295
1417
|
platform?: string;
|
|
1296
1418
|
/**
|
|
1297
1419
|
* @remarks
|
|
1298
|
-
*
|
|
1420
|
+
* Private pool options.
|
|
1299
1421
|
*/
|
|
1300
1422
|
privatePoolOptions?: DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroupPrivatePoolOptions;
|
|
1301
1423
|
/**
|
|
1302
1424
|
* @remarks
|
|
1303
|
-
* This field is deprecated
|
|
1425
|
+
* This field is deprecated. Use ram_role_name instead.
|
|
1304
1426
|
*
|
|
1305
1427
|
* @example
|
|
1306
1428
|
* KubernetesWorkerRole-021dc54f-929b-437a-8ae0-34c24d3e****
|
|
@@ -1316,13 +1438,17 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
|
|
|
1316
1438
|
ramRoleName?: string;
|
|
1317
1439
|
/**
|
|
1318
1440
|
* @remarks
|
|
1319
|
-
*
|
|
1441
|
+
* If RDS instances are specified, ECS nodes in the cluster are automatically added to the RDS access whitelist.
|
|
1320
1442
|
*/
|
|
1321
1443
|
rdsInstances?: string[];
|
|
1444
|
+
/**
|
|
1445
|
+
* @remarks
|
|
1446
|
+
* Resource pool and strategy used when creating instances.
|
|
1447
|
+
*/
|
|
1322
1448
|
resourcePoolOptions?: DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroupResourcePoolOptions;
|
|
1323
1449
|
/**
|
|
1324
1450
|
* @remarks
|
|
1325
|
-
*
|
|
1451
|
+
* Scaling group ID.
|
|
1326
1452
|
*
|
|
1327
1453
|
* @example
|
|
1328
1454
|
* asg-2ze8n5qw4atggut8****
|
|
@@ -1330,10 +1456,11 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
|
|
|
1330
1456
|
scalingGroupId?: string;
|
|
1331
1457
|
/**
|
|
1332
1458
|
* @remarks
|
|
1333
|
-
*
|
|
1459
|
+
* Scaling group mode. Valid values:
|
|
1334
1460
|
*
|
|
1335
|
-
*
|
|
1336
|
-
*
|
|
1461
|
+
* - `release`: Standard mode. Scales by creating or releasing ECS instances based on resource usage.
|
|
1462
|
+
*
|
|
1463
|
+
* - `recycle`: Fast mode. Scales by creating, stopping, or starting instances to speed up subsequent scaling operations. (Stopped instances incur no compute charges, only storage fees, except for local-disk instance types.)
|
|
1337
1464
|
*
|
|
1338
1465
|
* @example
|
|
1339
1466
|
* release
|
|
@@ -1341,9 +1468,9 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
|
|
|
1341
1468
|
scalingPolicy?: string;
|
|
1342
1469
|
/**
|
|
1343
1470
|
* @remarks
|
|
1344
|
-
* This
|
|
1471
|
+
* [This field is deprecated.]
|
|
1345
1472
|
*
|
|
1346
|
-
*
|
|
1473
|
+
* Security group ID for the node pool. When multiple security groups are bound to the node pool, this value is the first value in `security_group_ids`.
|
|
1347
1474
|
*
|
|
1348
1475
|
* @example
|
|
1349
1476
|
* sg-2ze1iuk12m2sb4c4****
|
|
@@ -1351,15 +1478,16 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
|
|
|
1351
1478
|
securityGroupId?: string;
|
|
1352
1479
|
/**
|
|
1353
1480
|
* @remarks
|
|
1354
|
-
*
|
|
1481
|
+
* List of security group IDs for the node pool.
|
|
1355
1482
|
*/
|
|
1356
1483
|
securityGroupIds?: string[];
|
|
1357
1484
|
/**
|
|
1358
1485
|
* @remarks
|
|
1359
|
-
*
|
|
1486
|
+
* Alibaba Cloud OS security hardening. Valid values:
|
|
1487
|
+
*
|
|
1488
|
+
* - `true`: Enables Alibaba Cloud OS security hardening.
|
|
1360
1489
|
*
|
|
1361
|
-
*
|
|
1362
|
-
* * `false`: Alibaba Cloud Linux Security Hardening is disabled.
|
|
1490
|
+
* - `false`: Disables Alibaba Cloud OS security hardening.
|
|
1363
1491
|
*
|
|
1364
1492
|
* Default value: `false`.
|
|
1365
1493
|
*
|
|
@@ -1369,7 +1497,7 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
|
|
|
1369
1497
|
securityHardeningOs?: boolean;
|
|
1370
1498
|
/**
|
|
1371
1499
|
* @remarks
|
|
1372
|
-
*
|
|
1500
|
+
* Indicates whether classified protection compliance hardening is enabled. You can enable this feature for nodes only when Alibaba Cloud Linux 2 or Alibaba Cloud Linux 3 is selected as the OS image. Alibaba Cloud provides baseline check standards and scanning programs for MLPS 2.0 Level-3 compliance for Alibaba Cloud Linux 2 and Alibaba Cloud Linux 3 images.
|
|
1373
1501
|
*
|
|
1374
1502
|
* @example
|
|
1375
1503
|
* false
|
|
@@ -1377,7 +1505,7 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
|
|
|
1377
1505
|
socEnabled?: boolean;
|
|
1378
1506
|
/**
|
|
1379
1507
|
* @remarks
|
|
1380
|
-
*
|
|
1508
|
+
* Number of available instance types. The scaling group creates spot instances evenly across the lowest-cost instance types. Valid values: [1,10].
|
|
1381
1509
|
*
|
|
1382
1510
|
* @example
|
|
1383
1511
|
* 5
|
|
@@ -1385,10 +1513,11 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
|
|
|
1385
1513
|
spotInstancePools?: number;
|
|
1386
1514
|
/**
|
|
1387
1515
|
* @remarks
|
|
1388
|
-
*
|
|
1516
|
+
* Indicates whether to replenish spot instances. When enabled, if the system receives a notification that a spot instance will be reclaimed, the scaling group attempts to create a new instance to replace the instance to be reclaimed. Valid values:
|
|
1517
|
+
*
|
|
1518
|
+
* - `true`: Enables replenishment.
|
|
1389
1519
|
*
|
|
1390
|
-
*
|
|
1391
|
-
* * `false`
|
|
1520
|
+
* - `false`: Disables replenishment.
|
|
1392
1521
|
*
|
|
1393
1522
|
* @example
|
|
1394
1523
|
* false
|
|
@@ -1396,18 +1525,20 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
|
|
|
1396
1525
|
spotInstanceRemedy?: boolean;
|
|
1397
1526
|
/**
|
|
1398
1527
|
* @remarks
|
|
1399
|
-
*
|
|
1528
|
+
* Market price range configuration for spot instances.
|
|
1400
1529
|
*/
|
|
1401
1530
|
spotPriceLimit?: DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroupSpotPriceLimit[];
|
|
1402
1531
|
/**
|
|
1403
1532
|
* @remarks
|
|
1404
|
-
*
|
|
1533
|
+
* Spot instance type. Valid values:
|
|
1534
|
+
*
|
|
1535
|
+
* - NoSpot: Regular instance.
|
|
1536
|
+
*
|
|
1537
|
+
* - SpotWithPriceLimit: Sets a maximum price for spot instances.
|
|
1405
1538
|
*
|
|
1406
|
-
*
|
|
1407
|
-
* * SpotWithPriceLimit: specifies the highest bid.
|
|
1408
|
-
* * SpotAsPriceGo: automatically submits bids based on the up-to-date market price.
|
|
1539
|
+
* - SpotAsPriceGo: Uses the current market price.
|
|
1409
1540
|
*
|
|
1410
|
-
* For more information, see [
|
|
1541
|
+
* For more information, see [Spot instances](https://help.aliyun.com/document_detail/157759.html).
|
|
1411
1542
|
*
|
|
1412
1543
|
* @example
|
|
1413
1544
|
* NoSpot
|
|
@@ -1415,12 +1546,13 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
|
|
|
1415
1546
|
spotStrategy?: string;
|
|
1416
1547
|
/**
|
|
1417
1548
|
* @remarks
|
|
1418
|
-
*
|
|
1549
|
+
* Indicates whether burst performance is enabled for the system disk. Valid values:
|
|
1419
1550
|
*
|
|
1420
|
-
*
|
|
1421
|
-
* * false: disables the burst feature.
|
|
1551
|
+
* - true: Enabled. When facing sudden read/write pressure from fluctuating workloads, the disk temporarily boosts performance based on actual workload conditions until the workload stabilizes.
|
|
1422
1552
|
*
|
|
1423
|
-
*
|
|
1553
|
+
* - false: Disabled.
|
|
1554
|
+
*
|
|
1555
|
+
* This parameter is supported only when `system_disk_category` is set to `cloud_auto`. For more information, see [ESSD AutoPL disks](https://help.aliyun.com/document_detail/368372.html).
|
|
1424
1556
|
*
|
|
1425
1557
|
* @example
|
|
1426
1558
|
* true
|
|
@@ -1428,18 +1560,22 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
|
|
|
1428
1560
|
systemDiskBurstingEnabled?: boolean;
|
|
1429
1561
|
/**
|
|
1430
1562
|
* @remarks
|
|
1431
|
-
*
|
|
1563
|
+
* Multiple system disk types. If the system cannot use a higher-priority disk type, it automatically tries the next priority disk type to create the system disk.
|
|
1432
1564
|
*/
|
|
1433
1565
|
systemDiskCategories?: string[];
|
|
1434
1566
|
/**
|
|
1435
1567
|
* @remarks
|
|
1436
|
-
*
|
|
1568
|
+
* System disk type for nodes. Valid values:
|
|
1569
|
+
*
|
|
1570
|
+
* - `cloud_efficiency`: Ultra disk.
|
|
1571
|
+
*
|
|
1572
|
+
* - `cloud_ssd`: Standard SSD.
|
|
1573
|
+
*
|
|
1574
|
+
* - `cloud_essd`: Enterprise SSD.
|
|
1437
1575
|
*
|
|
1438
|
-
*
|
|
1439
|
-
*
|
|
1440
|
-
*
|
|
1441
|
-
* * `cloud_auto`: ESSD AutoPL disk.
|
|
1442
|
-
* * `cloud_essd_entry`: ESSD Entry disk.
|
|
1576
|
+
* - `cloud_auto`: ESSD AutoPL disk.
|
|
1577
|
+
*
|
|
1578
|
+
* - `cloud_essd_entry`: ESSD Entry disk.
|
|
1443
1579
|
*
|
|
1444
1580
|
* @example
|
|
1445
1581
|
* cloud_efficiency
|
|
@@ -1447,7 +1583,7 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
|
|
|
1447
1583
|
systemDiskCategory?: string;
|
|
1448
1584
|
/**
|
|
1449
1585
|
* @remarks
|
|
1450
|
-
*
|
|
1586
|
+
* Encryption algorithm used for the system disk. Valid values: aes-256.
|
|
1451
1587
|
*
|
|
1452
1588
|
* @example
|
|
1453
1589
|
* aes-256
|
|
@@ -1455,10 +1591,11 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
|
|
|
1455
1591
|
systemDiskEncryptAlgorithm?: string;
|
|
1456
1592
|
/**
|
|
1457
1593
|
* @remarks
|
|
1458
|
-
*
|
|
1594
|
+
* Indicates whether the system disk is encrypted. Valid values:
|
|
1595
|
+
*
|
|
1596
|
+
* - true: Encrypted.
|
|
1459
1597
|
*
|
|
1460
|
-
*
|
|
1461
|
-
* * false
|
|
1598
|
+
* - false: Not encrypted.
|
|
1462
1599
|
*
|
|
1463
1600
|
* @example
|
|
1464
1601
|
* false
|
|
@@ -1466,7 +1603,7 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
|
|
|
1466
1603
|
systemDiskEncrypted?: boolean;
|
|
1467
1604
|
/**
|
|
1468
1605
|
* @remarks
|
|
1469
|
-
*
|
|
1606
|
+
* KMS key ID used for the system disk.
|
|
1470
1607
|
*
|
|
1471
1608
|
* @example
|
|
1472
1609
|
* 0e478b7a-4262-4802-b8cb-00d3fb40****
|
|
@@ -1474,12 +1611,15 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
|
|
|
1474
1611
|
systemDiskKmsKeyId?: string;
|
|
1475
1612
|
/**
|
|
1476
1613
|
* @remarks
|
|
1477
|
-
*
|
|
1614
|
+
* Disk performance level for the system disk. This parameter applies only to ESSD disks. Disk performance levels depend on disk size. For more information, see [ESSD disks](https://help.aliyun.com/document_detail/122389.html).
|
|
1615
|
+
*
|
|
1616
|
+
* - PL0: Moderate I/O performance with stable read/write latency.
|
|
1617
|
+
*
|
|
1618
|
+
* - PL1: Moderate I/O performance with stable read/write latency.
|
|
1478
1619
|
*
|
|
1479
|
-
*
|
|
1480
|
-
*
|
|
1481
|
-
*
|
|
1482
|
-
* * PL3: ultra-high maximum concurrent I/O performance and ultra-low I/O latency.
|
|
1620
|
+
* - PL2: High I/O performance with stable read/write latency.
|
|
1621
|
+
*
|
|
1622
|
+
* - PL3: Extremely high I/O performance with highly stable read/write latency.
|
|
1483
1623
|
*
|
|
1484
1624
|
* @example
|
|
1485
1625
|
* PL1
|
|
@@ -1487,7 +1627,7 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
|
|
|
1487
1627
|
systemDiskPerformanceLevel?: string;
|
|
1488
1628
|
/**
|
|
1489
1629
|
* @remarks
|
|
1490
|
-
*
|
|
1630
|
+
* Provisioned read/write IOPS for the system disk. Configure this parameter when the disk type is cloud_auto.
|
|
1491
1631
|
*
|
|
1492
1632
|
* @example
|
|
1493
1633
|
* 1000
|
|
@@ -1495,23 +1635,30 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
|
|
|
1495
1635
|
systemDiskProvisionedIops?: number;
|
|
1496
1636
|
/**
|
|
1497
1637
|
* @remarks
|
|
1498
|
-
*
|
|
1638
|
+
* System disk size for nodes. Unit: GiB.
|
|
1499
1639
|
*
|
|
1500
|
-
* Valid values: 20
|
|
1640
|
+
* Valid values: [20,2048].
|
|
1501
1641
|
*
|
|
1502
1642
|
* @example
|
|
1503
1643
|
* 120
|
|
1504
1644
|
*/
|
|
1505
1645
|
systemDiskSize?: number;
|
|
1646
|
+
/**
|
|
1647
|
+
* @remarks
|
|
1648
|
+
* System disk snapshot policy.
|
|
1649
|
+
*
|
|
1650
|
+
* @example
|
|
1651
|
+
* sp-0jl6xnmme8v7o935****
|
|
1652
|
+
*/
|
|
1506
1653
|
systemDiskSnapshotPolicyId?: string;
|
|
1507
1654
|
/**
|
|
1508
1655
|
* @remarks
|
|
1509
|
-
*
|
|
1656
|
+
* ECS instance tags.
|
|
1510
1657
|
*/
|
|
1511
1658
|
tags?: Tag[];
|
|
1512
1659
|
/**
|
|
1513
1660
|
* @remarks
|
|
1514
|
-
*
|
|
1661
|
+
* List of virtual switch IDs.
|
|
1515
1662
|
*/
|
|
1516
1663
|
vswitchIds?: string[];
|
|
1517
1664
|
static names(): { [key: string]: string } {
|
|
@@ -1674,7 +1821,7 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
|
|
|
1674
1821
|
export class DescribeClusterNodePoolsResponseBodyNodepoolsStatus extends $dara.Model {
|
|
1675
1822
|
/**
|
|
1676
1823
|
* @remarks
|
|
1677
|
-
*
|
|
1824
|
+
* Number of failed instances.
|
|
1678
1825
|
*
|
|
1679
1826
|
* @example
|
|
1680
1827
|
* 0
|
|
@@ -1682,7 +1829,7 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsStatus extends $dara.M
|
|
|
1682
1829
|
failedNodes?: number;
|
|
1683
1830
|
/**
|
|
1684
1831
|
* @remarks
|
|
1685
|
-
*
|
|
1832
|
+
* Number of healthy instances.
|
|
1686
1833
|
*
|
|
1687
1834
|
* @example
|
|
1688
1835
|
* 3
|
|
@@ -1690,7 +1837,7 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsStatus extends $dara.M
|
|
|
1690
1837
|
healthyNodes?: number;
|
|
1691
1838
|
/**
|
|
1692
1839
|
* @remarks
|
|
1693
|
-
*
|
|
1840
|
+
* Number of nodes being created.
|
|
1694
1841
|
*
|
|
1695
1842
|
* @example
|
|
1696
1843
|
* 0
|
|
@@ -1698,7 +1845,7 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsStatus extends $dara.M
|
|
|
1698
1845
|
initialNodes?: number;
|
|
1699
1846
|
/**
|
|
1700
1847
|
* @remarks
|
|
1701
|
-
*
|
|
1848
|
+
* Number of offline nodes.
|
|
1702
1849
|
*
|
|
1703
1850
|
* @example
|
|
1704
1851
|
* 0
|
|
@@ -1706,7 +1853,7 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsStatus extends $dara.M
|
|
|
1706
1853
|
offlineNodes?: number;
|
|
1707
1854
|
/**
|
|
1708
1855
|
* @remarks
|
|
1709
|
-
*
|
|
1856
|
+
* Number of nodes being removed.
|
|
1710
1857
|
*
|
|
1711
1858
|
* @example
|
|
1712
1859
|
* 0
|
|
@@ -1714,7 +1861,7 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsStatus extends $dara.M
|
|
|
1714
1861
|
removingNodes?: number;
|
|
1715
1862
|
/**
|
|
1716
1863
|
* @remarks
|
|
1717
|
-
*
|
|
1864
|
+
* Number of active nodes.
|
|
1718
1865
|
*
|
|
1719
1866
|
* @example
|
|
1720
1867
|
* 3
|
|
@@ -1722,13 +1869,17 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsStatus extends $dara.M
|
|
|
1722
1869
|
servingNodes?: number;
|
|
1723
1870
|
/**
|
|
1724
1871
|
* @remarks
|
|
1725
|
-
*
|
|
1872
|
+
* Node pool state. Valid values:
|
|
1873
|
+
*
|
|
1874
|
+
* - `active`: Activated.
|
|
1875
|
+
*
|
|
1876
|
+
* - `scaling`: Scaling.
|
|
1877
|
+
*
|
|
1878
|
+
* - `removing`: Removing nodes.
|
|
1726
1879
|
*
|
|
1727
|
-
*
|
|
1728
|
-
*
|
|
1729
|
-
*
|
|
1730
|
-
* * `deleting`: The node pool is being deleted.
|
|
1731
|
-
* * `updating`: The node pool is being updated.
|
|
1880
|
+
* - `deleting`: Deleting.
|
|
1881
|
+
*
|
|
1882
|
+
* - `updating`: Updating.
|
|
1732
1883
|
*
|
|
1733
1884
|
* @example
|
|
1734
1885
|
* active
|
|
@@ -1736,7 +1887,7 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsStatus extends $dara.M
|
|
|
1736
1887
|
state?: string;
|
|
1737
1888
|
/**
|
|
1738
1889
|
* @remarks
|
|
1739
|
-
*
|
|
1890
|
+
* Total number of nodes in the node pool.
|
|
1740
1891
|
*
|
|
1741
1892
|
* @example
|
|
1742
1893
|
* 3
|
|
@@ -1780,10 +1931,11 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsStatus extends $dara.M
|
|
|
1780
1931
|
export class DescribeClusterNodePoolsResponseBodyNodepoolsTeeConfig extends $dara.Model {
|
|
1781
1932
|
/**
|
|
1782
1933
|
* @remarks
|
|
1783
|
-
*
|
|
1934
|
+
* Indicates whether confidential computing is enabled. Valid values:
|
|
1935
|
+
*
|
|
1936
|
+
* - `true`: Enabled.
|
|
1784
1937
|
*
|
|
1785
|
-
*
|
|
1786
|
-
* * `false`
|
|
1938
|
+
* - `false`: Disabled.
|
|
1787
1939
|
*
|
|
1788
1940
|
* @example
|
|
1789
1941
|
* false
|
|
@@ -1811,73 +1963,86 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsTeeConfig extends $dar
|
|
|
1811
1963
|
}
|
|
1812
1964
|
|
|
1813
1965
|
export class DescribeClusterNodePoolsResponseBodyNodepools extends $dara.Model {
|
|
1966
|
+
/**
|
|
1967
|
+
* @remarks
|
|
1968
|
+
* Intelligent management configuration.
|
|
1969
|
+
*/
|
|
1814
1970
|
autoMode?: DescribeClusterNodePoolsResponseBodyNodepoolsAutoMode;
|
|
1815
1971
|
/**
|
|
1816
1972
|
* @remarks
|
|
1817
|
-
*
|
|
1973
|
+
* Automatic scaling configuration.
|
|
1818
1974
|
*/
|
|
1819
1975
|
autoScaling?: DescribeClusterNodePoolsResponseBodyNodepoolsAutoScaling;
|
|
1976
|
+
/**
|
|
1977
|
+
* @remarks
|
|
1978
|
+
* Lingjun node group information.
|
|
1979
|
+
*/
|
|
1820
1980
|
efloNodeGroup?: DescribeClusterNodePoolsResponseBodyNodepoolsEfloNodeGroup;
|
|
1821
1981
|
/**
|
|
1822
1982
|
* @remarks
|
|
1823
|
-
* This
|
|
1983
|
+
* [This field is deprecated.]
|
|
1824
1984
|
*
|
|
1825
|
-
*
|
|
1985
|
+
* Network configuration for edge node pools. This parameter applies only to edge-type node pools.
|
|
1826
1986
|
*/
|
|
1827
1987
|
interconnectConfig?: DescribeClusterNodePoolsResponseBodyNodepoolsInterconnectConfig;
|
|
1828
1988
|
/**
|
|
1829
1989
|
* @remarks
|
|
1830
|
-
*
|
|
1990
|
+
* Network type for edge node pools. This parameter applies only to node pools where `type` is `edge`. Valid values:
|
|
1831
1991
|
*
|
|
1832
|
-
*
|
|
1833
|
-
*
|
|
1992
|
+
* - `basic`: Public network. Nodes in the node pool interact with cloud nodes over the public network and cannot directly access the VPC intranet.
|
|
1993
|
+
*
|
|
1994
|
+
* - `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 better security.
|
|
1834
1995
|
*
|
|
1835
1996
|
* @example
|
|
1836
|
-
*
|
|
1997
|
+
* basic
|
|
1837
1998
|
*/
|
|
1838
1999
|
interconnectMode?: string;
|
|
1839
2000
|
/**
|
|
1840
2001
|
* @remarks
|
|
1841
|
-
*
|
|
2002
|
+
* Cluster-related configuration.
|
|
1842
2003
|
*/
|
|
1843
2004
|
kubernetesConfig?: DescribeClusterNodePoolsResponseBodyNodepoolsKubernetesConfig;
|
|
1844
2005
|
/**
|
|
1845
2006
|
* @remarks
|
|
1846
|
-
*
|
|
2007
|
+
* Managed node pool configuration. This parameter takes effect only for professional managed clusters.
|
|
1847
2008
|
*/
|
|
1848
2009
|
management?: DescribeClusterNodePoolsResponseBodyNodepoolsManagement;
|
|
1849
2010
|
/**
|
|
1850
2011
|
* @remarks
|
|
1851
|
-
*
|
|
2012
|
+
* Maximum number of nodes allowed in an edge node pool. This parameter is greater than or equal to 0. A value of 0 means no additional limit (only limited by the overall cluster capacity). This parameter is usually greater than 0 for edge node pools, and 0 for ess-type node pools and default edge-type node pools.
|
|
1852
2013
|
*
|
|
1853
2014
|
* @example
|
|
1854
2015
|
* 10
|
|
1855
2016
|
*/
|
|
1856
2017
|
maxNodes?: number;
|
|
2018
|
+
/**
|
|
2019
|
+
* @remarks
|
|
2020
|
+
* List of node components.
|
|
2021
|
+
*/
|
|
1857
2022
|
nodeComponents?: DescribeClusterNodePoolsResponseBodyNodepoolsNodeComponents[];
|
|
1858
2023
|
/**
|
|
1859
2024
|
* @remarks
|
|
1860
|
-
*
|
|
2025
|
+
* Node configuration.
|
|
1861
2026
|
*/
|
|
1862
2027
|
nodeConfig?: DescribeClusterNodePoolsResponseBodyNodepoolsNodeConfig;
|
|
1863
2028
|
/**
|
|
1864
2029
|
* @remarks
|
|
1865
|
-
*
|
|
2030
|
+
* Node pool information.
|
|
1866
2031
|
*/
|
|
1867
2032
|
nodepoolInfo?: DescribeClusterNodePoolsResponseBodyNodepoolsNodepoolInfo;
|
|
1868
2033
|
/**
|
|
1869
2034
|
* @remarks
|
|
1870
|
-
*
|
|
2035
|
+
* Scaling group configuration for the node pool.
|
|
1871
2036
|
*/
|
|
1872
2037
|
scalingGroup?: DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup;
|
|
1873
2038
|
/**
|
|
1874
2039
|
* @remarks
|
|
1875
|
-
*
|
|
2040
|
+
* Node pool status.
|
|
1876
2041
|
*/
|
|
1877
2042
|
status?: DescribeClusterNodePoolsResponseBodyNodepoolsStatus;
|
|
1878
2043
|
/**
|
|
1879
2044
|
* @remarks
|
|
1880
|
-
*
|
|
2045
|
+
* Confidential computing configuration.
|
|
1881
2046
|
*/
|
|
1882
2047
|
teeConfig?: DescribeClusterNodePoolsResponseBodyNodepoolsTeeConfig;
|
|
1883
2048
|
static names(): { [key: string]: string } {
|
|
@@ -1966,7 +2131,7 @@ export class DescribeClusterNodePoolsResponseBodyNodepools extends $dara.Model {
|
|
|
1966
2131
|
export class DescribeClusterNodePoolsResponseBody extends $dara.Model {
|
|
1967
2132
|
/**
|
|
1968
2133
|
* @remarks
|
|
1969
|
-
*
|
|
2134
|
+
* List of node pool instances.
|
|
1970
2135
|
*/
|
|
1971
2136
|
nodepools?: DescribeClusterNodePoolsResponseBodyNodepools[];
|
|
1972
2137
|
static names(): { [key: string]: string } {
|