@alicloud/ess20220222 1.8.5 → 1.8.7
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 +850 -383
- package/dist/client.js +82 -49
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +875 -383
package/dist/client.d.ts
CHANGED
|
@@ -249,10 +249,10 @@ export declare class AttachAlbServerGroupsRequest extends $tea.Model {
|
|
|
249
249
|
clientToken?: string;
|
|
250
250
|
/**
|
|
251
251
|
* @remarks
|
|
252
|
-
* Specifies whether to add the existing Elastic Compute Service (ECS) instances or elastic container instances in the scaling group to the ALB server group. Valid values:
|
|
252
|
+
* Specifies whether to add the existing Elastic Compute Service (ECS) instances or elastic container instances in the scaling group to the new ALB server group. Valid values:
|
|
253
253
|
*
|
|
254
|
-
* * true: adds the existing ECS instances or elastic container instances in the scaling group to the ALB server group. In this case, the system returns the value of `ScalingActivityId`.
|
|
255
|
-
* * false: does not add the existing ECS instances or elastic container instances in the scaling group to the ALB server group.
|
|
254
|
+
* * true: adds the existing ECS instances or elastic container instances in the scaling group to the new ALB server group. In this case, the system returns the value of `ScalingActivityId`.
|
|
255
|
+
* * false: does not add the existing ECS instances or elastic container instances in the scaling group to the new ALB server group.
|
|
256
256
|
*
|
|
257
257
|
* Default value: false.
|
|
258
258
|
*
|
|
@@ -620,7 +620,7 @@ export declare class AttachLoadBalancersRequest extends $tea.Model {
|
|
|
620
620
|
*
|
|
621
621
|
* **
|
|
622
622
|
*
|
|
623
|
-
* **Note** If a load balancer is currently attached to your scaling group, and you want to add the instances in your scaling group to the backend server groups of the load balancer, you can call this operation again and set
|
|
623
|
+
* **Note** If a load balancer is currently attached to your scaling group, and you want to add the instances in your scaling group to the backend server groups of the load balancer, you can call this operation again and set ForceAttach request to true.
|
|
624
624
|
*
|
|
625
625
|
* * false: If you set this parameter to false, the attachment of the load balancer does not entail the addition of the existing instances in the scaling group to the backend server groups of the load balancer.
|
|
626
626
|
*
|
|
@@ -1109,7 +1109,7 @@ export declare class CompleteLifecycleActionRequest extends $tea.Model {
|
|
|
1109
1109
|
lifecycleActionResult?: string;
|
|
1110
1110
|
/**
|
|
1111
1111
|
* @remarks
|
|
1112
|
-
* The token of the lifecycle
|
|
1112
|
+
* The token of the lifecycle action. You can obtain the token from the Simple Message Queue (SMQ, formerly MNS) queue or topic that is specified for the lifecycle hook.
|
|
1113
1113
|
*
|
|
1114
1114
|
* This parameter is required.
|
|
1115
1115
|
*
|
|
@@ -1191,12 +1191,12 @@ export declare class CreateAlarmRequest extends $tea.Model {
|
|
|
1191
1191
|
alarmActions?: string[];
|
|
1192
1192
|
/**
|
|
1193
1193
|
* @remarks
|
|
1194
|
-
* The operator that
|
|
1194
|
+
* The operator that you want to use to compare the metric value and the threshold. Valid values:
|
|
1195
1195
|
*
|
|
1196
|
-
* * If the metric value is greater than or equal to the threshold, set the value to
|
|
1197
|
-
* * If the metric value is less than or equal to the threshold, set the value to
|
|
1198
|
-
* * If the metric value is greater than the threshold, set the value to
|
|
1199
|
-
* * If the metric value is less than the threshold, set the value to
|
|
1196
|
+
* * If the metric value is greater than or equal to the threshold, set the value to >=.
|
|
1197
|
+
* * If the metric value is less than or equal to the metric threshold, set the value to <=.
|
|
1198
|
+
* * If the metric value is greater than the metric threshold, set the value to >.
|
|
1199
|
+
* * If the metric value is less than the metric threshold, set the value to <.
|
|
1200
1200
|
*
|
|
1201
1201
|
* Default value: >=.
|
|
1202
1202
|
*
|
|
@@ -1240,7 +1240,7 @@ export declare class CreateAlarmRequest extends $tea.Model {
|
|
|
1240
1240
|
effective?: string;
|
|
1241
1241
|
/**
|
|
1242
1242
|
* @remarks
|
|
1243
|
-
* The number of times that the threshold must be reached before a scaling rule
|
|
1243
|
+
* The number of consecutive times that the threshold must be reached before a scaling rule is executed. For example, if you set this parameter to 3, the average CPU utilization must reach or exceed 80% three times in a row before the scaling rule is executed.
|
|
1244
1244
|
*
|
|
1245
1245
|
* Default value: 3.
|
|
1246
1246
|
*
|
|
@@ -1316,10 +1316,10 @@ export declare class CreateAlarmRequest extends $tea.Model {
|
|
|
1316
1316
|
metricName?: string;
|
|
1317
1317
|
/**
|
|
1318
1318
|
* @remarks
|
|
1319
|
-
* The type
|
|
1319
|
+
* The metric type. Valid values:
|
|
1320
1320
|
*
|
|
1321
|
-
* * system: system metrics of CloudMonitor
|
|
1322
|
-
* * custom: custom metrics that are reported to CloudMonitor
|
|
1321
|
+
* * system: system metrics of CloudMonitor.
|
|
1322
|
+
* * custom: custom metrics that are reported to CloudMonitor.
|
|
1323
1323
|
*
|
|
1324
1324
|
* @example
|
|
1325
1325
|
* system
|
|
@@ -1375,11 +1375,11 @@ export declare class CreateAlarmRequest extends $tea.Model {
|
|
|
1375
1375
|
scalingGroupId?: string;
|
|
1376
1376
|
/**
|
|
1377
1377
|
* @remarks
|
|
1378
|
-
* The method that
|
|
1378
|
+
* The method that you want to use to aggregate the metric data. Valid values:
|
|
1379
1379
|
*
|
|
1380
|
-
* * Average
|
|
1381
|
-
* * Minimum
|
|
1382
|
-
* * Maximum
|
|
1380
|
+
* * Average: the average value.
|
|
1381
|
+
* * Minimum: the minimum value.
|
|
1382
|
+
* * Maximum: the maximum value.
|
|
1383
1383
|
*
|
|
1384
1384
|
* Default value: Average.
|
|
1385
1385
|
*
|
|
@@ -1451,6 +1451,8 @@ export declare class CreateAlarmResponse extends $tea.Model {
|
|
|
1451
1451
|
export declare class CreateDiagnoseReportRequest extends $tea.Model {
|
|
1452
1452
|
/**
|
|
1453
1453
|
* @remarks
|
|
1454
|
+
* The region ID of the scaling group.
|
|
1455
|
+
*
|
|
1454
1456
|
* This parameter is required.
|
|
1455
1457
|
*
|
|
1456
1458
|
* @example
|
|
@@ -1459,6 +1461,8 @@ export declare class CreateDiagnoseReportRequest extends $tea.Model {
|
|
|
1459
1461
|
regionId?: string;
|
|
1460
1462
|
/**
|
|
1461
1463
|
* @remarks
|
|
1464
|
+
* The ID of the scaling group.
|
|
1465
|
+
*
|
|
1462
1466
|
* This parameter is required.
|
|
1463
1467
|
*
|
|
1464
1468
|
* @example
|
|
@@ -1477,13 +1481,16 @@ export declare class CreateDiagnoseReportRequest extends $tea.Model {
|
|
|
1477
1481
|
}
|
|
1478
1482
|
export declare class CreateDiagnoseReportResponseBody extends $tea.Model {
|
|
1479
1483
|
/**
|
|
1484
|
+
* @remarks
|
|
1485
|
+
* The unique ID of the diagnostic report.
|
|
1486
|
+
*
|
|
1480
1487
|
* @example
|
|
1481
1488
|
* dr-uf6enpbnri1xhcy9qc7s
|
|
1482
1489
|
*/
|
|
1483
1490
|
reportId?: string;
|
|
1484
1491
|
/**
|
|
1485
1492
|
* @remarks
|
|
1486
|
-
*
|
|
1493
|
+
* The ID of the request.
|
|
1487
1494
|
*
|
|
1488
1495
|
* @example
|
|
1489
1496
|
* 0189C6CB-07BA-5AFE-B533-D93892324774
|
|
@@ -1716,6 +1723,18 @@ export declare class CreateEciScalingConfigurationRequest extends $tea.Model {
|
|
|
1716
1723
|
* 20
|
|
1717
1724
|
*/
|
|
1718
1725
|
ephemeralStorage?: number;
|
|
1726
|
+
/**
|
|
1727
|
+
* @remarks
|
|
1728
|
+
* The version of the GPU driver. Valid values:
|
|
1729
|
+
*
|
|
1730
|
+
* * tesla=470.82.01 (default)
|
|
1731
|
+
* * tesla=525.85.12
|
|
1732
|
+
*
|
|
1733
|
+
* > You can switch the GPU driver version only for a few Elastic Compute Service (ECS) instance types. For more information, see [Specify GPU-accelerated ECS instance types to create an elastic container instance](https://help.aliyun.com/document_detail/2579486.html).
|
|
1734
|
+
*
|
|
1735
|
+
* @example
|
|
1736
|
+
* tesla=525.85.12
|
|
1737
|
+
*/
|
|
1719
1738
|
gpuDriverVersion?: string;
|
|
1720
1739
|
/**
|
|
1721
1740
|
* @remarks
|
|
@@ -2022,18 +2041,19 @@ export declare class CreateLifecycleHookRequest extends $tea.Model {
|
|
|
2022
2041
|
lifecycleTransition?: string;
|
|
2023
2042
|
/**
|
|
2024
2043
|
* @remarks
|
|
2025
|
-
* The Alibaba Cloud Resource Name (ARN) of the notification
|
|
2044
|
+
* The Alibaba Cloud Resource Name (ARN) of the notification recipient. If you do not specify this parameter, no notification is sent when the lifecycle hook takes effect. If you specify this parameter, the value must be in one of the following formats:
|
|
2026
2045
|
*
|
|
2027
|
-
* * If you
|
|
2028
|
-
* * If you
|
|
2029
|
-
* * If you
|
|
2046
|
+
* * If you specify a Simple Message Queue (SMQ, formerly MNS) as the notification recipient, specify the value in the acs:mns:{region-id}:{account-id}:queue/{queuename} format.
|
|
2047
|
+
* * If you specify an SMQ topic as the notification recipient, specify the value in the acs:mns:{region-id}:{account-id}:topic/{topicname} format.
|
|
2048
|
+
* * If you specify a CloudOps Orchestration Service (OOS) template as the notification recipient, specify the value in the acs:oos:{region-id}:{account-id}:template/{templatename} format.
|
|
2049
|
+
* * If you specify an event bus as the notification recipient, specify the value in the acs:eventbridge:{region-id}:{account-id}:eventbus/default format.
|
|
2030
2050
|
*
|
|
2031
|
-
* The variables in the preceding
|
|
2051
|
+
* The variables in the preceding value formats have the following meanings:
|
|
2032
2052
|
*
|
|
2033
|
-
* * region-id: the region ID of
|
|
2034
|
-
* * account-id: the ID of the Alibaba Cloud account.
|
|
2035
|
-
* * queuename: the name of the
|
|
2036
|
-
* * topicname: the name of the
|
|
2053
|
+
* * region-id: the region ID of your scaling group.
|
|
2054
|
+
* * account-id: the ID of the Alibaba Cloud account. IDs of Resource Access Management (RAM) users are not supported.
|
|
2055
|
+
* * queuename: the name of the SMQ queue.
|
|
2056
|
+
* * topicname: the name of the SMQ topic.
|
|
2037
2057
|
* * templatename: the name of the OOS template.
|
|
2038
2058
|
*
|
|
2039
2059
|
* @example
|
|
@@ -2130,15 +2150,15 @@ export declare class CreateNotificationConfigurationRequest extends $tea.Model {
|
|
|
2130
2150
|
* The Alibaba Cloud Resource Name (ARN) of the notification recipient. The following list describes the value formats of this parameter:
|
|
2131
2151
|
*
|
|
2132
2152
|
* * If you specify CloudMonitor as the notification recipient, specify the value in the `acs:ess:{region-id}:{account-id}:cloudmonitor` format.
|
|
2133
|
-
* * If you specify an
|
|
2134
|
-
* * If you specify an
|
|
2153
|
+
* * If you specify an SMQ queue as the notification recipient, specify the value in the `acs:mns:{region-id}:{account-id}:queue/{queuename}` format.
|
|
2154
|
+
* * If you specify an SMQ topic as the notification recipient, specify the value in the `acs:mns:{region-id}:{account-id}:topic/{topicname}` format.
|
|
2135
2155
|
*
|
|
2136
2156
|
* The variables in the preceding formats have the following meanings:
|
|
2137
2157
|
*
|
|
2138
2158
|
* * `region-id`: the region ID of the scaling group.
|
|
2139
2159
|
* * `account-id`: the ID of the Alibaba Cloud account.
|
|
2140
|
-
* * `queuename`: the name of the
|
|
2141
|
-
* * `topicname`: the name of the
|
|
2160
|
+
* * `queuename`: the name of the SMQ queue.
|
|
2161
|
+
* * `topicname`: the name of the SMQ topic.
|
|
2142
2162
|
*
|
|
2143
2163
|
* This parameter is required.
|
|
2144
2164
|
*
|
|
@@ -2346,7 +2366,35 @@ export declare class CreateScalingConfigurationRequest extends $tea.Model {
|
|
|
2346
2366
|
* hpc-clusterid
|
|
2347
2367
|
*/
|
|
2348
2368
|
hpcClusterId?: string;
|
|
2369
|
+
/**
|
|
2370
|
+
* @remarks
|
|
2371
|
+
* Specifies whether to enable the access channel for instance metadata. Valid values:
|
|
2372
|
+
*
|
|
2373
|
+
* * enabled
|
|
2374
|
+
* * disabled
|
|
2375
|
+
*
|
|
2376
|
+
* Default value: enabled.
|
|
2377
|
+
*
|
|
2378
|
+
* > For information about instance metadata, see [Obtain instance metadata](https://help.aliyun.com/document_detail/108460.html).
|
|
2379
|
+
*
|
|
2380
|
+
* @example
|
|
2381
|
+
* enabled
|
|
2382
|
+
*/
|
|
2349
2383
|
httpEndpoint?: string;
|
|
2384
|
+
/**
|
|
2385
|
+
* @remarks
|
|
2386
|
+
* Specifies whether to forcibly use the security hardening mode (IMDSv2) to access instance metadata. Valid values:
|
|
2387
|
+
*
|
|
2388
|
+
* * optional: does not forcibly use the security hardening mode (IMDSv2).
|
|
2389
|
+
* * required: forcibly uses the security hardening mode (IMDSv2). If you set this parameter to required, you cannot access instance metadata in normal mode.
|
|
2390
|
+
*
|
|
2391
|
+
* Default value: optional.
|
|
2392
|
+
*
|
|
2393
|
+
* > For more information about instance metadata access modes, see [Access modes of instance metadata](https://help.aliyun.com/document_detail/108460.html).
|
|
2394
|
+
*
|
|
2395
|
+
* @example
|
|
2396
|
+
* optional
|
|
2397
|
+
*/
|
|
2350
2398
|
httpTokens?: string;
|
|
2351
2399
|
/**
|
|
2352
2400
|
* @remarks
|
|
@@ -2392,7 +2440,7 @@ export declare class CreateScalingConfigurationRequest extends $tea.Model {
|
|
|
2392
2440
|
instanceName?: string;
|
|
2393
2441
|
/**
|
|
2394
2442
|
* @remarks
|
|
2395
|
-
* The
|
|
2443
|
+
* The intelligent configuration settings, which determine the available instance types.
|
|
2396
2444
|
*/
|
|
2397
2445
|
instancePatternInfos?: CreateScalingConfigurationRequestInstancePatternInfos[];
|
|
2398
2446
|
/**
|
|
@@ -2430,9 +2478,10 @@ export declare class CreateScalingConfigurationRequest extends $tea.Model {
|
|
|
2430
2478
|
internetChargeType?: string;
|
|
2431
2479
|
/**
|
|
2432
2480
|
* @remarks
|
|
2433
|
-
* The maximum inbound public bandwidth. Unit: Mbit/s. Valid values:
|
|
2481
|
+
* The maximum inbound public bandwidth. Unit: Mbit/s. Valid values:
|
|
2434
2482
|
*
|
|
2435
|
-
*
|
|
2483
|
+
* * If the purchased outbound public bandwidth is less than or equal to 10 Mbit/s, the valid values of this parameter are 1 to 10, and the default value is 10.
|
|
2484
|
+
* * If the purchased outbound public bandwidth is greater than 10 Mbit/s, the valid values of this parameter are 1 to the value of `InternetMaxBandwidthOut`, and the default value is the value of `InternetMaxBandwidthOut`.
|
|
2436
2485
|
*
|
|
2437
2486
|
* @example
|
|
2438
2487
|
* 100
|
|
@@ -2440,10 +2489,9 @@ export declare class CreateScalingConfigurationRequest extends $tea.Model {
|
|
|
2440
2489
|
internetMaxBandwidthIn?: number;
|
|
2441
2490
|
/**
|
|
2442
2491
|
* @remarks
|
|
2443
|
-
* The maximum outbound public bandwidth. Unit: Mbit/s. Valid values:
|
|
2492
|
+
* The maximum outbound public bandwidth. Unit: Mbit/s. Valid values: 0 to 100.
|
|
2444
2493
|
*
|
|
2445
|
-
*
|
|
2446
|
-
* * Valid values if you set InternetChargeType to PayByTraffic: 0 to 100. If you leave this parameter empty, an error is returned.
|
|
2494
|
+
* Default value: 0.
|
|
2447
2495
|
*
|
|
2448
2496
|
* @example
|
|
2449
2497
|
* 50
|
|
@@ -2834,7 +2882,35 @@ export declare class CreateScalingConfigurationShrinkRequest extends $tea.Model
|
|
|
2834
2882
|
* hpc-clusterid
|
|
2835
2883
|
*/
|
|
2836
2884
|
hpcClusterId?: string;
|
|
2885
|
+
/**
|
|
2886
|
+
* @remarks
|
|
2887
|
+
* Specifies whether to enable the access channel for instance metadata. Valid values:
|
|
2888
|
+
*
|
|
2889
|
+
* * enabled
|
|
2890
|
+
* * disabled
|
|
2891
|
+
*
|
|
2892
|
+
* Default value: enabled.
|
|
2893
|
+
*
|
|
2894
|
+
* > For information about instance metadata, see [Obtain instance metadata](https://help.aliyun.com/document_detail/108460.html).
|
|
2895
|
+
*
|
|
2896
|
+
* @example
|
|
2897
|
+
* enabled
|
|
2898
|
+
*/
|
|
2837
2899
|
httpEndpoint?: string;
|
|
2900
|
+
/**
|
|
2901
|
+
* @remarks
|
|
2902
|
+
* Specifies whether to forcibly use the security hardening mode (IMDSv2) to access instance metadata. Valid values:
|
|
2903
|
+
*
|
|
2904
|
+
* * optional: does not forcibly use the security hardening mode (IMDSv2).
|
|
2905
|
+
* * required: forcibly uses the security hardening mode (IMDSv2). If you set this parameter to required, you cannot access instance metadata in normal mode.
|
|
2906
|
+
*
|
|
2907
|
+
* Default value: optional.
|
|
2908
|
+
*
|
|
2909
|
+
* > For more information about instance metadata access modes, see [Access modes of instance metadata](https://help.aliyun.com/document_detail/108460.html).
|
|
2910
|
+
*
|
|
2911
|
+
* @example
|
|
2912
|
+
* optional
|
|
2913
|
+
*/
|
|
2838
2914
|
httpTokens?: string;
|
|
2839
2915
|
/**
|
|
2840
2916
|
* @remarks
|
|
@@ -2880,7 +2956,7 @@ export declare class CreateScalingConfigurationShrinkRequest extends $tea.Model
|
|
|
2880
2956
|
instanceName?: string;
|
|
2881
2957
|
/**
|
|
2882
2958
|
* @remarks
|
|
2883
|
-
* The
|
|
2959
|
+
* The intelligent configuration settings, which determine the available instance types.
|
|
2884
2960
|
*/
|
|
2885
2961
|
instancePatternInfos?: CreateScalingConfigurationShrinkRequestInstancePatternInfos[];
|
|
2886
2962
|
/**
|
|
@@ -2918,9 +2994,10 @@ export declare class CreateScalingConfigurationShrinkRequest extends $tea.Model
|
|
|
2918
2994
|
internetChargeType?: string;
|
|
2919
2995
|
/**
|
|
2920
2996
|
* @remarks
|
|
2921
|
-
* The maximum inbound public bandwidth. Unit: Mbit/s. Valid values:
|
|
2997
|
+
* The maximum inbound public bandwidth. Unit: Mbit/s. Valid values:
|
|
2922
2998
|
*
|
|
2923
|
-
*
|
|
2999
|
+
* * If the purchased outbound public bandwidth is less than or equal to 10 Mbit/s, the valid values of this parameter are 1 to 10, and the default value is 10.
|
|
3000
|
+
* * If the purchased outbound public bandwidth is greater than 10 Mbit/s, the valid values of this parameter are 1 to the value of `InternetMaxBandwidthOut`, and the default value is the value of `InternetMaxBandwidthOut`.
|
|
2924
3001
|
*
|
|
2925
3002
|
* @example
|
|
2926
3003
|
* 100
|
|
@@ -2928,10 +3005,9 @@ export declare class CreateScalingConfigurationShrinkRequest extends $tea.Model
|
|
|
2928
3005
|
internetMaxBandwidthIn?: number;
|
|
2929
3006
|
/**
|
|
2930
3007
|
* @remarks
|
|
2931
|
-
* The maximum outbound public bandwidth. Unit: Mbit/s. Valid values:
|
|
3008
|
+
* The maximum outbound public bandwidth. Unit: Mbit/s. Valid values: 0 to 100.
|
|
2932
3009
|
*
|
|
2933
|
-
*
|
|
2934
|
-
* * Valid values if you set InternetChargeType to PayByTraffic: 0 to 100. If you leave this parameter empty, an error is returned.
|
|
3010
|
+
* Default value: 0.
|
|
2935
3011
|
*
|
|
2936
3012
|
* @example
|
|
2937
3013
|
* 50
|
|
@@ -3279,6 +3355,10 @@ export declare class CreateScalingGroupRequest extends $tea.Model {
|
|
|
3279
3355
|
* false
|
|
3280
3356
|
*/
|
|
3281
3357
|
azBalance?: boolean;
|
|
3358
|
+
/**
|
|
3359
|
+
* @remarks
|
|
3360
|
+
* The capacity options.
|
|
3361
|
+
*/
|
|
3282
3362
|
capacityOptions?: CreateScalingGroupRequestCapacityOptions;
|
|
3283
3363
|
/**
|
|
3284
3364
|
* @remarks
|
|
@@ -3976,9 +4056,9 @@ export declare class CreateScalingRuleRequest extends $tea.Model {
|
|
|
3976
4056
|
* * SimpleScalingRule: a simple scaling rule. After you execute a simple scaling rule, Auto Scaling adjusts the number of ECS instances or elastic container instances in the scaling group based on the values of AdjustmentType and AdjustmentValue.
|
|
3977
4057
|
* * TargetTrackingScalingRule: a target tracking scaling rule. After you execute a target tracking scaling rule, Auto Scaling dynamically calculates the number of ECS instances or elastic container instances to scale based on the predefined metric (MetricName) and attempts to maintain the metric value close to the expected value (TargetValue).
|
|
3978
4058
|
* * StepScalingRule: a step scaling rule. After you execute a step scaling rule, Auto Scaling scales instances step by step based on the predefined thresholds and metric values.
|
|
3979
|
-
* * PredictiveScalingRule: uses machine learning to analyze historical monitoring data of the scaling group and predicts the future values of metrics. In addition, Auto Scaling automatically creates scheduled tasks to specify the value range for the scaling group.
|
|
4059
|
+
* * PredictiveScalingRule: a predictive scaling rule. After you execute a predictive scaling rule, Auto Scaling uses machine learning to analyze historical monitoring data of the scaling group and predicts the future values of metrics. In addition, Auto Scaling automatically creates scheduled tasks to specify the value range for the scaling group.
|
|
3980
4060
|
*
|
|
3981
|
-
* Default value: SimpleScalingRule
|
|
4061
|
+
* Default value: SimpleScalingRule.
|
|
3982
4062
|
*
|
|
3983
4063
|
* @example
|
|
3984
4064
|
* SimpleScalingRule
|
|
@@ -4551,18 +4631,18 @@ export declare class DeleteLifecycleHookResponse extends $tea.Model {
|
|
|
4551
4631
|
export declare class DeleteNotificationConfigurationRequest extends $tea.Model {
|
|
4552
4632
|
/**
|
|
4553
4633
|
* @remarks
|
|
4554
|
-
* The Alibaba Cloud Resource Name (ARN) of the notification
|
|
4634
|
+
* The Alibaba Cloud Resource Name (ARN) of the notification recipient. Specify the value in one of the following formats:
|
|
4555
4635
|
*
|
|
4556
|
-
* * If you
|
|
4557
|
-
* * If you
|
|
4558
|
-
* * If you
|
|
4636
|
+
* * If you specify CloudMonitor as the notification recipient, specify the value in the acs:ess:{region-id}:{account-id}:cloudmonitor format.
|
|
4637
|
+
* * If you specify a Simple Message Queue (SMQ, formerly MNS) queue as the notification recipient, specify the value in the acs:mns:{region-id}:{account-id}:queue/{queuename} format.
|
|
4638
|
+
* * If you specify an SMQ queue as the notification recipient, specify the value in the acs:mns:{region-id}:{account-id}:topic/{topicname} format.
|
|
4559
4639
|
*
|
|
4560
|
-
* The variables in the preceding formats have the following meanings:
|
|
4640
|
+
* The variables in the preceding value formats have the following meanings:
|
|
4561
4641
|
*
|
|
4562
4642
|
* * region-id: the region ID of the scaling group.
|
|
4563
|
-
* * account-id: the ID of
|
|
4564
|
-
* * queuename: the name of the
|
|
4565
|
-
* * topicname: the name of the
|
|
4643
|
+
* * account-id: the ID of your Alibaba Cloud cloud.
|
|
4644
|
+
* * queuename: the name of the SMQ queue.
|
|
4645
|
+
* * topicname: the name of the SMQ topic.
|
|
4566
4646
|
*
|
|
4567
4647
|
* This parameter is required.
|
|
4568
4648
|
*
|
|
@@ -5152,26 +5232,40 @@ export declare class DescribeAlertConfigurationResponse extends $tea.Model {
|
|
|
5152
5232
|
}
|
|
5153
5233
|
export declare class DescribeDiagnoseReportsRequest extends $tea.Model {
|
|
5154
5234
|
/**
|
|
5235
|
+
* @remarks
|
|
5236
|
+
* The page number.
|
|
5237
|
+
*
|
|
5155
5238
|
* @example
|
|
5156
5239
|
* 1
|
|
5157
5240
|
*/
|
|
5158
5241
|
pageNumber?: number;
|
|
5159
5242
|
/**
|
|
5243
|
+
* @remarks
|
|
5244
|
+
* The number of entries per page.
|
|
5245
|
+
*
|
|
5160
5246
|
* @example
|
|
5161
5247
|
* 10
|
|
5162
5248
|
*/
|
|
5163
5249
|
pageSize?: number;
|
|
5164
5250
|
/**
|
|
5165
5251
|
* @remarks
|
|
5252
|
+
* The region ID of the scaling group.
|
|
5253
|
+
*
|
|
5166
5254
|
* This parameter is required.
|
|
5167
5255
|
*
|
|
5168
5256
|
* @example
|
|
5169
5257
|
* cn-shenzhen
|
|
5170
5258
|
*/
|
|
5171
5259
|
regionId?: string;
|
|
5260
|
+
/**
|
|
5261
|
+
* @remarks
|
|
5262
|
+
* The IDs of the diagnostic reports. You can specify at most 20 IDs.
|
|
5263
|
+
*/
|
|
5172
5264
|
reportIds?: string[];
|
|
5173
5265
|
/**
|
|
5174
5266
|
* @remarks
|
|
5267
|
+
* The ID of the scaling group.
|
|
5268
|
+
*
|
|
5175
5269
|
* This parameter is required.
|
|
5176
5270
|
*
|
|
5177
5271
|
* @example
|
|
@@ -5190,25 +5284,38 @@ export declare class DescribeDiagnoseReportsRequest extends $tea.Model {
|
|
|
5190
5284
|
}
|
|
5191
5285
|
export declare class DescribeDiagnoseReportsResponseBody extends $tea.Model {
|
|
5192
5286
|
/**
|
|
5287
|
+
* @remarks
|
|
5288
|
+
* The page number.
|
|
5289
|
+
*
|
|
5193
5290
|
* @example
|
|
5194
5291
|
* 1
|
|
5195
5292
|
*/
|
|
5196
5293
|
pageNumber?: number;
|
|
5197
5294
|
/**
|
|
5295
|
+
* @remarks
|
|
5296
|
+
* The number of entries per page.
|
|
5297
|
+
*
|
|
5198
5298
|
* @example
|
|
5199
5299
|
* 10
|
|
5200
5300
|
*/
|
|
5201
5301
|
pageSize?: number;
|
|
5302
|
+
/**
|
|
5303
|
+
* @remarks
|
|
5304
|
+
* The diagnostic reports.
|
|
5305
|
+
*/
|
|
5202
5306
|
reports?: DescribeDiagnoseReportsResponseBodyReports[];
|
|
5203
5307
|
/**
|
|
5204
5308
|
* @remarks
|
|
5205
|
-
*
|
|
5309
|
+
* The ID of the request.
|
|
5206
5310
|
*
|
|
5207
5311
|
* @example
|
|
5208
5312
|
* ECA123C6-107B-5F70-A177-740A7224C996
|
|
5209
5313
|
*/
|
|
5210
5314
|
requestId?: string;
|
|
5211
5315
|
/**
|
|
5316
|
+
* @remarks
|
|
5317
|
+
* The total number of diagnostic reports.
|
|
5318
|
+
*
|
|
5212
5319
|
* @example
|
|
5213
5320
|
* 5
|
|
5214
5321
|
*/
|
|
@@ -5490,14 +5597,30 @@ export declare class DescribeEciScalingConfigurationsResponse extends $tea.Model
|
|
|
5490
5597
|
}
|
|
5491
5598
|
export declare class DescribeElasticStrengthRequest extends $tea.Model {
|
|
5492
5599
|
dataDiskCategories?: string[];
|
|
5600
|
+
/**
|
|
5601
|
+
* @example
|
|
5602
|
+
* CentOS7
|
|
5603
|
+
*/
|
|
5493
5604
|
imageFamily?: string;
|
|
5605
|
+
/**
|
|
5606
|
+
* @example
|
|
5607
|
+
* centos6u5_64_20G_aliaegis****.vhd
|
|
5608
|
+
*/
|
|
5494
5609
|
imageId?: string;
|
|
5610
|
+
/**
|
|
5611
|
+
* @example
|
|
5612
|
+
* ubuntu_18_04_x64_20G_alibase_20231225.vhd
|
|
5613
|
+
*/
|
|
5495
5614
|
imageName?: string;
|
|
5496
5615
|
/**
|
|
5497
5616
|
* @remarks
|
|
5498
5617
|
* The instance types. The instance types specified by this parameter overwrite the instance types specified in the scaling configuration.
|
|
5499
5618
|
*/
|
|
5500
5619
|
instanceTypes?: string[];
|
|
5620
|
+
/**
|
|
5621
|
+
* @example
|
|
5622
|
+
* 1
|
|
5623
|
+
*/
|
|
5501
5624
|
ipv6AddressCount?: number;
|
|
5502
5625
|
/**
|
|
5503
5626
|
* @remarks
|
|
@@ -5536,6 +5659,10 @@ export declare class DescribeElasticStrengthRequest extends $tea.Model {
|
|
|
5536
5659
|
* The IDs of the scaling groups that you want to query.
|
|
5537
5660
|
*/
|
|
5538
5661
|
scalingGroupIds?: string[];
|
|
5662
|
+
/**
|
|
5663
|
+
* @example
|
|
5664
|
+
* NoSpot
|
|
5665
|
+
*/
|
|
5539
5666
|
spotStrategy?: string;
|
|
5540
5667
|
/**
|
|
5541
5668
|
* @remarks
|
|
@@ -5561,7 +5688,7 @@ export declare class DescribeElasticStrengthRequest extends $tea.Model {
|
|
|
5561
5688
|
export declare class DescribeElasticStrengthResponseBody extends $tea.Model {
|
|
5562
5689
|
/**
|
|
5563
5690
|
* @remarks
|
|
5564
|
-
* The scaling
|
|
5691
|
+
* The scaling strengths of scaling configurations that are queried at the same time.
|
|
5565
5692
|
*/
|
|
5566
5693
|
elasticStrengthModels?: DescribeElasticStrengthResponseBodyElasticStrengthModels[];
|
|
5567
5694
|
/**
|
|
@@ -5924,7 +6051,7 @@ export declare class DescribeLifecycleHooksRequest extends $tea.Model {
|
|
|
5924
6051
|
export declare class DescribeLifecycleHooksResponseBody extends $tea.Model {
|
|
5925
6052
|
/**
|
|
5926
6053
|
* @remarks
|
|
5927
|
-
*
|
|
6054
|
+
* Details about the lifecycle hooks.
|
|
5928
6055
|
*/
|
|
5929
6056
|
lifecycleHooks?: DescribeLifecycleHooksResponseBodyLifecycleHooks[];
|
|
5930
6057
|
/**
|
|
@@ -6301,13 +6428,12 @@ export declare class DescribeNotificationTypesResponse extends $tea.Model {
|
|
|
6301
6428
|
export declare class DescribePatternTypesRequest extends $tea.Model {
|
|
6302
6429
|
/**
|
|
6303
6430
|
* @remarks
|
|
6304
|
-
* The
|
|
6431
|
+
* The architecture types of the instance types. Valid values:
|
|
6305
6432
|
*
|
|
6306
|
-
* * X86: x86
|
|
6307
|
-
* * Heterogeneous: heterogeneous computing, such as GPU-accelerated or FPGA-accelerated
|
|
6308
|
-
* * BareMetal: ECS Bare Metal Instance
|
|
6309
|
-
* * Arm: Arm
|
|
6310
|
-
* * SuperComputeCluster: Super Computing Cluster
|
|
6433
|
+
* * X86: x86 architecture.
|
|
6434
|
+
* * Heterogeneous: heterogeneous computing, such as GPU-accelerated or FPGA-accelerated.
|
|
6435
|
+
* * BareMetal: ECS Bare Metal Instance.
|
|
6436
|
+
* * Arm: Arm.
|
|
6311
6437
|
*
|
|
6312
6438
|
* By default, all values are selected.
|
|
6313
6439
|
*/
|
|
@@ -6365,24 +6491,23 @@ export declare class DescribePatternTypesRequest extends $tea.Model {
|
|
|
6365
6491
|
gpuSpecs?: string[];
|
|
6366
6492
|
/**
|
|
6367
6493
|
* @remarks
|
|
6368
|
-
* The
|
|
6369
|
-
*
|
|
6370
|
-
* * General-purpose
|
|
6371
|
-
* * Compute-optimized
|
|
6372
|
-
* * Memory-optimized
|
|
6373
|
-
* * Big data
|
|
6374
|
-
* * Local SSDs
|
|
6375
|
-
* * High Clock Speed
|
|
6376
|
-
* * Enhanced
|
|
6377
|
-
* * Shared
|
|
6378
|
-
* * Compute-optimized with GPU
|
|
6379
|
-
* * Visual Compute-optimized
|
|
6380
|
-
* * Heterogeneous Service
|
|
6381
|
-
* * Compute-optimized with FPGA
|
|
6382
|
-
* * Compute-optimized with NPU
|
|
6383
|
-
* * ECS Bare Metal
|
|
6384
|
-
* *
|
|
6385
|
-
* * High Performance Compute
|
|
6494
|
+
* The classifications of the instance types. Valid values:
|
|
6495
|
+
*
|
|
6496
|
+
* * General-purpose: general-purpose instance type.
|
|
6497
|
+
* * Compute-optimized: compute-optimized instance type.
|
|
6498
|
+
* * Memory-optimized: memory-optimized instance type.
|
|
6499
|
+
* * Big data: big data instance type.
|
|
6500
|
+
* * Local SSDs: instance type with local SSDs.
|
|
6501
|
+
* * High Clock Speed: instance type with high clock speeds.
|
|
6502
|
+
* * Enhanced: enhanced instance type.
|
|
6503
|
+
* * Shared: shared instance type.
|
|
6504
|
+
* * Compute-optimized with GPU: GPU-accelerated compute-optimized instance type.
|
|
6505
|
+
* * Visual Compute-optimized: visual compute-optimized instance type.
|
|
6506
|
+
* * Heterogeneous Service: heterogeneous service instance type.
|
|
6507
|
+
* * Compute-optimized with FPGA: FPGA-accelerated compute-optimized instance type.
|
|
6508
|
+
* * Compute-optimized with NPU: NPU-accelerated compute-optimized instance type.
|
|
6509
|
+
* * ECS Bare Metal: ECS Bare Metal Instance type.
|
|
6510
|
+
* * High Performance Compute: HPC-optimized instance type.
|
|
6386
6511
|
*/
|
|
6387
6512
|
instanceCategories?: string[];
|
|
6388
6513
|
/**
|
|
@@ -6545,6 +6670,10 @@ export declare class DescribePatternTypesRequest extends $tea.Model {
|
|
|
6545
6670
|
* The IDs of the vSwitches.
|
|
6546
6671
|
*/
|
|
6547
6672
|
vSwitchId?: string[];
|
|
6673
|
+
/**
|
|
6674
|
+
* @remarks
|
|
6675
|
+
* The zone IDs. If you pass vSwitch IDs to the system, this parameter does not take effect.
|
|
6676
|
+
*/
|
|
6548
6677
|
zoneId?: string[];
|
|
6549
6678
|
static names(): {
|
|
6550
6679
|
[key: string]: string;
|
|
@@ -6666,6 +6795,9 @@ export declare class DescribeRegionsResponse extends $tea.Model {
|
|
|
6666
6795
|
}
|
|
6667
6796
|
export declare class DescribeScalingActivitiesRequest extends $tea.Model {
|
|
6668
6797
|
/**
|
|
6798
|
+
* @remarks
|
|
6799
|
+
* The ID of the instance refresh task. If you specify this parameter, this operation returns the list of scaling activities associated with the instance refresh task.
|
|
6800
|
+
*
|
|
6669
6801
|
* @example
|
|
6670
6802
|
* ir-a12ds234fasd*****
|
|
6671
6803
|
*/
|
|
@@ -6836,7 +6968,7 @@ export declare class DescribeScalingActivityDetailRequest extends $tea.Model {
|
|
|
6836
6968
|
export declare class DescribeScalingActivityDetailResponseBody extends $tea.Model {
|
|
6837
6969
|
/**
|
|
6838
6970
|
* @remarks
|
|
6839
|
-
* The details of the scaling activity.
|
|
6971
|
+
* The details of the scaling activity. The result of a scaling activity is either successful or failed. If the scaling activity is rejected, no scaling activity details are returned.
|
|
6840
6972
|
*
|
|
6841
6973
|
* @example
|
|
6842
6974
|
* new ECS instances \\"i-bp16t2cgmiiymeqv****\\" are created.
|
|
@@ -7732,11 +7864,24 @@ export declare class DescribeScheduledTasksRequest extends $tea.Model {
|
|
|
7732
7864
|
*/
|
|
7733
7865
|
pageSize?: number;
|
|
7734
7866
|
/**
|
|
7867
|
+
* @remarks
|
|
7868
|
+
* The interval at which scheduled task N is repeatedly executed. Valid values:
|
|
7869
|
+
*
|
|
7870
|
+
* * Daily: Scheduled task N is executed once every specified number of days.
|
|
7871
|
+
* * Weekly: Scheduled task N is executed on each specified day of a week.
|
|
7872
|
+
* * Monthly: Scheduled task N is executed on each specified day of a month.
|
|
7873
|
+
* * Cron: Scheduled task N is executed based on the specified Cron expression.
|
|
7874
|
+
*
|
|
7735
7875
|
* @example
|
|
7736
7876
|
* Weekly
|
|
7737
7877
|
*/
|
|
7738
7878
|
recurrenceType?: string;
|
|
7739
7879
|
/**
|
|
7880
|
+
* @remarks
|
|
7881
|
+
* The number of times scheduled task N is repeatedly executed.
|
|
7882
|
+
*
|
|
7883
|
+
* You can specify this parameter only if you set RecurrenceType to Weekly. Separate multiple values with commas (,). The values that correspond to Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, and Saturday are 0, 1, 2, 3, 4, 5, and 6.
|
|
7884
|
+
*
|
|
7740
7885
|
* @example
|
|
7741
7886
|
* 1,2,3
|
|
7742
7887
|
*/
|
|
@@ -7777,11 +7922,20 @@ export declare class DescribeScheduledTasksRequest extends $tea.Model {
|
|
|
7777
7922
|
*/
|
|
7778
7923
|
scheduledTaskNames?: string[];
|
|
7779
7924
|
/**
|
|
7925
|
+
* @remarks
|
|
7926
|
+
* Specifies whether scheduled task N is enabled.
|
|
7927
|
+
*
|
|
7928
|
+
* * true
|
|
7929
|
+
* * false
|
|
7930
|
+
*
|
|
7780
7931
|
* @example
|
|
7781
7932
|
* true
|
|
7782
7933
|
*/
|
|
7783
7934
|
taskEnabled?: boolean;
|
|
7784
7935
|
/**
|
|
7936
|
+
* @remarks
|
|
7937
|
+
* The name of scheduled task N. Fuzzy search based on keywords is supported.
|
|
7938
|
+
*
|
|
7785
7939
|
* @example
|
|
7786
7940
|
* scheduled****
|
|
7787
7941
|
*/
|
|
@@ -7880,7 +8034,7 @@ export declare class DetachAlbServerGroupsRequest extends $tea.Model {
|
|
|
7880
8034
|
clientToken?: string;
|
|
7881
8035
|
/**
|
|
7882
8036
|
* @remarks
|
|
7883
|
-
* Specifies whether to remove the existing ECS instances from the ALB server group. Valid values:
|
|
8037
|
+
* Specifies whether to remove the existing Elastic Compute Service (ECS) instances from the Application Load Balancer (ALB) server group marked for detachment. Valid values:
|
|
7884
8038
|
*
|
|
7885
8039
|
* * true: removes the existing ECS instances from the ALB server group and returns the value of `ScalingActivityId`. You can query the value of ScalingActivityId to check whether the existing ECS instances are removed from the ALB server group.
|
|
7886
8040
|
* * false: does not remove the existing ECS instances from the ALB server group.
|
|
@@ -7969,9 +8123,9 @@ export declare class DetachAlbServerGroupsResponse extends $tea.Model {
|
|
|
7969
8123
|
export declare class DetachDBInstancesRequest extends $tea.Model {
|
|
7970
8124
|
/**
|
|
7971
8125
|
* @remarks
|
|
7972
|
-
* The client token that is used to ensure the idempotence of the request.
|
|
8126
|
+
* The client token that is used to ensure the idempotence of the request.
|
|
7973
8127
|
*
|
|
7974
|
-
* The token can contain only ASCII characters and cannot exceed 64 characters in length. For more information, see [
|
|
8128
|
+
* You can use the client to generate the token, but you must make sure that the token is unique among different requests. The token can contain only ASCII characters and cannot exceed 64 characters in length. For more information, see [Ensure idempotence](https://help.aliyun.com/document_detail/25965.html).
|
|
7975
8129
|
*
|
|
7976
8130
|
* @example
|
|
7977
8131
|
* 123e4567-e89b-12d3-a456-42665544****
|
|
@@ -8008,7 +8162,10 @@ export declare class DetachDBInstancesRequest extends $tea.Model {
|
|
|
8008
8162
|
regionId?: string;
|
|
8009
8163
|
/**
|
|
8010
8164
|
* @remarks
|
|
8011
|
-
*
|
|
8165
|
+
* Specifies whether to remove the security group. This parameter takes effect only if you set `AttachMode` to `SecurityGroup`. Valid values:
|
|
8166
|
+
*
|
|
8167
|
+
* * true
|
|
8168
|
+
* * false
|
|
8012
8169
|
*
|
|
8013
8170
|
* Default value: false.
|
|
8014
8171
|
*
|
|
@@ -8236,7 +8393,7 @@ export declare class DetachLoadBalancersRequest extends $tea.Model {
|
|
|
8236
8393
|
clientToken?: string;
|
|
8237
8394
|
/**
|
|
8238
8395
|
* @remarks
|
|
8239
|
-
* Specifies whether to remove Elastic Compute Service (ECS) instances in the scaling group from the backend server groups of the
|
|
8396
|
+
* Specifies whether to remove Elastic Compute Service (ECS) instances in the scaling group from the backend server groups of the Server Load Balancer (SLB) instance. Valid values:
|
|
8240
8397
|
*
|
|
8241
8398
|
* * true
|
|
8242
8399
|
* * false
|
|
@@ -9610,10 +9767,10 @@ export declare class ModifyAlarmRequest extends $tea.Model {
|
|
|
9610
9767
|
metricName?: string;
|
|
9611
9768
|
/**
|
|
9612
9769
|
* @remarks
|
|
9613
|
-
* The type
|
|
9770
|
+
* The metric type. Valid values:
|
|
9614
9771
|
*
|
|
9615
9772
|
* * system: system metrics of CloudMonitor
|
|
9616
|
-
* * custom: custom metrics that are reported to CloudMonitor
|
|
9773
|
+
* * custom: custom metrics that are reported to CloudMonitor.
|
|
9617
9774
|
*
|
|
9618
9775
|
* @example
|
|
9619
9776
|
* system
|
|
@@ -10017,6 +10174,18 @@ export declare class ModifyEciScalingConfigurationRequest extends $tea.Model {
|
|
|
10017
10174
|
* 20
|
|
10018
10175
|
*/
|
|
10019
10176
|
ephemeralStorage?: number;
|
|
10177
|
+
/**
|
|
10178
|
+
* @remarks
|
|
10179
|
+
* The version of the GPU driver. Valid values:
|
|
10180
|
+
*
|
|
10181
|
+
* * tesla=470.82.01 (default)
|
|
10182
|
+
* * tesla=525.85.12
|
|
10183
|
+
*
|
|
10184
|
+
* > You can switch the GPU driver version only for a few Elastic Compute Service (ECS) instance types. For more information, see [Specify GPU-accelerated ECS instance types to create an elastic container instance](https://help.aliyun.com/document_detail/2579486.html).
|
|
10185
|
+
*
|
|
10186
|
+
* @example
|
|
10187
|
+
* tesla=525.85.12
|
|
10188
|
+
*/
|
|
10020
10189
|
gpuDriverVersion?: string;
|
|
10021
10190
|
/**
|
|
10022
10191
|
* @remarks
|
|
@@ -10416,18 +10585,19 @@ export declare class ModifyLifecycleHookRequest extends $tea.Model {
|
|
|
10416
10585
|
lifecycleTransition?: string;
|
|
10417
10586
|
/**
|
|
10418
10587
|
* @remarks
|
|
10419
|
-
* The Alibaba Cloud Resource Name (ARN) of the notification
|
|
10588
|
+
* The Alibaba Cloud Resource Name (ARN) of the notification recipient. Specify the value in one of the following formats:
|
|
10420
10589
|
*
|
|
10421
|
-
* * If
|
|
10422
|
-
* * If
|
|
10423
|
-
* * If
|
|
10590
|
+
* * If you specify a Simple Message Queue (SMQ, formerly MNS) as the notification recipient, specify the value in the acs:mns:{region-id}:{account-id}:queue/{queuename} format.
|
|
10591
|
+
* * If you specify an SMQ topic as the notification recipient, specify the value in the acs:mns:{region-id}:{account-id}:topic/{topicname} format.
|
|
10592
|
+
* * If you specify a CloudOps Orchestration Service (OOS) template as the notification recipient, specify the value in the acs:oos:{region-id}:{account-id}:template/{templatename} format.
|
|
10593
|
+
* * If you specify an event bus as the notification recipient, specify the value in the acs:eventbridge:{region-id}:{account-id}:eventbus/default format.
|
|
10424
10594
|
*
|
|
10425
|
-
* The variables in the preceding
|
|
10595
|
+
* The variables in the preceding value formats have the following meanings:
|
|
10426
10596
|
*
|
|
10427
|
-
* * region-id: the region ID of
|
|
10428
|
-
* * account-id: the ID of
|
|
10429
|
-
* * queuename: the name of the
|
|
10430
|
-
* * topicname: the name of the
|
|
10597
|
+
* * region-id: the region ID of your scaling group.
|
|
10598
|
+
* * account-id: the ID of your Alibaba Cloud account.
|
|
10599
|
+
* * queuename: the name of the SMQ queue.
|
|
10600
|
+
* * topicname: the name of the SMQ topic.
|
|
10431
10601
|
* * templatename: the name of the OOS template.
|
|
10432
10602
|
*
|
|
10433
10603
|
* @example
|
|
@@ -10511,18 +10681,18 @@ export declare class ModifyLifecycleHookResponse extends $tea.Model {
|
|
|
10511
10681
|
export declare class ModifyNotificationConfigurationRequest extends $tea.Model {
|
|
10512
10682
|
/**
|
|
10513
10683
|
* @remarks
|
|
10514
|
-
* The Alibaba Cloud Resource Name (ARN) of the notification
|
|
10684
|
+
* The Alibaba Cloud Resource Name (ARN) of the notification recipient. The following list describes the value formats of this parameter:
|
|
10515
10685
|
*
|
|
10516
|
-
* * If you
|
|
10517
|
-
* * If you
|
|
10518
|
-
* * If you
|
|
10686
|
+
* * If you specify CloudMonitor as the notification recipient, specify the value in the `acs:ess:{region-id}:{account-id}:cloudmonitor` format.
|
|
10687
|
+
* * If you specify a Simple Message Queue (SMQ) queue as the notification recipient, specify the value in the `acs:mns:{region-id}:{account-id}:queue/{queuename}` format.
|
|
10688
|
+
* * If you specify an SMQ topic as the notification recipient, specify the value in the `acs:mns:{region-id}:{account-id}:topic/{topicname}` format.
|
|
10519
10689
|
*
|
|
10520
|
-
* The variables in the preceding formats have the following meanings:
|
|
10690
|
+
* The variables in the preceding value formats have the following meanings:
|
|
10521
10691
|
*
|
|
10522
10692
|
* * region-id: the region ID of your scaling group.
|
|
10523
|
-
* * account-id: the ID of your Alibaba Cloud.
|
|
10524
|
-
* * queuename: the name of the
|
|
10525
|
-
* * topicname: the name of the
|
|
10693
|
+
* * account-id: the ID of your Alibaba Cloud account.
|
|
10694
|
+
* * queuename: the name of the SMQ queue.
|
|
10695
|
+
* * topicname: the name of the SMQ topic.
|
|
10526
10696
|
*
|
|
10527
10697
|
* This parameter is required.
|
|
10528
10698
|
*
|
|
@@ -10724,7 +10894,35 @@ export declare class ModifyScalingConfigurationRequest extends $tea.Model {
|
|
|
10724
10894
|
* hpc-clusterid
|
|
10725
10895
|
*/
|
|
10726
10896
|
hpcClusterId?: string;
|
|
10897
|
+
/**
|
|
10898
|
+
* @remarks
|
|
10899
|
+
* Specifies whether to enable the access channel for instance metadata. Valid values:
|
|
10900
|
+
*
|
|
10901
|
+
* * enabled
|
|
10902
|
+
* * disabled
|
|
10903
|
+
*
|
|
10904
|
+
* Default value: enabled.
|
|
10905
|
+
*
|
|
10906
|
+
* > For information about instance metadata, see [Obtain instance metadata](https://help.aliyun.com/document_detail/108460.html).
|
|
10907
|
+
*
|
|
10908
|
+
* @example
|
|
10909
|
+
* enabled
|
|
10910
|
+
*/
|
|
10727
10911
|
httpEndpoint?: string;
|
|
10912
|
+
/**
|
|
10913
|
+
* @remarks
|
|
10914
|
+
* Specifies whether to forcibly use the security hardening mode (IMDSv2) to access instance metadata. Valid values:
|
|
10915
|
+
*
|
|
10916
|
+
* * optional: does not forcibly use the security hardening mode (IMDSv2).
|
|
10917
|
+
* * required: forcibly uses the security hardening mode (IMDSv2). If you set this parameter to required, you cannot access instance metadata in normal mode.
|
|
10918
|
+
*
|
|
10919
|
+
* Default value: optional.
|
|
10920
|
+
*
|
|
10921
|
+
* > For more information about instance metadata access modes, see [Access modes of instance metadata](https://help.aliyun.com/document_detail/108460.html).
|
|
10922
|
+
*
|
|
10923
|
+
* @example
|
|
10924
|
+
* optional
|
|
10925
|
+
*/
|
|
10728
10926
|
httpTokens?: string;
|
|
10729
10927
|
/**
|
|
10730
10928
|
* @remarks
|
|
@@ -10772,7 +10970,7 @@ export declare class ModifyScalingConfigurationRequest extends $tea.Model {
|
|
|
10772
10970
|
instanceName?: string;
|
|
10773
10971
|
/**
|
|
10774
10972
|
* @remarks
|
|
10775
|
-
* The
|
|
10973
|
+
* The intelligent configuration settings, which determine the available instance types.
|
|
10776
10974
|
*/
|
|
10777
10975
|
instancePatternInfos?: ModifyScalingConfigurationRequestInstancePatternInfos[];
|
|
10778
10976
|
/**
|
|
@@ -10798,13 +10996,22 @@ export declare class ModifyScalingConfigurationRequest extends $tea.Model {
|
|
|
10798
10996
|
* PayByBandwidth
|
|
10799
10997
|
*/
|
|
10800
10998
|
internetChargeType?: string;
|
|
10999
|
+
/**
|
|
11000
|
+
* @remarks
|
|
11001
|
+
* The maximum inbound public bandwidth. Unit: Mbit/s. Valid values:
|
|
11002
|
+
*
|
|
11003
|
+
* * If the purchased outbound public bandwidth is less than or equal to 10 Mbit/s, the valid values of this parameter are 1 to 10. The default value is 10.
|
|
11004
|
+
* * If the purchased outbound public bandwidth is greater than 10 Mbit/s, the valid values of this parameter are 1 to the value of `InternetMaxBandwidthOut`. The default value is the value of `InternetMaxBandwidthOut`.
|
|
11005
|
+
*
|
|
11006
|
+
* @example
|
|
11007
|
+
* 10
|
|
11008
|
+
*/
|
|
10801
11009
|
internetMaxBandwidthIn?: number;
|
|
10802
11010
|
/**
|
|
10803
11011
|
* @remarks
|
|
10804
|
-
* The maximum outbound public bandwidth. Unit: Mbit/s. Valid values:
|
|
11012
|
+
* The maximum outbound public bandwidth. Unit: Mbit/s. Valid values: 0 to 100.
|
|
10805
11013
|
*
|
|
10806
|
-
*
|
|
10807
|
-
* * If you set InternetChargeType to PayByTraffic: 0 to 100. If you leave this parameter empty, an error is returned.
|
|
11014
|
+
* Default value: 0.
|
|
10808
11015
|
*
|
|
10809
11016
|
* @example
|
|
10810
11017
|
* 50
|
|
@@ -10867,7 +11074,7 @@ export declare class ModifyScalingConfigurationRequest extends $tea.Model {
|
|
|
10867
11074
|
networkInterfaces?: ModifyScalingConfigurationRequestNetworkInterfaces[];
|
|
10868
11075
|
/**
|
|
10869
11076
|
* @remarks
|
|
10870
|
-
* Specifies whether to
|
|
11077
|
+
* Specifies whether to overwrite existing data. Valid values:
|
|
10871
11078
|
*
|
|
10872
11079
|
* * true
|
|
10873
11080
|
* * false
|
|
@@ -11185,7 +11392,35 @@ export declare class ModifyScalingConfigurationShrinkRequest extends $tea.Model
|
|
|
11185
11392
|
* hpc-clusterid
|
|
11186
11393
|
*/
|
|
11187
11394
|
hpcClusterId?: string;
|
|
11395
|
+
/**
|
|
11396
|
+
* @remarks
|
|
11397
|
+
* Specifies whether to enable the access channel for instance metadata. Valid values:
|
|
11398
|
+
*
|
|
11399
|
+
* * enabled
|
|
11400
|
+
* * disabled
|
|
11401
|
+
*
|
|
11402
|
+
* Default value: enabled.
|
|
11403
|
+
*
|
|
11404
|
+
* > For information about instance metadata, see [Obtain instance metadata](https://help.aliyun.com/document_detail/108460.html).
|
|
11405
|
+
*
|
|
11406
|
+
* @example
|
|
11407
|
+
* enabled
|
|
11408
|
+
*/
|
|
11188
11409
|
httpEndpoint?: string;
|
|
11410
|
+
/**
|
|
11411
|
+
* @remarks
|
|
11412
|
+
* Specifies whether to forcibly use the security hardening mode (IMDSv2) to access instance metadata. Valid values:
|
|
11413
|
+
*
|
|
11414
|
+
* * optional: does not forcibly use the security hardening mode (IMDSv2).
|
|
11415
|
+
* * required: forcibly uses the security hardening mode (IMDSv2). If you set this parameter to required, you cannot access instance metadata in normal mode.
|
|
11416
|
+
*
|
|
11417
|
+
* Default value: optional.
|
|
11418
|
+
*
|
|
11419
|
+
* > For more information about instance metadata access modes, see [Access modes of instance metadata](https://help.aliyun.com/document_detail/108460.html).
|
|
11420
|
+
*
|
|
11421
|
+
* @example
|
|
11422
|
+
* optional
|
|
11423
|
+
*/
|
|
11189
11424
|
httpTokens?: string;
|
|
11190
11425
|
/**
|
|
11191
11426
|
* @remarks
|
|
@@ -11233,7 +11468,7 @@ export declare class ModifyScalingConfigurationShrinkRequest extends $tea.Model
|
|
|
11233
11468
|
instanceName?: string;
|
|
11234
11469
|
/**
|
|
11235
11470
|
* @remarks
|
|
11236
|
-
* The
|
|
11471
|
+
* The intelligent configuration settings, which determine the available instance types.
|
|
11237
11472
|
*/
|
|
11238
11473
|
instancePatternInfos?: ModifyScalingConfigurationShrinkRequestInstancePatternInfos[];
|
|
11239
11474
|
/**
|
|
@@ -11259,13 +11494,22 @@ export declare class ModifyScalingConfigurationShrinkRequest extends $tea.Model
|
|
|
11259
11494
|
* PayByBandwidth
|
|
11260
11495
|
*/
|
|
11261
11496
|
internetChargeType?: string;
|
|
11497
|
+
/**
|
|
11498
|
+
* @remarks
|
|
11499
|
+
* The maximum inbound public bandwidth. Unit: Mbit/s. Valid values:
|
|
11500
|
+
*
|
|
11501
|
+
* * If the purchased outbound public bandwidth is less than or equal to 10 Mbit/s, the valid values of this parameter are 1 to 10. The default value is 10.
|
|
11502
|
+
* * If the purchased outbound public bandwidth is greater than 10 Mbit/s, the valid values of this parameter are 1 to the value of `InternetMaxBandwidthOut`. The default value is the value of `InternetMaxBandwidthOut`.
|
|
11503
|
+
*
|
|
11504
|
+
* @example
|
|
11505
|
+
* 10
|
|
11506
|
+
*/
|
|
11262
11507
|
internetMaxBandwidthIn?: number;
|
|
11263
11508
|
/**
|
|
11264
11509
|
* @remarks
|
|
11265
|
-
* The maximum outbound public bandwidth. Unit: Mbit/s. Valid values:
|
|
11510
|
+
* The maximum outbound public bandwidth. Unit: Mbit/s. Valid values: 0 to 100.
|
|
11266
11511
|
*
|
|
11267
|
-
*
|
|
11268
|
-
* * If you set InternetChargeType to PayByTraffic: 0 to 100. If you leave this parameter empty, an error is returned.
|
|
11512
|
+
* Default value: 0.
|
|
11269
11513
|
*
|
|
11270
11514
|
* @example
|
|
11271
11515
|
* 50
|
|
@@ -11328,7 +11572,7 @@ export declare class ModifyScalingConfigurationShrinkRequest extends $tea.Model
|
|
|
11328
11572
|
networkInterfaces?: ModifyScalingConfigurationShrinkRequestNetworkInterfaces[];
|
|
11329
11573
|
/**
|
|
11330
11574
|
* @remarks
|
|
11331
|
-
* Specifies whether to
|
|
11575
|
+
* Specifies whether to overwrite existing data. Valid values:
|
|
11332
11576
|
*
|
|
11333
11577
|
* * true
|
|
11334
11578
|
* * false
|
|
@@ -11600,6 +11844,10 @@ export declare class ModifyScalingGroupRequest extends $tea.Model {
|
|
|
11600
11844
|
* false
|
|
11601
11845
|
*/
|
|
11602
11846
|
azBalance?: boolean;
|
|
11847
|
+
/**
|
|
11848
|
+
* @remarks
|
|
11849
|
+
* The capacity options.
|
|
11850
|
+
*/
|
|
11603
11851
|
capacityOptions?: ModifyScalingGroupRequestCapacityOptions;
|
|
11604
11852
|
/**
|
|
11605
11853
|
* @remarks
|
|
@@ -12271,6 +12519,7 @@ export declare class ModifyScheduledTaskRequest extends $tea.Model {
|
|
|
12271
12519
|
* 2
|
|
12272
12520
|
*/
|
|
12273
12521
|
recurrenceValue?: string;
|
|
12522
|
+
regionId?: string;
|
|
12274
12523
|
resourceOwnerAccount?: string;
|
|
12275
12524
|
resourceOwnerId?: number;
|
|
12276
12525
|
/**
|
|
@@ -12459,9 +12708,9 @@ export declare class RecordLifecycleActionHeartbeatRequest extends $tea.Model {
|
|
|
12459
12708
|
resourceOwnerAccount?: string;
|
|
12460
12709
|
/**
|
|
12461
12710
|
* @remarks
|
|
12462
|
-
* The time window during which the
|
|
12711
|
+
* The time window during which the ECS instance stays in a Pending state. When the time window ends, Auto Scaling executes the default action. Valid values: 30 to 21600. Unit: seconds.
|
|
12463
12712
|
*
|
|
12464
|
-
* After you create a lifecycle hook, you can call this operation to extend the time window during which the
|
|
12713
|
+
* After you create a lifecycle hook, you can call this operation to extend the time window during which the ECS instance stays in a Pending state. You can also call the [CompleteLifecycleAction](https://help.aliyun.com/document_detail/459335.html) operation to remove the ECS instance from the Pending state ahead of schedule.
|
|
12465
12714
|
*
|
|
12466
12715
|
* Default value: 600.
|
|
12467
12716
|
*
|
|
@@ -12471,9 +12720,11 @@ export declare class RecordLifecycleActionHeartbeatRequest extends $tea.Model {
|
|
|
12471
12720
|
heartbeatTimeout?: number;
|
|
12472
12721
|
/**
|
|
12473
12722
|
* @remarks
|
|
12474
|
-
* The action token of the lifecycle hook. You can obtain the token from the details page of the Message
|
|
12475
|
-
*
|
|
12476
|
-
*
|
|
12723
|
+
* The action token of the lifecycle hook. You can obtain the token from the details page of the Simple Message Queue (SMQ, formerly MNS) queue specified for the lifecycle hook.
|
|
12724
|
+
*
|
|
12725
|
+
* You can also call the [DescribeLifecycleActions](https://help.aliyun.com/document_detail/459333.html) operation to obtain the action token of the lifecycle hook.
|
|
12726
|
+
*
|
|
12727
|
+
* If you specified an SMQ topic for the lifecycle hook, you can obtain the token from the MNS topic.
|
|
12477
12728
|
*
|
|
12478
12729
|
* This parameter is required.
|
|
12479
12730
|
*
|
|
@@ -12627,15 +12878,17 @@ export declare class RemoveInstancesRequest extends $tea.Model {
|
|
|
12627
12878
|
scalingGroupId?: string;
|
|
12628
12879
|
/**
|
|
12629
12880
|
* @remarks
|
|
12630
|
-
* The period of time
|
|
12881
|
+
* The period of time required by the ECS instance to enter the Stopped state. Unit: seconds. Valid values: 30 to 240.
|
|
12631
12882
|
*
|
|
12632
12883
|
* >
|
|
12633
12884
|
*
|
|
12634
12885
|
* * By default, this parameter inherits the value of StopInstanceTimeout specified in the CreateScalingGroup or ModifyScalingGroup operation. You can also specify a different value for this parameter in the RemoveInstances operation.
|
|
12635
12886
|
*
|
|
12636
|
-
* * This parameter takes effect only if you set RemovePolicy to release
|
|
12637
|
-
*
|
|
12638
|
-
*
|
|
12887
|
+
* * This parameter takes effect only if you set RemovePolicy to release.
|
|
12888
|
+
*
|
|
12889
|
+
* * If you specify this parameter, the system waits for the ECS instance to enter the Stopped state only for up to the specified period of time before continuing with the scale-in operation, regardless of the status of the ECS instance.
|
|
12890
|
+
*
|
|
12891
|
+
* * If you do not specify this parameter, the system continues with the scale-in operation until the ECS instance enters the Stopped state. If the ECS instance is not successfully stopped, the scale-in process is rolled back and considered failed.
|
|
12639
12892
|
*
|
|
12640
12893
|
* @example
|
|
12641
12894
|
* 60
|
|
@@ -13012,10 +13265,10 @@ export declare class ScaleWithAdjustmentRequest extends $tea.Model {
|
|
|
13012
13265
|
* @remarks
|
|
13013
13266
|
* Specifies whether to trigger the scaling activity in a synchronous manner. This parameter takes effect only on scaling groups for which you specified an expected number of instances. Valid values:
|
|
13014
13267
|
*
|
|
13015
|
-
* * true: triggers the scaling activity in a synchronous manner.
|
|
13016
|
-
* * false: does not trigger the scaling activity in a synchronous manner. After you change the expected number of instances for the scaling group, Auto Scaling checks whether the total number of instances in the scaling group matches the new expected number
|
|
13268
|
+
* * true: triggers the scaling activity in a synchronous manner. A scaling activity is triggered at the time when the scaling rule is executed.
|
|
13269
|
+
* * false: does not trigger the scaling activity in a synchronous manner. After you change the expected number of instances for the scaling group, Auto Scaling checks whether the total number of instances in the scaling group matches the new expected number and determines whether to trigger the scaling activity based on the check result.
|
|
13017
13270
|
*
|
|
13018
|
-
* >
|
|
13271
|
+
* > For more information about the expected number of instances feature, see [Expected number of instances](https://help.aliyun.com/document_detail/146231.html).
|
|
13019
13272
|
*
|
|
13020
13273
|
* Default value: false.
|
|
13021
13274
|
*
|
|
@@ -13112,10 +13365,10 @@ export declare class ScaleWithAdjustmentShrinkRequest extends $tea.Model {
|
|
|
13112
13365
|
* @remarks
|
|
13113
13366
|
* Specifies whether to trigger the scaling activity in a synchronous manner. This parameter takes effect only on scaling groups for which you specified an expected number of instances. Valid values:
|
|
13114
13367
|
*
|
|
13115
|
-
* * true: triggers the scaling activity in a synchronous manner.
|
|
13116
|
-
* * false: does not trigger the scaling activity in a synchronous manner. After you change the expected number of instances for the scaling group, Auto Scaling checks whether the total number of instances in the scaling group matches the new expected number
|
|
13368
|
+
* * true: triggers the scaling activity in a synchronous manner. A scaling activity is triggered at the time when the scaling rule is executed.
|
|
13369
|
+
* * false: does not trigger the scaling activity in a synchronous manner. After you change the expected number of instances for the scaling group, Auto Scaling checks whether the total number of instances in the scaling group matches the new expected number and determines whether to trigger the scaling activity based on the check result.
|
|
13117
13370
|
*
|
|
13118
|
-
* >
|
|
13371
|
+
* > For more information about the expected number of instances feature, see [Expected number of instances](https://help.aliyun.com/document_detail/146231.html).
|
|
13119
13372
|
*
|
|
13120
13373
|
* Default value: false.
|
|
13121
13374
|
*
|
|
@@ -13421,7 +13674,7 @@ export declare class SetInstancesProtectionResponse extends $tea.Model {
|
|
|
13421
13674
|
export declare class StartInstanceRefreshRequest extends $tea.Model {
|
|
13422
13675
|
/**
|
|
13423
13676
|
* @remarks
|
|
13424
|
-
* The client token that is used to ensure the idempotence of the request. You can use the client to generate the token, but you must make sure that the token is unique among different requests. The token can contain only ASCII characters and cannot exceed 64 characters in length. For more information, see
|
|
13677
|
+
* The client token that is used to ensure the idempotence of the request. You can use the client to generate the token, but you must make sure that the token is unique among different requests. The token can contain only ASCII characters and cannot exceed 64 characters in length. For more information, see [Ensure idempotence](https://help.aliyun.com/document_detail/25965.html).
|
|
13425
13678
|
*
|
|
13426
13679
|
* @example
|
|
13427
13680
|
* 123e4567-e89b-12d3-a456-42665544****
|
|
@@ -13622,13 +13875,13 @@ export declare class SuspendProcessesRequest extends $tea.Model {
|
|
|
13622
13875
|
ownerId?: number;
|
|
13623
13876
|
/**
|
|
13624
13877
|
* @remarks
|
|
13625
|
-
* The types of
|
|
13878
|
+
* The types of processes that you want to suspend. Valid values:
|
|
13626
13879
|
*
|
|
13627
|
-
* *
|
|
13628
|
-
* *
|
|
13629
|
-
* *
|
|
13630
|
-
* *
|
|
13631
|
-
* *
|
|
13880
|
+
* * ScaleIn: the scale-in process.
|
|
13881
|
+
* * ScaleOut: the scale-out process.
|
|
13882
|
+
* * HealthCheck: the health check process.
|
|
13883
|
+
* * AlarmNotification: the process of executing an event-triggered task.
|
|
13884
|
+
* * ScheduledAction: the process of executing a scheduled task.
|
|
13632
13885
|
*
|
|
13633
13886
|
* Presently, Auto Scaling supports suspending the five mentioned process types. In cases where more than five types are specified, Auto Scaling will automatically disregard duplicates and proceed with suspending the unique process types.
|
|
13634
13887
|
*
|
|
@@ -13731,7 +13984,7 @@ export declare class TagResourcesRequest extends $tea.Model {
|
|
|
13731
13984
|
resourceType?: string;
|
|
13732
13985
|
/**
|
|
13733
13986
|
* @remarks
|
|
13734
|
-
*
|
|
13987
|
+
* The tags that you want to add to the Auto Scaling resources.
|
|
13735
13988
|
*
|
|
13736
13989
|
* This parameter is required.
|
|
13737
13990
|
*/
|
|
@@ -15852,22 +16105,21 @@ export declare class CreateScalingConfigurationRequestDataDisks extends $tea.Mod
|
|
|
15852
16105
|
export declare class CreateScalingConfigurationRequestInstancePatternInfos extends $tea.Model {
|
|
15853
16106
|
/**
|
|
15854
16107
|
* @remarks
|
|
15855
|
-
* The architecture types of instance types. Valid values:
|
|
16108
|
+
* The architecture types of the instance types. Valid values:
|
|
15856
16109
|
*
|
|
15857
|
-
* * X86: x86.
|
|
16110
|
+
* * X86: x86 architecture.
|
|
15858
16111
|
* * Heterogeneous: heterogeneous computing, such as GPU-accelerated or FPGA-accelerated.
|
|
15859
16112
|
* * BareMetal: ECS Bare Metal Instance.
|
|
15860
16113
|
* * Arm: Arm.
|
|
15861
|
-
* * SuperComputeCluster: Super Computing Cluster.
|
|
15862
16114
|
*
|
|
15863
|
-
* By default, all values are
|
|
16115
|
+
* By default, all values are selected.
|
|
15864
16116
|
*/
|
|
15865
16117
|
architectures?: string[];
|
|
15866
16118
|
/**
|
|
15867
16119
|
* @remarks
|
|
15868
16120
|
* Specifies whether to include burstable instance types. Valid values:
|
|
15869
16121
|
*
|
|
15870
|
-
* * Exclude:
|
|
16122
|
+
* * Exclude: excludes burstable instance types.
|
|
15871
16123
|
* * Include: includes burstable instance types.
|
|
15872
16124
|
* * Required: includes only burstable instance types.
|
|
15873
16125
|
*
|
|
@@ -15879,11 +16131,11 @@ export declare class CreateScalingConfigurationRequestInstancePatternInfos exten
|
|
|
15879
16131
|
burstablePerformance?: string;
|
|
15880
16132
|
/**
|
|
15881
16133
|
* @remarks
|
|
15882
|
-
* The number of vCPUs per instance type in intelligent configuration mode. You can
|
|
16134
|
+
* The number of vCPUs per instance type in intelligent configuration mode. You can specify this parameter to filter the available instance types. For more information, see [Overview of instance families](https://help.aliyun.com/document_detail/25378.html).
|
|
15883
16135
|
*
|
|
15884
16136
|
* Take note of the following items:
|
|
15885
16137
|
*
|
|
15886
|
-
* * InstancePatternInfos applies only to
|
|
16138
|
+
* * InstancePatternInfos applies only to scaling groups that reside in virtual private clouds (VPCs).
|
|
15887
16139
|
* * If you specify InstancePatternInfos, you must also specify InstancePatternInfos.Cores and InstancePatternInfos.Memory.
|
|
15888
16140
|
* * If you specify InstanceType or InstanceTypes, Auto Scaling preferentially uses the instance type specified by InstanceType or InstanceTypes to create instances during scale-out events. If the specified instance type has insufficient inventory, Auto Scaling uses the lowest-priced instance type specified by InstancePatternInfos to create instances during scale-out events.
|
|
15889
16141
|
*
|
|
@@ -15893,9 +16145,9 @@ export declare class CreateScalingConfigurationRequestInstancePatternInfos exten
|
|
|
15893
16145
|
cores?: number;
|
|
15894
16146
|
/**
|
|
15895
16147
|
* @remarks
|
|
15896
|
-
* The CPU architectures of instance types. Valid values:
|
|
16148
|
+
* The CPU architectures of the instance types. Valid values:
|
|
15897
16149
|
*
|
|
15898
|
-
* > You can specify
|
|
16150
|
+
* > You can specify up to two CPU architectures.
|
|
15899
16151
|
*
|
|
15900
16152
|
* * x86
|
|
15901
16153
|
* * Arm
|
|
@@ -15903,7 +16155,7 @@ export declare class CreateScalingConfigurationRequestInstancePatternInfos exten
|
|
|
15903
16155
|
cpuArchitectures?: string[];
|
|
15904
16156
|
/**
|
|
15905
16157
|
* @remarks
|
|
15906
|
-
* The instance types that you want to exclude. You can use
|
|
16158
|
+
* The instance types that you want to exclude. You can use an asterisk (\\*) as a wildcard character to exclude an instance type or an instance family. Examples:
|
|
15907
16159
|
*
|
|
15908
16160
|
* * ecs.c6.large: excludes the ecs.c6.large instance type.
|
|
15909
16161
|
* * ecs.c6.\\*: excludes the c6 instance family.
|
|
@@ -15916,35 +16168,34 @@ export declare class CreateScalingConfigurationRequestInstancePatternInfos exten
|
|
|
15916
16168
|
gpuSpecs?: string[];
|
|
15917
16169
|
/**
|
|
15918
16170
|
* @remarks
|
|
15919
|
-
* The categories of instance types. Valid values:
|
|
16171
|
+
* The categories of the instance types. Valid values:
|
|
15920
16172
|
*
|
|
15921
16173
|
* > You can specify up to 10 categories.
|
|
15922
16174
|
*
|
|
15923
|
-
* * General-purpose
|
|
15924
|
-
* * Compute-optimized
|
|
15925
|
-
* * Memory-optimized
|
|
15926
|
-
* * Big data
|
|
15927
|
-
* * Local SSDs
|
|
15928
|
-
* * High Clock Speed
|
|
15929
|
-
* * Enhanced
|
|
15930
|
-
* * Shared
|
|
15931
|
-
* * Compute-optimized with GPU
|
|
15932
|
-
* * Visual Compute-optimized
|
|
15933
|
-
* * Heterogeneous Service
|
|
15934
|
-
* * Compute-optimized with FPGA
|
|
15935
|
-
* * Compute-optimized with NPU
|
|
15936
|
-
* * ECS Bare Metal
|
|
15937
|
-
* *
|
|
15938
|
-
* * High Performance Compute
|
|
16175
|
+
* * General-purpose: general-purpose instance type.
|
|
16176
|
+
* * Compute-optimized: compute-optimized instance type.
|
|
16177
|
+
* * Memory-optimized: memory-optimized instance type.
|
|
16178
|
+
* * Big data: big data instance type.
|
|
16179
|
+
* * Local SSDs: instance type that uses local SSDs.
|
|
16180
|
+
* * High Clock Speed: instance type that has high clock speeds.
|
|
16181
|
+
* * Enhanced: enhanced instance type.
|
|
16182
|
+
* * Shared: shared instance type.
|
|
16183
|
+
* * Compute-optimized with GPU: GPU-accelerated compute-optimized instance type.
|
|
16184
|
+
* * Visual Compute-optimized: visual compute-optimized instance type.
|
|
16185
|
+
* * Heterogeneous Service: heterogeneous service instance type.
|
|
16186
|
+
* * Compute-optimized with FPGA: FPGA-accelerated compute-optimized instance type.
|
|
16187
|
+
* * Compute-optimized with NPU: NPU-accelerated compute-optimized instance type.
|
|
16188
|
+
* * ECS Bare Metal: ECS Bare Metal Instance type.
|
|
16189
|
+
* * High Performance Compute: HPC-optimized instance type.
|
|
15939
16190
|
*/
|
|
15940
16191
|
instanceCategories?: string[];
|
|
15941
16192
|
/**
|
|
15942
16193
|
* @remarks
|
|
15943
|
-
* The level of the instance family. You can
|
|
16194
|
+
* The level of the instance family. You can specify this parameter to match the available instance types. This parameter takes effect only if you set `CostOptimization` to true. Valid values:
|
|
15944
16195
|
*
|
|
15945
|
-
* * EntryLevel: entry
|
|
15946
|
-
* * EnterpriseLevel: enterprise
|
|
15947
|
-
* * CreditEntryLevel: credit
|
|
16196
|
+
* * EntryLevel: entry-level (shared instance types). Instance types of this level are the most cost-effective but may not ensure stable computing performance. Instance types of this level are suitable for scenarios in which the CPU utilization is low. For more information, see [Shared instance families](https://help.aliyun.com/document_detail/108489.html).
|
|
16197
|
+
* * EnterpriseLevel: enterprise-level. Instance types of this level provide stable performance and dedicated resources and are suitable for business scenarios that require high stability. For more information, see [Overview of instance families](https://help.aliyun.com/document_detail/25378.html).
|
|
16198
|
+
* * CreditEntryLevel: credit entry-level (burstable instance types). CPU credits are used to ensure computing performance. Instance types of this level are suitable for scenarios in which the CPU utilization is low but may fluctuate in specific cases. For more information, see [Overview](https://help.aliyun.com/document_detail/59977.html) of burstable instances.
|
|
15948
16199
|
*
|
|
15949
16200
|
* @example
|
|
15950
16201
|
* EnterpriseLevel
|
|
@@ -15993,7 +16244,7 @@ export declare class CreateScalingConfigurationRequestInstancePatternInfos exten
|
|
|
15993
16244
|
maximumMemorySize?: number;
|
|
15994
16245
|
/**
|
|
15995
16246
|
* @remarks
|
|
15996
|
-
* The memory size per instance type in intelligent configuration mode. Unit: GiB. You can
|
|
16247
|
+
* The memory size per instance type in intelligent configuration mode. Unit: GiB. You can specify this parameter to filter the available instance types.
|
|
15997
16248
|
*
|
|
15998
16249
|
* @example
|
|
15999
16250
|
* 4
|
|
@@ -16065,7 +16316,7 @@ export declare class CreateScalingConfigurationRequestInstancePatternInfos exten
|
|
|
16065
16316
|
minimumMemorySize?: number;
|
|
16066
16317
|
/**
|
|
16067
16318
|
* @remarks
|
|
16068
|
-
* The processor models of instance types. You can specify up to 10 processor models.
|
|
16319
|
+
* The processor models of the instance types. You can specify up to 10 processor models.
|
|
16069
16320
|
*/
|
|
16070
16321
|
physicalProcessorModels?: string[];
|
|
16071
16322
|
static names(): {
|
|
@@ -16611,22 +16862,21 @@ export declare class CreateScalingConfigurationShrinkRequestDataDisks extends $t
|
|
|
16611
16862
|
export declare class CreateScalingConfigurationShrinkRequestInstancePatternInfos extends $tea.Model {
|
|
16612
16863
|
/**
|
|
16613
16864
|
* @remarks
|
|
16614
|
-
* The architecture types of instance types. Valid values:
|
|
16865
|
+
* The architecture types of the instance types. Valid values:
|
|
16615
16866
|
*
|
|
16616
|
-
* * X86: x86.
|
|
16867
|
+
* * X86: x86 architecture.
|
|
16617
16868
|
* * Heterogeneous: heterogeneous computing, such as GPU-accelerated or FPGA-accelerated.
|
|
16618
16869
|
* * BareMetal: ECS Bare Metal Instance.
|
|
16619
16870
|
* * Arm: Arm.
|
|
16620
|
-
* * SuperComputeCluster: Super Computing Cluster.
|
|
16621
16871
|
*
|
|
16622
|
-
* By default, all values are
|
|
16872
|
+
* By default, all values are selected.
|
|
16623
16873
|
*/
|
|
16624
16874
|
architectures?: string[];
|
|
16625
16875
|
/**
|
|
16626
16876
|
* @remarks
|
|
16627
16877
|
* Specifies whether to include burstable instance types. Valid values:
|
|
16628
16878
|
*
|
|
16629
|
-
* * Exclude:
|
|
16879
|
+
* * Exclude: excludes burstable instance types.
|
|
16630
16880
|
* * Include: includes burstable instance types.
|
|
16631
16881
|
* * Required: includes only burstable instance types.
|
|
16632
16882
|
*
|
|
@@ -16638,11 +16888,11 @@ export declare class CreateScalingConfigurationShrinkRequestInstancePatternInfos
|
|
|
16638
16888
|
burstablePerformance?: string;
|
|
16639
16889
|
/**
|
|
16640
16890
|
* @remarks
|
|
16641
|
-
* The number of vCPUs per instance type in intelligent configuration mode. You can
|
|
16891
|
+
* The number of vCPUs per instance type in intelligent configuration mode. You can specify this parameter to filter the available instance types. For more information, see [Overview of instance families](https://help.aliyun.com/document_detail/25378.html).
|
|
16642
16892
|
*
|
|
16643
16893
|
* Take note of the following items:
|
|
16644
16894
|
*
|
|
16645
|
-
* * InstancePatternInfos applies only to
|
|
16895
|
+
* * InstancePatternInfos applies only to scaling groups that reside in virtual private clouds (VPCs).
|
|
16646
16896
|
* * If you specify InstancePatternInfos, you must also specify InstancePatternInfos.Cores and InstancePatternInfos.Memory.
|
|
16647
16897
|
* * If you specify InstanceType or InstanceTypes, Auto Scaling preferentially uses the instance type specified by InstanceType or InstanceTypes to create instances during scale-out events. If the specified instance type has insufficient inventory, Auto Scaling uses the lowest-priced instance type specified by InstancePatternInfos to create instances during scale-out events.
|
|
16648
16898
|
*
|
|
@@ -16652,9 +16902,9 @@ export declare class CreateScalingConfigurationShrinkRequestInstancePatternInfos
|
|
|
16652
16902
|
cores?: number;
|
|
16653
16903
|
/**
|
|
16654
16904
|
* @remarks
|
|
16655
|
-
* The CPU architectures of instance types. Valid values:
|
|
16905
|
+
* The CPU architectures of the instance types. Valid values:
|
|
16656
16906
|
*
|
|
16657
|
-
* > You can specify
|
|
16907
|
+
* > You can specify up to two CPU architectures.
|
|
16658
16908
|
*
|
|
16659
16909
|
* * x86
|
|
16660
16910
|
* * Arm
|
|
@@ -16662,7 +16912,7 @@ export declare class CreateScalingConfigurationShrinkRequestInstancePatternInfos
|
|
|
16662
16912
|
cpuArchitectures?: string[];
|
|
16663
16913
|
/**
|
|
16664
16914
|
* @remarks
|
|
16665
|
-
* The instance types that you want to exclude. You can use
|
|
16915
|
+
* The instance types that you want to exclude. You can use an asterisk (\\*) as a wildcard character to exclude an instance type or an instance family. Examples:
|
|
16666
16916
|
*
|
|
16667
16917
|
* * ecs.c6.large: excludes the ecs.c6.large instance type.
|
|
16668
16918
|
* * ecs.c6.\\*: excludes the c6 instance family.
|
|
@@ -16675,35 +16925,34 @@ export declare class CreateScalingConfigurationShrinkRequestInstancePatternInfos
|
|
|
16675
16925
|
gpuSpecs?: string[];
|
|
16676
16926
|
/**
|
|
16677
16927
|
* @remarks
|
|
16678
|
-
* The categories of instance types. Valid values:
|
|
16928
|
+
* The categories of the instance types. Valid values:
|
|
16679
16929
|
*
|
|
16680
16930
|
* > You can specify up to 10 categories.
|
|
16681
16931
|
*
|
|
16682
|
-
* * General-purpose
|
|
16683
|
-
* * Compute-optimized
|
|
16684
|
-
* * Memory-optimized
|
|
16685
|
-
* * Big data
|
|
16686
|
-
* * Local SSDs
|
|
16687
|
-
* * High Clock Speed
|
|
16688
|
-
* * Enhanced
|
|
16689
|
-
* * Shared
|
|
16690
|
-
* * Compute-optimized with GPU
|
|
16691
|
-
* * Visual Compute-optimized
|
|
16692
|
-
* * Heterogeneous Service
|
|
16693
|
-
* * Compute-optimized with FPGA
|
|
16694
|
-
* * Compute-optimized with NPU
|
|
16695
|
-
* * ECS Bare Metal
|
|
16696
|
-
* *
|
|
16697
|
-
* * High Performance Compute
|
|
16932
|
+
* * General-purpose: general-purpose instance type.
|
|
16933
|
+
* * Compute-optimized: compute-optimized instance type.
|
|
16934
|
+
* * Memory-optimized: memory-optimized instance type.
|
|
16935
|
+
* * Big data: big data instance type.
|
|
16936
|
+
* * Local SSDs: instance type that uses local SSDs.
|
|
16937
|
+
* * High Clock Speed: instance type that has high clock speeds.
|
|
16938
|
+
* * Enhanced: enhanced instance type.
|
|
16939
|
+
* * Shared: shared instance type.
|
|
16940
|
+
* * Compute-optimized with GPU: GPU-accelerated compute-optimized instance type.
|
|
16941
|
+
* * Visual Compute-optimized: visual compute-optimized instance type.
|
|
16942
|
+
* * Heterogeneous Service: heterogeneous service instance type.
|
|
16943
|
+
* * Compute-optimized with FPGA: FPGA-accelerated compute-optimized instance type.
|
|
16944
|
+
* * Compute-optimized with NPU: NPU-accelerated compute-optimized instance type.
|
|
16945
|
+
* * ECS Bare Metal: ECS Bare Metal Instance type.
|
|
16946
|
+
* * High Performance Compute: HPC-optimized instance type.
|
|
16698
16947
|
*/
|
|
16699
16948
|
instanceCategories?: string[];
|
|
16700
16949
|
/**
|
|
16701
16950
|
* @remarks
|
|
16702
|
-
* The level of the instance family. You can
|
|
16951
|
+
* The level of the instance family. You can specify this parameter to match the available instance types. This parameter takes effect only if you set `CostOptimization` to true. Valid values:
|
|
16703
16952
|
*
|
|
16704
|
-
* * EntryLevel: entry
|
|
16705
|
-
* * EnterpriseLevel: enterprise
|
|
16706
|
-
* * CreditEntryLevel: credit
|
|
16953
|
+
* * EntryLevel: entry-level (shared instance types). Instance types of this level are the most cost-effective but may not ensure stable computing performance. Instance types of this level are suitable for scenarios in which the CPU utilization is low. For more information, see [Shared instance families](https://help.aliyun.com/document_detail/108489.html).
|
|
16954
|
+
* * EnterpriseLevel: enterprise-level. Instance types of this level provide stable performance and dedicated resources and are suitable for business scenarios that require high stability. For more information, see [Overview of instance families](https://help.aliyun.com/document_detail/25378.html).
|
|
16955
|
+
* * CreditEntryLevel: credit entry-level (burstable instance types). CPU credits are used to ensure computing performance. Instance types of this level are suitable for scenarios in which the CPU utilization is low but may fluctuate in specific cases. For more information, see [Overview](https://help.aliyun.com/document_detail/59977.html) of burstable instances.
|
|
16707
16956
|
*
|
|
16708
16957
|
* @example
|
|
16709
16958
|
* EnterpriseLevel
|
|
@@ -16752,7 +17001,7 @@ export declare class CreateScalingConfigurationShrinkRequestInstancePatternInfos
|
|
|
16752
17001
|
maximumMemorySize?: number;
|
|
16753
17002
|
/**
|
|
16754
17003
|
* @remarks
|
|
16755
|
-
* The memory size per instance type in intelligent configuration mode. Unit: GiB. You can
|
|
17004
|
+
* The memory size per instance type in intelligent configuration mode. Unit: GiB. You can specify this parameter to filter the available instance types.
|
|
16756
17005
|
*
|
|
16757
17006
|
* @example
|
|
16758
17007
|
* 4
|
|
@@ -16824,7 +17073,7 @@ export declare class CreateScalingConfigurationShrinkRequestInstancePatternInfos
|
|
|
16824
17073
|
minimumMemorySize?: number;
|
|
16825
17074
|
/**
|
|
16826
17075
|
* @remarks
|
|
16827
|
-
* The processor models of instance types. You can specify up to 10 processor models.
|
|
17076
|
+
* The processor models of the instance types. You can specify up to 10 processor models.
|
|
16828
17077
|
*/
|
|
16829
17078
|
physicalProcessorModels?: string[];
|
|
16830
17079
|
static names(): {
|
|
@@ -17000,9 +17249,51 @@ export declare class CreateScalingGroupRequestAlbServerGroups extends $tea.Model
|
|
|
17000
17249
|
});
|
|
17001
17250
|
}
|
|
17002
17251
|
export declare class CreateScalingGroupRequestCapacityOptions extends $tea.Model {
|
|
17252
|
+
/**
|
|
17253
|
+
* @remarks
|
|
17254
|
+
* Specifies whether to automatically create pay-as-you-go ECS instances to reach the required number of ECS instances when preemptible ECS instances cannot be created due to high prices or insufficient inventory of resources. This parameter takes effect when you set `MultiAZPolicy` to `COST_OPTIMIZED`. Valid values:
|
|
17255
|
+
*
|
|
17256
|
+
* * true
|
|
17257
|
+
* * false
|
|
17258
|
+
*
|
|
17259
|
+
* Default value: true.
|
|
17260
|
+
*
|
|
17261
|
+
* @example
|
|
17262
|
+
* true
|
|
17263
|
+
*/
|
|
17003
17264
|
compensateWithOnDemand?: boolean;
|
|
17265
|
+
/**
|
|
17266
|
+
* @remarks
|
|
17267
|
+
* The minimum number of pay-as-you-go instances required in the scaling group. When the number of pay-as-you-go instances drops below the value of this parameter, Auto Scaling preferentially creates pay-as-you-go instances. Valid values: 0 to 1000.
|
|
17268
|
+
*
|
|
17269
|
+
* If you set `MultiAZPolicy` to `COMPOSABLE`, the default value is 0.
|
|
17270
|
+
*
|
|
17271
|
+
* @example
|
|
17272
|
+
* 30
|
|
17273
|
+
*/
|
|
17004
17274
|
onDemandBaseCapacity?: number;
|
|
17275
|
+
/**
|
|
17276
|
+
* @remarks
|
|
17277
|
+
* The percentage of pay-as-you-go instances in the excess instances when the minimum number of pay-as-you-go instances is reached. `OnDemandBaseCapacity` specifies the minimum number of pay-as-you-go instances that must be contained in the scaling group. Valid values: 0 to 100.
|
|
17278
|
+
*
|
|
17279
|
+
* If you set `MultiAZPolicy` to `COMPOSABLE`, the default value is 100.
|
|
17280
|
+
*
|
|
17281
|
+
* @example
|
|
17282
|
+
* 20
|
|
17283
|
+
*/
|
|
17005
17284
|
onDemandPercentageAboveBaseCapacity?: number;
|
|
17285
|
+
/**
|
|
17286
|
+
* @remarks
|
|
17287
|
+
* Specifies whether to replace pay-as-you-go instances with preemptible instances. If you specify `CompensateWithOnDemand`, it may result in a higher percentage of pay-as-you-go instances compared to the value of `OnDemandPercentageAboveBaseCapacity`. In this scenario, Auto Scaling will try to deploy preemptible instances to replace the surplus pay-as-you-go instances. When `CompensateWithOnDemand` is specified, Auto Scaling creates pay-as-you-go instances if there are not enough preemptible instance types. To avoid keeping these pay-as-you-go ECS instances for long periods, Auto Scaling tries to replace them with preemptible instances as soon as enough of preemptible instance types become available. Valid values:
|
|
17288
|
+
*
|
|
17289
|
+
* * true
|
|
17290
|
+
* * false
|
|
17291
|
+
*
|
|
17292
|
+
* Default value: false.
|
|
17293
|
+
*
|
|
17294
|
+
* @example
|
|
17295
|
+
* false
|
|
17296
|
+
*/
|
|
17006
17297
|
spotAutoReplaceOnDemand?: boolean;
|
|
17007
17298
|
static names(): {
|
|
17008
17299
|
[key: string]: string;
|
|
@@ -17278,7 +17569,7 @@ export declare class CreateScalingGroupRequestServerGroups extends $tea.Model {
|
|
|
17278
17569
|
export declare class CreateScalingGroupRequestTags extends $tea.Model {
|
|
17279
17570
|
/**
|
|
17280
17571
|
* @remarks
|
|
17281
|
-
* The tag key
|
|
17572
|
+
* The tag key.
|
|
17282
17573
|
*
|
|
17283
17574
|
* @example
|
|
17284
17575
|
* Department
|
|
@@ -17286,10 +17577,10 @@ export declare class CreateScalingGroupRequestTags extends $tea.Model {
|
|
|
17286
17577
|
key?: string;
|
|
17287
17578
|
/**
|
|
17288
17579
|
* @remarks
|
|
17289
|
-
* Specifies whether to propagate the tag that you want to add
|
|
17580
|
+
* Specifies whether to propagate the tag that you want to add. Valid values:
|
|
17290
17581
|
*
|
|
17291
|
-
* * true: propagates the tag to
|
|
17292
|
-
* * false: does not propagate the tag to any
|
|
17582
|
+
* * true: propagates the tag to new instances.
|
|
17583
|
+
* * false: does not propagate the tag to any instance.
|
|
17293
17584
|
*
|
|
17294
17585
|
* Default value: false.
|
|
17295
17586
|
*
|
|
@@ -17299,7 +17590,7 @@ export declare class CreateScalingGroupRequestTags extends $tea.Model {
|
|
|
17299
17590
|
propagate?: boolean;
|
|
17300
17591
|
/**
|
|
17301
17592
|
* @remarks
|
|
17302
|
-
* The tag value
|
|
17593
|
+
* The tag value.
|
|
17303
17594
|
*
|
|
17304
17595
|
* @example
|
|
17305
17596
|
* Finance
|
|
@@ -17847,21 +18138,57 @@ export declare class DescribeAlarmsResponseBodyAlarmList extends $tea.Model {
|
|
|
17847
18138
|
}
|
|
17848
18139
|
export declare class DescribeDiagnoseReportsResponseBodyReportsDetails extends $tea.Model {
|
|
17849
18140
|
/**
|
|
18141
|
+
* @remarks
|
|
18142
|
+
* The type of the diagnostic item. Valid values:
|
|
18143
|
+
*
|
|
18144
|
+
* * AccountArrearage: Checks whether your Alibaba Cloud account has overdue payments.
|
|
18145
|
+
* * AccountNotEnoughBalance: Checks whether the balance of your Alibaba Cloud account at the China site (aliyun.com) is greater than or equal to CNY 100.
|
|
18146
|
+
* * ElasticStrength: Checks whether the instance types that are specified in the scaling configuration are sufficient.
|
|
18147
|
+
* * VSwitch: Checks whether a specific vSwitch can work as expected. For example, if a vSwitch is deleted, the vSwitch cannot provide services and an exception occurs.
|
|
18148
|
+
* * SecurityGroup: Checks whether a specific security group can work as expected. For example, if a security group is deleted, the security group cannot provide services and an exception occurs.
|
|
18149
|
+
* * KeyPair: Checks whether the key pair is available. If the specified key pair is deleted, specify another key pair for the scaling group.
|
|
18150
|
+
* * SlbBackendServerQuota: Checks whether the number of ECS instances that are added to the default server group and the vServer groups of the SLB instances associated with the scaling group has reached the upper limit.
|
|
18151
|
+
* * AlbBackendServerQuota: Checks whether the number of ECS instances that are added to the backend server groups of the ALB instances associated with the scaling group has reached the upper limit.
|
|
18152
|
+
* * NlbBackendServerQuota: Checks whether the number of ECS instances that are added to the backend server groups of the NLB instances associated with the scaling group has reached the upper limit.
|
|
18153
|
+
*
|
|
17850
18154
|
* @example
|
|
17851
18155
|
* AccountArrearage
|
|
17852
18156
|
*/
|
|
17853
18157
|
diagnoseType?: string;
|
|
17854
18158
|
/**
|
|
18159
|
+
* @remarks
|
|
18160
|
+
* The error code of the diagnostic item. Valid values:
|
|
18161
|
+
*
|
|
18162
|
+
* * VSwitchIdNotFound: The vSwitch does not exist.
|
|
18163
|
+
* * SecurityGroupNotFound: The security group does not exist.
|
|
18164
|
+
* * KeyPairNotFound: The key pair does not exist.
|
|
18165
|
+
* * SlbBackendServerQuotaExceeded: The number of ECS instances that are added to the default server group and the vServer groups of the SLB instances associated with the scaling group has reached the upper limit.
|
|
18166
|
+
* * AlbBackendServerQuotaExceeded: The number of ECS instances that are attached to the ALB instances of the scaling group has reached the upper limit.
|
|
18167
|
+
* * NlbBackendServerQuotaExceeded: The number of ECS instances that are attached to the NLB instances of the scaling group has reached the upper limit.
|
|
18168
|
+
* * AccountArrearage: Your account has overdue payments.
|
|
18169
|
+
* * AccountNotEnoughBalance: The balance of your Alibaba Cloud account is less than CNY 100.
|
|
18170
|
+
* * ElasticStrengthAlert: The inventory levels are lower than expected.
|
|
18171
|
+
*
|
|
17855
18172
|
* @example
|
|
17856
18173
|
* VSwitchIdNotFound
|
|
17857
18174
|
*/
|
|
17858
18175
|
errorCode?: string;
|
|
17859
18176
|
/**
|
|
18177
|
+
* @remarks
|
|
18178
|
+
* The ID of the resource.
|
|
18179
|
+
*
|
|
17860
18180
|
* @example
|
|
17861
18181
|
* sg-280ih****
|
|
17862
18182
|
*/
|
|
17863
18183
|
resourceId?: string;
|
|
17864
18184
|
/**
|
|
18185
|
+
* @remarks
|
|
18186
|
+
* The status of the diagnostic item. Valid values:
|
|
18187
|
+
*
|
|
18188
|
+
* * Normal: The diagnostic result is normal.
|
|
18189
|
+
* * Warn: The diagnostic result is warning.
|
|
18190
|
+
* * Critical: The diagnostic result is critical.
|
|
18191
|
+
*
|
|
17865
18192
|
* @example
|
|
17866
18193
|
* Normal
|
|
17867
18194
|
*/
|
|
@@ -17878,37 +18205,69 @@ export declare class DescribeDiagnoseReportsResponseBodyReportsDetails extends $
|
|
|
17878
18205
|
}
|
|
17879
18206
|
export declare class DescribeDiagnoseReportsResponseBodyReports extends $tea.Model {
|
|
17880
18207
|
/**
|
|
18208
|
+
* @remarks
|
|
18209
|
+
* The time when the diagnostic report was created.
|
|
18210
|
+
*
|
|
17881
18211
|
* @example
|
|
17882
18212
|
* 2024-08-23T02:22:30Z
|
|
17883
18213
|
*/
|
|
17884
18214
|
creationTime?: string;
|
|
18215
|
+
/**
|
|
18216
|
+
* @remarks
|
|
18217
|
+
* The details of the diagnostic report.
|
|
18218
|
+
*/
|
|
17885
18219
|
details?: DescribeDiagnoseReportsResponseBodyReportsDetails[];
|
|
17886
18220
|
/**
|
|
18221
|
+
* @remarks
|
|
18222
|
+
* The status of the diagnostic item. Only the severe status is displayed in the diagnostic report. Valid values:
|
|
18223
|
+
*
|
|
18224
|
+
* * Normal: The diagnostic result is normal.
|
|
18225
|
+
* * Warn: The diagnostic result is warning.
|
|
18226
|
+
* * Critical: The diagnostic result is critical.
|
|
18227
|
+
*
|
|
17887
18228
|
* @example
|
|
17888
18229
|
* Normal
|
|
17889
18230
|
*/
|
|
17890
18231
|
diagnoseStatus?: string;
|
|
17891
18232
|
/**
|
|
18233
|
+
* @remarks
|
|
18234
|
+
* The status of the diagnostic report. Valid values:
|
|
18235
|
+
*
|
|
18236
|
+
* * processing: The diagnosis is in progress.
|
|
18237
|
+
* * Finished: The diagnosis is complete.
|
|
18238
|
+
*
|
|
17892
18239
|
* @example
|
|
17893
18240
|
* Finished
|
|
17894
18241
|
*/
|
|
17895
18242
|
processStatus?: string;
|
|
17896
18243
|
/**
|
|
18244
|
+
* @remarks
|
|
18245
|
+
* The ID of the region.
|
|
18246
|
+
*
|
|
17897
18247
|
* @example
|
|
17898
18248
|
* cn-qingdao
|
|
17899
18249
|
*/
|
|
17900
18250
|
regionId?: string;
|
|
17901
18251
|
/**
|
|
18252
|
+
* @remarks
|
|
18253
|
+
* The ID of the diagnostic report.
|
|
18254
|
+
*
|
|
17902
18255
|
* @example
|
|
17903
18256
|
* dr-bp14p0cjp7wvjob5l6hk
|
|
17904
18257
|
*/
|
|
17905
18258
|
reportId?: string;
|
|
17906
18259
|
/**
|
|
18260
|
+
* @remarks
|
|
18261
|
+
* The ID of the scaling group.
|
|
18262
|
+
*
|
|
17907
18263
|
* @example
|
|
17908
18264
|
* asg-bp124uve5iph3*****
|
|
17909
18265
|
*/
|
|
17910
18266
|
scalingGroupId?: string;
|
|
17911
18267
|
/**
|
|
18268
|
+
* @remarks
|
|
18269
|
+
* The user ID of the scaling group.
|
|
18270
|
+
*
|
|
17912
18271
|
* @example
|
|
17913
18272
|
* 161456884*******
|
|
17914
18273
|
*/
|
|
@@ -20863,6 +21222,13 @@ export declare class DescribeEciScalingConfigurationsResponseBodyScalingConfigur
|
|
|
20863
21222
|
* 20
|
|
20864
21223
|
*/
|
|
20865
21224
|
ephemeralStorage?: number;
|
|
21225
|
+
/**
|
|
21226
|
+
* @remarks
|
|
21227
|
+
* The version of the GPU driver.
|
|
21228
|
+
*
|
|
21229
|
+
* @example
|
|
21230
|
+
* tesla=470.82.01
|
|
21231
|
+
*/
|
|
20866
21232
|
gpuDriverVersion?: string;
|
|
20867
21233
|
/**
|
|
20868
21234
|
* @remarks
|
|
@@ -21095,6 +21461,21 @@ export declare class DescribeEciScalingConfigurationsResponseBodyScalingConfigur
|
|
|
21095
21461
|
[key: string]: any;
|
|
21096
21462
|
});
|
|
21097
21463
|
}
|
|
21464
|
+
export declare class DescribeElasticStrengthResponseBodyElasticStrengthModelsResourcePoolsInventoryHealth extends $tea.Model {
|
|
21465
|
+
adequacyScore?: number;
|
|
21466
|
+
healthScore?: number;
|
|
21467
|
+
hotScore?: number;
|
|
21468
|
+
supplyScore?: number;
|
|
21469
|
+
static names(): {
|
|
21470
|
+
[key: string]: string;
|
|
21471
|
+
};
|
|
21472
|
+
static types(): {
|
|
21473
|
+
[key: string]: any;
|
|
21474
|
+
};
|
|
21475
|
+
constructor(map?: {
|
|
21476
|
+
[key: string]: any;
|
|
21477
|
+
});
|
|
21478
|
+
}
|
|
21098
21479
|
export declare class DescribeElasticStrengthResponseBodyElasticStrengthModelsResourcePools extends $tea.Model {
|
|
21099
21480
|
/**
|
|
21100
21481
|
* @remarks
|
|
@@ -21112,6 +21493,7 @@ export declare class DescribeElasticStrengthResponseBodyElasticStrengthModelsRes
|
|
|
21112
21493
|
* ecs.r7.large
|
|
21113
21494
|
*/
|
|
21114
21495
|
instanceType?: string;
|
|
21496
|
+
inventoryHealth?: DescribeElasticStrengthResponseBodyElasticStrengthModelsResourcePoolsInventoryHealth;
|
|
21115
21497
|
/**
|
|
21116
21498
|
* @remarks
|
|
21117
21499
|
* The error message returned when the scaling strength is the weakest.
|
|
@@ -21120,6 +21502,7 @@ export declare class DescribeElasticStrengthResponseBodyElasticStrengthModelsRes
|
|
|
21120
21502
|
* The instanceTypes or diskTypes are not supported.
|
|
21121
21503
|
*/
|
|
21122
21504
|
msg?: string;
|
|
21505
|
+
status?: string;
|
|
21123
21506
|
/**
|
|
21124
21507
|
* @remarks
|
|
21125
21508
|
* The scaling strength of the resource pool.
|
|
@@ -21152,6 +21535,7 @@ export declare class DescribeElasticStrengthResponseBodyElasticStrengthModelsRes
|
|
|
21152
21535
|
});
|
|
21153
21536
|
}
|
|
21154
21537
|
export declare class DescribeElasticStrengthResponseBodyElasticStrengthModels extends $tea.Model {
|
|
21538
|
+
elasticStrength?: string;
|
|
21155
21539
|
/**
|
|
21156
21540
|
* @remarks
|
|
21157
21541
|
* The resource pools.
|
|
@@ -21487,20 +21871,20 @@ export declare class DescribeLifecycleHooksResponseBodyLifecycleHooks extends $t
|
|
|
21487
21871
|
lifecycleTransition?: string;
|
|
21488
21872
|
/**
|
|
21489
21873
|
* @remarks
|
|
21490
|
-
* The ARN of the notification recipient when the lifecycle hook takes effect. The value of this parameter
|
|
21874
|
+
* The ARN of the notification recipient when the lifecycle hook takes effect. The value of this parameter must be in one of the following formats:
|
|
21491
21875
|
*
|
|
21492
|
-
* * If you
|
|
21493
|
-
* * If you
|
|
21494
|
-
* * If you
|
|
21495
|
-
* * If you
|
|
21496
|
-
* * If you
|
|
21876
|
+
* * If you do not create a notification rule, specify the value in the `acs:ess:{region-id}:{account-id}:null/null` format.
|
|
21877
|
+
* * If you specify a Simple Message Queue (SMQ, formerly MNS) queue as the notification recipient, specify the value in the `acs:mns:{region-id}:{account-id}:queue/{queuename}` format.
|
|
21878
|
+
* * If you specify an SMQ as the notification recipient, specify the value in the `acs:mns:{region-id}:{account-id}:topic/{topicname}` format.
|
|
21879
|
+
* * If you specify a CloudOps Orchestration Service (OOS) template as the notification recipient, specify the value in the `acs:oos:{region-id}:{account-id}:template/{templatename}` format.
|
|
21880
|
+
* * If you specify an event bus as the notification recipient, specify the value in the `acs:eventbridge:{region-id}:{account-id}:eventbus/default` format.
|
|
21497
21881
|
*
|
|
21498
|
-
* The variables in the preceding formats have the following meanings:
|
|
21882
|
+
* The variables in the preceding value formats have the following meanings:
|
|
21499
21883
|
*
|
|
21500
21884
|
* * region-id: the region ID of your scaling group.
|
|
21501
|
-
* * account-id: the ID of your Alibaba Cloud.
|
|
21502
|
-
* * queuename: the name of the
|
|
21503
|
-
* * topicname: the name of the
|
|
21885
|
+
* * account-id: the ID of your Alibaba Cloud account.
|
|
21886
|
+
* * queuename: the name of the SMQ queue.
|
|
21887
|
+
* * topicname: the name of the SMQ topic.
|
|
21504
21888
|
* * templatename: the name of the OOS template.
|
|
21505
21889
|
*
|
|
21506
21890
|
* @example
|
|
@@ -21536,18 +21920,18 @@ export declare class DescribeLifecycleHooksResponseBodyLifecycleHooks extends $t
|
|
|
21536
21920
|
export declare class DescribeNotificationConfigurationsResponseBodyNotificationConfigurationModels extends $tea.Model {
|
|
21537
21921
|
/**
|
|
21538
21922
|
* @remarks
|
|
21539
|
-
* The Alibaba Cloud Resource Name (ARN) of the notification
|
|
21923
|
+
* The Alibaba Cloud Resource Name (ARN) of the notification recipient. The value is in one of the following formats:
|
|
21540
21924
|
*
|
|
21541
|
-
* * If you
|
|
21542
|
-
* * If you
|
|
21543
|
-
* * If you
|
|
21925
|
+
* * If you specify CloudMonitor as the notification recipient, the value is in the acs:ess:{region-id}:{account-id}:cloudmonitor format.
|
|
21926
|
+
* * If you specify a Simple Message Queue (SMQ, formerly MNS) as the notification recipient, the value is in the acs:mns:{region-id}:{account-id}:queue/{queuename} format.
|
|
21927
|
+
* * If you specify an SMQ topic as the notification recipient, the value is in the acs:mns:{region-id}:{account-id}:topic/{topicname} format.
|
|
21544
21928
|
*
|
|
21545
|
-
* The variables in the preceding formats have the following meanings:
|
|
21929
|
+
* The variables in the preceding value formats have the following meanings:
|
|
21546
21930
|
*
|
|
21547
|
-
* * region-id: the region ID of
|
|
21548
|
-
* * account-id: the ID of
|
|
21549
|
-
* * queuename: the name of the
|
|
21550
|
-
* * topicname: the name of the
|
|
21931
|
+
* * region-id: the region ID of your scaling group.
|
|
21932
|
+
* * account-id: the ID of your Alibaba Cloud account.
|
|
21933
|
+
* * queuename: the name of the SMQ queue.
|
|
21934
|
+
* * topicname: the name of the SMQ topic.
|
|
21551
21935
|
*
|
|
21552
21936
|
* @example
|
|
21553
21937
|
* acs:mns:cn-beijing:161456884340****:topic/modifyLifecycleHo****
|
|
@@ -21823,6 +22207,9 @@ export declare class DescribeScalingActivitiesResponseBodyScalingActivities exte
|
|
|
21823
22207
|
*/
|
|
21824
22208
|
errorMessage?: string;
|
|
21825
22209
|
/**
|
|
22210
|
+
* @remarks
|
|
22211
|
+
* The ID of the instance refresh task.
|
|
22212
|
+
*
|
|
21826
22213
|
* @example
|
|
21827
22214
|
* ir-asdf12adsxg*****
|
|
21828
22215
|
*/
|
|
@@ -22146,13 +22533,12 @@ export declare class DescribeScalingConfigurationsResponseBodyScalingConfigurati
|
|
|
22146
22533
|
export declare class DescribeScalingConfigurationsResponseBodyScalingConfigurationsInstancePatternInfos extends $tea.Model {
|
|
22147
22534
|
/**
|
|
22148
22535
|
* @remarks
|
|
22149
|
-
* The
|
|
22536
|
+
* The architectures of instance types. Valid values:
|
|
22150
22537
|
*
|
|
22151
|
-
* * X86: x86
|
|
22152
|
-
* * Heterogeneous: heterogeneous computing, such as GPU-accelerated or FPGA-accelerated
|
|
22153
|
-
* * BareMetal: ECS Bare Metal Instance
|
|
22154
|
-
* * Arm: Arm
|
|
22155
|
-
* * SuperComputeCluster: Super Computing Cluster
|
|
22538
|
+
* * X86: x86.
|
|
22539
|
+
* * Heterogeneous: heterogeneous computing, such as GPU-accelerated or FPGA-accelerated.
|
|
22540
|
+
* * BareMetal: ECS Bare Metal Instance.
|
|
22541
|
+
* * Arm: Arm.
|
|
22156
22542
|
*/
|
|
22157
22543
|
architectures?: string[];
|
|
22158
22544
|
/**
|
|
@@ -22200,26 +22586,25 @@ export declare class DescribeScalingConfigurationsResponseBodyScalingConfigurati
|
|
|
22200
22586
|
gpuSpecs?: string[];
|
|
22201
22587
|
/**
|
|
22202
22588
|
* @remarks
|
|
22203
|
-
* The categories of
|
|
22589
|
+
* The categories of ECS instances. Valid values:
|
|
22204
22590
|
*
|
|
22205
|
-
* >
|
|
22591
|
+
* > Up to 10 categories of ECS instances are supported.
|
|
22206
22592
|
*
|
|
22207
|
-
* * General-purpose
|
|
22208
|
-
* * Compute-optimized
|
|
22209
|
-
* * Memory-optimized
|
|
22210
|
-
* * Big data
|
|
22211
|
-
* * Local SSDs
|
|
22212
|
-
* * High Clock Speed
|
|
22213
|
-
* * Enhanced
|
|
22214
|
-
* * Shared
|
|
22215
|
-
* * Compute-optimized with GPU
|
|
22216
|
-
* * Visual Compute-optimized
|
|
22217
|
-
* * Heterogeneous Service
|
|
22218
|
-
* * Compute-optimized with FPGA
|
|
22219
|
-
* * Compute-optimized with NPU
|
|
22220
|
-
* * ECS Bare Metal
|
|
22221
|
-
* *
|
|
22222
|
-
* * High Performance Compute
|
|
22593
|
+
* * General-purpose: general-purpose instance type.
|
|
22594
|
+
* * Compute-optimized: compute-optimized instance type.
|
|
22595
|
+
* * Memory-optimized: memory-optimized instance type.
|
|
22596
|
+
* * Big data: big data instance type.
|
|
22597
|
+
* * Local SSDs: instance type with local SSDs.
|
|
22598
|
+
* * High Clock Speed: instance type with high clock speeds.
|
|
22599
|
+
* * Enhanced: enhanced instance type.
|
|
22600
|
+
* * Shared: shared instance type.
|
|
22601
|
+
* * Compute-optimized with GPU: GPU-accelerated compute-optimized instance type.
|
|
22602
|
+
* * Visual Compute-optimized: visual compute-optimized instance type.
|
|
22603
|
+
* * Heterogeneous Service: heterogeneous service instance type.
|
|
22604
|
+
* * Compute-optimized with FPGA: FPGA-accelerated compute-optimized instance type.
|
|
22605
|
+
* * Compute-optimized with NPU: NPU-accelerated compute-optimized instance type.
|
|
22606
|
+
* * ECS Bare Metal: ECS Bare Metal Instance type.
|
|
22607
|
+
* * High Performance Compute: HPC-optimized instance type.
|
|
22223
22608
|
*/
|
|
22224
22609
|
instanceCategories?: string[];
|
|
22225
22610
|
/**
|
|
@@ -22427,11 +22812,6 @@ export declare class DescribeScalingConfigurationsResponseBodyScalingConfigurati
|
|
|
22427
22812
|
}
|
|
22428
22813
|
export declare class DescribeScalingConfigurationsResponseBodyScalingConfigurationsSecurityOptions extends $tea.Model {
|
|
22429
22814
|
/**
|
|
22430
|
-
* @remarks
|
|
22431
|
-
* 机密计算模式。可能值:
|
|
22432
|
-
* - Enclave:表示ECS实例使用Enclave构建机密计算环境。更多信息,请参见[使用Enclave构建机密计算环境](https://help.aliyun.com/document_detail/203433.html)。
|
|
22433
|
-
* - TDX:表示构建TDX机密计算环境。更多信息,请参见[构建TDX机密计算环境](https://help.aliyun.com/document_detail/479090.html)。
|
|
22434
|
-
*
|
|
22435
22815
|
* @example
|
|
22436
22816
|
* TDX
|
|
22437
22817
|
*/
|
|
@@ -22620,7 +23000,27 @@ export declare class DescribeScalingConfigurationsResponseBodyScalingConfigurati
|
|
|
22620
23000
|
* hpc-clus****
|
|
22621
23001
|
*/
|
|
22622
23002
|
hpcClusterId?: string;
|
|
23003
|
+
/**
|
|
23004
|
+
* @remarks
|
|
23005
|
+
* Indicates whether the access channel is enabled for instance metadata. Valid values:
|
|
23006
|
+
*
|
|
23007
|
+
* * enabled
|
|
23008
|
+
* * disabled
|
|
23009
|
+
*
|
|
23010
|
+
* @example
|
|
23011
|
+
* enabled
|
|
23012
|
+
*/
|
|
22623
23013
|
httpEndpoint?: string;
|
|
23014
|
+
/**
|
|
23015
|
+
* @remarks
|
|
23016
|
+
* Indicates whether the security hardening mode (IMDSv2) is forcefully used to access instance metadata. Valid values:
|
|
23017
|
+
*
|
|
23018
|
+
* * optional: The security hardening mode IMDSv2 is not forcibly used.
|
|
23019
|
+
* * required: The security hardening mode (IMDSv2) is forcibly used. After you set this parameter to required, you cannot access instance metadata in normal mode.
|
|
23020
|
+
*
|
|
23021
|
+
* @example
|
|
23022
|
+
* optional
|
|
23023
|
+
*/
|
|
22624
23024
|
httpTokens?: string;
|
|
22625
23025
|
/**
|
|
22626
23026
|
* @remarks
|
|
@@ -22725,7 +23125,7 @@ export declare class DescribeScalingConfigurationsResponseBodyScalingConfigurati
|
|
|
22725
23125
|
internetChargeType?: string;
|
|
22726
23126
|
/**
|
|
22727
23127
|
* @remarks
|
|
22728
|
-
* The maximum inbound bandwidth. Unit: Mbit/s.
|
|
23128
|
+
* The maximum inbound public bandwidth. Unit: Mbit/s.
|
|
22729
23129
|
*
|
|
22730
23130
|
* @example
|
|
22731
23131
|
* 200
|
|
@@ -22733,10 +23133,7 @@ export declare class DescribeScalingConfigurationsResponseBodyScalingConfigurati
|
|
|
22733
23133
|
internetMaxBandwidthIn?: number;
|
|
22734
23134
|
/**
|
|
22735
23135
|
* @remarks
|
|
22736
|
-
* The maximum outbound bandwidth. Unit: Mbit/s.
|
|
22737
|
-
*
|
|
22738
|
-
* * 0 to 1024 if you set InternetChargeType to PayByBandwidth. If you leave this parameter empty, this parameter is automatically set to 0.
|
|
22739
|
-
* * 0 to 1024 if you set InternetChargeType to PayByTraffic. If you leave this parameter empty, an error is returned.
|
|
23136
|
+
* The maximum outbound public bandwidth. Unit: Mbit/s.
|
|
22740
23137
|
*
|
|
22741
23138
|
* @example
|
|
22742
23139
|
* 0
|
|
@@ -22892,10 +23289,6 @@ export declare class DescribeScalingConfigurationsResponseBodyScalingConfigurati
|
|
|
22892
23289
|
* The IDs of the security groups to which the ECS instances belong. ECS instances that belong to the same security group can communicate with each other.
|
|
22893
23290
|
*/
|
|
22894
23291
|
securityGroupIds?: string[];
|
|
22895
|
-
/**
|
|
22896
|
-
* @remarks
|
|
22897
|
-
* 安全选项。
|
|
22898
|
-
*/
|
|
22899
23292
|
securityOptions?: DescribeScalingConfigurationsResponseBodyScalingConfigurationsSecurityOptions;
|
|
22900
23293
|
/**
|
|
22901
23294
|
* @remarks
|
|
@@ -23969,9 +24362,43 @@ export declare class DescribeScalingGroupsResponseBodyScalingGroupsAlbServerGrou
|
|
|
23969
24362
|
});
|
|
23970
24363
|
}
|
|
23971
24364
|
export declare class DescribeScalingGroupsResponseBodyScalingGroupsCapacityOptions extends $tea.Model {
|
|
24365
|
+
/**
|
|
24366
|
+
* @remarks
|
|
24367
|
+
* Indicates whether pay-as-you-go ECS instances can be automatically created to reach the required number of ECS instances when preemptible ECS instances cannot be created due to high prices or insufficient inventory of resources. This parameter takes effect when you set `MultiAZPolicy` to `COST_OPTIMIZED`. Valid values:
|
|
24368
|
+
*
|
|
24369
|
+
* * true
|
|
24370
|
+
* * false
|
|
24371
|
+
*
|
|
24372
|
+
* @example
|
|
24373
|
+
* true
|
|
24374
|
+
*/
|
|
23972
24375
|
compensateWithOnDemand?: boolean;
|
|
24376
|
+
/**
|
|
24377
|
+
* @remarks
|
|
24378
|
+
* The minimum number of pay-as-you-go instances required in the scaling group. When the actual number of pay-as-you-go instances drops below the minimum threshold, Auto Scaling preferentially creates pay-as-you-go instances. Valid values: 0 to 1000.
|
|
24379
|
+
*
|
|
24380
|
+
* @example
|
|
24381
|
+
* 0
|
|
24382
|
+
*/
|
|
23973
24383
|
onDemandBaseCapacity?: number;
|
|
24384
|
+
/**
|
|
24385
|
+
* @remarks
|
|
24386
|
+
* The percentage of pay-as-you-go instances in the excess instances when the minimum number of pay-as-you-go instances is reached. `OnDemandBaseCapacity` specifies the minimum number of pay-as-you-go instances required in the scaling group. Valid values: 0 to 100.
|
|
24387
|
+
*
|
|
24388
|
+
* @example
|
|
24389
|
+
* 0
|
|
24390
|
+
*/
|
|
23974
24391
|
onDemandPercentageAboveBaseCapacity?: number;
|
|
24392
|
+
/**
|
|
24393
|
+
* @remarks
|
|
24394
|
+
* Specifies whether to replace pay-as-you-go ECS instances with preemptible ECS instances. If you specify `CompensateWithOnDemand`, it may result in a higher percentage of pay-as-you-go instances compared to the value of `OnDemandPercentageAboveBaseCapacity`. In this scenario, Auto Scaling will try to deploy preemptible ECS instances to replace the surplus pay-as-you-go ECS instances. When `CompensateWithOnDemand` is specified, Auto Scaling creates pay-as-you-go ECS instances if there are not enough preemptible instance types available. To avoid keeping these pay-as-you-go ECS instances for long periods, Auto Scaling tries to replace them with preemptible instances as soon as enough of preemptible instance types become available. Valid values:
|
|
24395
|
+
*
|
|
24396
|
+
* * true
|
|
24397
|
+
* * false
|
|
24398
|
+
*
|
|
24399
|
+
* @example
|
|
24400
|
+
* false
|
|
24401
|
+
*/
|
|
23975
24402
|
spotAutoReplaceOnDemand?: boolean;
|
|
23976
24403
|
static names(): {
|
|
23977
24404
|
[key: string]: string;
|
|
@@ -24272,6 +24699,10 @@ export declare class DescribeScalingGroupsResponseBodyScalingGroups extends $tea
|
|
|
24272
24699
|
* false
|
|
24273
24700
|
*/
|
|
24274
24701
|
azBalance?: boolean;
|
|
24702
|
+
/**
|
|
24703
|
+
* @remarks
|
|
24704
|
+
* The capacity options.
|
|
24705
|
+
*/
|
|
24275
24706
|
capacityOptions?: DescribeScalingGroupsResponseBodyScalingGroupsCapacityOptions;
|
|
24276
24707
|
/**
|
|
24277
24708
|
* @remarks
|
|
@@ -27436,22 +27867,21 @@ export declare class ModifyScalingConfigurationRequestDataDisks extends $tea.Mod
|
|
|
27436
27867
|
export declare class ModifyScalingConfigurationRequestInstancePatternInfos extends $tea.Model {
|
|
27437
27868
|
/**
|
|
27438
27869
|
* @remarks
|
|
27439
|
-
* The
|
|
27870
|
+
* The architecture types of the instance types. Valid values:
|
|
27440
27871
|
*
|
|
27441
27872
|
* * X86: x86.
|
|
27442
27873
|
* * Heterogeneous: heterogeneous computing, such as GPU-accelerated or FPGA-accelerated.
|
|
27443
27874
|
* * BareMetal: ECS Bare Metal Instance.
|
|
27444
27875
|
* * Arm: Arm.
|
|
27445
|
-
* * SuperComputeCluster: Super Computing Cluster.
|
|
27446
27876
|
*
|
|
27447
|
-
* By default, all values are
|
|
27877
|
+
* By default, all values are selected.
|
|
27448
27878
|
*/
|
|
27449
27879
|
architectures?: string[];
|
|
27450
27880
|
/**
|
|
27451
27881
|
* @remarks
|
|
27452
27882
|
* Specifies whether to include burstable instance types. Valid values:
|
|
27453
27883
|
*
|
|
27454
|
-
* * Exclude:
|
|
27884
|
+
* * Exclude: excludes burstable instance types.
|
|
27455
27885
|
* * Include: includes burstable instance types.
|
|
27456
27886
|
* * Required: includes only burstable instance types.
|
|
27457
27887
|
*
|
|
@@ -27477,7 +27907,7 @@ export declare class ModifyScalingConfigurationRequestInstancePatternInfos exten
|
|
|
27477
27907
|
cores?: number;
|
|
27478
27908
|
/**
|
|
27479
27909
|
* @remarks
|
|
27480
|
-
* The CPU architectures of instance types. Valid values:
|
|
27910
|
+
* The CPU architectures of the instance types. Valid values:
|
|
27481
27911
|
*
|
|
27482
27912
|
* > You can specify up to two CPU architectures.
|
|
27483
27913
|
*
|
|
@@ -27487,7 +27917,7 @@ export declare class ModifyScalingConfigurationRequestInstancePatternInfos exten
|
|
|
27487
27917
|
cpuArchitectures?: string[];
|
|
27488
27918
|
/**
|
|
27489
27919
|
* @remarks
|
|
27490
|
-
* The instance types that you want to exclude. You can use
|
|
27920
|
+
* The instance types that you want to exclude. You can use an asterisk (\\*) as a wildcard character to exclude an instance type or an instance family. Examples:
|
|
27491
27921
|
*
|
|
27492
27922
|
* * ecs.c6.large: excludes the ecs.c6.large instance type.
|
|
27493
27923
|
* * ecs.c6.\\*: excludes the c6 instance family.
|
|
@@ -27500,33 +27930,32 @@ export declare class ModifyScalingConfigurationRequestInstancePatternInfos exten
|
|
|
27500
27930
|
gpuSpecs?: string[];
|
|
27501
27931
|
/**
|
|
27502
27932
|
* @remarks
|
|
27503
|
-
* The categories of instance types. Valid values:
|
|
27504
|
-
*
|
|
27505
|
-
* * General-purpose
|
|
27506
|
-
* * Compute-optimized
|
|
27507
|
-
* * Memory-optimized
|
|
27508
|
-
* * Big data
|
|
27509
|
-
* * Local SSDs
|
|
27510
|
-
* * High Clock Speed
|
|
27511
|
-
* * Enhanced
|
|
27512
|
-
* * Shared
|
|
27513
|
-
* * Compute-optimized with GPU
|
|
27514
|
-
* * Visual Compute-optimized
|
|
27515
|
-
* * Heterogeneous Service
|
|
27516
|
-
* * Compute-optimized with FPGA
|
|
27517
|
-
* * Compute-optimized with NPU
|
|
27518
|
-
* * ECS Bare Metal
|
|
27519
|
-
* *
|
|
27520
|
-
* * High Performance Compute
|
|
27933
|
+
* The categories of the instance types. Valid values:
|
|
27934
|
+
*
|
|
27935
|
+
* * General-purpose: general-purpose instance type.
|
|
27936
|
+
* * Compute-optimized: compute-optimized instance type.
|
|
27937
|
+
* * Memory-optimized: memory-optimized instance type.
|
|
27938
|
+
* * Big data: big data instance type.
|
|
27939
|
+
* * Local SSDs: instance type that uses local SSDs.
|
|
27940
|
+
* * High Clock Speed: instance type that has a high clock speed.
|
|
27941
|
+
* * Enhanced: enhanced instance type.
|
|
27942
|
+
* * Shared: shared instance type.
|
|
27943
|
+
* * Compute-optimized with GPU: GPU-accelerated compute-optimized instance type.
|
|
27944
|
+
* * Visual Compute-optimized: visual compute-optimized instance type.
|
|
27945
|
+
* * Heterogeneous Service: heterogeneous service instance type.
|
|
27946
|
+
* * Compute-optimized with FPGA: FPGA-accelerated compute-optimized instance type.
|
|
27947
|
+
* * Compute-optimized with NPU: NPU-accelerated compute-optimized instance type.
|
|
27948
|
+
* * ECS Bare Metal: ECS Bare Metal Instance type.
|
|
27949
|
+
* * High Performance Compute: HPC-optimized instance type.
|
|
27521
27950
|
*/
|
|
27522
27951
|
instanceCategories?: string[];
|
|
27523
27952
|
/**
|
|
27524
27953
|
* @remarks
|
|
27525
|
-
* The level of the instance family. You can specify this parameter to
|
|
27954
|
+
* The level of the instance family. You can specify this parameter to obtain the available instance types. This parameter takes effect only if you set `CostOptimization` to true. Valid values:
|
|
27526
27955
|
*
|
|
27527
|
-
* * EntryLevel: entry
|
|
27528
|
-
* * EnterpriseLevel: enterprise
|
|
27529
|
-
* * CreditEntryLevel: credit
|
|
27956
|
+
* * EntryLevel: entry-level (shared instance types). Instance types of this level are the most cost-effective but may not ensure stable computing performance. Instance types of this level are suitable for scenarios in which the CPU utilization is low. For more information, see [Shared instance families](https://help.aliyun.com/document_detail/108489.html).
|
|
27957
|
+
* * EnterpriseLevel: enterprise-level. Instance types of this level provide stable performance and dedicated resources and are suitable for business scenarios that require high stability. For more information, see [Overview of instance families](https://help.aliyun.com/document_detail/25378.html).
|
|
27958
|
+
* * CreditEntryLevel: credit entry-level (burstable instance types). CPU credits are used to ensure computing performance. Instance types of this level are suitable for scenarios in which the CPU utilization is low but may fluctuate in specific cases. For more information, see [Overview](https://help.aliyun.com/document_detail/59977.html) of burstable instances.
|
|
27530
27959
|
*
|
|
27531
27960
|
* @example
|
|
27532
27961
|
* EnterpriseLevel
|
|
@@ -27539,7 +27968,7 @@ export declare class ModifyScalingConfigurationRequestInstancePatternInfos exten
|
|
|
27539
27968
|
instanceTypeFamilies?: string[];
|
|
27540
27969
|
/**
|
|
27541
27970
|
* @remarks
|
|
27542
|
-
* The maximum hourly price of pay-as-you-go or preemptible instances in intelligent configuration mode. You can specify this parameter to
|
|
27971
|
+
* The maximum hourly price of pay-as-you-go or preemptible instances in intelligent configuration mode. You can specify this parameter to obtain the available instance types.
|
|
27543
27972
|
*
|
|
27544
27973
|
* > If you set SpotStrategy to SpotWithPriceLimit, you must specify this parameter. In other cases, this parameter is optional.
|
|
27545
27974
|
*
|
|
@@ -27583,7 +28012,7 @@ export declare class ModifyScalingConfigurationRequestInstancePatternInfos exten
|
|
|
27583
28012
|
memory?: number;
|
|
27584
28013
|
/**
|
|
27585
28014
|
* @remarks
|
|
27586
|
-
* The baseline vCPU computing performance (overall baseline performance of all vCPUs)
|
|
28015
|
+
* The baseline vCPU computing performance (overall baseline performance of all vCPUs) of each t5 or t6 burstable instance.
|
|
27587
28016
|
*
|
|
27588
28017
|
* @example
|
|
27589
28018
|
* 12
|
|
@@ -27631,7 +28060,7 @@ export declare class ModifyScalingConfigurationRequestInstancePatternInfos exten
|
|
|
27631
28060
|
minimumGpuAmount?: number;
|
|
27632
28061
|
/**
|
|
27633
28062
|
* @remarks
|
|
27634
|
-
* The initial vCPU credits
|
|
28063
|
+
* The initial vCPU credits of each t5 or t6 burstable instance.
|
|
27635
28064
|
*
|
|
27636
28065
|
* @example
|
|
27637
28066
|
* 12
|
|
@@ -27647,7 +28076,7 @@ export declare class ModifyScalingConfigurationRequestInstancePatternInfos exten
|
|
|
27647
28076
|
minimumMemorySize?: number;
|
|
27648
28077
|
/**
|
|
27649
28078
|
* @remarks
|
|
27650
|
-
* The processor models of instance types. You can specify up to 10 processor models.
|
|
28079
|
+
* The processor models of the instance types. You can specify up to 10 processor models.
|
|
27651
28080
|
*/
|
|
27652
28081
|
physicalProcessorModels?: string[];
|
|
27653
28082
|
static names(): {
|
|
@@ -28213,22 +28642,21 @@ export declare class ModifyScalingConfigurationShrinkRequestDataDisks extends $t
|
|
|
28213
28642
|
export declare class ModifyScalingConfigurationShrinkRequestInstancePatternInfos extends $tea.Model {
|
|
28214
28643
|
/**
|
|
28215
28644
|
* @remarks
|
|
28216
|
-
* The
|
|
28645
|
+
* The architecture types of the instance types. Valid values:
|
|
28217
28646
|
*
|
|
28218
28647
|
* * X86: x86.
|
|
28219
28648
|
* * Heterogeneous: heterogeneous computing, such as GPU-accelerated or FPGA-accelerated.
|
|
28220
28649
|
* * BareMetal: ECS Bare Metal Instance.
|
|
28221
28650
|
* * Arm: Arm.
|
|
28222
|
-
* * SuperComputeCluster: Super Computing Cluster.
|
|
28223
28651
|
*
|
|
28224
|
-
* By default, all values are
|
|
28652
|
+
* By default, all values are selected.
|
|
28225
28653
|
*/
|
|
28226
28654
|
architectures?: string[];
|
|
28227
28655
|
/**
|
|
28228
28656
|
* @remarks
|
|
28229
28657
|
* Specifies whether to include burstable instance types. Valid values:
|
|
28230
28658
|
*
|
|
28231
|
-
* * Exclude:
|
|
28659
|
+
* * Exclude: excludes burstable instance types.
|
|
28232
28660
|
* * Include: includes burstable instance types.
|
|
28233
28661
|
* * Required: includes only burstable instance types.
|
|
28234
28662
|
*
|
|
@@ -28254,7 +28682,7 @@ export declare class ModifyScalingConfigurationShrinkRequestInstancePatternInfos
|
|
|
28254
28682
|
cores?: number;
|
|
28255
28683
|
/**
|
|
28256
28684
|
* @remarks
|
|
28257
|
-
* The CPU architectures of instance types. Valid values:
|
|
28685
|
+
* The CPU architectures of the instance types. Valid values:
|
|
28258
28686
|
*
|
|
28259
28687
|
* > You can specify up to two CPU architectures.
|
|
28260
28688
|
*
|
|
@@ -28264,7 +28692,7 @@ export declare class ModifyScalingConfigurationShrinkRequestInstancePatternInfos
|
|
|
28264
28692
|
cpuArchitectures?: string[];
|
|
28265
28693
|
/**
|
|
28266
28694
|
* @remarks
|
|
28267
|
-
* The instance types that you want to exclude. You can use
|
|
28695
|
+
* The instance types that you want to exclude. You can use an asterisk (\\*) as a wildcard character to exclude an instance type or an instance family. Examples:
|
|
28268
28696
|
*
|
|
28269
28697
|
* * ecs.c6.large: excludes the ecs.c6.large instance type.
|
|
28270
28698
|
* * ecs.c6.\\*: excludes the c6 instance family.
|
|
@@ -28277,33 +28705,32 @@ export declare class ModifyScalingConfigurationShrinkRequestInstancePatternInfos
|
|
|
28277
28705
|
gpuSpecs?: string[];
|
|
28278
28706
|
/**
|
|
28279
28707
|
* @remarks
|
|
28280
|
-
* The categories of instance types. Valid values:
|
|
28281
|
-
*
|
|
28282
|
-
* * General-purpose
|
|
28283
|
-
* * Compute-optimized
|
|
28284
|
-
* * Memory-optimized
|
|
28285
|
-
* * Big data
|
|
28286
|
-
* * Local SSDs
|
|
28287
|
-
* * High Clock Speed
|
|
28288
|
-
* * Enhanced
|
|
28289
|
-
* * Shared
|
|
28290
|
-
* * Compute-optimized with GPU
|
|
28291
|
-
* * Visual Compute-optimized
|
|
28292
|
-
* * Heterogeneous Service
|
|
28293
|
-
* * Compute-optimized with FPGA
|
|
28294
|
-
* * Compute-optimized with NPU
|
|
28295
|
-
* * ECS Bare Metal
|
|
28296
|
-
* *
|
|
28297
|
-
* * High Performance Compute
|
|
28708
|
+
* The categories of the instance types. Valid values:
|
|
28709
|
+
*
|
|
28710
|
+
* * General-purpose: general-purpose instance type.
|
|
28711
|
+
* * Compute-optimized: compute-optimized instance type.
|
|
28712
|
+
* * Memory-optimized: memory-optimized instance type.
|
|
28713
|
+
* * Big data: big data instance type.
|
|
28714
|
+
* * Local SSDs: instance type that uses local SSDs.
|
|
28715
|
+
* * High Clock Speed: instance type that has a high clock speed.
|
|
28716
|
+
* * Enhanced: enhanced instance type.
|
|
28717
|
+
* * Shared: shared instance type.
|
|
28718
|
+
* * Compute-optimized with GPU: GPU-accelerated compute-optimized instance type.
|
|
28719
|
+
* * Visual Compute-optimized: visual compute-optimized instance type.
|
|
28720
|
+
* * Heterogeneous Service: heterogeneous service instance type.
|
|
28721
|
+
* * Compute-optimized with FPGA: FPGA-accelerated compute-optimized instance type.
|
|
28722
|
+
* * Compute-optimized with NPU: NPU-accelerated compute-optimized instance type.
|
|
28723
|
+
* * ECS Bare Metal: ECS Bare Metal Instance type.
|
|
28724
|
+
* * High Performance Compute: HPC-optimized instance type.
|
|
28298
28725
|
*/
|
|
28299
28726
|
instanceCategories?: string[];
|
|
28300
28727
|
/**
|
|
28301
28728
|
* @remarks
|
|
28302
|
-
* The level of the instance family. You can specify this parameter to
|
|
28729
|
+
* The level of the instance family. You can specify this parameter to obtain the available instance types. This parameter takes effect only if you set `CostOptimization` to true. Valid values:
|
|
28303
28730
|
*
|
|
28304
|
-
* * EntryLevel: entry
|
|
28305
|
-
* * EnterpriseLevel: enterprise
|
|
28306
|
-
* * CreditEntryLevel: credit
|
|
28731
|
+
* * EntryLevel: entry-level (shared instance types). Instance types of this level are the most cost-effective but may not ensure stable computing performance. Instance types of this level are suitable for scenarios in which the CPU utilization is low. For more information, see [Shared instance families](https://help.aliyun.com/document_detail/108489.html).
|
|
28732
|
+
* * EnterpriseLevel: enterprise-level. Instance types of this level provide stable performance and dedicated resources and are suitable for business scenarios that require high stability. For more information, see [Overview of instance families](https://help.aliyun.com/document_detail/25378.html).
|
|
28733
|
+
* * CreditEntryLevel: credit entry-level (burstable instance types). CPU credits are used to ensure computing performance. Instance types of this level are suitable for scenarios in which the CPU utilization is low but may fluctuate in specific cases. For more information, see [Overview](https://help.aliyun.com/document_detail/59977.html) of burstable instances.
|
|
28307
28734
|
*
|
|
28308
28735
|
* @example
|
|
28309
28736
|
* EnterpriseLevel
|
|
@@ -28316,7 +28743,7 @@ export declare class ModifyScalingConfigurationShrinkRequestInstancePatternInfos
|
|
|
28316
28743
|
instanceTypeFamilies?: string[];
|
|
28317
28744
|
/**
|
|
28318
28745
|
* @remarks
|
|
28319
|
-
* The maximum hourly price of pay-as-you-go or preemptible instances in intelligent configuration mode. You can specify this parameter to
|
|
28746
|
+
* The maximum hourly price of pay-as-you-go or preemptible instances in intelligent configuration mode. You can specify this parameter to obtain the available instance types.
|
|
28320
28747
|
*
|
|
28321
28748
|
* > If you set SpotStrategy to SpotWithPriceLimit, you must specify this parameter. In other cases, this parameter is optional.
|
|
28322
28749
|
*
|
|
@@ -28360,7 +28787,7 @@ export declare class ModifyScalingConfigurationShrinkRequestInstancePatternInfos
|
|
|
28360
28787
|
memory?: number;
|
|
28361
28788
|
/**
|
|
28362
28789
|
* @remarks
|
|
28363
|
-
* The baseline vCPU computing performance (overall baseline performance of all vCPUs)
|
|
28790
|
+
* The baseline vCPU computing performance (overall baseline performance of all vCPUs) of each t5 or t6 burstable instance.
|
|
28364
28791
|
*
|
|
28365
28792
|
* @example
|
|
28366
28793
|
* 12
|
|
@@ -28408,7 +28835,7 @@ export declare class ModifyScalingConfigurationShrinkRequestInstancePatternInfos
|
|
|
28408
28835
|
minimumGpuAmount?: number;
|
|
28409
28836
|
/**
|
|
28410
28837
|
* @remarks
|
|
28411
|
-
* The initial vCPU credits
|
|
28838
|
+
* The initial vCPU credits of each t5 or t6 burstable instance.
|
|
28412
28839
|
*
|
|
28413
28840
|
* @example
|
|
28414
28841
|
* 12
|
|
@@ -28424,7 +28851,7 @@ export declare class ModifyScalingConfigurationShrinkRequestInstancePatternInfos
|
|
|
28424
28851
|
minimumMemorySize?: number;
|
|
28425
28852
|
/**
|
|
28426
28853
|
* @remarks
|
|
28427
|
-
* The processor models of instance types. You can specify up to 10 processor models.
|
|
28854
|
+
* The processor models of the instance types. You can specify up to 10 processor models.
|
|
28428
28855
|
*/
|
|
28429
28856
|
physicalProcessorModels?: string[];
|
|
28430
28857
|
static names(): {
|
|
@@ -28592,9 +29019,49 @@ export declare class ModifyScalingConfigurationShrinkRequestSpotPriceLimits exte
|
|
|
28592
29019
|
});
|
|
28593
29020
|
}
|
|
28594
29021
|
export declare class ModifyScalingGroupRequestCapacityOptions extends $tea.Model {
|
|
29022
|
+
/**
|
|
29023
|
+
* @remarks
|
|
29024
|
+
* Specifies whether to automatically create pay-as-you-go instances to meet the requirements on the number of ECS instances in the scaling group when the number of preemptible instances cannot be reached due to reasons such as cost-related issues and insufficient resources. This parameter takes effect only if you set `MultiAZPolicy` in the `CreateScalingGroup` operation to `COST_OPTIMIZED`. Valid values:
|
|
29025
|
+
*
|
|
29026
|
+
* * true
|
|
29027
|
+
* * false
|
|
29028
|
+
*
|
|
29029
|
+
* @example
|
|
29030
|
+
* true
|
|
29031
|
+
*/
|
|
28595
29032
|
compensateWithOnDemand?: boolean;
|
|
29033
|
+
/**
|
|
29034
|
+
* @remarks
|
|
29035
|
+
* The minimum number of pay-as-you-go instances that must be contained in the scaling group. When the actual number of pay-as-you-go instances in the scaling group drops below the value of this parameter, Auto Scaling preferentially creates pay-as-you-go instances. Valid values: 0 to 1000.
|
|
29036
|
+
*
|
|
29037
|
+
* If you set `MultiAZPolicy` to `COMPOSABLE`, the default value is 0.
|
|
29038
|
+
*
|
|
29039
|
+
* @example
|
|
29040
|
+
* 30
|
|
29041
|
+
*/
|
|
28596
29042
|
onDemandBaseCapacity?: number;
|
|
29043
|
+
/**
|
|
29044
|
+
* @remarks
|
|
29045
|
+
* The percentage of pay-as-you-go instances in the excess instances when the minimum number of pay-as-you-go instances is reached. `OnDemandBaseCapacity` specifies the minimum number of pay-as-you-go instances that must be contained in the scaling group. Valid values: 0 to 100
|
|
29046
|
+
*
|
|
29047
|
+
* If you set `MultiAZPolicy` to `COMPOSABLE`, the default value is 100.
|
|
29048
|
+
*
|
|
29049
|
+
* @example
|
|
29050
|
+
* 20
|
|
29051
|
+
*/
|
|
28597
29052
|
onDemandPercentageAboveBaseCapacity?: number;
|
|
29053
|
+
/**
|
|
29054
|
+
* @remarks
|
|
29055
|
+
* Specifies whether to replace pay-as-you-go ECS instances with preemptible ECS instances. If you specify `CompensateWithOnDemand`, it may result in a higher percentage of pay-as-you-go instances compared to the value of `OnDemandPercentageAboveBaseCapacity`. In this scenario, Auto Scaling will try to deploy preemptible ECS instances to replace the surplus pay-as-you-go ECS instances. When `CompensateWithOnDemand` is specified, Auto Scaling creates pay-as-you-go ECS instances if there are not enough preemptible instance types. To avoid keeping these pay-as-you-go ECS instances for long periods, Auto Scaling tries to replace them with preemptible instances as soon as enough of preemptible instance types become available. Valid values:
|
|
29056
|
+
*
|
|
29057
|
+
* * true
|
|
29058
|
+
* * false
|
|
29059
|
+
*
|
|
29060
|
+
* Default value: false.
|
|
29061
|
+
*
|
|
29062
|
+
* @example
|
|
29063
|
+
* true
|
|
29064
|
+
*/
|
|
28598
29065
|
spotAutoReplaceOnDemand?: boolean;
|
|
28599
29066
|
static names(): {
|
|
28600
29067
|
[key: string]: string;
|
|
@@ -28925,9 +29392,9 @@ export declare class StartInstanceRefreshRequestDesiredConfiguration extends $te
|
|
|
28925
29392
|
export declare class TagResourcesRequestTags extends $tea.Model {
|
|
28926
29393
|
/**
|
|
28927
29394
|
* @remarks
|
|
28928
|
-
* The
|
|
29395
|
+
* The tag key.
|
|
28929
29396
|
*
|
|
28930
|
-
* You cannot specify empty
|
|
29397
|
+
* You cannot specify an empty string as a tag key. The tag key can be up to 128 characters in length and cannot start with `acs:` or `aliyun`. The tag key cannot contain `http://` or `https://`.
|
|
28931
29398
|
*
|
|
28932
29399
|
* @example
|
|
28933
29400
|
* TestKey
|
|
@@ -28937,8 +29404,8 @@ export declare class TagResourcesRequestTags extends $tea.Model {
|
|
|
28937
29404
|
* @remarks
|
|
28938
29405
|
* Specifies whether to propagate the tag that you want to add. Valid values:
|
|
28939
29406
|
*
|
|
28940
|
-
* * true: propagates the tag
|
|
28941
|
-
* * false: does not propagate the tag to any
|
|
29407
|
+
* * true: propagates the tag to new instances.
|
|
29408
|
+
* * false: does not propagate the tag to any instance.
|
|
28942
29409
|
*
|
|
28943
29410
|
* Default value: false.
|
|
28944
29411
|
*
|
|
@@ -28948,9 +29415,9 @@ export declare class TagResourcesRequestTags extends $tea.Model {
|
|
|
28948
29415
|
propagate?: boolean;
|
|
28949
29416
|
/**
|
|
28950
29417
|
* @remarks
|
|
28951
|
-
* The
|
|
29418
|
+
* The tag value.
|
|
28952
29419
|
*
|
|
28953
|
-
* You can specify empty strings as tag values. The tag value
|
|
29420
|
+
* You can specify empty strings as tag values. The tag value can be up to 128 characters in length and cannot contain `http://` or `https://`.
|
|
28954
29421
|
*
|
|
28955
29422
|
* @example
|
|
28956
29423
|
* TestValue
|
|
@@ -29282,7 +29749,7 @@ export default class Client extends OpenApi {
|
|
|
29282
29749
|
*/
|
|
29283
29750
|
attachVServerGroups(request: AttachVServerGroupsRequest): Promise<AttachVServerGroupsResponse>;
|
|
29284
29751
|
/**
|
|
29285
|
-
* Cancels an instance refresh task. Take note that
|
|
29752
|
+
* Cancels an instance refresh task. Take note that instances whose configurations were already updated by running an instance refresh task remain intact even after you cancel the task.
|
|
29286
29753
|
*
|
|
29287
29754
|
* @remarks
|
|
29288
29755
|
* You cannot call this operation to cancel instance refresh tasks that are being rolled back.
|
|
@@ -29293,7 +29760,7 @@ export default class Client extends OpenApi {
|
|
|
29293
29760
|
*/
|
|
29294
29761
|
cancelInstanceRefreshWithOptions(request: CancelInstanceRefreshRequest, runtime: $Util.RuntimeOptions): Promise<CancelInstanceRefreshResponse>;
|
|
29295
29762
|
/**
|
|
29296
|
-
* Cancels an instance refresh task. Take note that
|
|
29763
|
+
* Cancels an instance refresh task. Take note that instances whose configurations were already updated by running an instance refresh task remain intact even after you cancel the task.
|
|
29297
29764
|
*
|
|
29298
29765
|
* @remarks
|
|
29299
29766
|
* You cannot call this operation to cancel instance refresh tasks that are being rolled back.
|
|
@@ -29376,7 +29843,7 @@ export default class Client extends OpenApi {
|
|
|
29376
29843
|
*/
|
|
29377
29844
|
createAlarm(request: CreateAlarmRequest): Promise<CreateAlarmResponse>;
|
|
29378
29845
|
/**
|
|
29379
|
-
*
|
|
29846
|
+
* Creates a diagnostic report.
|
|
29380
29847
|
*
|
|
29381
29848
|
* @param request - CreateDiagnoseReportRequest
|
|
29382
29849
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -29384,7 +29851,7 @@ export default class Client extends OpenApi {
|
|
|
29384
29851
|
*/
|
|
29385
29852
|
createDiagnoseReportWithOptions(request: CreateDiagnoseReportRequest, runtime: $Util.RuntimeOptions): Promise<CreateDiagnoseReportResponse>;
|
|
29386
29853
|
/**
|
|
29387
|
-
*
|
|
29854
|
+
* Creates a diagnostic report.
|
|
29388
29855
|
*
|
|
29389
29856
|
* @param request - CreateDiagnoseReportRequest
|
|
29390
29857
|
* @returns CreateDiagnoseReportResponse
|
|
@@ -29444,9 +29911,9 @@ export default class Client extends OpenApi {
|
|
|
29444
29911
|
* Creates a notification rule. You can call the CreateNotificationConfiguration operation to create a notification rule to stay informed about scaling events or resource changes. This helps you learn about the dynamic status of your scaling group in real time and further automates the management of scaling events.
|
|
29445
29912
|
*
|
|
29446
29913
|
* @remarks
|
|
29447
|
-
* You can
|
|
29914
|
+
* You can specify CloudMonitor system events, Simple Message Queue (SMQ, formerly MNS) topics, or SMQ queues as notification recipients. When a scaling event of the specified type or resource change occurs in your scaling group, Auto Scaling automatically sends notifications to CloudMonitor or SMQ.
|
|
29448
29915
|
* * You cannot specify the same recipient for notifications of different event types in a scaling group.
|
|
29449
|
-
* For example, you cannot enable the same CloudMonitor system event,
|
|
29916
|
+
* For example, you cannot enable the same CloudMonitor system event, SMQ topic, or SMQ queue to receive notifications of different event types in a scaling group.
|
|
29450
29917
|
*
|
|
29451
29918
|
* @param request - CreateNotificationConfigurationRequest
|
|
29452
29919
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -29457,9 +29924,9 @@ export default class Client extends OpenApi {
|
|
|
29457
29924
|
* Creates a notification rule. You can call the CreateNotificationConfiguration operation to create a notification rule to stay informed about scaling events or resource changes. This helps you learn about the dynamic status of your scaling group in real time and further automates the management of scaling events.
|
|
29458
29925
|
*
|
|
29459
29926
|
* @remarks
|
|
29460
|
-
* You can
|
|
29927
|
+
* You can specify CloudMonitor system events, Simple Message Queue (SMQ, formerly MNS) topics, or SMQ queues as notification recipients. When a scaling event of the specified type or resource change occurs in your scaling group, Auto Scaling automatically sends notifications to CloudMonitor or SMQ.
|
|
29461
29928
|
* * You cannot specify the same recipient for notifications of different event types in a scaling group.
|
|
29462
|
-
* For example, you cannot enable the same CloudMonitor system event,
|
|
29929
|
+
* For example, you cannot enable the same CloudMonitor system event, SMQ topic, or SMQ queue to receive notifications of different event types in a scaling group.
|
|
29463
29930
|
*
|
|
29464
29931
|
* @param request - CreateNotificationConfigurationRequest
|
|
29465
29932
|
* @returns CreateNotificationConfigurationResponse
|
|
@@ -29867,7 +30334,7 @@ export default class Client extends OpenApi {
|
|
|
29867
30334
|
*/
|
|
29868
30335
|
describeAlertConfiguration(request: DescribeAlertConfigurationRequest): Promise<DescribeAlertConfigurationResponse>;
|
|
29869
30336
|
/**
|
|
29870
|
-
*
|
|
30337
|
+
* Queries the diagnostic reports.
|
|
29871
30338
|
*
|
|
29872
30339
|
* @param request - DescribeDiagnoseReportsRequest
|
|
29873
30340
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -29875,7 +30342,7 @@ export default class Client extends OpenApi {
|
|
|
29875
30342
|
*/
|
|
29876
30343
|
describeDiagnoseReportsWithOptions(request: DescribeDiagnoseReportsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDiagnoseReportsResponse>;
|
|
29877
30344
|
/**
|
|
29878
|
-
*
|
|
30345
|
+
* Queries the diagnostic reports.
|
|
29879
30346
|
*
|
|
29880
30347
|
* @param request - DescribeDiagnoseReportsRequest
|
|
29881
30348
|
* @returns DescribeDiagnoseReportsResponse
|
|
@@ -29912,7 +30379,7 @@ export default class Client extends OpenApi {
|
|
|
29912
30379
|
*/
|
|
29913
30380
|
describeEciScalingConfigurations(request: DescribeEciScalingConfigurationsRequest): Promise<DescribeEciScalingConfigurationsResponse>;
|
|
29914
30381
|
/**
|
|
29915
|
-
*
|
|
30382
|
+
* Queries the scaling strength of a scaling configuration. The success rate of scale-out events depends on the scaling strength of the scaling configuration that you want to use. By checking the scaling strength of a scaling configuration, you can enable Auto Scaling to measure its performance and improve specific configurations.
|
|
29916
30383
|
*
|
|
29917
30384
|
* @param request - DescribeElasticStrengthRequest
|
|
29918
30385
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -29920,7 +30387,7 @@ export default class Client extends OpenApi {
|
|
|
29920
30387
|
*/
|
|
29921
30388
|
describeElasticStrengthWithOptions(request: DescribeElasticStrengthRequest, runtime: $Util.RuntimeOptions): Promise<DescribeElasticStrengthResponse>;
|
|
29922
30389
|
/**
|
|
29923
|
-
*
|
|
30390
|
+
* Queries the scaling strength of a scaling configuration. The success rate of scale-out events depends on the scaling strength of the scaling configuration that you want to use. By checking the scaling strength of a scaling configuration, you can enable Auto Scaling to measure its performance and improve specific configurations.
|
|
29924
30391
|
*
|
|
29925
30392
|
* @param request - DescribeElasticStrengthRequest
|
|
29926
30393
|
* @returns DescribeElasticStrengthResponse
|
|
@@ -29942,7 +30409,7 @@ export default class Client extends OpenApi {
|
|
|
29942
30409
|
*/
|
|
29943
30410
|
describeInstanceRefreshes(request: DescribeInstanceRefreshesRequest): Promise<DescribeInstanceRefreshesResponse>;
|
|
29944
30411
|
/**
|
|
29945
|
-
* Queries
|
|
30412
|
+
* Queries lifecycle hook actions. When you call the DescribeLifecycleActions operation, you can specify parameters such as ScalingActivityId, NextToken, and MaxResults to query the details such as the action status and ID of a lifecycle hook. You can also call this operation to query the IDs of Elastic Compute Service (ECS) instances on which the lifecycle hook takes effect.
|
|
29946
30413
|
*
|
|
29947
30414
|
* @remarks
|
|
29948
30415
|
* If a scaling activity is executed and a lifecycle hook is created for the scaling activity, the lifecycle hook triggers a lifecycle action. A lifecycle action can be in one of the following states:
|
|
@@ -29957,7 +30424,7 @@ export default class Client extends OpenApi {
|
|
|
29957
30424
|
*/
|
|
29958
30425
|
describeLifecycleActionsWithOptions(request: DescribeLifecycleActionsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeLifecycleActionsResponse>;
|
|
29959
30426
|
/**
|
|
29960
|
-
* Queries
|
|
30427
|
+
* Queries lifecycle hook actions. When you call the DescribeLifecycleActions operation, you can specify parameters such as ScalingActivityId, NextToken, and MaxResults to query the details such as the action status and ID of a lifecycle hook. You can also call this operation to query the IDs of Elastic Compute Service (ECS) instances on which the lifecycle hook takes effect.
|
|
29961
30428
|
*
|
|
29962
30429
|
* @remarks
|
|
29963
30430
|
* If a scaling activity is executed and a lifecycle hook is created for the scaling activity, the lifecycle hook triggers a lifecycle action. A lifecycle action can be in one of the following states:
|
|
@@ -29971,7 +30438,7 @@ export default class Client extends OpenApi {
|
|
|
29971
30438
|
*/
|
|
29972
30439
|
describeLifecycleActions(request: DescribeLifecycleActionsRequest): Promise<DescribeLifecycleActionsResponse>;
|
|
29973
30440
|
/**
|
|
29974
|
-
* Queries lifecycle hooks.
|
|
30441
|
+
* Queries lifecycle hooks. When you call this operation, you can specify the lifecycle hook ID or scaling group ID to query the details of the desired lifecycle hook, such as the default action after the lifecycle hook times out, scaling activity that corresponds to the lifecycle hook, Alibaba Cloud Resource Name (ARN) of the notification recipient, and effective period of the lifecycle hook.
|
|
29975
30442
|
*
|
|
29976
30443
|
* @remarks
|
|
29977
30444
|
* You can use one of the following methods to query lifecycle hooks:
|
|
@@ -29985,7 +30452,7 @@ export default class Client extends OpenApi {
|
|
|
29985
30452
|
*/
|
|
29986
30453
|
describeLifecycleHooksWithOptions(request: DescribeLifecycleHooksRequest, runtime: $Util.RuntimeOptions): Promise<DescribeLifecycleHooksResponse>;
|
|
29987
30454
|
/**
|
|
29988
|
-
* Queries lifecycle hooks.
|
|
30455
|
+
* Queries lifecycle hooks. When you call this operation, you can specify the lifecycle hook ID or scaling group ID to query the details of the desired lifecycle hook, such as the default action after the lifecycle hook times out, scaling activity that corresponds to the lifecycle hook, Alibaba Cloud Resource Name (ARN) of the notification recipient, and effective period of the lifecycle hook.
|
|
29989
30456
|
*
|
|
29990
30457
|
* @remarks
|
|
29991
30458
|
* You can use one of the following methods to query lifecycle hooks:
|
|
@@ -30098,7 +30565,7 @@ export default class Client extends OpenApi {
|
|
|
30098
30565
|
*/
|
|
30099
30566
|
describeScalingActivities(request: DescribeScalingActivitiesRequest): Promise<DescribeScalingActivitiesResponse>;
|
|
30100
30567
|
/**
|
|
30101
|
-
* Queries the details of a scaling activity.
|
|
30568
|
+
* Queries the details of a scaling activity. You can query a scaling activity by its ID. The scaling activity details include the scaling activity status, error code, and error message. You can efficiently troubleshoot issues and analyze service performance based on the error message.
|
|
30102
30569
|
*
|
|
30103
30570
|
* @param request - DescribeScalingActivityDetailRequest
|
|
30104
30571
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -30106,7 +30573,7 @@ export default class Client extends OpenApi {
|
|
|
30106
30573
|
*/
|
|
30107
30574
|
describeScalingActivityDetailWithOptions(request: DescribeScalingActivityDetailRequest, runtime: $Util.RuntimeOptions): Promise<DescribeScalingActivityDetailResponse>;
|
|
30108
30575
|
/**
|
|
30109
|
-
* Queries the details of a scaling activity.
|
|
30576
|
+
* Queries the details of a scaling activity. You can query a scaling activity by its ID. The scaling activity details include the scaling activity status, error code, and error message. You can efficiently troubleshoot issues and analyze service performance based on the error message.
|
|
30110
30577
|
*
|
|
30111
30578
|
* @param request - DescribeScalingActivityDetailRequest
|
|
30112
30579
|
* @returns DescribeScalingActivityDetailResponse
|
|
@@ -30143,7 +30610,7 @@ export default class Client extends OpenApi {
|
|
|
30143
30610
|
*/
|
|
30144
30611
|
describeScalingGroupDetail(request: DescribeScalingGroupDetailRequest): Promise<DescribeScalingGroupDetailResponse>;
|
|
30145
30612
|
/**
|
|
30146
|
-
*
|
|
30613
|
+
* Queries the latest diagnosis details for a scaling group. Diagnosis details are only returned in the presence of exceptions.
|
|
30147
30614
|
*
|
|
30148
30615
|
* @param request - DescribeScalingGroupDiagnoseDetailsRequest
|
|
30149
30616
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -30151,7 +30618,7 @@ export default class Client extends OpenApi {
|
|
|
30151
30618
|
*/
|
|
30152
30619
|
describeScalingGroupDiagnoseDetailsWithOptions(request: DescribeScalingGroupDiagnoseDetailsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeScalingGroupDiagnoseDetailsResponse>;
|
|
30153
30620
|
/**
|
|
30154
|
-
*
|
|
30621
|
+
* Queries the latest diagnosis details for a scaling group. Diagnosis details are only returned in the presence of exceptions.
|
|
30155
30622
|
*
|
|
30156
30623
|
* @param request - DescribeScalingGroupDiagnoseDetailsRequest
|
|
30157
30624
|
* @returns DescribeScalingGroupDiagnoseDetailsResponse
|
|
@@ -30245,7 +30712,7 @@ export default class Client extends OpenApi {
|
|
|
30245
30712
|
*/
|
|
30246
30713
|
detachAlbServerGroups(request: DetachAlbServerGroupsRequest): Promise<DetachAlbServerGroupsResponse>;
|
|
30247
30714
|
/**
|
|
30248
|
-
*
|
|
30715
|
+
* Detaches one or more ApsaraDB RDS instances from a scaling group. If you want to decrease the number of ApsaraDB RDS instances attached to your scaling group, you can call the DetachDBInstance operation. This operation liberates ApsaraDB RDS instances from your scaling group, thereby significantly boosting the agility and efficiency in managing and allocating your resources.
|
|
30249
30716
|
*
|
|
30250
30717
|
* @param request - DetachDBInstancesRequest
|
|
30251
30718
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -30253,7 +30720,7 @@ export default class Client extends OpenApi {
|
|
|
30253
30720
|
*/
|
|
30254
30721
|
detachDBInstancesWithOptions(request: DetachDBInstancesRequest, runtime: $Util.RuntimeOptions): Promise<DetachDBInstancesResponse>;
|
|
30255
30722
|
/**
|
|
30256
|
-
*
|
|
30723
|
+
* Detaches one or more ApsaraDB RDS instances from a scaling group. If you want to decrease the number of ApsaraDB RDS instances attached to your scaling group, you can call the DetachDBInstance operation. This operation liberates ApsaraDB RDS instances from your scaling group, thereby significantly boosting the agility and efficiency in managing and allocating your resources.
|
|
30257
30724
|
*
|
|
30258
30725
|
* @param request - DetachDBInstancesRequest
|
|
30259
30726
|
* @returns DetachDBInstancesResponse
|
|
@@ -30560,7 +31027,7 @@ export default class Client extends OpenApi {
|
|
|
30560
31027
|
*/
|
|
30561
31028
|
listTagKeys(request: ListTagKeysRequest): Promise<ListTagKeysResponse>;
|
|
30562
31029
|
/**
|
|
30563
|
-
* Queries tags. You can call the ListTagResources operation to query tags that are added to Auto Scaling resources, thereby clarifying resource utilization and facilitating efficient management. This operation aids in the automation of resource categorization and permission management processes.
|
|
31030
|
+
* Queries tags. You can call the ListTagResources operation to query tags that are added to Auto Scaling resources, thereby clarifying resource utilization and facilitating efficient resource management. This operation aids in the automation of resource categorization and permission management processes.
|
|
30564
31031
|
*
|
|
30565
31032
|
* @remarks
|
|
30566
31033
|
* Specify at least one of the following request parameters: `ResourceIds` and `Tags`. `Tags.Key` and `Tags.Value` are used to specify the query objects.
|
|
@@ -30572,7 +31039,7 @@ export default class Client extends OpenApi {
|
|
|
30572
31039
|
*/
|
|
30573
31040
|
listTagResourcesWithOptions(request: ListTagResourcesRequest, runtime: $Util.RuntimeOptions): Promise<ListTagResourcesResponse>;
|
|
30574
31041
|
/**
|
|
30575
|
-
* Queries tags. You can call the ListTagResources operation to query tags that are added to Auto Scaling resources, thereby clarifying resource utilization and facilitating efficient management. This operation aids in the automation of resource categorization and permission management processes.
|
|
31042
|
+
* Queries tags. You can call the ListTagResources operation to query tags that are added to Auto Scaling resources, thereby clarifying resource utilization and facilitating efficient resource management. This operation aids in the automation of resource categorization and permission management processes.
|
|
30576
31043
|
*
|
|
30577
31044
|
* @remarks
|
|
30578
31045
|
* Specify at least one of the following request parameters: `ResourceIds` and `Tags`. `Tags.Key` and `Tags.Value` are used to specify the query objects.
|
|
@@ -30870,8 +31337,8 @@ export default class Client extends OpenApi {
|
|
|
30870
31337
|
* Extends the time window during which Elastic Compute Service (ECS) instances stay in a Pending state. If the current time window during which an ECS instance stays in a Pending state is not sufficient for you to complete custom operations on the ECS instance, you can call the RecordLifecycleActionHeartbeat operation to extend the time window. When you call this operation, you can specify lifecycleHookId, lifecycleActionToken, and heartbeatTimeout to extend the time window for the desired ECS instance.
|
|
30871
31338
|
*
|
|
30872
31339
|
* @remarks
|
|
30873
|
-
* You can call this operation only
|
|
30874
|
-
* An ECS instance can stay in a Pending state for up to six hours. Each time an ECS instance enters a Pending state, you can extend the time window during which the ECS instance stays in
|
|
31340
|
+
* You can call this operation only to extend the time window during which Elastic Compute Service (ECS) instances stay in a Pending state.
|
|
31341
|
+
* An ECS instance can stay in a Pending state for up to six hours. Each time an ECS instance enters a Pending state, you can extend the time window during which the ECS instance stays in the Pending state up to 20 times.
|
|
30875
31342
|
*
|
|
30876
31343
|
* @param request - RecordLifecycleActionHeartbeatRequest
|
|
30877
31344
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -30882,8 +31349,8 @@ export default class Client extends OpenApi {
|
|
|
30882
31349
|
* Extends the time window during which Elastic Compute Service (ECS) instances stay in a Pending state. If the current time window during which an ECS instance stays in a Pending state is not sufficient for you to complete custom operations on the ECS instance, you can call the RecordLifecycleActionHeartbeat operation to extend the time window. When you call this operation, you can specify lifecycleHookId, lifecycleActionToken, and heartbeatTimeout to extend the time window for the desired ECS instance.
|
|
30883
31350
|
*
|
|
30884
31351
|
* @remarks
|
|
30885
|
-
* You can call this operation only
|
|
30886
|
-
* An ECS instance can stay in a Pending state for up to six hours. Each time an ECS instance enters a Pending state, you can extend the time window during which the ECS instance stays in
|
|
31352
|
+
* You can call this operation only to extend the time window during which Elastic Compute Service (ECS) instances stay in a Pending state.
|
|
31353
|
+
* An ECS instance can stay in a Pending state for up to six hours. Each time an ECS instance enters a Pending state, you can extend the time window during which the ECS instance stays in the Pending state up to 20 times.
|
|
30887
31354
|
*
|
|
30888
31355
|
* @param request - RecordLifecycleActionHeartbeatRequest
|
|
30889
31356
|
* @returns RecordLifecycleActionHeartbeatResponse
|
|
@@ -30940,7 +31407,7 @@ export default class Client extends OpenApi {
|
|
|
30940
31407
|
*/
|
|
30941
31408
|
resumeInstanceRefresh(request: ResumeInstanceRefreshRequest): Promise<ResumeInstanceRefreshResponse>;
|
|
30942
31409
|
/**
|
|
30943
|
-
* Resumes suspended processes in a scaling group.
|
|
31410
|
+
* Resumes suspended processes in a scaling group. This operation allows Auto Scaling to proceed with executing these processes according to their predefined rules and logic. For example, if you resume the health check process in your scaling group, Auto Scaling automatically detects and removes any instances deemed unhealthy from the scaling group.
|
|
30944
31411
|
*
|
|
30945
31412
|
* @param request - ResumeProcessesRequest
|
|
30946
31413
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -30948,14 +31415,14 @@ export default class Client extends OpenApi {
|
|
|
30948
31415
|
*/
|
|
30949
31416
|
resumeProcessesWithOptions(request: ResumeProcessesRequest, runtime: $Util.RuntimeOptions): Promise<ResumeProcessesResponse>;
|
|
30950
31417
|
/**
|
|
30951
|
-
* Resumes suspended processes in a scaling group.
|
|
31418
|
+
* Resumes suspended processes in a scaling group. This operation allows Auto Scaling to proceed with executing these processes according to their predefined rules and logic. For example, if you resume the health check process in your scaling group, Auto Scaling automatically detects and removes any instances deemed unhealthy from the scaling group.
|
|
30952
31419
|
*
|
|
30953
31420
|
* @param request - ResumeProcessesRequest
|
|
30954
31421
|
* @returns ResumeProcessesResponse
|
|
30955
31422
|
*/
|
|
30956
31423
|
resumeProcesses(request: ResumeProcessesRequest): Promise<ResumeProcessesResponse>;
|
|
30957
31424
|
/**
|
|
30958
|
-
* Rolls back an instance refresh task. If
|
|
31425
|
+
* Rolls back an instance refresh task. If an instance refresh task cannot meet your business requirements, you can call the RollbackInstanceRefresh operation. When you roll back an instance refresh task, Auto Scaling creates new instances based on the active scaling configuration to replace the instances whose configurations are already updated by running the task.
|
|
30959
31426
|
*
|
|
30960
31427
|
* @param request - RollbackInstanceRefreshRequest
|
|
30961
31428
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -30963,7 +31430,7 @@ export default class Client extends OpenApi {
|
|
|
30963
31430
|
*/
|
|
30964
31431
|
rollbackInstanceRefreshWithOptions(request: RollbackInstanceRefreshRequest, runtime: $Util.RuntimeOptions): Promise<RollbackInstanceRefreshResponse>;
|
|
30965
31432
|
/**
|
|
30966
|
-
* Rolls back an instance refresh task. If
|
|
31433
|
+
* Rolls back an instance refresh task. If an instance refresh task cannot meet your business requirements, you can call the RollbackInstanceRefresh operation. When you roll back an instance refresh task, Auto Scaling creates new instances based on the active scaling configuration to replace the instances whose configurations are already updated by running the task.
|
|
30967
31434
|
*
|
|
30968
31435
|
* @param request - RollbackInstanceRefreshRequest
|
|
30969
31436
|
* @returns RollbackInstanceRefreshResponse
|
|
@@ -31066,13 +31533,13 @@ export default class Client extends OpenApi {
|
|
|
31066
31533
|
*/
|
|
31067
31534
|
setInstancesProtection(request: SetInstancesProtectionRequest): Promise<SetInstancesProtectionResponse>;
|
|
31068
31535
|
/**
|
|
31069
|
-
* Starts an instance refresh task. If you want to
|
|
31536
|
+
* Starts an instance refresh task. If you want to apply a new scaling configuration in a scaling group or update the image specified in a scaling configuration, you can call the StartInstanceRefresh operation.
|
|
31070
31537
|
*
|
|
31071
31538
|
* @remarks
|
|
31072
31539
|
* Only one instance refresh task can be executed at a time in a scaling group.
|
|
31073
|
-
* *
|
|
31074
|
-
* *
|
|
31075
|
-
* *
|
|
31540
|
+
* * You can start instance refresh tasks for Elastic Compute Service (ECS) instances in scaling groups that use the **priority policy** as the scaling policy. Scaling groups whose capacity is measured based on the **number of vCPUs** and scaling groups whose instance reclaim mode is **Economical Mode** or **Forcibly Recycle** do not support the StartInstanceRefresh operation.
|
|
31541
|
+
* * When you start an instance refresh task, scaling events can be completed as expected. Take note that instances that are scaled out use the configurations specified in the instance refresh task.
|
|
31542
|
+
* * The StartInstanceRefresh operation does not take effect on instances that are manually added or instances that are in the Standby and Protected states.
|
|
31076
31543
|
*
|
|
31077
31544
|
* @param request - StartInstanceRefreshRequest
|
|
31078
31545
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -31080,20 +31547,20 @@ export default class Client extends OpenApi {
|
|
|
31080
31547
|
*/
|
|
31081
31548
|
startInstanceRefreshWithOptions(request: StartInstanceRefreshRequest, runtime: $Util.RuntimeOptions): Promise<StartInstanceRefreshResponse>;
|
|
31082
31549
|
/**
|
|
31083
|
-
* Starts an instance refresh task. If you want to
|
|
31550
|
+
* Starts an instance refresh task. If you want to apply a new scaling configuration in a scaling group or update the image specified in a scaling configuration, you can call the StartInstanceRefresh operation.
|
|
31084
31551
|
*
|
|
31085
31552
|
* @remarks
|
|
31086
31553
|
* Only one instance refresh task can be executed at a time in a scaling group.
|
|
31087
|
-
* *
|
|
31088
|
-
* *
|
|
31089
|
-
* *
|
|
31554
|
+
* * You can start instance refresh tasks for Elastic Compute Service (ECS) instances in scaling groups that use the **priority policy** as the scaling policy. Scaling groups whose capacity is measured based on the **number of vCPUs** and scaling groups whose instance reclaim mode is **Economical Mode** or **Forcibly Recycle** do not support the StartInstanceRefresh operation.
|
|
31555
|
+
* * When you start an instance refresh task, scaling events can be completed as expected. Take note that instances that are scaled out use the configurations specified in the instance refresh task.
|
|
31556
|
+
* * The StartInstanceRefresh operation does not take effect on instances that are manually added or instances that are in the Standby and Protected states.
|
|
31090
31557
|
*
|
|
31091
31558
|
* @param request - StartInstanceRefreshRequest
|
|
31092
31559
|
* @returns StartInstanceRefreshResponse
|
|
31093
31560
|
*/
|
|
31094
31561
|
startInstanceRefresh(request: StartInstanceRefreshRequest): Promise<StartInstanceRefreshResponse>;
|
|
31095
31562
|
/**
|
|
31096
|
-
* Suspends an instance refresh task.
|
|
31563
|
+
* Suspends an instance refresh task. If you are not sure that you want to roll back an ongoing instance refresh task whose configurations you think has an issue, you can call the SuspendInstanceRefresh operation to suspend the task.
|
|
31097
31564
|
*
|
|
31098
31565
|
* @remarks
|
|
31099
31566
|
* You cannot call this operation to suspend an instance refresh task that is being rolled back.
|
|
@@ -31104,7 +31571,7 @@ export default class Client extends OpenApi {
|
|
|
31104
31571
|
*/
|
|
31105
31572
|
suspendInstanceRefreshWithOptions(request: SuspendInstanceRefreshRequest, runtime: $Util.RuntimeOptions): Promise<SuspendInstanceRefreshResponse>;
|
|
31106
31573
|
/**
|
|
31107
|
-
* Suspends an instance refresh task.
|
|
31574
|
+
* Suspends an instance refresh task. If you are not sure that you want to roll back an ongoing instance refresh task whose configurations you think has an issue, you can call the SuspendInstanceRefresh operation to suspend the task.
|
|
31108
31575
|
*
|
|
31109
31576
|
* @remarks
|
|
31110
31577
|
* You cannot call this operation to suspend an instance refresh task that is being rolled back.
|
|
@@ -31129,7 +31596,7 @@ export default class Client extends OpenApi {
|
|
|
31129
31596
|
*/
|
|
31130
31597
|
suspendProcesses(request: SuspendProcessesRequest): Promise<SuspendProcessesResponse>;
|
|
31131
31598
|
/**
|
|
31132
|
-
* Creates and
|
|
31599
|
+
* Creates and adds tags. You can call the TagResources operation to uniformly create and attach tags to your Auto Scaling resources, streamlining resource management. This capability empowers you to categorize resources based on tags, thereby enhancing the overall efficiency of resource allocation and utilization.
|
|
31133
31600
|
*
|
|
31134
31601
|
* @remarks
|
|
31135
31602
|
* You can attach up to 20 tags to a scaling group.
|
|
@@ -31146,7 +31613,7 @@ export default class Client extends OpenApi {
|
|
|
31146
31613
|
*/
|
|
31147
31614
|
tagResourcesWithOptions(request: TagResourcesRequest, runtime: $Util.RuntimeOptions): Promise<TagResourcesResponse>;
|
|
31148
31615
|
/**
|
|
31149
|
-
* Creates and
|
|
31616
|
+
* Creates and adds tags. You can call the TagResources operation to uniformly create and attach tags to your Auto Scaling resources, streamlining resource management. This capability empowers you to categorize resources based on tags, thereby enhancing the overall efficiency of resource allocation and utilization.
|
|
31150
31617
|
*
|
|
31151
31618
|
* @remarks
|
|
31152
31619
|
* You can attach up to 20 tags to a scaling group.
|
|
@@ -31177,7 +31644,7 @@ export default class Client extends OpenApi {
|
|
|
31177
31644
|
*/
|
|
31178
31645
|
untagResources(request: UntagResourcesRequest): Promise<UntagResourcesResponse>;
|
|
31179
31646
|
/**
|
|
31180
|
-
* Checks whether
|
|
31647
|
+
* Checks whether the specified Alibaba Cloud account assumes the AliyunServiceRoleForAutoScaling service-linked role. An account can be used to operate Elastic Compute Service (ECS) instances and elastic container instances only after it assumes the service-linked role.
|
|
31181
31648
|
*
|
|
31182
31649
|
* @param request - VerifyAuthenticationRequest
|
|
31183
31650
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -31185,7 +31652,7 @@ export default class Client extends OpenApi {
|
|
|
31185
31652
|
*/
|
|
31186
31653
|
verifyAuthenticationWithOptions(request: VerifyAuthenticationRequest, runtime: $Util.RuntimeOptions): Promise<VerifyAuthenticationResponse>;
|
|
31187
31654
|
/**
|
|
31188
|
-
* Checks whether
|
|
31655
|
+
* Checks whether the specified Alibaba Cloud account assumes the AliyunServiceRoleForAutoScaling service-linked role. An account can be used to operate Elastic Compute Service (ECS) instances and elastic container instances only after it assumes the service-linked role.
|
|
31189
31656
|
*
|
|
31190
31657
|
* @param request - VerifyAuthenticationRequest
|
|
31191
31658
|
* @returns VerifyAuthenticationResponse
|