@alicloud/cs20151215 6.6.3 → 6.6.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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 +496 -220
- package/dist/models/DescribeClusterNodePoolDetailResponseBody.js +29 -1
- package/dist/models/DescribeClusterNodePoolDetailResponseBody.js.map +1 -1
- package/dist/models/DescribeClusterNodePoolsResponseBody.d.ts +448 -262
- package/dist/models/DescribeClusterNodePoolsResponseBody.js +29 -1
- 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/dist/models/model.d.ts +2 -0
- package/dist/models/model.js +58 -54
- package/dist/models/model.js.map +1 -1
- 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 +515 -220
- package/src/models/DescribeClusterNodePoolsResponseBody.ts +467 -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
- package/src/models/model.ts +2 -0
|
@@ -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:
|
|
49
56
|
*
|
|
50
|
-
*
|
|
51
|
-
*
|
|
57
|
+
* - `PayByBandwidth`: Pay-by-bandwidth.
|
|
58
|
+
*
|
|
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:
|
|
68
|
+
*
|
|
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).
|
|
60
70
|
*
|
|
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.
|
|
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.
|
|
63
72
|
*
|
|
64
|
-
* If
|
|
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:
|
|
110
|
+
*
|
|
111
|
+
* - `cpu`: Standard instance.
|
|
112
|
+
*
|
|
113
|
+
* - `gpu`: GPU instance.
|
|
100
114
|
*
|
|
101
|
-
*
|
|
102
|
-
*
|
|
103
|
-
*
|
|
104
|
-
* * `spot`: preemptible instance.
|
|
115
|
+
* - `gpushare`: Shared GPU instance.
|
|
116
|
+
*
|
|
117
|
+
* - `spot`: Spot instance.
|
|
105
118
|
*
|
|
106
119
|
* @example
|
|
107
120
|
* cpu
|
|
@@ -140,12 +153,52 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsAutoScaling extends $d
|
|
|
140
153
|
}
|
|
141
154
|
}
|
|
142
155
|
|
|
156
|
+
export class DescribeClusterNodePoolsResponseBodyNodepoolsEfloNodeGroup extends $dara.Model {
|
|
157
|
+
/**
|
|
158
|
+
* @remarks
|
|
159
|
+
* Lingjun cluster ID.
|
|
160
|
+
*
|
|
161
|
+
* @example
|
|
162
|
+
* i113790071760688002461
|
|
163
|
+
*/
|
|
164
|
+
clusterId?: string;
|
|
165
|
+
/**
|
|
166
|
+
* @remarks
|
|
167
|
+
* Lingjun group ID.
|
|
168
|
+
*
|
|
169
|
+
* @example
|
|
170
|
+
* i128147721760688002463
|
|
171
|
+
*/
|
|
172
|
+
groupId?: string;
|
|
173
|
+
static names(): { [key: string]: string } {
|
|
174
|
+
return {
|
|
175
|
+
clusterId: 'cluster_id',
|
|
176
|
+
groupId: 'group_id',
|
|
177
|
+
};
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
static types(): { [key: string]: any } {
|
|
181
|
+
return {
|
|
182
|
+
clusterId: 'string',
|
|
183
|
+
groupId: 'string',
|
|
184
|
+
};
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
validate() {
|
|
188
|
+
super.validate();
|
|
189
|
+
}
|
|
190
|
+
|
|
191
|
+
constructor(map?: { [key: string]: any }) {
|
|
192
|
+
super(map);
|
|
193
|
+
}
|
|
194
|
+
}
|
|
195
|
+
|
|
143
196
|
export class DescribeClusterNodePoolsResponseBodyNodepoolsInterconnectConfig extends $dara.Model {
|
|
144
197
|
/**
|
|
145
198
|
* @remarks
|
|
146
|
-
* This
|
|
199
|
+
* [This field is deprecated.]
|
|
147
200
|
*
|
|
148
|
-
*
|
|
201
|
+
* Network bandwidth for enhanced edge node pools. Unit: Mbps.
|
|
149
202
|
*
|
|
150
203
|
* @example
|
|
151
204
|
* 10
|
|
@@ -153,9 +206,9 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsInterconnectConfig ext
|
|
|
153
206
|
bandwidth?: number;
|
|
154
207
|
/**
|
|
155
208
|
* @remarks
|
|
156
|
-
* This
|
|
209
|
+
* [This field is deprecated.]
|
|
157
210
|
*
|
|
158
|
-
*
|
|
211
|
+
* CCN instance ID bound to enhanced edge node pools.
|
|
159
212
|
*
|
|
160
213
|
* @example
|
|
161
214
|
* ccn-qm5i0i0q9yi*******
|
|
@@ -163,9 +216,9 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsInterconnectConfig ext
|
|
|
163
216
|
ccnId?: string;
|
|
164
217
|
/**
|
|
165
218
|
* @remarks
|
|
166
|
-
* This
|
|
219
|
+
* [This field is deprecated.]
|
|
167
220
|
*
|
|
168
|
-
*
|
|
221
|
+
* Region of the CCN instance bound to enhanced edge node pools.
|
|
169
222
|
*
|
|
170
223
|
* @example
|
|
171
224
|
* cn-shanghai
|
|
@@ -173,9 +226,9 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsInterconnectConfig ext
|
|
|
173
226
|
ccnRegionId?: string;
|
|
174
227
|
/**
|
|
175
228
|
* @remarks
|
|
176
|
-
* This
|
|
229
|
+
* [This field is deprecated.]
|
|
177
230
|
*
|
|
178
|
-
*
|
|
231
|
+
* CEN instance ID bound to enhanced edge node pools.
|
|
179
232
|
*
|
|
180
233
|
* @example
|
|
181
234
|
* cen-ey9k9nfhz0f*******
|
|
@@ -183,9 +236,9 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsInterconnectConfig ext
|
|
|
183
236
|
cenId?: string;
|
|
184
237
|
/**
|
|
185
238
|
* @remarks
|
|
186
|
-
* This
|
|
239
|
+
* [This field is deprecated.]
|
|
187
240
|
*
|
|
188
|
-
*
|
|
241
|
+
* Subscription duration for enhanced edge node pools. Unit: months.
|
|
189
242
|
*
|
|
190
243
|
* @example
|
|
191
244
|
* 1
|
|
@@ -223,10 +276,11 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsInterconnectConfig ext
|
|
|
223
276
|
export class DescribeClusterNodePoolsResponseBodyNodepoolsKubernetesConfig extends $dara.Model {
|
|
224
277
|
/**
|
|
225
278
|
* @remarks
|
|
226
|
-
*
|
|
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:
|
|
227
280
|
*
|
|
228
|
-
*
|
|
229
|
-
*
|
|
281
|
+
* - `true`: Installs Cloud Monitor on ECS nodes.
|
|
282
|
+
*
|
|
283
|
+
* - `false`: Does not install Cloud Monitor on ECS nodes.
|
|
230
284
|
*
|
|
231
285
|
* @example
|
|
232
286
|
* true
|
|
@@ -234,10 +288,11 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsKubernetesConfig exten
|
|
|
234
288
|
cmsEnabled?: boolean;
|
|
235
289
|
/**
|
|
236
290
|
* @remarks
|
|
237
|
-
*
|
|
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.
|
|
238
294
|
*
|
|
239
|
-
*
|
|
240
|
-
* * `none`: specifies that the default CPU affinity is used.
|
|
295
|
+
* - `none`: Uses the default CPU affinity scheme.
|
|
241
296
|
*
|
|
242
297
|
* @example
|
|
243
298
|
* none
|
|
@@ -245,27 +300,28 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsKubernetesConfig exten
|
|
|
245
300
|
cpuPolicy?: string;
|
|
246
301
|
/**
|
|
247
302
|
* @remarks
|
|
248
|
-
*
|
|
303
|
+
* Node labels.
|
|
249
304
|
*/
|
|
250
305
|
labels?: Tag[];
|
|
251
306
|
/**
|
|
252
307
|
* @remarks
|
|
253
|
-
*
|
|
308
|
+
* Custom node name.
|
|
309
|
+
*
|
|
310
|
+
* A node name consists of three parts: prefix + IP address substring + suffix:
|
|
254
311
|
*
|
|
255
|
-
*
|
|
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.
|
|
256
313
|
*
|
|
257
|
-
*
|
|
258
|
-
* * 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.
|
|
314
|
+
* - The IP address substring length specifies the number of trailing digits to extract from the node IP address. Valid values: 5 to 12.
|
|
259
315
|
*
|
|
260
|
-
*
|
|
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.
|
|
261
317
|
*
|
|
262
318
|
* @example
|
|
263
|
-
*
|
|
319
|
+
* aliyun.com192.XX.YY.55test
|
|
264
320
|
*/
|
|
265
321
|
nodeNameMode?: string;
|
|
266
322
|
/**
|
|
267
323
|
* @remarks
|
|
268
|
-
*
|
|
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).
|
|
269
325
|
*
|
|
270
326
|
* @example
|
|
271
327
|
* IyEvYmluL3NoCmVjaG8gIkhlbGxvIEFD
|
|
@@ -273,35 +329,38 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsKubernetesConfig exten
|
|
|
273
329
|
preUserData?: string;
|
|
274
330
|
/**
|
|
275
331
|
* @remarks
|
|
276
|
-
*
|
|
332
|
+
* Container runtime name. ACK supports the following container runtimes:
|
|
277
333
|
*
|
|
278
|
-
*
|
|
279
|
-
*
|
|
280
|
-
*
|
|
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.
|
|
337
|
+
*
|
|
338
|
+
* - docker: No longer maintained. Supported by clusters of version 1.22 or earlier.
|
|
281
339
|
*
|
|
282
340
|
* @example
|
|
283
|
-
*
|
|
341
|
+
* containerd
|
|
284
342
|
*/
|
|
285
343
|
runtime?: string;
|
|
286
344
|
/**
|
|
287
345
|
* @remarks
|
|
288
|
-
*
|
|
346
|
+
* Container runtime version.
|
|
289
347
|
*
|
|
290
348
|
* @example
|
|
291
|
-
*
|
|
349
|
+
* 1.6.38
|
|
292
350
|
*/
|
|
293
351
|
runtimeVersion?: string;
|
|
294
352
|
/**
|
|
295
353
|
* @remarks
|
|
296
|
-
*
|
|
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/).
|
|
297
355
|
*/
|
|
298
356
|
taints?: Taint[];
|
|
299
357
|
/**
|
|
300
358
|
* @remarks
|
|
301
|
-
*
|
|
359
|
+
* Indicates whether newly scaled nodes are unschedulable.
|
|
360
|
+
*
|
|
361
|
+
* - true: Unschedulable.
|
|
302
362
|
*
|
|
303
|
-
*
|
|
304
|
-
* * false: The node can be scheduled.
|
|
363
|
+
* - false: Schedulable.
|
|
305
364
|
*
|
|
306
365
|
* @example
|
|
307
366
|
* true
|
|
@@ -309,7 +368,7 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsKubernetesConfig exten
|
|
|
309
368
|
unschedulable?: boolean;
|
|
310
369
|
/**
|
|
311
370
|
* @remarks
|
|
312
|
-
*
|
|
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).
|
|
313
372
|
*
|
|
314
373
|
* @example
|
|
315
374
|
* IyEvYmluL3NoCmVjaG8gIkhlbGxvIEFD****
|
|
@@ -361,18 +420,29 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsKubernetesConfig exten
|
|
|
361
420
|
}
|
|
362
421
|
|
|
363
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
|
+
*/
|
|
364
430
|
approvalRequired?: boolean;
|
|
365
431
|
/**
|
|
432
|
+
* @remarks
|
|
433
|
+
* ID of the automatic repair policy.
|
|
434
|
+
*
|
|
366
435
|
* @example
|
|
367
436
|
* r-xxxxxxxxx
|
|
368
437
|
*/
|
|
369
438
|
autoRepairPolicyId?: string;
|
|
370
439
|
/**
|
|
371
440
|
* @remarks
|
|
372
|
-
*
|
|
441
|
+
* Indicates whether node restart is allowed. This parameter takes effect only when `auto_repair=true`.
|
|
373
442
|
*
|
|
374
|
-
*
|
|
375
|
-
*
|
|
443
|
+
* - `true`: Allows node restart.
|
|
444
|
+
*
|
|
445
|
+
* - `false`: Disallows node restart.
|
|
376
446
|
*
|
|
377
447
|
* @example
|
|
378
448
|
* true
|
|
@@ -406,10 +476,11 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsManagementAutoRepairPo
|
|
|
406
476
|
export class DescribeClusterNodePoolsResponseBodyNodepoolsManagementAutoUpgradePolicy extends $dara.Model {
|
|
407
477
|
/**
|
|
408
478
|
* @remarks
|
|
409
|
-
*
|
|
479
|
+
* Indicates whether kubelet auto-upgrade is allowed. This parameter takes effect only when `auto_upgrade=true`. Valid values:
|
|
480
|
+
*
|
|
481
|
+
* - `true`: Allows kubelet auto-upgrade.
|
|
410
482
|
*
|
|
411
|
-
*
|
|
412
|
-
* * `false`: no.
|
|
483
|
+
* - `false`: Disallows kubelet auto-upgrade.
|
|
413
484
|
*
|
|
414
485
|
* @example
|
|
415
486
|
* true
|
|
@@ -437,13 +508,21 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsManagementAutoUpgradeP
|
|
|
437
508
|
}
|
|
438
509
|
|
|
439
510
|
export class DescribeClusterNodePoolsResponseBodyNodepoolsManagementAutoVulFixPolicy extends $dara.Model {
|
|
511
|
+
/**
|
|
512
|
+
* @remarks
|
|
513
|
+
* Packages excluded from vulnerability fixes.
|
|
514
|
+
*
|
|
515
|
+
* @example
|
|
516
|
+
* kernel
|
|
517
|
+
*/
|
|
440
518
|
excludePackages?: string;
|
|
441
519
|
/**
|
|
442
520
|
* @remarks
|
|
443
|
-
*
|
|
521
|
+
* Indicates whether node restart is allowed. This parameter takes effect only when `auto_vul_fix=true`. Valid values:
|
|
444
522
|
*
|
|
445
|
-
*
|
|
446
|
-
*
|
|
523
|
+
* - `true`: Allows node restart.
|
|
524
|
+
*
|
|
525
|
+
* - `false`: Disallows node restart.
|
|
447
526
|
*
|
|
448
527
|
* @example
|
|
449
528
|
* true
|
|
@@ -451,11 +530,13 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsManagementAutoVulFixPo
|
|
|
451
530
|
restartNode?: boolean;
|
|
452
531
|
/**
|
|
453
532
|
* @remarks
|
|
454
|
-
*
|
|
533
|
+
* Vulnerability levels that can be automatically fixed, separated by commas.
|
|
534
|
+
*
|
|
535
|
+
* - `asap`: High
|
|
536
|
+
*
|
|
537
|
+
* - `later`: Medium
|
|
455
538
|
*
|
|
456
|
-
*
|
|
457
|
-
* * `later`: medium.
|
|
458
|
-
* * `nntf`: low.
|
|
539
|
+
* - `nntf`: Low
|
|
459
540
|
*
|
|
460
541
|
* @example
|
|
461
542
|
* asap,nntf
|
|
@@ -489,10 +570,11 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsManagementAutoVulFixPo
|
|
|
489
570
|
export class DescribeClusterNodePoolsResponseBodyNodepoolsManagementUpgradeConfig extends $dara.Model {
|
|
490
571
|
/**
|
|
491
572
|
* @remarks
|
|
492
|
-
*
|
|
573
|
+
* Indicates whether auto-upgrade is enabled. Valid values:
|
|
493
574
|
*
|
|
494
|
-
*
|
|
495
|
-
*
|
|
575
|
+
* - `true`: Enables auto-upgrade.
|
|
576
|
+
*
|
|
577
|
+
* - `false`: Disables auto-upgrade.
|
|
496
578
|
*
|
|
497
579
|
* @example
|
|
498
580
|
* true
|
|
@@ -500,9 +582,9 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsManagementUpgradeConfi
|
|
|
500
582
|
autoUpgrade?: boolean;
|
|
501
583
|
/**
|
|
502
584
|
* @remarks
|
|
503
|
-
*
|
|
585
|
+
* Maximum number of unavailable nodes. Valid values: [1,1000].
|
|
504
586
|
*
|
|
505
|
-
* Default value: 1
|
|
587
|
+
* Default value: 1.
|
|
506
588
|
*
|
|
507
589
|
* @example
|
|
508
590
|
* 1
|
|
@@ -510,7 +592,7 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsManagementUpgradeConfi
|
|
|
510
592
|
maxUnavailable?: number;
|
|
511
593
|
/**
|
|
512
594
|
* @remarks
|
|
513
|
-
*
|
|
595
|
+
* Number of extra nodes. Specify either this parameter or `surge_percentage`.
|
|
514
596
|
*
|
|
515
597
|
* @example
|
|
516
598
|
* 5
|
|
@@ -518,9 +600,9 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsManagementUpgradeConfi
|
|
|
518
600
|
surge?: number;
|
|
519
601
|
/**
|
|
520
602
|
* @remarks
|
|
521
|
-
*
|
|
603
|
+
* Percentage of extra nodes. Specify either this parameter or `surge`.
|
|
522
604
|
*
|
|
523
|
-
*
|
|
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.
|
|
524
606
|
*
|
|
525
607
|
* @example
|
|
526
608
|
* 50
|
|
@@ -554,12 +636,14 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsManagementUpgradeConfi
|
|
|
554
636
|
}
|
|
555
637
|
|
|
556
638
|
export class DescribeClusterNodePoolsResponseBodyNodepoolsManagement extends $dara.Model {
|
|
639
|
+
autoFaultDiagnosis?: boolean;
|
|
557
640
|
/**
|
|
558
641
|
* @remarks
|
|
559
|
-
*
|
|
642
|
+
* Automatic repair. This parameter takes effect only when `enable=true`.
|
|
643
|
+
*
|
|
644
|
+
* - `true`: Enables automatic repair.
|
|
560
645
|
*
|
|
561
|
-
*
|
|
562
|
-
* * `false`
|
|
646
|
+
* - `false`: Disables automatic repair.
|
|
563
647
|
*
|
|
564
648
|
* @example
|
|
565
649
|
* true
|
|
@@ -567,15 +651,16 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsManagement extends $da
|
|
|
567
651
|
autoRepair?: boolean;
|
|
568
652
|
/**
|
|
569
653
|
* @remarks
|
|
570
|
-
*
|
|
654
|
+
* Automatic node repair policy.
|
|
571
655
|
*/
|
|
572
656
|
autoRepairPolicy?: DescribeClusterNodePoolsResponseBodyNodepoolsManagementAutoRepairPolicy;
|
|
573
657
|
/**
|
|
574
658
|
* @remarks
|
|
575
|
-
*
|
|
659
|
+
* Indicates whether node auto-upgrade is enabled. This parameter takes effect only when `enable=true`.
|
|
576
660
|
*
|
|
577
|
-
*
|
|
578
|
-
*
|
|
661
|
+
* - `true`: Enables auto-upgrade.
|
|
662
|
+
*
|
|
663
|
+
* - `false`: Disables auto-upgrade.
|
|
579
664
|
*
|
|
580
665
|
* @example
|
|
581
666
|
* true
|
|
@@ -583,15 +668,16 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsManagement extends $da
|
|
|
583
668
|
autoUpgrade?: boolean;
|
|
584
669
|
/**
|
|
585
670
|
* @remarks
|
|
586
|
-
*
|
|
671
|
+
* Auto-upgrade policy.
|
|
587
672
|
*/
|
|
588
673
|
autoUpgradePolicy?: DescribeClusterNodePoolsResponseBodyNodepoolsManagementAutoUpgradePolicy;
|
|
589
674
|
/**
|
|
590
675
|
* @remarks
|
|
591
|
-
* Indicates whether
|
|
676
|
+
* Indicates whether CVEs are automatically fixed. This parameter takes effect only when `enable=true`.
|
|
677
|
+
*
|
|
678
|
+
* - `true`: Enables automatic CVE fixing.
|
|
592
679
|
*
|
|
593
|
-
*
|
|
594
|
-
* * `true`: disables auto CVE patching.
|
|
680
|
+
* - `false`: Disables automatic CVE fixing.
|
|
595
681
|
*
|
|
596
682
|
* @example
|
|
597
683
|
* true
|
|
@@ -599,15 +685,16 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsManagement extends $da
|
|
|
599
685
|
autoVulFix?: boolean;
|
|
600
686
|
/**
|
|
601
687
|
* @remarks
|
|
602
|
-
*
|
|
688
|
+
* CVE automatic fix policy.
|
|
603
689
|
*/
|
|
604
690
|
autoVulFixPolicy?: DescribeClusterNodePoolsResponseBodyNodepoolsManagementAutoVulFixPolicy;
|
|
605
691
|
/**
|
|
606
692
|
* @remarks
|
|
607
|
-
*
|
|
693
|
+
* Indicates whether the managed node pool feature is enabled. Valid values:
|
|
694
|
+
*
|
|
695
|
+
* - `true`: Enables the managed node pool.
|
|
608
696
|
*
|
|
609
|
-
*
|
|
610
|
-
* * `false`: If you set this parameter to false, other parameters of `management` do not take effect.
|
|
697
|
+
* - `false`: Disables the managed node pool. Other related configurations take effect only when `enable=true`.
|
|
611
698
|
*
|
|
612
699
|
* @example
|
|
613
700
|
* true
|
|
@@ -615,11 +702,12 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsManagement extends $da
|
|
|
615
702
|
enable?: boolean;
|
|
616
703
|
/**
|
|
617
704
|
* @remarks
|
|
618
|
-
*
|
|
705
|
+
* Auto-upgrade configuration. This parameter takes effect only when `enable=true`.
|
|
619
706
|
*/
|
|
620
707
|
upgradeConfig?: DescribeClusterNodePoolsResponseBodyNodepoolsManagementUpgradeConfig;
|
|
621
708
|
static names(): { [key: string]: string } {
|
|
622
709
|
return {
|
|
710
|
+
autoFaultDiagnosis: 'auto_fault_diagnosis',
|
|
623
711
|
autoRepair: 'auto_repair',
|
|
624
712
|
autoRepairPolicy: 'auto_repair_policy',
|
|
625
713
|
autoUpgrade: 'auto_upgrade',
|
|
@@ -633,6 +721,7 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsManagement extends $da
|
|
|
633
721
|
|
|
634
722
|
static types(): { [key: string]: any } {
|
|
635
723
|
return {
|
|
724
|
+
autoFaultDiagnosis: 'boolean',
|
|
636
725
|
autoRepair: 'boolean',
|
|
637
726
|
autoRepairPolicy: DescribeClusterNodePoolsResponseBodyNodepoolsManagementAutoRepairPolicy,
|
|
638
727
|
autoUpgrade: 'boolean',
|
|
@@ -666,6 +755,10 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsManagement extends $da
|
|
|
666
755
|
}
|
|
667
756
|
|
|
668
757
|
export class DescribeClusterNodePoolsResponseBodyNodepoolsNodeComponentsConfig extends $dara.Model {
|
|
758
|
+
/**
|
|
759
|
+
* @remarks
|
|
760
|
+
* Custom configuration for node components.
|
|
761
|
+
*/
|
|
669
762
|
customConfig?: { [key: string]: string };
|
|
670
763
|
static names(): { [key: string]: string } {
|
|
671
764
|
return {
|
|
@@ -692,13 +785,23 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsNodeComponentsConfig e
|
|
|
692
785
|
}
|
|
693
786
|
|
|
694
787
|
export class DescribeClusterNodePoolsResponseBodyNodepoolsNodeComponents extends $dara.Model {
|
|
788
|
+
/**
|
|
789
|
+
* @remarks
|
|
790
|
+
* Node component configuration.
|
|
791
|
+
*/
|
|
695
792
|
config?: DescribeClusterNodePoolsResponseBodyNodepoolsNodeComponentsConfig;
|
|
696
793
|
/**
|
|
794
|
+
* @remarks
|
|
795
|
+
* Node component name.
|
|
796
|
+
*
|
|
697
797
|
* @example
|
|
698
798
|
* kubelet
|
|
699
799
|
*/
|
|
700
800
|
name?: string;
|
|
701
801
|
/**
|
|
802
|
+
* @remarks
|
|
803
|
+
* Node component version.
|
|
804
|
+
*
|
|
702
805
|
* @example
|
|
703
806
|
* 1.33.3-aliyun.1
|
|
704
807
|
*/
|
|
@@ -732,6 +835,10 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsNodeComponents extends
|
|
|
732
835
|
}
|
|
733
836
|
|
|
734
837
|
export class DescribeClusterNodePoolsResponseBodyNodepoolsNodeConfigNodeOsConfig extends $dara.Model {
|
|
838
|
+
/**
|
|
839
|
+
* @remarks
|
|
840
|
+
* Hugepage configuration.
|
|
841
|
+
*/
|
|
735
842
|
hugepage?: Hugepage;
|
|
736
843
|
static names(): { [key: string]: string } {
|
|
737
844
|
return {
|
|
@@ -760,9 +867,13 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsNodeConfigNodeOsConfig
|
|
|
760
867
|
export class DescribeClusterNodePoolsResponseBodyNodepoolsNodeConfig extends $dara.Model {
|
|
761
868
|
/**
|
|
762
869
|
* @remarks
|
|
763
|
-
*
|
|
870
|
+
* Kubelet parameter configuration.
|
|
764
871
|
*/
|
|
765
872
|
kubeletConfiguration?: KubeletConfig;
|
|
873
|
+
/**
|
|
874
|
+
* @remarks
|
|
875
|
+
* Node operating system configuration.
|
|
876
|
+
*/
|
|
766
877
|
nodeOsConfig?: DescribeClusterNodePoolsResponseBodyNodepoolsNodeConfigNodeOsConfig;
|
|
767
878
|
static names(): { [key: string]: string } {
|
|
768
879
|
return {
|
|
@@ -796,18 +907,19 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsNodeConfig extends $da
|
|
|
796
907
|
export class DescribeClusterNodePoolsResponseBodyNodepoolsNodepoolInfo extends $dara.Model {
|
|
797
908
|
/**
|
|
798
909
|
* @remarks
|
|
799
|
-
*
|
|
910
|
+
* Time when the node pool was created.
|
|
800
911
|
*
|
|
801
912
|
* @example
|
|
802
|
-
*
|
|
913
|
+
* 2025-04-15T16:33:29.362888807+08:00
|
|
803
914
|
*/
|
|
804
915
|
created?: string;
|
|
805
916
|
/**
|
|
806
917
|
* @remarks
|
|
807
|
-
* 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:
|
|
919
|
+
*
|
|
920
|
+
* - `true`: Default node pool.
|
|
808
921
|
*
|
|
809
|
-
*
|
|
810
|
-
* * `false`: The node pool is a non-default node pool.
|
|
922
|
+
* - `false`: Non-default node pool.
|
|
811
923
|
*
|
|
812
924
|
* @example
|
|
813
925
|
* true
|
|
@@ -815,7 +927,7 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsNodepoolInfo extends $
|
|
|
815
927
|
isDefault?: boolean;
|
|
816
928
|
/**
|
|
817
929
|
* @remarks
|
|
818
|
-
*
|
|
930
|
+
* Node pool name.
|
|
819
931
|
*
|
|
820
932
|
* @example
|
|
821
933
|
* default-nodepool
|
|
@@ -823,7 +935,7 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsNodepoolInfo extends $
|
|
|
823
935
|
name?: string;
|
|
824
936
|
/**
|
|
825
937
|
* @remarks
|
|
826
|
-
*
|
|
938
|
+
* Node pool ID.
|
|
827
939
|
*
|
|
828
940
|
* @example
|
|
829
941
|
* np615c0e0966124216a0412e10afe0****
|
|
@@ -831,7 +943,7 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsNodepoolInfo extends $
|
|
|
831
943
|
nodepoolId?: string;
|
|
832
944
|
/**
|
|
833
945
|
* @remarks
|
|
834
|
-
*
|
|
946
|
+
* Region ID.
|
|
835
947
|
*
|
|
836
948
|
* @example
|
|
837
949
|
* cn-beijing
|
|
@@ -839,7 +951,7 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsNodepoolInfo extends $
|
|
|
839
951
|
regionId?: string;
|
|
840
952
|
/**
|
|
841
953
|
* @remarks
|
|
842
|
-
*
|
|
954
|
+
* Resource group ID.
|
|
843
955
|
*
|
|
844
956
|
* @example
|
|
845
957
|
* rg-acfmyvw3wjm****
|
|
@@ -847,11 +959,13 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsNodepoolInfo extends $
|
|
|
847
959
|
resourceGroupId?: string;
|
|
848
960
|
/**
|
|
849
961
|
* @remarks
|
|
850
|
-
*
|
|
962
|
+
* Node pool type. Valid values:
|
|
963
|
+
*
|
|
964
|
+
* - `ess`: Standard node pool (supports managed features and automatic elastic scaling).
|
|
851
965
|
*
|
|
852
|
-
*
|
|
853
|
-
*
|
|
854
|
-
*
|
|
966
|
+
* - `edge`: Edge node pool.
|
|
967
|
+
*
|
|
968
|
+
* - `lingjun`: Lingjun node pool.
|
|
855
969
|
*
|
|
856
970
|
* @example
|
|
857
971
|
* ess
|
|
@@ -859,10 +973,10 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsNodepoolInfo extends $
|
|
|
859
973
|
type?: string;
|
|
860
974
|
/**
|
|
861
975
|
* @remarks
|
|
862
|
-
*
|
|
976
|
+
* Time when the node pool was last updated.
|
|
863
977
|
*
|
|
864
978
|
* @example
|
|
865
|
-
*
|
|
979
|
+
* 2025-04-15T16:33:32.823+08:00
|
|
866
980
|
*/
|
|
867
981
|
updated?: string;
|
|
868
982
|
static names(): { [key: string]: string } {
|
|
@@ -903,7 +1017,7 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsNodepoolInfo extends $
|
|
|
903
1017
|
export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroupPrivatePoolOptions extends $dara.Model {
|
|
904
1018
|
/**
|
|
905
1019
|
* @remarks
|
|
906
|
-
*
|
|
1020
|
+
* Private pool ID. This is the ID of an elasticity assurance service or capacity reservation service.
|
|
907
1021
|
*
|
|
908
1022
|
* @example
|
|
909
1023
|
* eap-bp67acfmxazb4****
|
|
@@ -911,11 +1025,13 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroupPrivatePoo
|
|
|
911
1025
|
id?: string;
|
|
912
1026
|
/**
|
|
913
1027
|
* @remarks
|
|
914
|
-
*
|
|
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.
|
|
1031
|
+
*
|
|
1032
|
+
* - `Target`: Target mode. Uses the specified private pool capacity to start instances. If the private pool capacity is unavailable, instance startup fails.
|
|
915
1033
|
*
|
|
916
|
-
*
|
|
917
|
-
* * `Target`: uses the specified private node pool. The system uses the resources of the specified private node pool to launch instances. If the specified private node pool is unavailable, instances cannot be launched.
|
|
918
|
-
* * `None`: No private node pool is used. The resources of private node pools are not used to launch instances.
|
|
1034
|
+
* - `None`: None mode. Instance startup does not use private pool capacity.
|
|
919
1035
|
*
|
|
920
1036
|
* @example
|
|
921
1037
|
* Open
|
|
@@ -945,8 +1061,18 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroupPrivatePoo
|
|
|
945
1061
|
}
|
|
946
1062
|
|
|
947
1063
|
export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroupResourcePoolOptions extends $dara.Model {
|
|
1064
|
+
/**
|
|
1065
|
+
* @remarks
|
|
1066
|
+
* List of private pool IDs.
|
|
1067
|
+
*/
|
|
948
1068
|
privatePoolIds?: string[];
|
|
949
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
|
+
*
|
|
950
1076
|
* @example
|
|
951
1077
|
* PrivatePoolFirst
|
|
952
1078
|
*/
|
|
@@ -980,7 +1106,7 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroupResourcePo
|
|
|
980
1106
|
export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroupSpotPriceLimit extends $dara.Model {
|
|
981
1107
|
/**
|
|
982
1108
|
* @remarks
|
|
983
|
-
*
|
|
1109
|
+
* Spot instance type.
|
|
984
1110
|
*
|
|
985
1111
|
* @example
|
|
986
1112
|
* ecs.c6.large
|
|
@@ -988,7 +1114,15 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroupSpotPriceL
|
|
|
988
1114
|
instanceType?: string;
|
|
989
1115
|
/**
|
|
990
1116
|
* @remarks
|
|
991
|
-
*
|
|
1117
|
+
* Market price range per instance.
|
|
1118
|
+
*
|
|
1119
|
+
* <props="china">
|
|
1120
|
+
*
|
|
1121
|
+
* Unit: CNY/hour.
|
|
1122
|
+
*
|
|
1123
|
+
*
|
|
1124
|
+
*
|
|
1125
|
+
* <props="intl">
|
|
992
1126
|
*
|
|
993
1127
|
* Unit: USD/hour.
|
|
994
1128
|
*
|
|
@@ -1022,10 +1156,11 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroupSpotPriceL
|
|
|
1022
1156
|
export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $dara.Model {
|
|
1023
1157
|
/**
|
|
1024
1158
|
* @remarks
|
|
1025
|
-
*
|
|
1159
|
+
* Indicates whether auto-renewal is enabled for nodes. This parameter takes effect only when `instance_charge_type` is set to `PrePaid`. Valid values:
|
|
1026
1160
|
*
|
|
1027
|
-
*
|
|
1028
|
-
*
|
|
1161
|
+
* - `true`: Enables auto-renewal.
|
|
1162
|
+
*
|
|
1163
|
+
* - `false`: Disables auto-renewal.
|
|
1029
1164
|
*
|
|
1030
1165
|
* @example
|
|
1031
1166
|
* false
|
|
@@ -1033,10 +1168,11 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
|
|
|
1033
1168
|
autoRenew?: boolean;
|
|
1034
1169
|
/**
|
|
1035
1170
|
* @remarks
|
|
1036
|
-
*
|
|
1171
|
+
* Duration of each auto-renewal cycle. Valid values:
|
|
1172
|
+
*
|
|
1173
|
+
* - When PeriodUnit=Week: 1, 2, 3.
|
|
1037
1174
|
*
|
|
1038
|
-
*
|
|
1039
|
-
* * 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.
|
|
1040
1176
|
*
|
|
1041
1177
|
* @example
|
|
1042
1178
|
* 0
|
|
@@ -1044,9 +1180,9 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
|
|
|
1044
1180
|
autoRenewPeriod?: number;
|
|
1045
1181
|
/**
|
|
1046
1182
|
* @remarks
|
|
1047
|
-
* This
|
|
1183
|
+
* [This field is deprecated.]
|
|
1048
1184
|
*
|
|
1049
|
-
* Use security_hardening_os instead.
|
|
1185
|
+
* Use the security_hardening_os parameter instead.
|
|
1050
1186
|
*
|
|
1051
1187
|
* @example
|
|
1052
1188
|
* false
|
|
@@ -1056,10 +1192,11 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
|
|
|
1056
1192
|
cisEnabled?: boolean;
|
|
1057
1193
|
/**
|
|
1058
1194
|
* @remarks
|
|
1059
|
-
*
|
|
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:
|
|
1060
1196
|
*
|
|
1061
|
-
*
|
|
1062
|
-
*
|
|
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.
|
|
1063
1200
|
*
|
|
1064
1201
|
* @example
|
|
1065
1202
|
* true
|
|
@@ -1067,12 +1204,12 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
|
|
|
1067
1204
|
compensateWithOnDemand?: boolean;
|
|
1068
1205
|
/**
|
|
1069
1206
|
* @remarks
|
|
1070
|
-
*
|
|
1207
|
+
* Combination of data disk types, sizes, and other configurations for nodes.
|
|
1071
1208
|
*/
|
|
1072
1209
|
dataDisks?: DataDisk[];
|
|
1073
1210
|
/**
|
|
1074
1211
|
* @remarks
|
|
1075
|
-
*
|
|
1212
|
+
* Deployment set ID.
|
|
1076
1213
|
*
|
|
1077
1214
|
* @example
|
|
1078
1215
|
* ds-bp1d19mmbsv3jf6xxxxx
|
|
@@ -1080,46 +1217,60 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
|
|
|
1080
1217
|
deploymentsetId?: string;
|
|
1081
1218
|
/**
|
|
1082
1219
|
* @remarks
|
|
1083
|
-
*
|
|
1220
|
+
* Desired number of nodes in the node pool.
|
|
1084
1221
|
*
|
|
1085
1222
|
* @example
|
|
1086
1223
|
* 2
|
|
1087
1224
|
*/
|
|
1088
1225
|
desiredSize?: number;
|
|
1226
|
+
/**
|
|
1227
|
+
* @remarks
|
|
1228
|
+
* Block device initialization configuration.
|
|
1229
|
+
*/
|
|
1089
1230
|
diskInit?: DiskInit[];
|
|
1090
1231
|
/**
|
|
1091
1232
|
* @remarks
|
|
1092
|
-
*
|
|
1233
|
+
* Custom image ID. You can query supported images using `DescribeKubernetesVersionMetadata`.
|
|
1093
1234
|
*
|
|
1094
1235
|
* @example
|
|
1095
|
-
*
|
|
1236
|
+
* aliyun_3_x64_20G_alibase_20241218.vhd
|
|
1096
1237
|
*/
|
|
1097
1238
|
imageId?: string;
|
|
1098
1239
|
/**
|
|
1099
1240
|
* @remarks
|
|
1100
|
-
*
|
|
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.
|
|
1252
|
+
*
|
|
1253
|
+
* - `CentOS`: CentOS image.
|
|
1101
1254
|
*
|
|
1102
|
-
*
|
|
1103
|
-
*
|
|
1104
|
-
*
|
|
1105
|
-
*
|
|
1106
|
-
*
|
|
1107
|
-
*
|
|
1108
|
-
*
|
|
1109
|
-
* * `WindowsCore`: Windows Core.
|
|
1110
|
-
* * `ContainerOS`: ContainerOS.
|
|
1111
|
-
* * `AliyunLinux3ContainerOptimized`: Alibaba Cloud Linux 3 Container-optimized.
|
|
1255
|
+
* - `Windows`: Windows image.
|
|
1256
|
+
*
|
|
1257
|
+
* - `WindowsCore`: WindowsCore image.
|
|
1258
|
+
*
|
|
1259
|
+
* - `ContainerOS`: Container-optimized image.
|
|
1260
|
+
*
|
|
1261
|
+
* - `AliyunLinux3ContainerOptimized`: Alinux3 container-optimized image.
|
|
1112
1262
|
*
|
|
1113
1263
|
* @example
|
|
1114
|
-
*
|
|
1264
|
+
* AliyunLinux3
|
|
1115
1265
|
*/
|
|
1116
1266
|
imageType?: string;
|
|
1117
1267
|
/**
|
|
1118
1268
|
* @remarks
|
|
1119
|
-
*
|
|
1269
|
+
* Billing method for nodes in the node pool. Valid values:
|
|
1270
|
+
*
|
|
1271
|
+
* - `PrePaid`: Subscription.
|
|
1120
1272
|
*
|
|
1121
|
-
*
|
|
1122
|
-
* * `PostPaid`: pay-as-you-go.
|
|
1273
|
+
* - `PostPaid`: Pay-as-you-go.
|
|
1123
1274
|
*
|
|
1124
1275
|
* @example
|
|
1125
1276
|
* PostPaid
|
|
@@ -1127,12 +1278,12 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
|
|
|
1127
1278
|
instanceChargeType?: string;
|
|
1128
1279
|
/**
|
|
1129
1280
|
* @remarks
|
|
1130
|
-
*
|
|
1281
|
+
* Instance attribute configuration.
|
|
1131
1282
|
*/
|
|
1132
1283
|
instancePatterns?: InstancePatterns[];
|
|
1133
1284
|
/**
|
|
1134
1285
|
* @remarks
|
|
1135
|
-
*
|
|
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.
|
|
1136
1287
|
*
|
|
1137
1288
|
* @example
|
|
1138
1289
|
* ecs.n4.large
|
|
@@ -1140,10 +1291,11 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
|
|
|
1140
1291
|
instanceTypes?: string[];
|
|
1141
1292
|
/**
|
|
1142
1293
|
* @remarks
|
|
1143
|
-
*
|
|
1294
|
+
* Billing method for public network bandwidth of nodes.
|
|
1144
1295
|
*
|
|
1145
|
-
*
|
|
1146
|
-
*
|
|
1296
|
+
* - PayByBandwidth: Pay-by-bandwidth.
|
|
1297
|
+
*
|
|
1298
|
+
* - PayByTraffic: Pay-by-traffic.
|
|
1147
1299
|
*
|
|
1148
1300
|
* @example
|
|
1149
1301
|
* PayByBandwidth
|
|
@@ -1151,7 +1303,7 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
|
|
|
1151
1303
|
internetChargeType?: string;
|
|
1152
1304
|
/**
|
|
1153
1305
|
* @remarks
|
|
1154
|
-
*
|
|
1306
|
+
* Maximum outbound public bandwidth for nodes. Unit: Mbps. Valid values: 1 to 100.
|
|
1155
1307
|
*
|
|
1156
1308
|
* @example
|
|
1157
1309
|
* 10
|
|
@@ -1159,9 +1311,9 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
|
|
|
1159
1311
|
internetMaxBandwidthOut?: number;
|
|
1160
1312
|
/**
|
|
1161
1313
|
* @remarks
|
|
1162
|
-
*
|
|
1314
|
+
* Key pair name. Specify either this parameter or `login_password`.
|
|
1163
1315
|
*
|
|
1164
|
-
*
|
|
1316
|
+
* For managed node pools, only `key_pair` is supported.
|
|
1165
1317
|
*
|
|
1166
1318
|
* @example
|
|
1167
1319
|
* pro-nodepool
|
|
@@ -1169,10 +1321,11 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
|
|
|
1169
1321
|
keyPair?: string;
|
|
1170
1322
|
/**
|
|
1171
1323
|
* @remarks
|
|
1172
|
-
* Indicates whether
|
|
1324
|
+
* Indicates whether to log on to the ECS instance as a non-root user.
|
|
1325
|
+
*
|
|
1326
|
+
* - true: Log on as the non-root user (ecs-user).
|
|
1173
1327
|
*
|
|
1174
|
-
*
|
|
1175
|
-
* * false: Logs in as the root user.
|
|
1328
|
+
* - false: Log on as the root user.
|
|
1176
1329
|
*
|
|
1177
1330
|
* @example
|
|
1178
1331
|
* true
|
|
@@ -1180,9 +1333,9 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
|
|
|
1180
1333
|
loginAsNonRoot?: boolean;
|
|
1181
1334
|
/**
|
|
1182
1335
|
* @remarks
|
|
1183
|
-
*
|
|
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.
|
|
1184
1337
|
*
|
|
1185
|
-
*
|
|
1338
|
+
* For security reasons, the returned password is encrypted.
|
|
1186
1339
|
*
|
|
1187
1340
|
* @example
|
|
1188
1341
|
* ******
|
|
@@ -1190,17 +1343,15 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
|
|
|
1190
1343
|
loginPassword?: string;
|
|
1191
1344
|
/**
|
|
1192
1345
|
* @remarks
|
|
1193
|
-
*
|
|
1194
|
-
*
|
|
1195
|
-
* * `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:
|
|
1196
1347
|
*
|
|
1197
|
-
*
|
|
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.
|
|
1198
1349
|
*
|
|
1199
|
-
*
|
|
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.
|
|
1200
1351
|
*
|
|
1201
|
-
*
|
|
1352
|
+
* > `COST_OPTIMIZED` takes effect only when multiple instance types are configured or spot instances are selected.
|
|
1202
1353
|
*
|
|
1203
|
-
*
|
|
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).
|
|
1204
1355
|
*
|
|
1205
1356
|
* @example
|
|
1206
1357
|
* COST_OPTIMIZED
|
|
@@ -1208,7 +1359,7 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
|
|
|
1208
1359
|
multiAzPolicy?: string;
|
|
1209
1360
|
/**
|
|
1210
1361
|
* @remarks
|
|
1211
|
-
*
|
|
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.
|
|
1212
1363
|
*
|
|
1213
1364
|
* @example
|
|
1214
1365
|
* 0
|
|
@@ -1216,7 +1367,7 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
|
|
|
1216
1367
|
onDemandBaseCapacity?: number;
|
|
1217
1368
|
/**
|
|
1218
1369
|
* @remarks
|
|
1219
|
-
*
|
|
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].
|
|
1220
1371
|
*
|
|
1221
1372
|
* @example
|
|
1222
1373
|
* 20
|
|
@@ -1224,10 +1375,11 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
|
|
|
1224
1375
|
onDemandPercentageAboveBaseCapacity?: number;
|
|
1225
1376
|
/**
|
|
1226
1377
|
* @remarks
|
|
1227
|
-
*
|
|
1378
|
+
* Subscription duration for nodes. This parameter takes effect and is required only when `instance_charge_type` is set to `PrePaid`.
|
|
1228
1379
|
*
|
|
1229
|
-
*
|
|
1230
|
-
*
|
|
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}.
|
|
1231
1383
|
*
|
|
1232
1384
|
* @example
|
|
1233
1385
|
* 1
|
|
@@ -1235,10 +1387,11 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
|
|
|
1235
1387
|
period?: number;
|
|
1236
1388
|
/**
|
|
1237
1389
|
* @remarks
|
|
1238
|
-
*
|
|
1390
|
+
* Billing cycle for nodes. Specify this parameter when `instance_charge_type` is set to `PrePaid`.
|
|
1391
|
+
*
|
|
1392
|
+
* - `Month`: Billed monthly.
|
|
1239
1393
|
*
|
|
1240
|
-
*
|
|
1241
|
-
* * `Week`: The subscription duration is measured in weeks.
|
|
1394
|
+
* - `Week`: Billed weekly.
|
|
1242
1395
|
*
|
|
1243
1396
|
* @example
|
|
1244
1397
|
* Month
|
|
@@ -1246,14 +1399,17 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
|
|
|
1246
1399
|
periodUnit?: string;
|
|
1247
1400
|
/**
|
|
1248
1401
|
* @remarks
|
|
1249
|
-
* This
|
|
1402
|
+
* [This field is deprecated.]
|
|
1250
1403
|
*
|
|
1251
|
-
*
|
|
1404
|
+
* Operating system distribution. Valid values:
|
|
1252
1405
|
*
|
|
1253
|
-
*
|
|
1254
|
-
*
|
|
1255
|
-
*
|
|
1256
|
-
*
|
|
1406
|
+
* - `CentOS`
|
|
1407
|
+
*
|
|
1408
|
+
* - `AliyunLinux`
|
|
1409
|
+
*
|
|
1410
|
+
* - `Windows`
|
|
1411
|
+
*
|
|
1412
|
+
* - `WindowsCore`
|
|
1257
1413
|
*
|
|
1258
1414
|
* @example
|
|
1259
1415
|
* AliyunLinux
|
|
@@ -1261,12 +1417,12 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
|
|
|
1261
1417
|
platform?: string;
|
|
1262
1418
|
/**
|
|
1263
1419
|
* @remarks
|
|
1264
|
-
*
|
|
1420
|
+
* Private pool options.
|
|
1265
1421
|
*/
|
|
1266
1422
|
privatePoolOptions?: DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroupPrivatePoolOptions;
|
|
1267
1423
|
/**
|
|
1268
1424
|
* @remarks
|
|
1269
|
-
* This field is deprecated
|
|
1425
|
+
* This field is deprecated. Use ram_role_name instead.
|
|
1270
1426
|
*
|
|
1271
1427
|
* @example
|
|
1272
1428
|
* KubernetesWorkerRole-021dc54f-929b-437a-8ae0-34c24d3e****
|
|
@@ -1282,13 +1438,17 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
|
|
|
1282
1438
|
ramRoleName?: string;
|
|
1283
1439
|
/**
|
|
1284
1440
|
* @remarks
|
|
1285
|
-
*
|
|
1441
|
+
* If RDS instances are specified, ECS nodes in the cluster are automatically added to the RDS access whitelist.
|
|
1286
1442
|
*/
|
|
1287
1443
|
rdsInstances?: string[];
|
|
1444
|
+
/**
|
|
1445
|
+
* @remarks
|
|
1446
|
+
* Resource pool and strategy used when creating instances.
|
|
1447
|
+
*/
|
|
1288
1448
|
resourcePoolOptions?: DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroupResourcePoolOptions;
|
|
1289
1449
|
/**
|
|
1290
1450
|
* @remarks
|
|
1291
|
-
*
|
|
1451
|
+
* Scaling group ID.
|
|
1292
1452
|
*
|
|
1293
1453
|
* @example
|
|
1294
1454
|
* asg-2ze8n5qw4atggut8****
|
|
@@ -1296,10 +1456,11 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
|
|
|
1296
1456
|
scalingGroupId?: string;
|
|
1297
1457
|
/**
|
|
1298
1458
|
* @remarks
|
|
1299
|
-
*
|
|
1459
|
+
* Scaling group mode. Valid values:
|
|
1300
1460
|
*
|
|
1301
|
-
*
|
|
1302
|
-
*
|
|
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.)
|
|
1303
1464
|
*
|
|
1304
1465
|
* @example
|
|
1305
1466
|
* release
|
|
@@ -1307,9 +1468,9 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
|
|
|
1307
1468
|
scalingPolicy?: string;
|
|
1308
1469
|
/**
|
|
1309
1470
|
* @remarks
|
|
1310
|
-
* This
|
|
1471
|
+
* [This field is deprecated.]
|
|
1311
1472
|
*
|
|
1312
|
-
*
|
|
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`.
|
|
1313
1474
|
*
|
|
1314
1475
|
* @example
|
|
1315
1476
|
* sg-2ze1iuk12m2sb4c4****
|
|
@@ -1317,15 +1478,16 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
|
|
|
1317
1478
|
securityGroupId?: string;
|
|
1318
1479
|
/**
|
|
1319
1480
|
* @remarks
|
|
1320
|
-
*
|
|
1481
|
+
* List of security group IDs for the node pool.
|
|
1321
1482
|
*/
|
|
1322
1483
|
securityGroupIds?: string[];
|
|
1323
1484
|
/**
|
|
1324
1485
|
* @remarks
|
|
1325
|
-
*
|
|
1486
|
+
* Alibaba Cloud OS security hardening. Valid values:
|
|
1487
|
+
*
|
|
1488
|
+
* - `true`: Enables Alibaba Cloud OS security hardening.
|
|
1326
1489
|
*
|
|
1327
|
-
*
|
|
1328
|
-
* * `false`: Alibaba Cloud Linux Security Hardening is disabled.
|
|
1490
|
+
* - `false`: Disables Alibaba Cloud OS security hardening.
|
|
1329
1491
|
*
|
|
1330
1492
|
* Default value: `false`.
|
|
1331
1493
|
*
|
|
@@ -1335,7 +1497,7 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
|
|
|
1335
1497
|
securityHardeningOs?: boolean;
|
|
1336
1498
|
/**
|
|
1337
1499
|
* @remarks
|
|
1338
|
-
*
|
|
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.
|
|
1339
1501
|
*
|
|
1340
1502
|
* @example
|
|
1341
1503
|
* false
|
|
@@ -1343,7 +1505,7 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
|
|
|
1343
1505
|
socEnabled?: boolean;
|
|
1344
1506
|
/**
|
|
1345
1507
|
* @remarks
|
|
1346
|
-
*
|
|
1508
|
+
* Number of available instance types. The scaling group creates spot instances evenly across the lowest-cost instance types. Valid values: [1,10].
|
|
1347
1509
|
*
|
|
1348
1510
|
* @example
|
|
1349
1511
|
* 5
|
|
@@ -1351,10 +1513,11 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
|
|
|
1351
1513
|
spotInstancePools?: number;
|
|
1352
1514
|
/**
|
|
1353
1515
|
* @remarks
|
|
1354
|
-
*
|
|
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.
|
|
1355
1519
|
*
|
|
1356
|
-
*
|
|
1357
|
-
* * `false`
|
|
1520
|
+
* - `false`: Disables replenishment.
|
|
1358
1521
|
*
|
|
1359
1522
|
* @example
|
|
1360
1523
|
* false
|
|
@@ -1362,18 +1525,20 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
|
|
|
1362
1525
|
spotInstanceRemedy?: boolean;
|
|
1363
1526
|
/**
|
|
1364
1527
|
* @remarks
|
|
1365
|
-
*
|
|
1528
|
+
* Market price range configuration for spot instances.
|
|
1366
1529
|
*/
|
|
1367
1530
|
spotPriceLimit?: DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroupSpotPriceLimit[];
|
|
1368
1531
|
/**
|
|
1369
1532
|
* @remarks
|
|
1370
|
-
*
|
|
1533
|
+
* Spot instance type. Valid values:
|
|
1534
|
+
*
|
|
1535
|
+
* - NoSpot: Regular instance.
|
|
1536
|
+
*
|
|
1537
|
+
* - SpotWithPriceLimit: Sets a maximum price for spot instances.
|
|
1371
1538
|
*
|
|
1372
|
-
*
|
|
1373
|
-
* * SpotWithPriceLimit: specifies the highest bid.
|
|
1374
|
-
* * SpotAsPriceGo: automatically submits bids based on the up-to-date market price.
|
|
1539
|
+
* - SpotAsPriceGo: Uses the current market price.
|
|
1375
1540
|
*
|
|
1376
|
-
* For more information, see [
|
|
1541
|
+
* For more information, see [Spot instances](https://help.aliyun.com/document_detail/157759.html).
|
|
1377
1542
|
*
|
|
1378
1543
|
* @example
|
|
1379
1544
|
* NoSpot
|
|
@@ -1381,12 +1546,13 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
|
|
|
1381
1546
|
spotStrategy?: string;
|
|
1382
1547
|
/**
|
|
1383
1548
|
* @remarks
|
|
1384
|
-
*
|
|
1549
|
+
* Indicates whether burst performance is enabled for the system disk. Valid values:
|
|
1385
1550
|
*
|
|
1386
|
-
*
|
|
1387
|
-
* * 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.
|
|
1388
1552
|
*
|
|
1389
|
-
*
|
|
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).
|
|
1390
1556
|
*
|
|
1391
1557
|
* @example
|
|
1392
1558
|
* true
|
|
@@ -1394,18 +1560,22 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
|
|
|
1394
1560
|
systemDiskBurstingEnabled?: boolean;
|
|
1395
1561
|
/**
|
|
1396
1562
|
* @remarks
|
|
1397
|
-
*
|
|
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.
|
|
1398
1564
|
*/
|
|
1399
1565
|
systemDiskCategories?: string[];
|
|
1400
1566
|
/**
|
|
1401
1567
|
* @remarks
|
|
1402
|
-
*
|
|
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.
|
|
1575
|
+
*
|
|
1576
|
+
* - `cloud_auto`: ESSD AutoPL disk.
|
|
1403
1577
|
*
|
|
1404
|
-
*
|
|
1405
|
-
* * `cloud_ssd`: SSD
|
|
1406
|
-
* * `cloud_essd`: Enterprise ESSD (ESSD).
|
|
1407
|
-
* * `cloud_auto`: ESSD AutoPL disk.
|
|
1408
|
-
* * `cloud_essd_entry`: ESSD Entry disk.
|
|
1578
|
+
* - `cloud_essd_entry`: ESSD Entry disk.
|
|
1409
1579
|
*
|
|
1410
1580
|
* @example
|
|
1411
1581
|
* cloud_efficiency
|
|
@@ -1413,7 +1583,7 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
|
|
|
1413
1583
|
systemDiskCategory?: string;
|
|
1414
1584
|
/**
|
|
1415
1585
|
* @remarks
|
|
1416
|
-
*
|
|
1586
|
+
* Encryption algorithm used for the system disk. Valid values: aes-256.
|
|
1417
1587
|
*
|
|
1418
1588
|
* @example
|
|
1419
1589
|
* aes-256
|
|
@@ -1421,10 +1591,11 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
|
|
|
1421
1591
|
systemDiskEncryptAlgorithm?: string;
|
|
1422
1592
|
/**
|
|
1423
1593
|
* @remarks
|
|
1424
|
-
*
|
|
1594
|
+
* Indicates whether the system disk is encrypted. Valid values:
|
|
1425
1595
|
*
|
|
1426
|
-
*
|
|
1427
|
-
*
|
|
1596
|
+
* - true: Encrypted.
|
|
1597
|
+
*
|
|
1598
|
+
* - false: Not encrypted.
|
|
1428
1599
|
*
|
|
1429
1600
|
* @example
|
|
1430
1601
|
* false
|
|
@@ -1432,7 +1603,7 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
|
|
|
1432
1603
|
systemDiskEncrypted?: boolean;
|
|
1433
1604
|
/**
|
|
1434
1605
|
* @remarks
|
|
1435
|
-
*
|
|
1606
|
+
* KMS key ID used for the system disk.
|
|
1436
1607
|
*
|
|
1437
1608
|
* @example
|
|
1438
1609
|
* 0e478b7a-4262-4802-b8cb-00d3fb40****
|
|
@@ -1440,12 +1611,15 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
|
|
|
1440
1611
|
systemDiskKmsKeyId?: string;
|
|
1441
1612
|
/**
|
|
1442
1613
|
* @remarks
|
|
1443
|
-
*
|
|
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.
|
|
1444
1619
|
*
|
|
1445
|
-
*
|
|
1446
|
-
*
|
|
1447
|
-
*
|
|
1448
|
-
* * 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.
|
|
1449
1623
|
*
|
|
1450
1624
|
* @example
|
|
1451
1625
|
* PL1
|
|
@@ -1453,7 +1627,7 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
|
|
|
1453
1627
|
systemDiskPerformanceLevel?: string;
|
|
1454
1628
|
/**
|
|
1455
1629
|
* @remarks
|
|
1456
|
-
*
|
|
1630
|
+
* Provisioned read/write IOPS for the system disk. Configure this parameter when the disk type is cloud_auto.
|
|
1457
1631
|
*
|
|
1458
1632
|
* @example
|
|
1459
1633
|
* 1000
|
|
@@ -1461,23 +1635,30 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
|
|
|
1461
1635
|
systemDiskProvisionedIops?: number;
|
|
1462
1636
|
/**
|
|
1463
1637
|
* @remarks
|
|
1464
|
-
*
|
|
1638
|
+
* System disk size for nodes. Unit: GiB.
|
|
1465
1639
|
*
|
|
1466
|
-
* Valid values: 20
|
|
1640
|
+
* Valid values: [20,2048].
|
|
1467
1641
|
*
|
|
1468
1642
|
* @example
|
|
1469
1643
|
* 120
|
|
1470
1644
|
*/
|
|
1471
1645
|
systemDiskSize?: number;
|
|
1646
|
+
/**
|
|
1647
|
+
* @remarks
|
|
1648
|
+
* System disk snapshot policy.
|
|
1649
|
+
*
|
|
1650
|
+
* @example
|
|
1651
|
+
* sp-0jl6xnmme8v7o935****
|
|
1652
|
+
*/
|
|
1472
1653
|
systemDiskSnapshotPolicyId?: string;
|
|
1473
1654
|
/**
|
|
1474
1655
|
* @remarks
|
|
1475
|
-
*
|
|
1656
|
+
* ECS instance tags.
|
|
1476
1657
|
*/
|
|
1477
1658
|
tags?: Tag[];
|
|
1478
1659
|
/**
|
|
1479
1660
|
* @remarks
|
|
1480
|
-
*
|
|
1661
|
+
* List of virtual switch IDs.
|
|
1481
1662
|
*/
|
|
1482
1663
|
vswitchIds?: string[];
|
|
1483
1664
|
static names(): { [key: string]: string } {
|
|
@@ -1640,7 +1821,7 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
|
|
|
1640
1821
|
export class DescribeClusterNodePoolsResponseBodyNodepoolsStatus extends $dara.Model {
|
|
1641
1822
|
/**
|
|
1642
1823
|
* @remarks
|
|
1643
|
-
*
|
|
1824
|
+
* Number of failed instances.
|
|
1644
1825
|
*
|
|
1645
1826
|
* @example
|
|
1646
1827
|
* 0
|
|
@@ -1648,7 +1829,7 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsStatus extends $dara.M
|
|
|
1648
1829
|
failedNodes?: number;
|
|
1649
1830
|
/**
|
|
1650
1831
|
* @remarks
|
|
1651
|
-
*
|
|
1832
|
+
* Number of healthy instances.
|
|
1652
1833
|
*
|
|
1653
1834
|
* @example
|
|
1654
1835
|
* 3
|
|
@@ -1656,7 +1837,7 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsStatus extends $dara.M
|
|
|
1656
1837
|
healthyNodes?: number;
|
|
1657
1838
|
/**
|
|
1658
1839
|
* @remarks
|
|
1659
|
-
*
|
|
1840
|
+
* Number of nodes being created.
|
|
1660
1841
|
*
|
|
1661
1842
|
* @example
|
|
1662
1843
|
* 0
|
|
@@ -1664,7 +1845,7 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsStatus extends $dara.M
|
|
|
1664
1845
|
initialNodes?: number;
|
|
1665
1846
|
/**
|
|
1666
1847
|
* @remarks
|
|
1667
|
-
*
|
|
1848
|
+
* Number of offline nodes.
|
|
1668
1849
|
*
|
|
1669
1850
|
* @example
|
|
1670
1851
|
* 0
|
|
@@ -1672,7 +1853,7 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsStatus extends $dara.M
|
|
|
1672
1853
|
offlineNodes?: number;
|
|
1673
1854
|
/**
|
|
1674
1855
|
* @remarks
|
|
1675
|
-
*
|
|
1856
|
+
* Number of nodes being removed.
|
|
1676
1857
|
*
|
|
1677
1858
|
* @example
|
|
1678
1859
|
* 0
|
|
@@ -1680,7 +1861,7 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsStatus extends $dara.M
|
|
|
1680
1861
|
removingNodes?: number;
|
|
1681
1862
|
/**
|
|
1682
1863
|
* @remarks
|
|
1683
|
-
*
|
|
1864
|
+
* Number of active nodes.
|
|
1684
1865
|
*
|
|
1685
1866
|
* @example
|
|
1686
1867
|
* 3
|
|
@@ -1688,13 +1869,17 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsStatus extends $dara.M
|
|
|
1688
1869
|
servingNodes?: number;
|
|
1689
1870
|
/**
|
|
1690
1871
|
* @remarks
|
|
1691
|
-
*
|
|
1872
|
+
* Node pool state. Valid values:
|
|
1873
|
+
*
|
|
1874
|
+
* - `active`: Activated.
|
|
1692
1875
|
*
|
|
1693
|
-
*
|
|
1694
|
-
*
|
|
1695
|
-
*
|
|
1696
|
-
*
|
|
1697
|
-
*
|
|
1876
|
+
* - `scaling`: Scaling.
|
|
1877
|
+
*
|
|
1878
|
+
* - `removing`: Removing nodes.
|
|
1879
|
+
*
|
|
1880
|
+
* - `deleting`: Deleting.
|
|
1881
|
+
*
|
|
1882
|
+
* - `updating`: Updating.
|
|
1698
1883
|
*
|
|
1699
1884
|
* @example
|
|
1700
1885
|
* active
|
|
@@ -1702,7 +1887,7 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsStatus extends $dara.M
|
|
|
1702
1887
|
state?: string;
|
|
1703
1888
|
/**
|
|
1704
1889
|
* @remarks
|
|
1705
|
-
*
|
|
1890
|
+
* Total number of nodes in the node pool.
|
|
1706
1891
|
*
|
|
1707
1892
|
* @example
|
|
1708
1893
|
* 3
|
|
@@ -1746,10 +1931,11 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsStatus extends $dara.M
|
|
|
1746
1931
|
export class DescribeClusterNodePoolsResponseBodyNodepoolsTeeConfig extends $dara.Model {
|
|
1747
1932
|
/**
|
|
1748
1933
|
* @remarks
|
|
1749
|
-
*
|
|
1934
|
+
* Indicates whether confidential computing is enabled. Valid values:
|
|
1750
1935
|
*
|
|
1751
|
-
*
|
|
1752
|
-
*
|
|
1936
|
+
* - `true`: Enabled.
|
|
1937
|
+
*
|
|
1938
|
+
* - `false`: Disabled.
|
|
1753
1939
|
*
|
|
1754
1940
|
* @example
|
|
1755
1941
|
* false
|
|
@@ -1777,78 +1963,93 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsTeeConfig extends $dar
|
|
|
1777
1963
|
}
|
|
1778
1964
|
|
|
1779
1965
|
export class DescribeClusterNodePoolsResponseBodyNodepools extends $dara.Model {
|
|
1966
|
+
/**
|
|
1967
|
+
* @remarks
|
|
1968
|
+
* Intelligent management configuration.
|
|
1969
|
+
*/
|
|
1780
1970
|
autoMode?: DescribeClusterNodePoolsResponseBodyNodepoolsAutoMode;
|
|
1781
1971
|
/**
|
|
1782
1972
|
* @remarks
|
|
1783
|
-
*
|
|
1973
|
+
* Automatic scaling configuration.
|
|
1784
1974
|
*/
|
|
1785
1975
|
autoScaling?: DescribeClusterNodePoolsResponseBodyNodepoolsAutoScaling;
|
|
1786
1976
|
/**
|
|
1787
1977
|
* @remarks
|
|
1788
|
-
*
|
|
1978
|
+
* Lingjun node group information.
|
|
1979
|
+
*/
|
|
1980
|
+
efloNodeGroup?: DescribeClusterNodePoolsResponseBodyNodepoolsEfloNodeGroup;
|
|
1981
|
+
/**
|
|
1982
|
+
* @remarks
|
|
1983
|
+
* [This field is deprecated.]
|
|
1789
1984
|
*
|
|
1790
|
-
*
|
|
1985
|
+
* Network configuration for edge node pools. This parameter applies only to edge-type node pools.
|
|
1791
1986
|
*/
|
|
1792
1987
|
interconnectConfig?: DescribeClusterNodePoolsResponseBodyNodepoolsInterconnectConfig;
|
|
1793
1988
|
/**
|
|
1794
1989
|
* @remarks
|
|
1795
|
-
*
|
|
1990
|
+
* Network type for edge node pools. This parameter applies only to node pools where `type` is `edge`. Valid values:
|
|
1796
1991
|
*
|
|
1797
|
-
*
|
|
1798
|
-
*
|
|
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.
|
|
1799
1995
|
*
|
|
1800
1996
|
* @example
|
|
1801
|
-
*
|
|
1997
|
+
* basic
|
|
1802
1998
|
*/
|
|
1803
1999
|
interconnectMode?: string;
|
|
1804
2000
|
/**
|
|
1805
2001
|
* @remarks
|
|
1806
|
-
*
|
|
2002
|
+
* Cluster-related configuration.
|
|
1807
2003
|
*/
|
|
1808
2004
|
kubernetesConfig?: DescribeClusterNodePoolsResponseBodyNodepoolsKubernetesConfig;
|
|
1809
2005
|
/**
|
|
1810
2006
|
* @remarks
|
|
1811
|
-
*
|
|
2007
|
+
* Managed node pool configuration. This parameter takes effect only for professional managed clusters.
|
|
1812
2008
|
*/
|
|
1813
2009
|
management?: DescribeClusterNodePoolsResponseBodyNodepoolsManagement;
|
|
1814
2010
|
/**
|
|
1815
2011
|
* @remarks
|
|
1816
|
-
*
|
|
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.
|
|
1817
2013
|
*
|
|
1818
2014
|
* @example
|
|
1819
2015
|
* 10
|
|
1820
2016
|
*/
|
|
1821
2017
|
maxNodes?: number;
|
|
2018
|
+
/**
|
|
2019
|
+
* @remarks
|
|
2020
|
+
* List of node components.
|
|
2021
|
+
*/
|
|
1822
2022
|
nodeComponents?: DescribeClusterNodePoolsResponseBodyNodepoolsNodeComponents[];
|
|
1823
2023
|
/**
|
|
1824
2024
|
* @remarks
|
|
1825
|
-
*
|
|
2025
|
+
* Node configuration.
|
|
1826
2026
|
*/
|
|
1827
2027
|
nodeConfig?: DescribeClusterNodePoolsResponseBodyNodepoolsNodeConfig;
|
|
1828
2028
|
/**
|
|
1829
2029
|
* @remarks
|
|
1830
|
-
*
|
|
2030
|
+
* Node pool information.
|
|
1831
2031
|
*/
|
|
1832
2032
|
nodepoolInfo?: DescribeClusterNodePoolsResponseBodyNodepoolsNodepoolInfo;
|
|
1833
2033
|
/**
|
|
1834
2034
|
* @remarks
|
|
1835
|
-
*
|
|
2035
|
+
* Scaling group configuration for the node pool.
|
|
1836
2036
|
*/
|
|
1837
2037
|
scalingGroup?: DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup;
|
|
1838
2038
|
/**
|
|
1839
2039
|
* @remarks
|
|
1840
|
-
*
|
|
2040
|
+
* Node pool status.
|
|
1841
2041
|
*/
|
|
1842
2042
|
status?: DescribeClusterNodePoolsResponseBodyNodepoolsStatus;
|
|
1843
2043
|
/**
|
|
1844
2044
|
* @remarks
|
|
1845
|
-
*
|
|
2045
|
+
* Confidential computing configuration.
|
|
1846
2046
|
*/
|
|
1847
2047
|
teeConfig?: DescribeClusterNodePoolsResponseBodyNodepoolsTeeConfig;
|
|
1848
2048
|
static names(): { [key: string]: string } {
|
|
1849
2049
|
return {
|
|
1850
2050
|
autoMode: 'auto_mode',
|
|
1851
2051
|
autoScaling: 'auto_scaling',
|
|
2052
|
+
efloNodeGroup: 'eflo_node_group',
|
|
1852
2053
|
interconnectConfig: 'interconnect_config',
|
|
1853
2054
|
interconnectMode: 'interconnect_mode',
|
|
1854
2055
|
kubernetesConfig: 'kubernetes_config',
|
|
@@ -1867,6 +2068,7 @@ export class DescribeClusterNodePoolsResponseBodyNodepools extends $dara.Model {
|
|
|
1867
2068
|
return {
|
|
1868
2069
|
autoMode: DescribeClusterNodePoolsResponseBodyNodepoolsAutoMode,
|
|
1869
2070
|
autoScaling: DescribeClusterNodePoolsResponseBodyNodepoolsAutoScaling,
|
|
2071
|
+
efloNodeGroup: DescribeClusterNodePoolsResponseBodyNodepoolsEfloNodeGroup,
|
|
1870
2072
|
interconnectConfig: DescribeClusterNodePoolsResponseBodyNodepoolsInterconnectConfig,
|
|
1871
2073
|
interconnectMode: 'string',
|
|
1872
2074
|
kubernetesConfig: DescribeClusterNodePoolsResponseBodyNodepoolsKubernetesConfig,
|
|
@@ -1888,6 +2090,9 @@ export class DescribeClusterNodePoolsResponseBodyNodepools extends $dara.Model {
|
|
|
1888
2090
|
if(this.autoScaling && typeof (this.autoScaling as any).validate === 'function') {
|
|
1889
2091
|
(this.autoScaling as any).validate();
|
|
1890
2092
|
}
|
|
2093
|
+
if(this.efloNodeGroup && typeof (this.efloNodeGroup as any).validate === 'function') {
|
|
2094
|
+
(this.efloNodeGroup as any).validate();
|
|
2095
|
+
}
|
|
1891
2096
|
if(this.interconnectConfig && typeof (this.interconnectConfig as any).validate === 'function') {
|
|
1892
2097
|
(this.interconnectConfig as any).validate();
|
|
1893
2098
|
}
|
|
@@ -1926,7 +2131,7 @@ export class DescribeClusterNodePoolsResponseBodyNodepools extends $dara.Model {
|
|
|
1926
2131
|
export class DescribeClusterNodePoolsResponseBody extends $dara.Model {
|
|
1927
2132
|
/**
|
|
1928
2133
|
* @remarks
|
|
1929
|
-
*
|
|
2134
|
+
* List of node pool instances.
|
|
1930
2135
|
*/
|
|
1931
2136
|
nodepools?: DescribeClusterNodePoolsResponseBodyNodepools[];
|
|
1932
2137
|
static names(): { [key: string]: string } {
|