@alicloud/cs20151215 6.6.4 → 6.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client.d.ts +220 -124
- package/dist/client.js +247 -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 +491 -284
- package/dist/models/CreateClusterNodePoolRequest.js +2 -0
- package/dist/models/CreateClusterNodePoolRequest.js.map +1 -1
- package/dist/models/CreateClusterNodePoolResponseBody.d.ts +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 +464 -214
- package/dist/models/DescribeClusterNodePoolDetailResponseBody.js +2 -0
- package/dist/models/DescribeClusterNodePoolDetailResponseBody.js.map +1 -1
- package/dist/models/DescribeClusterNodePoolsRequest.d.ts +1 -1
- package/dist/models/DescribeClusterNodePoolsResponseBody.d.ts +396 -233
- 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 +353 -216
- 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 +277 -183
- 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/RunNodeOperationRequest.d.ts +22 -0
- package/dist/models/RunNodeOperationRequest.js +63 -0
- package/dist/models/RunNodeOperationRequest.js.map +1 -0
- package/dist/models/RunNodeOperationResponse.d.ts +19 -0
- package/dist/models/RunNodeOperationResponse.js +69 -0
- package/dist/models/RunNodeOperationResponse.js.map +1 -0
- package/dist/models/RunNodeOperationResponseBody.d.ts +28 -0
- package/dist/models/RunNodeOperationResponseBody.js +62 -0
- package/dist/models/RunNodeOperationResponseBody.js.map +1 -0
- 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 +3 -0
- package/dist/models/model.js +8 -2
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +251 -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 +493 -284
- package/src/models/CreateClusterNodePoolResponseBody.ts +1 -1
- 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 +466 -214
- package/src/models/DescribeClusterNodePoolsRequest.ts +1 -1
- package/src/models/DescribeClusterNodePoolsResponseBody.ts +398 -233
- 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 +356 -217
- 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 +279 -183
- 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/RunNodeOperationRequest.ts +40 -0
- package/src/models/RunNodeOperationResponse.ts +40 -0
- package/src/models/RunNodeOperationResponseBody.ts +45 -0
- 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 +3 -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 to enable intelligent hosting.
|
|
16
|
+
*
|
|
17
|
+
* @example
|
|
18
|
+
* true
|
|
19
|
+
*/
|
|
13
20
|
enable?: boolean;
|
|
14
21
|
static names(): { [key: string]: string } {
|
|
15
22
|
return {
|
|
@@ -35,7 +42,7 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsAutoMode extends $dara
|
|
|
35
42
|
export class DescribeClusterNodePoolsResponseBodyNodepoolsAutoScaling extends $dara.Model {
|
|
36
43
|
/**
|
|
37
44
|
* @remarks
|
|
38
|
-
* The maximum bandwidth of the
|
|
45
|
+
* The maximum bandwidth of the EIP.
|
|
39
46
|
*
|
|
40
47
|
* Valid values: 1 to 100. Unit: Mbit/s.
|
|
41
48
|
*
|
|
@@ -47,8 +54,9 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsAutoScaling extends $d
|
|
|
47
54
|
* @remarks
|
|
48
55
|
* The billing method of the EIP. 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
|
|
@@ -58,10 +66,11 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsAutoScaling extends $d
|
|
|
58
66
|
* @remarks
|
|
59
67
|
* Indicates whether auto 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 auto scaling for the node pool. When cluster resources are insufficient for pod scheduling, ACK automatically scales nodes based on the configured minimum and maximum number of instances. For clusters running Kubernetes 1.24 or later, on-demand node scaling is enabled by default. For clusters running Kubernetes versions earlier than 1.24, node autoscaling is enabled by default. For more information, see [Node scaling](https://help.aliyun.com/document_detail/2746785.html).
|
|
63
70
|
*
|
|
64
|
-
*
|
|
71
|
+
* - `false`: Auto scaling is disabled. ACK adjusts the number of nodes in the node pool to the expected number of nodes.
|
|
72
|
+
*
|
|
73
|
+
* If this parameter is set to false, other parameters in the auto_scaling object 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 to associate an EIP with the node. Valid values:
|
|
82
|
+
*
|
|
83
|
+
* - `true`: Associates an EIP with the node.
|
|
73
84
|
*
|
|
74
|
-
*
|
|
75
|
-
* * `false`
|
|
85
|
+
* - `false`: Does not associate an EIP with the node.
|
|
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
|
-
* The maximum number of
|
|
93
|
+
* The maximum number of instances that can be created in the node pool. This value does not include 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
|
-
* The minimum number of
|
|
101
|
+
* The minimum number of instances that must be kept in the node pool. This value does not include 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
|
-
* The
|
|
109
|
+
* The type of auto scaling. This parameter specifies the type of instances that are used for auto scaling. Valid values:
|
|
100
110
|
*
|
|
101
|
-
*
|
|
102
|
-
*
|
|
103
|
-
*
|
|
104
|
-
*
|
|
111
|
+
* - `cpu`: regular instances.
|
|
112
|
+
*
|
|
113
|
+
* - `gpu`: GPU-accelerated instances.
|
|
114
|
+
*
|
|
115
|
+
* - `gpushare`: shared GPU-accelerated instances.
|
|
116
|
+
*
|
|
117
|
+
* - `spot`: spot instances.
|
|
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
|
+
* The ID of the Lingjun cluster.
|
|
160
|
+
*
|
|
145
161
|
* @example
|
|
146
162
|
* i113790071760688002461
|
|
147
163
|
*/
|
|
148
164
|
clusterId?: string;
|
|
149
165
|
/**
|
|
166
|
+
* @remarks
|
|
167
|
+
* The ID of the Lingjun group.
|
|
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 parameter is
|
|
199
|
+
* [This parameter is deprecated]
|
|
181
200
|
*
|
|
182
|
-
* The bandwidth of the enhanced edge node pool. Unit: Mbit/s.
|
|
201
|
+
* The network bandwidth of the enhanced edge node pool. Unit: Mbit/s.
|
|
183
202
|
*
|
|
184
203
|
* @example
|
|
185
204
|
* 10
|
|
@@ -187,7 +206,7 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsInterconnectConfig ext
|
|
|
187
206
|
bandwidth?: number;
|
|
188
207
|
/**
|
|
189
208
|
* @remarks
|
|
190
|
-
* This parameter is
|
|
209
|
+
* [This parameter is deprecated]
|
|
191
210
|
*
|
|
192
211
|
* The ID of the Cloud Connect Network (CCN) instance that is associated with the enhanced edge node pool.
|
|
193
212
|
*
|
|
@@ -197,9 +216,9 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsInterconnectConfig ext
|
|
|
197
216
|
ccnId?: string;
|
|
198
217
|
/**
|
|
199
218
|
* @remarks
|
|
200
|
-
* This parameter is
|
|
219
|
+
* [This parameter is deprecated]
|
|
201
220
|
*
|
|
202
|
-
* The region
|
|
221
|
+
* The region where the CCN instance associated with the enhanced edge node pool resides.
|
|
203
222
|
*
|
|
204
223
|
* @example
|
|
205
224
|
* cn-shanghai
|
|
@@ -207,7 +226,7 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsInterconnectConfig ext
|
|
|
207
226
|
ccnRegionId?: string;
|
|
208
227
|
/**
|
|
209
228
|
* @remarks
|
|
210
|
-
* This parameter is
|
|
229
|
+
* [This parameter is deprecated]
|
|
211
230
|
*
|
|
212
231
|
* The ID of the Cloud Enterprise Network (CEN) instance that is associated with the enhanced edge node pool.
|
|
213
232
|
*
|
|
@@ -217,9 +236,9 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsInterconnectConfig ext
|
|
|
217
236
|
cenId?: string;
|
|
218
237
|
/**
|
|
219
238
|
* @remarks
|
|
220
|
-
* This parameter is
|
|
239
|
+
* [This parameter is deprecated]
|
|
221
240
|
*
|
|
222
|
-
* The subscription duration of the enhanced edge node pool. Unit:
|
|
241
|
+
* The subscription duration of the enhanced edge node pool. Unit: month.
|
|
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 to install CloudMonitor on the ECS nodes. After CloudMonitor is installed, you can view the monitoring information of the created ECS instances in the CloudMonitor console. We recommend that you enable this feature. Valid values:
|
|
261
280
|
*
|
|
262
|
-
*
|
|
263
|
-
*
|
|
281
|
+
* - `true`: Installs CloudMonitor on the ECS nodes.
|
|
282
|
+
*
|
|
283
|
+
* - `false`: Does not install CloudMonitor on the 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
|
-
* The CPU management policy of the
|
|
291
|
+
* The CPU management policy of the node. The following policies are supported for clusters of Kubernetes 1.12.6 and later:
|
|
292
|
+
*
|
|
293
|
+
* - `static`: allows pods with specific resource characteristics on the node to be granted enhanced CPU affinity and exclusivity.
|
|
272
294
|
*
|
|
273
|
-
*
|
|
274
|
-
* * `none`: specifies that the default CPU affinity is used.
|
|
295
|
+
* - `none`: indicates that the default CPU affinity scheme is enabled.
|
|
275
296
|
*
|
|
276
297
|
* @example
|
|
277
298
|
* none
|
|
@@ -284,22 +305,23 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsKubernetesConfig exten
|
|
|
284
305
|
labels?: Tag[];
|
|
285
306
|
/**
|
|
286
307
|
* @remarks
|
|
287
|
-
* The
|
|
308
|
+
* The custom node name.
|
|
288
309
|
*
|
|
289
|
-
*
|
|
310
|
+
* A node name consists of three parts: a prefix, the middle part of an IP address, and a 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
|
+
* - The prefix and suffix can contain one or more parts that are separated by periods (.). Each part can contain lowercase letters, digits, and hyphens (-). The node name must start and end with a lowercase letter or a digit.
|
|
293
313
|
*
|
|
294
|
-
*
|
|
314
|
+
* - The IP address segment length specifies the number of digits to be truncated from the end of the node IP address. Valid values: 5 to 12.
|
|
315
|
+
*
|
|
316
|
+
* For example, if the node IP address is 192.1.168.0.55, the prefix is aliyun.com, the IP address segment length is 5, and the suffix is test, the node name is aliyun.com00055test.
|
|
295
317
|
*
|
|
296
318
|
* @example
|
|
297
|
-
*
|
|
319
|
+
* aliyun.com192.XX.YY.55test
|
|
298
320
|
*/
|
|
299
321
|
nodeNameMode?: string;
|
|
300
322
|
/**
|
|
301
323
|
* @remarks
|
|
302
|
-
* The
|
|
324
|
+
* The pre-custom data of the node pool. The script is run before the node is initialized. For more information, see [Generate instance user data](https://help.aliyun.com/document_detail/49121.html).
|
|
303
325
|
*
|
|
304
326
|
* @example
|
|
305
327
|
* IyEvYmluL3NoCmVjaG8gIkhlbGxvIEFD
|
|
@@ -307,14 +329,16 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsKubernetesConfig exten
|
|
|
307
329
|
preUserData?: string;
|
|
308
330
|
/**
|
|
309
331
|
* @remarks
|
|
310
|
-
* The name of the container runtime.
|
|
332
|
+
* The name of the container runtime. ACK supports the following container runtimes.
|
|
333
|
+
*
|
|
334
|
+
* - containerd: recommended. This runtime is supported by all cluster versions.
|
|
335
|
+
*
|
|
336
|
+
* - Sandboxed-Container.runv: a sandboxed container that provides higher isolation. This runtime is supported by clusters of Kubernetes 1.31 and 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. This runtime is supported by clusters of Kubernetes 1.22 and earlier.
|
|
315
339
|
*
|
|
316
340
|
* @example
|
|
317
|
-
*
|
|
341
|
+
* containerd
|
|
318
342
|
*/
|
|
319
343
|
runtime?: string;
|
|
320
344
|
/**
|
|
@@ -322,20 +346,21 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsKubernetesConfig exten
|
|
|
322
346
|
* The version of the container runtime.
|
|
323
347
|
*
|
|
324
348
|
* @example
|
|
325
|
-
*
|
|
349
|
+
* 1.6.38
|
|
326
350
|
*/
|
|
327
351
|
runtimeVersion?: string;
|
|
328
352
|
/**
|
|
329
353
|
* @remarks
|
|
330
|
-
* The
|
|
354
|
+
* The node taints. Taints and tolerations work together to prevent pods from being scheduled to unsuitable nodes. For more information, see [Taints and Tolerations](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 the scaled-out nodes are unschedulable.
|
|
336
360
|
*
|
|
337
|
-
*
|
|
338
|
-
*
|
|
361
|
+
* - true: The scaled-out nodes are unschedulable.
|
|
362
|
+
*
|
|
363
|
+
* - false: The scaled-out nodes are 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
|
-
* The
|
|
371
|
+
* The custom data of the node pool. The script is run after the node is initialized. For more information, see [Generate instance user 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
|
+
* The ID of the auto 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 to allow node restart. This parameter takes effect only when auto_repair is set to true.
|
|
442
|
+
*
|
|
443
|
+
* - `true`: Allows node restart.
|
|
407
444
|
*
|
|
408
|
-
*
|
|
409
|
-
* * `false`: does not allow node restart.
|
|
445
|
+
* - `false`: Does not allow 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 to allow auto update of the kubelet. This parameter takes effect only when auto_upgrade is set to true. Valid values:
|
|
444
480
|
*
|
|
445
|
-
*
|
|
446
|
-
*
|
|
481
|
+
* - `true`: Allows auto update of the kubelet.
|
|
482
|
+
*
|
|
483
|
+
* - `false`: Does not allow auto update of the kubelet.
|
|
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
|
+
* The packages that should be excluded during CVE fixing.
|
|
514
|
+
*
|
|
515
|
+
* @example
|
|
516
|
+
* kernel
|
|
517
|
+
*/
|
|
474
518
|
excludePackages?: string;
|
|
475
519
|
/**
|
|
476
520
|
* @remarks
|
|
477
|
-
*
|
|
521
|
+
* Indicates whether to allow node restart. This parameter takes effect only when auto_vul_fix is set to true. Valid values:
|
|
522
|
+
*
|
|
523
|
+
* - `true`: Allows node restart.
|
|
478
524
|
*
|
|
479
|
-
*
|
|
480
|
-
* * `false`: does not allow node restart.
|
|
525
|
+
* - `false`: Does not allow 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
|
-
* The
|
|
533
|
+
* The CVE levels that are allowed to be automatically fixed. Separate multiple CVE levels with 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 to enable auto update. Valid values:
|
|
527
574
|
*
|
|
528
|
-
*
|
|
529
|
-
*
|
|
575
|
+
* - `true`: Enables auto update.
|
|
576
|
+
*
|
|
577
|
+
* - `false`: Disables auto update.
|
|
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
|
-
* The maximum number of unavailable nodes. Valid values: 1 to 1000
|
|
585
|
+
* The maximum number of unavailable nodes. Valid values: 1 to 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
|
-
* The number of nodes
|
|
595
|
+
* The number of extra nodes. You can specify only one of surge and 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
|
-
* The percentage of
|
|
603
|
+
* The percentage of extra nodes. You can specify only one of surge and surge_percentage.
|
|
556
604
|
*
|
|
557
|
-
* The number of
|
|
605
|
+
* The number of extra nodes = Percentage of extra nodes × Number of nodes. For example, if you set the percentage of extra nodes to 50% and the number of existing nodes is 6, three extra nodes are created.
|
|
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
|
+
* Indicates whether to enable auto repair. This parameter takes effect only when enable is set to true.
|
|
643
|
+
*
|
|
644
|
+
* - `true`: Enables auto repair.
|
|
594
645
|
*
|
|
595
|
-
*
|
|
596
|
-
* * `false`
|
|
646
|
+
* - `false`: Disables auto 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
|
-
* The auto
|
|
654
|
+
* The auto repair policy for nodes.
|
|
605
655
|
*/
|
|
606
656
|
autoRepairPolicy?: DescribeClusterNodePoolsResponseBodyNodepoolsManagementAutoRepairPolicy;
|
|
607
657
|
/**
|
|
608
658
|
* @remarks
|
|
609
|
-
*
|
|
659
|
+
* Indicates whether to enable auto update. This parameter takes effect only when enable is set to true.
|
|
610
660
|
*
|
|
611
|
-
*
|
|
612
|
-
*
|
|
661
|
+
* - `true`: Enables auto update.
|
|
662
|
+
*
|
|
663
|
+
* - `false`: Disables auto update.
|
|
613
664
|
*
|
|
614
665
|
* @example
|
|
615
666
|
* true
|
|
@@ -622,10 +673,11 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsManagement extends $da
|
|
|
622
673
|
autoUpgradePolicy?: DescribeClusterNodePoolsResponseBodyNodepoolsManagementAutoUpgradePolicy;
|
|
623
674
|
/**
|
|
624
675
|
* @remarks
|
|
625
|
-
* Indicates whether
|
|
676
|
+
* Indicates whether to automatically fix CVEs. This parameter takes effect only when enable is set to true.
|
|
677
|
+
*
|
|
678
|
+
* - `true`: Allows CVEs to be automatically fixed.
|
|
626
679
|
*
|
|
627
|
-
*
|
|
628
|
-
* * `true`: disables auto CVE patching.
|
|
680
|
+
* - `false`: Does not allow CVEs to be automatically fixed.
|
|
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
|
-
* The
|
|
688
|
+
* The policy for automatically fixing CVEs.
|
|
637
689
|
*/
|
|
638
690
|
autoVulFixPolicy?: DescribeClusterNodePoolsResponseBodyNodepoolsManagementAutoVulFixPolicy;
|
|
639
691
|
/**
|
|
640
692
|
* @remarks
|
|
641
|
-
*
|
|
693
|
+
* Indicates whether to enable the managed node pool feature. Valid values:
|
|
642
694
|
*
|
|
643
|
-
*
|
|
644
|
-
*
|
|
695
|
+
* - `true`: Enables the managed node pool feature.
|
|
696
|
+
*
|
|
697
|
+
* - `false`: The managed node pool feature is disabled. If you set this parameter to true, the other parameters take effect.
|
|
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
|
-
* The
|
|
705
|
+
* The auto update configurations. This parameter takes effect only when enable is set to 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
|
+
* The custom configurations of the node component.
|
|
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
|
+
* The configurations of the node component.
|
|
791
|
+
*/
|
|
729
792
|
config?: DescribeClusterNodePoolsResponseBodyNodepoolsNodeComponentsConfig;
|
|
730
793
|
/**
|
|
794
|
+
* @remarks
|
|
795
|
+
* The name of the node component.
|
|
796
|
+
*
|
|
731
797
|
* @example
|
|
732
798
|
* kubelet
|
|
733
799
|
*/
|
|
734
800
|
name?: string;
|
|
735
801
|
/**
|
|
802
|
+
* @remarks
|
|
803
|
+
* The version of the node component.
|
|
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
|
+
* The 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
|
-
* The parameter
|
|
870
|
+
* The Kubelet parameter configurations.
|
|
798
871
|
*/
|
|
799
872
|
kubeletConfiguration?: KubeletConfig;
|
|
873
|
+
/**
|
|
874
|
+
* @remarks
|
|
875
|
+
* The node OS configurations.
|
|
876
|
+
*/
|
|
800
877
|
nodeOsConfig?: DescribeClusterNodePoolsResponseBodyNodepoolsNodeConfigNodeOsConfig;
|
|
801
878
|
static names(): { [key: string]: string } {
|
|
802
879
|
return {
|
|
@@ -833,15 +910,16 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsNodepoolInfo extends $
|
|
|
833
910
|
* The 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 has only one default node pool. Valid values:
|
|
842
919
|
*
|
|
843
|
-
*
|
|
844
|
-
*
|
|
920
|
+
* - `true`: The node pool is the default node pool.
|
|
921
|
+
*
|
|
922
|
+
* - `false`: The node pool is not the default node pool.
|
|
845
923
|
*
|
|
846
924
|
* @example
|
|
847
925
|
* true
|
|
@@ -881,11 +959,13 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsNodepoolInfo extends $
|
|
|
881
959
|
resourceGroupId?: string;
|
|
882
960
|
/**
|
|
883
961
|
* @remarks
|
|
884
|
-
* The type of node pool. Valid values:
|
|
962
|
+
* The type of the node pool. Valid values:
|
|
963
|
+
*
|
|
964
|
+
* - `ess`: a regular node pool. This type of node pool provides managed features and supports automatic scaling.
|
|
885
965
|
*
|
|
886
|
-
*
|
|
887
|
-
*
|
|
888
|
-
*
|
|
966
|
+
* - `edge`: an edge node pool.
|
|
967
|
+
*
|
|
968
|
+
* - `lingjun`: a Lingjun node pool.
|
|
889
969
|
*
|
|
890
970
|
* @example
|
|
891
971
|
* ess
|
|
@@ -896,7 +976,7 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsNodepoolInfo extends $
|
|
|
896
976
|
* The 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
|
-
* The private pool ID
|
|
1020
|
+
* The private pool ID. This is the ID of the elasticity assurance or capacity reservation.
|
|
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
|
-
* The type of the private node pool. This parameter specifies the
|
|
1028
|
+
* The type of the private node pool. This parameter specifies the capacity of the private pool that is used to start an instance. The capacity of a private pool is generated after an elasticity assurance or a capacity reservation takes effect. You can select a capacity option when you start an instance. Valid values:
|
|
1029
|
+
*
|
|
1030
|
+
* - `Open`: The system automatically matches the capacity of an open private pool. If no matching private pool is found, the resources in the public pool are used.
|
|
949
1031
|
*
|
|
950
|
-
*
|
|
951
|
-
*
|
|
952
|
-
*
|
|
1032
|
+
* - `Target`: The system uses the capacity of the specified private pool to start the instance. If the capacity of the private pool is unavailable, the instance fails to be started.
|
|
1033
|
+
*
|
|
1034
|
+
* - `None`: The instance is started without using the capacity of a private pool.
|
|
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
|
+
* The list of private pool IDs.
|
|
1067
|
+
*/
|
|
982
1068
|
privatePoolIds?: string[];
|
|
983
1069
|
/**
|
|
1070
|
+
* @remarks
|
|
1071
|
+
* The resource pool policy that is used when an instance is created. Valid values:
|
|
1072
|
+
* PrivatePoolFirst: The private pool is used first.
|
|
1073
|
+
* PrivatePoolOnly: Only the private pool is used.
|
|
1074
|
+
* None: No resource pool policy is used.
|
|
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
|
-
* The instance type of
|
|
1109
|
+
* The instance type of the spot instance.
|
|
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
|
-
* The price
|
|
1117
|
+
* The price range for a single 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 to enable auto-renewal for the 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
|
-
* The auto-renewal
|
|
1171
|
+
* The duration of each auto-renewal. Valid values:
|
|
1172
|
+
*
|
|
1173
|
+
* - If PeriodUnit is set to Week: 1, 2, and 3.
|
|
1071
1174
|
*
|
|
1072
|
-
*
|
|
1073
|
-
* * Valid values when PeriodUnit is set to Month: 1, 2, 3, 6, 12, 24, 36, 48, and 60
|
|
1175
|
+
* - If PeriodUnit is set to Month: 1, 2, 3, 6, 12, 24, 36, 48, and 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 parameter is deprecated
|
|
1183
|
+
* [This parameter 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
|
+
* If multi_az_policy is set to `COST_OPTIMIZED`, this parameter specifies whether to allow the system to automatically create pay-as-you-go instances to meet the required number of ECS instances when preemptible instances cannot be created due to reasons such as price and inventory. Valid values:
|
|
1094
1196
|
*
|
|
1095
|
-
*
|
|
1096
|
-
*
|
|
1197
|
+
* - `true`: Allows the system to automatically create pay-as-you-go instances to meet the required number of ECS instances.
|
|
1198
|
+
*
|
|
1199
|
+
* - `false`: Does not allow the system to automatically create pay-as-you-go instances to meet the required number of ECS instances.
|
|
1097
1200
|
*
|
|
1098
1201
|
* @example
|
|
1099
1202
|
* true
|
|
@@ -1101,7 +1204,7 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
|
|
|
1101
1204
|
compensateWithOnDemand?: boolean;
|
|
1102
1205
|
/**
|
|
1103
1206
|
* @remarks
|
|
1104
|
-
* The configurations of the data disks
|
|
1207
|
+
* The combination of the configurations of the data disks of the node, such as the disk type and size.
|
|
1105
1208
|
*/
|
|
1106
1209
|
dataDisks?: DataDisk[];
|
|
1107
1210
|
/**
|
|
@@ -1120,40 +1223,54 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
|
|
|
1120
1223
|
* 2
|
|
1121
1224
|
*/
|
|
1122
1225
|
desiredSize?: number;
|
|
1226
|
+
/**
|
|
1227
|
+
* @remarks
|
|
1228
|
+
* The block device initialization configuration.
|
|
1229
|
+
*/
|
|
1123
1230
|
diskInit?: DiskInit[];
|
|
1124
1231
|
/**
|
|
1125
1232
|
* @remarks
|
|
1126
|
-
* The
|
|
1233
|
+
* The custom image ID. You can call the `DescribeKubernetesVersionMetadata` operation to query the images supported by the system.
|
|
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
|
-
* The
|
|
1241
|
+
* The OS image type.
|
|
1242
|
+
*
|
|
1243
|
+
* - `AliyunLinux`: Alibaba Cloud Linux 2 image.
|
|
1244
|
+
*
|
|
1245
|
+
* - `AliyunLinuxSecurity`: Alibaba Cloud Linux 2 UEFI image.
|
|
1246
|
+
*
|
|
1247
|
+
* - `AliyunLinux3`: Alibaba Cloud Linux 3 image.
|
|
1248
|
+
*
|
|
1249
|
+
* - `AliyunLinux3Arm64`: Alibaba Cloud Linux 3 ARM image.
|
|
1250
|
+
*
|
|
1251
|
+
* - `AliyunLinux3Security`: Alibaba Cloud Linux 3 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`: Alibaba Cloud Linux 3 container-optimized image.
|
|
1146
1262
|
*
|
|
1147
1263
|
* @example
|
|
1148
|
-
*
|
|
1264
|
+
* AliyunLinux3
|
|
1149
1265
|
*/
|
|
1150
1266
|
imageType?: string;
|
|
1151
1267
|
/**
|
|
1152
1268
|
* @remarks
|
|
1153
1269
|
* The billing method of the 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
|
-
* The attribute configurations
|
|
1281
|
+
* The instance attribute configurations.
|
|
1165
1282
|
*/
|
|
1166
1283
|
instancePatterns?: InstancePatterns[];
|
|
1167
1284
|
/**
|
|
1168
1285
|
* @remarks
|
|
1169
|
-
* The list of instance types. You can select multiple instance types. When
|
|
1286
|
+
* The list of node instance types. You can select multiple instance types as alternatives. When a node is created, the system starts from the first instance type until the node is created. The instance type that is used to create the node may vary based on the inventory.
|
|
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
|
-
* The
|
|
1294
|
+
* The billing method of the public IP address of the node.
|
|
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
|
-
* The maximum outbound bandwidth of the public IP address. Unit: Mbit/s. Valid values: 1 to 100.
|
|
1306
|
+
* The maximum outbound bandwidth of the public IP address of the node. Unit: Mbit/s. 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
|
-
* The name of the key pair. You must
|
|
1314
|
+
* The name of the key pair. You must set one of key_pair and login_password.
|
|
1197
1315
|
*
|
|
1198
|
-
* You
|
|
1316
|
+
* You can set only `key_pair` for managed node pools.
|
|
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 created ECS instance as a non-root user.
|
|
1207
1325
|
*
|
|
1208
|
-
*
|
|
1209
|
-
*
|
|
1326
|
+
* - true: Log on as a 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
|
-
* The
|
|
1336
|
+
* The SSH logon password. You must set one of key_pair and login_password. The password must be 8 to 30 characters in length, and contain at least three of the following character types: uppercase letters, lowercase letters, digits, and special characters.
|
|
1218
1337
|
*
|
|
1219
|
-
*
|
|
1338
|
+
* For security reasons, the 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
|
-
* The
|
|
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
|
+
* The scaling policy for the ECS instances in the multi-zone scaling group. Valid values:
|
|
1230
1347
|
*
|
|
1231
|
-
*
|
|
1348
|
+
* - `PRIORITY`: The system scales ECS instances based on the vSwitches that you specify (VSwitchIds.N). If an ECS instance cannot be created in the zone where the vSwitch with a higher priority resides, the system uses the vSwitch with the next priority to create the ECS instance.
|
|
1232
1349
|
*
|
|
1233
|
-
*
|
|
1350
|
+
* - `COST_OPTIMIZED`: The system creates ECS instances at the lowest vCPU price. If multiple instance types are specified in the scaling configuration and the preemptible instance feature is enabled, the system preferentially creates preemptible instances. You can use the `CompensateWithOnDemand` parameter to specify whether to automatically create pay-as-you-go instances when preemptible instances cannot be created due to reasons such as insufficient inventory.
|
|
1234
1351
|
*
|
|
1235
|
-
*
|
|
1352
|
+
* > `COST_OPTIMIZED` takes effect only if the scaling configuration uses multiple instance types or spot instances.
|
|
1236
1353
|
*
|
|
1237
|
-
*
|
|
1354
|
+
* - `BALANCE`: The system evenly distributes ECS instances across the specified zones of the scaling group. If the distribution of ECS instances becomes unbalanced due to insufficient inventory, you can call the API `RebalanceInstances` operation to balance the resource distribution. 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
|
-
* The minimum number of pay-as-you-go instances that must be
|
|
1362
|
+
* The minimum number of pay-as-you-go instances that must be contained in the scaling group. Valid values: 0 to 1000. If the number of pay-as-you-go instances is less than this value, the system preferentially creates pay-as-you-go instances.
|
|
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
|
-
* The percentage of pay-as-you-go instances among the extra instances that
|
|
1370
|
+
* The percentage of pay-as-you-go instances among the extra instances that are created after the minimum number of pay-as-you-go instances (`on_demand_base_capacity`) is met. Valid values: 0 to 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
|
-
* The subscription duration of the nodes
|
|
1378
|
+
* The subscription duration of the nodes. This parameter is required and takes effect only when instance_charge_type is set to PrePaid.
|
|
1262
1379
|
*
|
|
1263
|
-
*
|
|
1264
|
-
*
|
|
1380
|
+
* - If period_unit is set to Week, the valid values of period are 1, 2, 3, and 4.
|
|
1381
|
+
*
|
|
1382
|
+
* - If period_unit is set to Month, the valid values of period are 1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 24, 36, 48, and 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
|
-
* The billing cycle of the nodes
|
|
1390
|
+
* The billing cycle of the nodes. This parameter is required when instance_charge_type is set to PrePaid.
|
|
1391
|
+
*
|
|
1392
|
+
* - `Month`: The billing cycle is measured in months.
|
|
1273
1393
|
*
|
|
1274
|
-
*
|
|
1275
|
-
* * `Week`: The subscription duration is measured in weeks.
|
|
1394
|
+
* - `Week`: The billing cycle is measured in weeks.
|
|
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 parameter is deprecated
|
|
1402
|
+
* [This parameter is deprecated]
|
|
1403
|
+
*
|
|
1404
|
+
* The OS 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
|
-
* The
|
|
1420
|
+
* The private pool options.
|
|
1299
1421
|
*/
|
|
1300
1422
|
privatePoolOptions?: DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroupPrivatePoolOptions;
|
|
1301
1423
|
/**
|
|
1302
1424
|
* @remarks
|
|
1303
|
-
* This
|
|
1425
|
+
* This parameter is deprecated. Use ram_role_name instead.
|
|
1304
1426
|
*
|
|
1305
1427
|
* @example
|
|
1306
1428
|
* KubernetesWorkerRole-021dc54f-929b-437a-8ae0-34c24d3e****
|
|
@@ -1308,7 +1430,7 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
|
|
|
1308
1430
|
ramPolicy?: string;
|
|
1309
1431
|
/**
|
|
1310
1432
|
* @remarks
|
|
1311
|
-
*
|
|
1433
|
+
* The name of the worker RAM role.
|
|
1312
1434
|
*
|
|
1313
1435
|
* @example
|
|
1314
1436
|
* KubernetesWorkerRole-4a4fa089-80c1-48a5-b3c6-9349311f****
|
|
@@ -1316,9 +1438,13 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
|
|
|
1316
1438
|
ramRoleName?: string;
|
|
1317
1439
|
/**
|
|
1318
1440
|
* @remarks
|
|
1319
|
-
*
|
|
1441
|
+
* If you specify a list of RDS instances, the ECS instances of the cluster nodes are automatically added to the RDS instance whitelist.
|
|
1320
1442
|
*/
|
|
1321
1443
|
rdsInstances?: string[];
|
|
1444
|
+
/**
|
|
1445
|
+
* @remarks
|
|
1446
|
+
* The resource pool and resource pool policy that are used when an instance is created.
|
|
1447
|
+
*/
|
|
1322
1448
|
resourcePoolOptions?: DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroupResourcePoolOptions;
|
|
1323
1449
|
/**
|
|
1324
1450
|
* @remarks
|
|
@@ -1332,8 +1458,9 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
|
|
|
1332
1458
|
* @remarks
|
|
1333
1459
|
* The scaling mode of the scaling group. Valid values:
|
|
1334
1460
|
*
|
|
1335
|
-
*
|
|
1336
|
-
*
|
|
1461
|
+
* - `release`: standard mode. The system creates and releases ECS instances to scale resources based on the resource usage.
|
|
1462
|
+
*
|
|
1463
|
+
* - `recycle`: fast mode. The system creates, stops, and starts ECS instances to scale resources. This improves the scaling speed. When an instance is stopped, its computing resources are not billed, but its storage resources are. This does not apply to instance types with local disks.
|
|
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 parameter is deprecated
|
|
1471
|
+
* [This parameter is deprecated]
|
|
1345
1472
|
*
|
|
1346
|
-
* The ID of the security group
|
|
1473
|
+
* The ID of the security group for the node pool. If the node pool is associated with multiple security groups, this parameter returns the first security group ID in the `security_group_ids` list.
|
|
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
|
-
* The
|
|
1481
|
+
* The 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 to enable MLPS 2.0 security hardening. You can enable MLPS 2.0 security hardening for nodes only when you select Alibaba Cloud Linux 2 or Alibaba Cloud Linux 3 as the OS image. Alibaba Cloud provides classified protection compliance baseline check standards and scanning programs for MLPS 2.0 Level 3-compliant versions of Alibaba Cloud Linux 2 and Alibaba Cloud Linux 3.
|
|
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
|
-
* The number of instance types
|
|
1508
|
+
* The number of available instance types. The scaling group creates preemptible instances of multiple instance types that are available at the lowest cost. Valid values: 1 to 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 enable the feature of supplementing preemptible instances. If this feature is enabled, the scaling group attempts to create a new instance to replace a preemptible instance when the scaling group receives a system message that the preemptible instance is to be reclaimed. Valid values:
|
|
1517
|
+
*
|
|
1518
|
+
* - `true`: Enables the feature of supplementing preemptible instances.
|
|
1389
1519
|
*
|
|
1390
|
-
*
|
|
1391
|
-
* * `false`
|
|
1520
|
+
* - `false`: Disables the feature of supplementing preemptible instances.
|
|
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
|
-
* The
|
|
1528
|
+
* The configurations of the price range for the spot instances.
|
|
1400
1529
|
*/
|
|
1401
1530
|
spotPriceLimit?: DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroupSpotPriceLimit[];
|
|
1402
1531
|
/**
|
|
1403
1532
|
* @remarks
|
|
1404
|
-
* The bidding policy
|
|
1533
|
+
* The bidding policy for the spot instances. Valid values:
|
|
1534
|
+
*
|
|
1535
|
+
* - NoSpot: The instances are not spot instances.
|
|
1536
|
+
*
|
|
1537
|
+
* - SpotWithPriceLimit: The maximum bid price is specified for the 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: The system automatically places bids based on the 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 to enable bursting for the system disk of the node. Valid values:
|
|
1419
1550
|
*
|
|
1420
|
-
*
|
|
1421
|
-
* * false: disables the burst feature.
|
|
1551
|
+
* - true: enables bursting. After bursting is enabled, the performance of the cloud disk is temporarily improved to handle sudden data read and write pressure when the business is unstable. The performance of the cloud disk is restored after the business becomes stable.
|
|
1422
1552
|
*
|
|
1423
|
-
*
|
|
1553
|
+
* - false: disables bursting.
|
|
1554
|
+
*
|
|
1555
|
+
* This parameter can be set 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
|
-
* The
|
|
1563
|
+
* The multi-disk type of the system disk. When a disk of a higher priority is unavailable, the system automatically uses a disk of a lower priority to create the system disk.
|
|
1432
1564
|
*/
|
|
1433
1565
|
systemDiskCategories?: string[];
|
|
1434
1566
|
/**
|
|
1435
1567
|
* @remarks
|
|
1436
|
-
* The type of system disk. Valid values:
|
|
1568
|
+
* The type of the system disk of the node. Valid values:
|
|
1569
|
+
*
|
|
1570
|
+
* - `cloud_efficiency`: ultra disk.
|
|
1571
|
+
*
|
|
1572
|
+
* - `cloud_ssd`: standard SSD.
|
|
1573
|
+
*
|
|
1574
|
+
* - `cloud_essd`: ESSD.
|
|
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
|
-
* The encryption algorithm that is used to encrypt the system disk.
|
|
1586
|
+
* The encryption algorithm that is used to encrypt the system disk. Valid value: 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 to encrypt the system disk. Valid values:
|
|
1595
|
+
*
|
|
1596
|
+
* - true: Encrypts the system disk.
|
|
1459
1597
|
*
|
|
1460
|
-
*
|
|
1461
|
-
* * false
|
|
1598
|
+
* - false: Does not encrypt the system disk.
|
|
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
|
-
* The ID of the
|
|
1606
|
+
* The ID of the KMS key that is used to encrypt 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
|
-
* The performance level
|
|
1614
|
+
* The performance level of the system disk of the node. This parameter is valid only for ESSDs. The performance level of the disk is related to the disk size. For more information, see [ESSDs](https://help.aliyun.com/document_detail/122389.html).
|
|
1615
|
+
*
|
|
1616
|
+
* - PL0: The disk has medium concurrent I/O performance and stable read and write latency.
|
|
1617
|
+
*
|
|
1618
|
+
* - PL1: The disk has medium concurrent I/O performance and stable read and write latency.
|
|
1478
1619
|
*
|
|
1479
|
-
*
|
|
1480
|
-
*
|
|
1481
|
-
*
|
|
1482
|
-
* * PL3: ultra-high maximum concurrent I/O performance and ultra-low I/O latency.
|
|
1620
|
+
* - PL2: The disk has high concurrent I/O performance and stable read and write latency.
|
|
1621
|
+
*
|
|
1622
|
+
* - PL3: The disk has ultra-high concurrent I/O performance and ultra-stable read and 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
|
-
* The
|
|
1630
|
+
* The pre-configured read and write IOPS of the system disk of the node. This parameter is configured when the disk type is cloud_auto.
|
|
1491
1631
|
*
|
|
1492
1632
|
* @example
|
|
1493
1633
|
* 1000
|
|
@@ -1495,7 +1635,7 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
|
|
|
1495
1635
|
systemDiskProvisionedIops?: number;
|
|
1496
1636
|
/**
|
|
1497
1637
|
* @remarks
|
|
1498
|
-
* The size of the system disk
|
|
1638
|
+
* The size of the system disk of the node. Unit: GiB.
|
|
1499
1639
|
*
|
|
1500
1640
|
* Valid values: 20 to 2048.
|
|
1501
1641
|
*
|
|
@@ -1503,15 +1643,22 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
|
|
|
1503
1643
|
* 120
|
|
1504
1644
|
*/
|
|
1505
1645
|
systemDiskSize?: number;
|
|
1646
|
+
/**
|
|
1647
|
+
* @remarks
|
|
1648
|
+
* The snapshot policy for the system disk
|
|
1649
|
+
*
|
|
1650
|
+
* @example
|
|
1651
|
+
* sp-0jl6xnmme8v7o935****
|
|
1652
|
+
*/
|
|
1506
1653
|
systemDiskSnapshotPolicyId?: string;
|
|
1507
1654
|
/**
|
|
1508
1655
|
* @remarks
|
|
1509
|
-
* The
|
|
1656
|
+
* The tags of the ECS instances.
|
|
1510
1657
|
*/
|
|
1511
1658
|
tags?: Tag[];
|
|
1512
1659
|
/**
|
|
1513
1660
|
* @remarks
|
|
1514
|
-
* The vSwitch IDs.
|
|
1661
|
+
* The list of vSwitch IDs.
|
|
1515
1662
|
*/
|
|
1516
1663
|
vswitchIds?: string[];
|
|
1517
1664
|
static names(): { [key: string]: string } {
|
|
@@ -1724,11 +1871,15 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsStatus extends $dara.M
|
|
|
1724
1871
|
* @remarks
|
|
1725
1872
|
* The status of the node pool. Valid values:
|
|
1726
1873
|
*
|
|
1727
|
-
*
|
|
1728
|
-
*
|
|
1729
|
-
*
|
|
1730
|
-
*
|
|
1731
|
-
*
|
|
1874
|
+
* - `active`: The node pool is active.
|
|
1875
|
+
*
|
|
1876
|
+
* - `scaling`: The node pool is being scaled.
|
|
1877
|
+
*
|
|
1878
|
+
* - `removing`: Nodes are being removed from the node pool.
|
|
1879
|
+
*
|
|
1880
|
+
* - `deleting`: The node pool is being deleted.
|
|
1881
|
+
*
|
|
1882
|
+
* - `updating`: The node pool is being updated.
|
|
1732
1883
|
*
|
|
1733
1884
|
* @example
|
|
1734
1885
|
* active
|
|
@@ -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 to enable the confidential computing cluster. Valid values:
|
|
1935
|
+
*
|
|
1936
|
+
* - `true`: Enables the confidential computing cluster.
|
|
1784
1937
|
*
|
|
1785
|
-
*
|
|
1786
|
-
* * `false`
|
|
1938
|
+
* - `false`: Disables the confidential computing cluster.
|
|
1787
1939
|
*
|
|
1788
1940
|
* @example
|
|
1789
1941
|
* false
|
|
@@ -1811,53 +1963,66 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsTeeConfig extends $dar
|
|
|
1811
1963
|
}
|
|
1812
1964
|
|
|
1813
1965
|
export class DescribeClusterNodePoolsResponseBodyNodepools extends $dara.Model {
|
|
1966
|
+
/**
|
|
1967
|
+
* @remarks
|
|
1968
|
+
* The intelligent hosting configurations.
|
|
1969
|
+
*/
|
|
1814
1970
|
autoMode?: DescribeClusterNodePoolsResponseBodyNodepoolsAutoMode;
|
|
1815
1971
|
/**
|
|
1816
1972
|
* @remarks
|
|
1817
|
-
* The
|
|
1973
|
+
* The auto scaling configuration.
|
|
1818
1974
|
*/
|
|
1819
1975
|
autoScaling?: DescribeClusterNodePoolsResponseBodyNodepoolsAutoScaling;
|
|
1976
|
+
/**
|
|
1977
|
+
* @remarks
|
|
1978
|
+
* The information about the Lingjun node group.
|
|
1979
|
+
*/
|
|
1820
1980
|
efloNodeGroup?: DescribeClusterNodePoolsResponseBodyNodepoolsEfloNodeGroup;
|
|
1821
1981
|
/**
|
|
1822
1982
|
* @remarks
|
|
1823
|
-
* This parameter is
|
|
1983
|
+
* [This parameter is deprecated]
|
|
1824
1984
|
*
|
|
1825
|
-
* The network configurations of the edge node pool. This parameter
|
|
1985
|
+
* The network configurations of the edge node pool. This parameter is valid only for edge node pools.
|
|
1826
1986
|
*/
|
|
1827
1987
|
interconnectConfig?: DescribeClusterNodePoolsResponseBodyNodepoolsInterconnectConfig;
|
|
1828
1988
|
/**
|
|
1829
1989
|
* @remarks
|
|
1830
|
-
* The network type of the edge node pool. This parameter
|
|
1990
|
+
* The network type of the edge node pool. This parameter is valid only for node pools of the `edge` type. Valid values:
|
|
1831
1991
|
*
|
|
1832
|
-
*
|
|
1833
|
-
*
|
|
1992
|
+
* - `basic`: public network. The nodes in the node pool interact with cloud nodes over the Internet. Applications in the node pool cannot directly access the VPC on the cloud.
|
|
1993
|
+
*
|
|
1994
|
+
* - `private`: private network. The nodes in the node pool are connected to the cloud over a leased line, a VPN connection, or a CEN instance. This provides higher cloud-to-edge communication quality and enhanced security.
|
|
1834
1995
|
*
|
|
1835
1996
|
* @example
|
|
1836
|
-
*
|
|
1997
|
+
* basic
|
|
1837
1998
|
*/
|
|
1838
1999
|
interconnectMode?: string;
|
|
1839
2000
|
/**
|
|
1840
2001
|
* @remarks
|
|
1841
|
-
* The configurations
|
|
2002
|
+
* The cluster-related configurations.
|
|
1842
2003
|
*/
|
|
1843
2004
|
kubernetesConfig?: DescribeClusterNodePoolsResponseBodyNodepoolsKubernetesConfig;
|
|
1844
2005
|
/**
|
|
1845
2006
|
* @remarks
|
|
1846
|
-
* The
|
|
2007
|
+
* The configurations of the managed node pool. This parameter takes effect only in ACK Pro clusters.
|
|
1847
2008
|
*/
|
|
1848
2009
|
management?: DescribeClusterNodePoolsResponseBodyNodepoolsManagement;
|
|
1849
2010
|
/**
|
|
1850
2011
|
* @remarks
|
|
1851
|
-
* The maximum number of nodes that
|
|
2012
|
+
* The maximum number of nodes that the edge node pool can contain. The value of this parameter must be greater than or equal to 0. A value of 0 indicates that no limit is imposed on the number of nodes in the node pool, except for the limit on the total number of nodes in the cluster. The value of this parameter is usually greater than 0 for edge node pools. The value is 0 for ess node pools and default edge node pools
|
|
1852
2013
|
*
|
|
1853
2014
|
* @example
|
|
1854
2015
|
* 10
|
|
1855
2016
|
*/
|
|
1856
2017
|
maxNodes?: number;
|
|
2018
|
+
/**
|
|
2019
|
+
* @remarks
|
|
2020
|
+
* The list of node components.
|
|
2021
|
+
*/
|
|
1857
2022
|
nodeComponents?: DescribeClusterNodePoolsResponseBodyNodepoolsNodeComponents[];
|
|
1858
2023
|
/**
|
|
1859
2024
|
* @remarks
|
|
1860
|
-
* The configurations
|
|
2025
|
+
* The node configurations.
|
|
1861
2026
|
*/
|
|
1862
2027
|
nodeConfig?: DescribeClusterNodePoolsResponseBodyNodepoolsNodeConfig;
|
|
1863
2028
|
/**
|
|
@@ -1867,7 +2032,7 @@ export class DescribeClusterNodePoolsResponseBodyNodepools extends $dara.Model {
|
|
|
1867
2032
|
nodepoolInfo?: DescribeClusterNodePoolsResponseBodyNodepoolsNodepoolInfo;
|
|
1868
2033
|
/**
|
|
1869
2034
|
* @remarks
|
|
1870
|
-
* The configurations of the scaling group
|
|
2035
|
+
* The configurations of the scaling group for the node pool.
|
|
1871
2036
|
*/
|
|
1872
2037
|
scalingGroup?: DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup;
|
|
1873
2038
|
/**
|
|
@@ -1877,7 +2042,7 @@ export class DescribeClusterNodePoolsResponseBodyNodepools extends $dara.Model {
|
|
|
1877
2042
|
status?: DescribeClusterNodePoolsResponseBodyNodepoolsStatus;
|
|
1878
2043
|
/**
|
|
1879
2044
|
* @remarks
|
|
1880
|
-
* The
|
|
2045
|
+
* The confidential computing configurations.
|
|
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
|
-
* The node pools.
|
|
2134
|
+
* The list of node pools.
|
|
1970
2135
|
*/
|
|
1971
2136
|
nodepools?: DescribeClusterNodePoolsResponseBodyNodepools[];
|
|
1972
2137
|
static names(): { [key: string]: string } {
|