tencentcloud-sdk-nodejs-intl-en 3.0.1216 → 3.0.1218

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.
@@ -53,7 +53,7 @@ class ModifyLaunchConfigurationAttributesRequest extends AbstractModel {
53
53
  super();
54
54
 
55
55
  /**
56
- * Launch configuration ID
56
+ * Launch configuration ID. obtain the launch configuration ID by logging in to the console (https://console.cloud.tencent.com/autoscaling/config) or calling the api DescribeLaunchConfigurations (https://intl.cloud.tencent.com/document/api/377/20445?from_cn_redirect=1) and retrieving the LaunchConfigurationId from the return information.
57
57
  * @type {string || null}
58
58
  */
59
59
  this.LaunchConfigurationId = null;
@@ -65,8 +65,8 @@ class ModifyLaunchConfigurationAttributesRequest extends AbstractModel {
65
65
  this.ImageId = null;
66
66
 
67
67
  /**
68
- * List of instance types. Each type specifies different resource specifications. This list contains up to 10 instance types.
69
- The launch configuration uses `InstanceType` to indicate one single instance type and `InstanceTypes` to indicate multiple instance types. Specifying the `InstanceTypes` field will invalidate the original `InstanceType`.
68
+ * Types of cvm instances. different instance models specify different resource specifications. supports up to 10 instance models.
69
+ The launch configuration uses `InstanceType` to indicate one single instance type and `InstanceTypes` to indicate multiple instance types. specifying the `InstanceTypes` field will invalidate the original `InstanceType`. specific values can be obtained by calling the api [DescribeInstanceTypeConfigs](https://intl.cloud.tencent.com/document/api/213/15749?from_cn_redirect=1) to obtain the latest specification table or refer to [instance specifications](https://intl.cloud.tencent.com/document/product/213/11518?from_cn_redirect=1).
70
70
  * @type {Array.<string> || null}
71
71
  */
72
72
  this.InstanceTypes = null;
@@ -179,14 +179,14 @@ This field requires passing in the `InstanceName` field. Other fields that are n
179
179
  this.EnhancedService = null;
180
180
 
181
181
  /**
182
- * CAM role name. This parameter can be obtained from the `roleName` field returned by DescribeRoleList API.
182
+ * Role name of the CAM role. can be obtained from roleName in the return value from the DescribeRoleList API (https://intl.cloud.tencent.com/document/product/598/36223?from_cn_redirect=1).
183
183
  * @type {string || null}
184
184
  */
185
185
  this.CamRoleName = null;
186
186
 
187
187
  /**
188
- * HPC ID<br>
189
- Note: This field is default to empty
188
+ * High-Performance computing cluster ID. you can obtain this parameter by calling the [DescribeHpcClusters](https://intl.cloud.tencent.com/document/product/213/83220?from_cn_redirect=1) api.
189
+ Note: this field is empty by default.
190
190
  * @type {string || null}
191
191
  */
192
192
  this.HpcClusterId = null;
@@ -198,7 +198,7 @@ Note: This field is default to empty
198
198
  this.IPv6InternetAccessible = null;
199
199
 
200
200
  /**
201
- * Placement group ID. Only one is allowed.
201
+ * Placement group id. only one can be specified. obtain through the API [DescribeDisasterRecoverGroups](https://intl.cloud.tencent.com/document/product/213/17810?from_cn_redirect=1).
202
202
  * @type {Array.<string> || null}
203
203
  */
204
204
  this.DisasterRecoverGroupIds = null;
@@ -217,7 +217,7 @@ This parameter will overwrite the original instance tag list. To add new tags, y
217
217
  this.InstanceTags = null;
218
218
 
219
219
  /**
220
- * Image family name.
220
+ * Image family name. this parameter can be obtained by calling the [DescribeImages](https://intl.cloud.tencent.com/document/product/213/15715?from_cn_redirect=1) api.
221
221
  * @type {string || null}
222
222
  */
223
223
  this.ImageFamily = null;
@@ -348,7 +348,7 @@ class DisableAutoScalingGroupRequest extends AbstractModel {
348
348
  super();
349
349
 
350
350
  /**
351
- * Scaling group ID
351
+ * Scaling group ID. obtain the scaling group ID by logging in to the console (https://console.cloud.tencent.com/autoscaling/group) or calling the api DescribeAutoScalingGroups (https://intl.cloud.tencent.com/document/api/377/20438?from_cn_redirect=1), and retrieve AutoScalingGroupId from the returned information.
352
352
  * @type {string || null}
353
353
  */
354
354
  this.AutoScalingGroupId = null;
@@ -426,7 +426,9 @@ class ModifyAutoScalingGroupRequest extends AbstractModel {
426
426
  super();
427
427
 
428
428
  /**
429
- * Auto scaling group ID
429
+ * Scaling group ID. obtain available scaling group ids in the following ways:.
430
+ <li>Query the scaling group ID by logging in to the [console](https://console.cloud.tencent.com/autoscaling/group).</li>.
431
+ <li>Specifies the scaling group ID obtained by calling the api [DescribeAutoScalingGroups](https://intl.cloud.tencent.com/document/api/377/20438?from_cn_redirect=1) and retrieving the AutoScalingGroupId from the return information.</li>.
430
432
  * @type {string || null}
431
433
  */
432
434
  this.AutoScalingGroupId = null;
@@ -438,43 +440,45 @@ class ModifyAutoScalingGroupRequest extends AbstractModel {
438
440
  this.AutoScalingGroupName = null;
439
441
 
440
442
  /**
441
- * Default cooldown period in seconds. Default value: 300
443
+ * Default cooldown period in seconds. value ranges from 0 to 3600. default value: 300.
442
444
  * @type {number || null}
443
445
  */
444
446
  this.DefaultCooldown = null;
445
447
 
446
448
  /**
447
- * Desired number of instances. The number should be no larger than the maximum and no smaller than minimum number of instances
449
+ * Expected number of instances, value ranges from 0 to 2000. to meet maximum value greater than or equal to expected value, expected value greater than or equal to minimum value.
448
450
  * @type {number || null}
449
451
  */
450
452
  this.DesiredCapacity = null;
451
453
 
452
454
  /**
453
- * Launch configuration ID
455
+ * Launch configuration ID. obtain available launch configuration ids in the following ways:.
456
+ <li>Queries the launch configuration ID by logging in to the [console](https://console.cloud.tencent.com/autoscaling/config).</li>.
457
+ <li>Specifies the launch configuration ID obtained by calling the api [DescribeLaunchConfigurations](https://intl.cloud.tencent.com/document/api/377/20445?from_cn_redirect=1) and retrieving the LaunchConfigurationId from the return information.</li>.
454
458
  * @type {string || null}
455
459
  */
456
460
  this.LaunchConfigurationId = null;
457
461
 
458
462
  /**
459
- * Maximum number of instances. Value range: 0-2,000.
463
+ * Maximum number of instances, value range from 0 to 2000. to meet maximum value greater than or equal to expected value, expected value greater than or equal to minimum value.
460
464
  * @type {number || null}
461
465
  */
462
466
  this.MaxSize = null;
463
467
 
464
468
  /**
465
- * Minimum number of instances. Value range: 0-2,000.
469
+ * Minimum number of instances. value range [0,2000]. to meet maximum value equal to or greater than expected value, expected value equal to or greater than minimum value.
466
470
  * @type {number || null}
467
471
  */
468
472
  this.MinSize = null;
469
473
 
470
474
  /**
471
- * Project ID
475
+ * Project ID. obtain this parameter by calling [DescribeProject](https://intl.cloud.tencent.com/document/api/651/78725?from_cn_redirect=1), `ProjectId` field in the return value. default value is 0, indicates usage of the default project.
472
476
  * @type {number || null}
473
477
  */
474
478
  this.ProjectId = null;
475
479
 
476
480
  /**
477
- * List of subnet IDs
481
+ * subnet ID list. you can obtain a valid vpc subnet ID by logging in to the [console](https://console.cloud.tencent.com/vpc/subnet). you can also call the API [DescribeSubnets](https://intl.cloud.tencent.com/document/product/215/15784?from_cn_redirect=1) and retrieve the valid vpc subnet ID from the SubnetId field in the API response.
478
482
  * @type {Array.<string> || null}
479
483
  */
480
484
  this.SubnetIds = null;
@@ -488,7 +492,7 @@ class ModifyAutoScalingGroupRequest extends AbstractModel {
488
492
  this.TerminationPolicies = null;
489
493
 
490
494
  /**
491
- * VPC ID. This field is left empty for basic networks. You need to specify SubnetIds when modifying the network of the auto scaling group to a VPC with a specified VPC ID. Specify Zones when modifying the network to a basic network.
495
+ * vpc ID. when modifying the vpc, you need to change the SubnetIds parameter to the subnet of this vpc. effective VpcId can be queried by logging in to the console (https://console.cloud.tencent.com/vpc/vpc) or obtained from the VpcId field in the api response by calling the DescribeVpc api (https://intl.cloud.tencent.com/document/api/215/15778?from_cn_redirect=1).
492
496
  * @type {string || null}
493
497
  */
494
498
  this.VpcId = null;
@@ -526,7 +530,7 @@ If there is no AZ or subnet in Zones/SubnetIds, a verification error will be rep
526
530
  this.ServiceSettings = null;
527
531
 
528
532
  /**
529
- * The number of IPv6 addresses that an instance has. Valid values: 0 and 1.
533
+ * The number of IPv6 addresses that an instance has. valid values: 0 and 1. default value: 0, which means the instance does not allocate an IPv6 address. use a private network that supports IPv6 and enable IPv6 CIDR in the subnet. for usage restrictions, see [IPv6 usage limits](https://intl.cloud.tencent.com/document/product/1142/38369?from_cn_redirect=1).
530
534
  * @type {number || null}
531
535
  */
532
536
  this.Ipv6AddressCount = null;
@@ -694,7 +698,13 @@ class AutoScalingNotification extends AbstractModel {
694
698
  this.NotificationUserGroupIds = null;
695
699
 
696
700
  /**
697
- * List of notification events.
701
+ * Notification event list. valid values are as follows:.
702
+ <Li>SCALE_OUT_SUCCESSFUL: scale-out succeeded</li>.
703
+ <Li>SCALE_OUT_FAILED: scale-out failed</li>.
704
+ <Li>SCALE_IN_SUCCESSFUL: scale-in succeeded</li>.
705
+ <Li>SCALE_IN_FAILED: scale-in failed</li>.
706
+ <Li>REPLACE_UNHEALTHY_INSTANCE_SUCCESSFUL: unhealthy instance replacement succeeded</li>.
707
+ <Li>REPLACE_UNHEALTHY_INSTANCE_FAILED: unhealthy instance replacement failed</li>.
698
708
  * @type {Array.<string> || null}
699
709
  */
700
710
  this.NotificationTypes = null;
@@ -706,19 +716,24 @@ class AutoScalingNotification extends AbstractModel {
706
716
  this.AutoScalingNotificationId = null;
707
717
 
708
718
  /**
709
- * Notification receiver type.
719
+ * Notification receiver type. valid values:.
720
+ USER_GROUP: specifies the user group.
721
+ TDMQ_CMQ_TOPIC: tdmq for cmq topic.
722
+ TDMQ_CMQ_QUEUE: specifies the tdmq cmq queue.
723
+ `CMQ_QUEUE`: cmq queue. [cmq API offline](https://intl.cloud.tencent.com/document/product/1496/83970?from_cn_redirect=1). unable to select.
724
+ CMQ_TOPIC: cmq topic. [cmq API offline](https://intl.cloud.tencent.com/document/product/1496/83970?from_cn_redirect=1), unable to select.
710
725
  * @type {string || null}
711
726
  */
712
727
  this.TargetType = null;
713
728
 
714
729
  /**
715
- * CMQ queue name.
730
+ * TDMQ CMQ queue name.
716
731
  * @type {string || null}
717
732
  */
718
733
  this.QueueName = null;
719
734
 
720
735
  /**
721
- * CMQ topic name.
736
+ * TDMQ CMQ topic name.
722
737
  * @type {string || null}
723
738
  */
724
739
  this.TopicName = null;
@@ -752,7 +767,7 @@ class ModifyScheduledActionRequest extends AbstractModel {
752
767
  super();
753
768
 
754
769
  /**
755
- * ID of the scheduled task to be edited
770
+ * Scheduled task ID that needs modification. obtain the scheduled task ID by calling the api [DescribeScheduledActions](https://intl.cloud.tencent.com/document/api/377/20450?from_cn_redirect=1) and retrieving the ScheduledActionId from the returned information.
756
771
  * @type {string || null}
757
772
  */
758
773
  this.ScheduledActionId = null;
@@ -794,7 +809,7 @@ class ModifyScheduledActionRequest extends AbstractModel {
794
809
  this.EndTime = null;
795
810
 
796
811
  /**
797
- * Repeating mode of the scheduled task, which is in standard cron format. <br>This parameter and `EndTime` need to be specified at the same time.
812
+ * The repeating mode of the scheduled task. follows the standard Cron format. the Recurrence parameter limits (https://intl.cloud.tencent.com/document/product/377/88119?from_cn_redirect=1) consist of 5 fields separated by space, with the structure: minute, hr, date, month, week. this parameter must be simultaneously specified with `EndTime`.
798
813
  * @type {string || null}
799
814
  */
800
815
  this.Recurrence = null;
@@ -835,15 +850,17 @@ class DescribeAutoScalingGroupsRequest extends AbstractModel {
835
850
  this.AutoScalingGroupIds = null;
836
851
 
837
852
  /**
838
- * Filters.
839
- <li> auto-scaling-group-id - String - Required: No - (Filter) Filter by auto scaling group ID.</li>
840
- <li> auto-scaling-group-name - String - Required: No - (Filter) Filter by auto scaling group name.</li>
841
- <li> vague-auto-scaling-group-name - String - Required: No - (Filter) Fuzzy search by auto scaling group name.</li>
842
- <li> launch-configuration-id - String - Required: No - (Filter) Filter by launch configuration ID.</li>
843
- <li> tag-key - String - Required: No - (Filter) Filter by tag key.</li>
844
- <li> tag-value - String - Required: No - (Filter) Filter by tag value.</li>
845
- <li> tag:tag-key - String - Required: No - (Filter) Filter by tag key-value pair. The tag-key should be replaced with a specified tag key. For more information, see example 2.</li>
846
- The maximum number of `Filters` in each request is 10. The upper limit for `Filter.Values` is 5. This parameter cannot specify `AutoScalingGroupIds` and `Filters` at the same time.
853
+ * Filter criteria
854
+
855
+ <li> auto-scaling-group-id - String - required: no - (filter) filter by auto scaling group id.</li>.
856
+ Specifies the scaling group ID obtained by logging in to the [console](https://console.cloud.tencent.com/autoscaling/group) or calling the api [DescribeAutoScalingGroups](https://intl.cloud.tencent.com/document/api/377/20438?from_cn_redirect=1) and retrieving the AutoScalingGroupId from the return information.
857
+ <li> auto-scaling-group-name - String - required: no - (filter) filter by auto scaling group name.</li>.
858
+ <li> vague-auto-scaling-group-name - String - required: no - (filter) filter by scaling group name fuzzy search.</li>.
859
+ <li>launch-configuration-id - String - required: no - (filter condition) filter by launch configuration id. you can obtain the launch configuration id by logging in to the console (https://console.cloud.tencent.com/autoscaling/config) or calling the api DescribeLaunchConfigurations (https://intl.cloud.tencent.com/document/api/377/20445?from_cn_redirect=1) and retrieving the LaunchConfigurationId from the returned information.</li>.
860
+ <li> `tag-key` - String - optional - filter by the tag key. you can call the API [GetTags](https://intl.cloud.tencent.com/document/product/651/72275?from_cn_redirect=1) to obtain the tag key from the returned information.</li>.
861
+ <li>tag-value - String - required: no - (filter condition) filter by tag value. you can obtain the tag value by calling the API [GetTags](https://intl.cloud.tencent.com/document/product/651/72275?from_cn_redirect=1) and retrieving the TagValue from the returned information.</li>.
862
+ <li>tag:tag-key - String - required: no - (filter condition) filter by tag key-value pair. replace tag-key with a specific tag key. see example 2 for reference. call the API [GetTags](https://intl.cloud.tencent.com/document/product/651/72275?from_cn_redirect=1) to obtain the TagKey from the returned information.</li>.
863
+ The maximum number of `Filters` per request is 10, and that of `Filter.Values` is 5. the `AutoScalingGroupIds` and `Filters` parameters cannot be specified simultaneously.
847
864
  * @type {Array.<Filter> || null}
848
865
  */
849
866
  this.Filters = null;
@@ -961,7 +978,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
961
978
  this.UserData = null;
962
979
 
963
980
  /**
964
- * Creation time of the launch configuration.
981
+ * Specifies the startup configuration creation time. uses UTC standard time.
965
982
  * @type {string || null}
966
983
  */
967
984
  this.CreatedTime = null;
@@ -985,7 +1002,11 @@ Note: This field may return null, indicating that no valid values can be obtaine
985
1002
  this.LaunchConfigurationStatus = null;
986
1003
 
987
1004
  /**
988
- * Instance billing type, with the CVM default value processed as POSTPAID_BY_HOUR. <li>POSTPAID_BY_HOUR: Hourly postpaid billing.</li> <li>SPOTPAID: Spot billing.</li>
1005
+ * Instance billing type. valid values:.
1006
+ <Li>POSTPAID_BY_HOUR: pay-as-you-go hourly</li>.
1007
+ <Li>SPOTPAID: spot payment</li>.
1008
+ <Li>PREPAID: prepaid, i.e., monthly subscription</li>.
1009
+ <Li>CDCPAID: dedicated cluster payment</li>.
989
1010
  * @type {string || null}
990
1011
  */
991
1012
  this.InstanceChargeType = null;
@@ -1010,8 +1031,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
1010
1031
  this.InstanceTags = null;
1011
1032
 
1012
1033
  /**
1013
- * Tag list.
1014
- Note: This field may return null, indicating that no valid values can be obtained.
1034
+ * Tag list. this parameter specifies tags only used for binding the launch configuration and will not be passed to CVM instances scaled out based on it.
1015
1035
  * @type {Array.<Tag> || null}
1016
1036
  */
1017
1037
  this.Tags = null;
@@ -1023,13 +1043,13 @@ Note: This field may return null, indicating that no valid values can be obtaine
1023
1043
  this.VersionNumber = null;
1024
1044
 
1025
1045
  /**
1026
- * Update time
1046
+ * Last update time is in standard UTC time.
1027
1047
  * @type {string || null}
1028
1048
  */
1029
1049
  this.UpdatedTime = null;
1030
1050
 
1031
1051
  /**
1032
- * CAM role name. This parameter can be obtained from the `roleName` field returned by DescribeRoleList API.
1052
+ * Role name of the CAM role. can be obtained from roleName in the return value from the DescribeRoleList API (https://intl.cloud.tencent.com/document/product/598/36223?from_cn_redirect=1).
1033
1053
  * @type {string || null}
1034
1054
  */
1035
1055
  this.CamRoleName = null;
@@ -1085,7 +1105,6 @@ Note: This field is default to empty
1085
1105
 
1086
1106
  /**
1087
1107
  * Image family name.
1088
- Note: This field may return null, indicating that no valid values can be obtained.
1089
1108
  * @type {string || null}
1090
1109
  */
1091
1110
  this.ImageFamily = null;
@@ -1436,6 +1455,45 @@ class Advice extends AbstractModel {
1436
1455
  }
1437
1456
  }
1438
1457
 
1458
+ /**
1459
+ * EnterStandby request structure.
1460
+ * @class
1461
+ */
1462
+ class EnterStandbyRequest extends AbstractModel {
1463
+ constructor(){
1464
+ super();
1465
+
1466
+ /**
1467
+ * Scaling group ID. obtain available scaling group ids in the following ways:.
1468
+ <li>Query the scaling group ID by logging in to the [console](https://console.cloud.tencent.com/autoscaling/group).</li>.
1469
+ <li>Specifies the scaling group ID obtained by calling the api [DescribeAutoScalingGroups](https://intl.cloud.tencent.com/document/api/377/20438?from_cn_redirect=1) and retrieving the AutoScalingGroupId from the return information.</li>.
1470
+ * @type {string || null}
1471
+ */
1472
+ this.AutoScalingGroupId = null;
1473
+
1474
+ /**
1475
+ * List of running instances. non-running instances are not supported. you can obtain available instance ids in the following ways:.
1476
+ <li>Query instance ID by logging in to the <a href="https://console.cloud.tencent.com/cvm/index">console</a>.</li>.
1477
+ <li>Specifies the instance ID by calling the api [DescribeInstances](https://intl.cloud.tencent.com/document/api/213/15728?from_cn_redirect=1) and getting `InstanceId` from the return information.</li>.
1478
+ * @type {Array.<string> || null}
1479
+ */
1480
+ this.InstanceIds = null;
1481
+
1482
+ }
1483
+
1484
+ /**
1485
+ * @private
1486
+ */
1487
+ deserialize(params) {
1488
+ if (!params) {
1489
+ return;
1490
+ }
1491
+ this.AutoScalingGroupId = 'AutoScalingGroupId' in params ? params.AutoScalingGroupId : null;
1492
+ this.InstanceIds = 'InstanceIds' in params ? params.InstanceIds : null;
1493
+
1494
+ }
1495
+ }
1496
+
1439
1497
  /**
1440
1498
  * CreateLifecycleHook response structure.
1441
1499
  * @class
@@ -1558,7 +1616,9 @@ class CreateScheduledActionRequest extends AbstractModel {
1558
1616
  super();
1559
1617
 
1560
1618
  /**
1561
- * Auto scaling group ID
1619
+ * Scaling group ID. obtain available scaling group ids in the following ways:.
1620
+ <li>Query the scaling group ID by logging in to the [console](https://console.cloud.tencent.com/autoscaling/group).</li>.
1621
+ <li>Specifies the scaling group ID obtained by calling the api [DescribeAutoScalingGroups](https://intl.cloud.tencent.com/document/api/377/20438?from_cn_redirect=1) and retrieving the AutoScalingGroupId from the return information.</li>.
1562
1622
  * @type {string || null}
1563
1623
  */
1564
1624
  this.AutoScalingGroupId = null;
@@ -1600,7 +1660,7 @@ class CreateScheduledActionRequest extends AbstractModel {
1600
1660
  this.EndTime = null;
1601
1661
 
1602
1662
  /**
1603
- * Repeating mode of the scheduled task, which is in standard cron format. <br><br>This parameter and `EndTime` need to be specified at the same time.
1663
+ * The repeating mode of a scheduled task follows the standard Cron format. the [Recurrence parameter limits](https://intl.cloud.tencent.com/document/product/377/88119?from_cn_redirect=1) in a scheduled task consist of 5 fields separated by spaces, with the structure: minute, hour, date, month, week. this parameter must be simultaneously specified with `EndTime`.
1604
1664
  * @type {string || null}
1605
1665
  */
1606
1666
  this.Recurrence = null;
@@ -1635,13 +1695,17 @@ class ExitStandbyRequest extends AbstractModel {
1635
1695
  super();
1636
1696
 
1637
1697
  /**
1638
- * Scaling group ID.
1698
+ * Auto scaling group ID. obtain available scaling group ids in the following ways:.
1699
+ <li>Query the scaling group ID by logging in to the [console](https://console.cloud.tencent.com/autoscaling/group).</li>.
1700
+ <li>Specifies the scaling group ID obtained by calling the api [DescribeAutoScalingGroups](https://intl.cloud.tencent.com/document/api/377/20438?from_cn_redirect=1) and retrieving the AutoScalingGroupId from the return information.</li>.
1639
1701
  * @type {string || null}
1640
1702
  */
1641
1703
  this.AutoScalingGroupId = null;
1642
1704
 
1643
1705
  /**
1644
- * List of CVM instances in standby status.
1706
+ * List of CVM instances in standby status. you can obtain available instance ID in the following ways:.
1707
+ <li>Query instance ID by logging in to the <a href="https://console.cloud.tencent.com/cvm/index">console</a>.</li>.
1708
+ <li>Get the instance ID by calling the api [DescribeInstances](https://intl.cloud.tencent.com/document/api/213/15728?from_cn_redirect=1) and retrieving the `InstanceId` from the returned information.</li>.
1645
1709
  * @type {Array.<string> || null}
1646
1710
  */
1647
1711
  this.InstanceIds = null;
@@ -1670,12 +1734,15 @@ class SystemDisk extends AbstractModel {
1670
1734
  super();
1671
1735
 
1672
1736
  /**
1673
- * System disk type. For restrictions on the system disk type, see [cloud block storage types](https://intl.cloud.tencent.com/document/product/362/2353?from_cn_redirect=1). Valid values:
1674
- <li>LOCAL_BASIC: Local Disk.</li>
1675
- <li>LOCAL_SSD: Local SSD.</li>
1676
- <li>CLOUD_BASIC: Basic Cloud Disk.</li>
1677
- <li>CLOUD_PREMIUM: Premium Disk.</li>
1678
- <li>CLOUD_SSD: Cloud SSD.</li>
1737
+ * System disk type. for restrictions on the system disk type, see [cloud block storage types](https://intl.cloud.tencent.com/document/product/362/2353?from_cn_redirect=1). valid values:.
1738
+ <Li>LOCAL_BASIC: local hard disk.</li>.
1739
+ <Li>LOCAL_SSD: local ssd.</li>.
1740
+ <Li>CLOUD_BASIC: general cloud disk.</li>.
1741
+ <Li>CLOUD_PREMIUM: high-performance cloud block storage</li>.
1742
+ <Li>CLOUD_SSD: cloud ssd</li>.
1743
+ <Li>CLOUD_BSSD: universal ssd cloud disk</li>.
1744
+ <Li>CLOUD_HSSD: enhanced ssd cloud disk</li>.
1745
+ <Li>CLOUD_TSSD: ultra ssd.</li>.
1679
1746
  <li>Default value: CLOUD_PREMIUM.</li>
1680
1747
  * @type {string || null}
1681
1748
  */
@@ -1787,12 +1854,13 @@ class DescribeScalingPoliciesRequest extends AbstractModel {
1787
1854
  this.AutoScalingPolicyIds = null;
1788
1855
 
1789
1856
  /**
1790
- * Filters.
1791
- <li> `auto-scaling-policy-id` - String - Optional - Filter by the alarm policy ID.</li>
1792
- <li> `auto-scaling-group-id` - String - Optional - Filter by the scaling group ID.</li>
1793
- <li> `scaling-policy-name` - String - Optional - Filter by the alarm policy name.</li>
1794
- <li> `scaling-policy-type` - String - Optional - Filter by the alarm policy type. Valid values: `SIMPLE`, `TARGET_TRACKING`.</li>
1795
- The maximum number of `Filters` per request is 10. The upper limit for `Filter.Values` is 5. You cannot specify `AutoScalingPolicyIds` and `Filters` at the same time.
1857
+ * Filter criteria
1858
+
1859
+ <li> auto-scaling-policy-id - String - required: no - (filter) filter by alert policy id.</li>.
1860
+ <li> auto-scaling-group-id - String - required: no - (filter) filter by auto scaling group id. obtain the scaling group id by logging in to the [console](https://console.cloud.tencent.com/autoscaling/group) or calling the api [DescribeAutoScalingGroups](https://intl.cloud.tencent.com/document/api/377/20438?from_cn_redirect=1) and retrieving the AutoScalingGroupId from the returned information.</li>.
1861
+ <li>scaling-policy-name - String - required: no - (filter condition) filters by Alarm policy name.</li>.
1862
+ <li>scaling-policy-type - String - required: no - (filter criteria) filters by Alarm policy type. valid values: SIMPLE, TARGET_TRACKING, representing SIMPLE policy and TARGET TRACKING policy respectively.</li>.
1863
+ The maximum number of `Filters` per request is 10, and that of `Filter.Values` is 5. the `AutoScalingPolicyIds` and `Filters` parameters cannot be specified simultaneously.
1796
1864
  * @type {Array.<Filter> || null}
1797
1865
  */
1798
1866
  this.Filters = null;
@@ -2052,18 +2120,30 @@ class ExecuteScalingPolicyResponse extends AbstractModel {
2052
2120
  }
2053
2121
 
2054
2122
  /**
2055
- * DeleteAutoScalingGroup request structure.
2123
+ * Application CLB IDs
2056
2124
  * @class
2057
2125
  */
2058
- class DeleteAutoScalingGroupRequest extends AbstractModel {
2126
+ class ForwardLoadBalancerIdentification extends AbstractModel {
2059
2127
  constructor(){
2060
2128
  super();
2061
2129
 
2062
2130
  /**
2063
- * Auto scaling group ID
2131
+ * ID of the CLB
2064
2132
  * @type {string || null}
2065
2133
  */
2066
- this.AutoScalingGroupId = null;
2134
+ this.LoadBalancerId = null;
2135
+
2136
+ /**
2137
+ * Application CLB listener ID
2138
+ * @type {string || null}
2139
+ */
2140
+ this.ListenerId = null;
2141
+
2142
+ /**
2143
+ * ID of a forwarding rule. This parameter is required for layer-7 listeners.
2144
+ * @type {string || null}
2145
+ */
2146
+ this.LocationId = null;
2067
2147
 
2068
2148
  }
2069
2149
 
@@ -2074,7 +2154,9 @@ class DeleteAutoScalingGroupRequest extends AbstractModel {
2074
2154
  if (!params) {
2075
2155
  return;
2076
2156
  }
2077
- this.AutoScalingGroupId = 'AutoScalingGroupId' in params ? params.AutoScalingGroupId : null;
2157
+ this.LoadBalancerId = 'LoadBalancerId' in params ? params.LoadBalancerId : null;
2158
+ this.ListenerId = 'ListenerId' in params ? params.ListenerId : null;
2159
+ this.LocationId = 'LocationId' in params ? params.LocationId : null;
2078
2160
 
2079
2161
  }
2080
2162
  }
@@ -2151,25 +2233,28 @@ class CompleteLifecycleActionRequest extends AbstractModel {
2151
2233
  super();
2152
2234
 
2153
2235
  /**
2154
- * Lifecycle hook ID
2236
+ * Lifecycle hook ID. you can get the lifecycle hook ID by calling the api [DescribeLifecycleHooks](https://intl.cloud.tencent.com/document/api/377/34452?from_cn_redirect=1) and retrieving the `LifecycleHookId` from the returned information.
2155
2237
  * @type {string || null}
2156
2238
  */
2157
2239
  this.LifecycleHookId = null;
2158
2240
 
2159
2241
  /**
2160
- * Result of the lifecycle action. Value range: "CONTINUE", "ABANDON"
2242
+ * Describes the result of the lifecycle action. valid values are as follows:.
2243
+ <Li>CONTINUE: default value, means continue execution of capacity expansion or reduction</li>.
2244
+ <li>ABANDON: for scale-out hooks, CVM instances with hook timeout or failed LifecycleCommand execution will be released directly or moved; for scale-in hooks, scale-in activities will continue.</li>.
2161
2245
  * @type {string || null}
2162
2246
  */
2163
2247
  this.LifecycleActionResult = null;
2164
2248
 
2165
2249
  /**
2166
- * Instance ID. Either "InstanceId" or "LifecycleActionToken" must be specified
2250
+ * One of the parameters `InstanceId` or `LifecycleActionToken` is required. you can get the instance ID by logging in to the [console](https://console.cloud.tencent.com/cvm/index) or making an api call to [DescribeInstances](https://intl.cloud.tencent.com/document/api/213/15728?from_cn_redirect=1) and retrieving the `InstanceId` from the returned information.
2167
2251
  * @type {string || null}
2168
2252
  */
2169
2253
  this.InstanceId = null;
2170
2254
 
2171
2255
  /**
2172
- * Either "InstanceId" or "LifecycleActionToken" must be specified
2256
+ * Lifecycle action token. specifies that one of `InstanceId` or `LifecycleActionToken` must be filled.
2257
+ The method for accessing the parameter is as follows: when the hook of the `NotificationTarget` parameter is triggered, deliver a message containing the token to the message queue specified in the `NotificationTarget` parameter. the message queue consumer can obtain the token from the message.
2173
2258
  * @type {string || null}
2174
2259
  */
2175
2260
  this.LifecycleActionToken = null;
@@ -2278,10 +2363,10 @@ class DescribeRefreshActivitiesRequest extends AbstractModel {
2278
2363
  /**
2279
2364
  * Filter criteria
2280
2365
 
2281
- <li> auto-scaling-group-id - String - Required: No - (Filter) Filter by auto scaling group ID.</li>
2282
- <li> refresh-activity-status-code - String - Required: No - (Filter)Filter based on refresh activity status. (INIT: Initialization | RUNNING:Running | SUCCESSFUL: Successful Activity | FAILED_PAUSE: Failed & Paused | AUTO_PAUSE: Auto Paused | MANUAL_PAUSE: Manually Paused | CANCELLED: Activity Cancelled | FAILED: Activity Failed)</li>
2283
- <li> refresh-activity-type - String - Required: No - (Filter) Filter by refresh activity types. (NORMAL: Regular Refresh Activity | ROLLBACK: Rollback Refresh Activity)</li>
2284
- <li> refresh-activity-id - String - Required: No - (Filter) Filter by refresh activity ID.</li>
2366
+ <li> auto-scaling-group-id - String - required: no - (filter) filter by auto scaling group id. obtain the scaling group id by logging in to the [console](https://console.cloud.tencent.com/autoscaling/group) or calling the api [DescribeAutoScalingGroups](https://intl.cloud.tencent.com/document/api/377/20438?from_cn_redirect=1) and retrieving the AutoScalingGroupId from the returned information.</li>.
2367
+ <li> refresh-activity-status-code - String - required: no - (filter criteria) filters by refresh activity status. (INIT: initializing | RUNNING: RUNNING | SUCCESSFUL: activity SUCCESSFUL | FAILED_PAUSE: PAUSE on failure | AUTO_PAUSE: AUTO PAUSE | MANUAL_PAUSE: manually PAUSE | CANCELLED: activity CANCELLED | FAILED: activity FAILED)</li>.
2368
+ <li> refresh-activity-type - String - required: no - (filter) filter by refresh activity types. (NORMAL: regular refresh activity | ROLLBACK: ROLLBACK refresh activity)</li>.
2369
+ <li> refresh-activity-id - String - required: no - (filter) filter by refresh activity id.</li>.
2285
2370
  <li>The upper limit of Filters per request is 10, and that of Filter.Values is 5. The RefreshActivityIds and Filters parameters cannot be specified at the same time.</li>
2286
2371
  * @type {Array.<Filter> || null}
2287
2372
  */
@@ -2383,13 +2468,17 @@ class RemoveInstancesRequest extends AbstractModel {
2383
2468
  super();
2384
2469
 
2385
2470
  /**
2386
- * Auto scaling group ID
2471
+ * Scaling group ID. obtain available scaling group ids in the following ways:.
2472
+ <li>Query the scaling group ID by logging in to the [console](https://console.cloud.tencent.com/autoscaling/group).</li>.
2473
+ <li>Specifies the scaling group ID obtained by calling the api [DescribeAutoScalingGroups](https://intl.cloud.tencent.com/document/api/377/20438?from_cn_redirect=1) and retrieving the AutoScalingGroupId from the return information.</li>.
2387
2474
  * @type {string || null}
2388
2475
  */
2389
2476
  this.AutoScalingGroupId = null;
2390
2477
 
2391
2478
  /**
2392
- * List of CVM instance IDs
2479
+ * CVM instance ID list. you can obtain available instance ID in the following ways:.
2480
+ <li>Query instance ID by logging in to the <a href="https://console.cloud.tencent.com/cvm/index">console</a>.</li>.
2481
+ <li>Specifies the instance ID by calling the api [DescribeInstances](https://intl.cloud.tencent.com/document/api/213/15728?from_cn_redirect=1) and getting `InstanceId` from the return information.</li>.
2393
2482
  * @type {Array.<string> || null}
2394
2483
  */
2395
2484
  this.InstanceIds = null;
@@ -2458,8 +2547,7 @@ class Tag extends AbstractModel {
2458
2547
  this.Value = null;
2459
2548
 
2460
2549
  /**
2461
- * Resource type bound with tags. Valid values: auto-scaling-group and launch-configuration.
2462
- Note: This field may return null, indicating that no valid values can be obtained.
2550
+ * Specifies the resource type bound to the tag. type currently supported: "auto-scaling-group", "launch-configuration". valid values: scaling group resources and launch configuration resources respectively.
2463
2551
  * @type {string || null}
2464
2552
  */
2465
2553
  this.ResourceType = null;
@@ -2489,19 +2577,19 @@ class DetachLoadBalancersRequest extends AbstractModel {
2489
2577
  super();
2490
2578
 
2491
2579
  /**
2492
- * Scaling group ID
2580
+ * Scaling group ID. obtain the scaling group ID by logging in to the console (https://console.cloud.tencent.com/autoscaling/group) or calling the api DescribeAutoScalingGroups (https://intl.cloud.tencent.com/document/api/377/20438?from_cn_redirect=1), and retrieve AutoScalingGroupId from the returned information.
2493
2581
  * @type {string || null}
2494
2582
  */
2495
2583
  this.AutoScalingGroupId = null;
2496
2584
 
2497
2585
  /**
2498
- * List of classic CLB IDs. Up to 20 IDs are allowed. `LoadBalancerIds` and `ForwardLoadBalancerIdentifications` cannot be specified at the same time.
2586
+ * Specifies a list of classic load balancer ids with a maximum length of 20. either LoadBalancerIds or ForwardLoadBalancerIdentifications can be specified at the same time. can be obtained through the [DescribeLoadBalancers](https://intl.cloud.tencent.com/document/product/214/30685?from_cn_redirect=1) api.
2499
2587
  * @type {Array.<string> || null}
2500
2588
  */
2501
2589
  this.LoadBalancerIds = null;
2502
2590
 
2503
2591
  /**
2504
- * List of application CLB IDs. Up to 100 IDs are allowed. `LoadBalancerIds` and `ForwardLoadBalancerIdentifications` cannot be specified at the same time.
2592
+ * Specifies the list of cloud load balancer identification information with a maximum length of 100. either LoadBalancerIds or ForwardLoadBalancerIdentifications can be specified at the same time. can be obtained through the [DescribeLoadBalancers](https://intl.cloud.tencent.com/document/product/214/30685?from_cn_redirect=1) api.
2505
2593
  * @type {Array.<ForwardLoadBalancerIdentification> || null}
2506
2594
  */
2507
2595
  this.ForwardLoadBalancerIdentifications = null;
@@ -2539,16 +2627,20 @@ class DescribeAutoScalingInstancesRequest extends AbstractModel {
2539
2627
  super();
2540
2628
 
2541
2629
  /**
2542
- * IDs of the CVM instances to query. Up to 100 IDs can be queried at one time. `InstanceIds` and `Filters` can not be both specified.
2630
+ * IDs of the CVM instances to query. the instance ID list has a length limit of 100. `InstanceIds` and `Filters` cannot be specified simultaneously.
2631
+ You can get available instance ids in the following ways:.
2632
+ <li>Query instance ID by logging in to the <a href="https://console.cloud.tencent.com/cvm/index">console</a>.</li>.
2633
+ <li>Get the instance ID by calling the api [DescribeInstances](https://intl.cloud.tencent.com/document/api/213/15728?from_cn_redirect=1) and retrieving the `InstanceId` from the returned information.</li>.
2543
2634
  * @type {Array.<string> || null}
2544
2635
  */
2545
2636
  this.InstanceIds = null;
2546
2637
 
2547
2638
  /**
2548
- * Filter.
2549
- <li> instance-id - String - Required: No - (Filter) Filter by instance ID.</li>
2550
- <li> auto-scaling-group-id - String - Required: No - (Filter) Filter by auto scaling group ID.</li>
2551
- The maximum number of `Filters` per request is 10. The upper limit for `Filter.Values` is 5. This parameter does not support specifying both `InstanceIds` and `Filters` at the same time.
2639
+ * Filter criteria
2640
+
2641
+ <li> instance-id - String - required: no - (filter condition) filter by instance id. get the instance id by logging in to the [console](https://console.cloud.tencent.com/cvm/index) or making an api call to [DescribeInstances](https://intl.cloud.tencent.com/document/api/213/15728?from_cn_redirect=1), and retrieve the `InstanceId` from the returned information.</li>.
2642
+ <li> auto-scaling-group-id - String - required: no - (filter) filter by auto scaling group id. you can obtain the scaling group id by logging in to the [console](https://console.cloud.tencent.com/autoscaling/group) or making an api call to [DescribeAutoScalingGroups](https://intl.cloud.tencent.com/document/api/377/20438?from_cn_redirect=1) and retrieving the AutoScalingGroupId from the returned information.</li>.
2643
+ The maximum number of `Filters` per request is 10, and the maximum number of `Filter.Values` is 5. parameters do not support specifying both `InstanceIds` and `Filters`.
2552
2644
  * @type {Array.<Filter> || null}
2553
2645
  */
2554
2646
  this.Filters = null;
@@ -2599,19 +2691,19 @@ class ModifyLoadBalancersRequest extends AbstractModel {
2599
2691
  super();
2600
2692
 
2601
2693
  /**
2602
- * Auto scaling group ID
2694
+ * Scaling group ID. you can obtain the scaling group ID by logging in to the [console](https://console.cloud.tencent.com/autoscaling/group) or calling the api [DescribeAutoScalingGroups](https://intl.cloud.tencent.com/document/api/377/20438?from_cn_redirect=1) and retrieving the AutoScalingGroupId from the returned information.
2603
2695
  * @type {string || null}
2604
2696
  */
2605
2697
  this.AutoScalingGroupId = null;
2606
2698
 
2607
2699
  /**
2608
- * List of classic CLB IDs. Currently, the maximum length is 20. You cannot specify LoadBalancerIds and ForwardLoadBalancers at the same time.
2700
+ * List of classic clb ids. currently, the maximum length is 20. you cannot specify LoadBalancerIds and ForwardLoadBalancers at the same time. it can be obtained through the [DescribeLoadBalancers](https://intl.cloud.tencent.com/document/product/214/30685?from_cn_redirect=1) api.
2609
2701
  * @type {Array.<string> || null}
2610
2702
  */
2611
2703
  this.LoadBalancerIds = null;
2612
2704
 
2613
2705
  /**
2614
- * List of application CLBs. Up to 100 CLBs are allowed. `LoadBalancerIds` and `ForwardLoadBalancers` cannot be specified at the same time.
2706
+ * Specifies the list of load balancers with a current maximum length of 100. either LoadBalancerIds or ForwardLoadBalancers can be specified at the same time. can be obtained through the [DescribeLoadBalancers](https://intl.cloud.tencent.com/document/product/214/30685?from_cn_redirect=1) api.
2615
2707
  * @type {Array.<ForwardLoadBalancer> || null}
2616
2708
  */
2617
2709
  this.ForwardLoadBalancers = null;
@@ -2721,7 +2813,7 @@ class DeleteLaunchConfigurationRequest extends AbstractModel {
2721
2813
  super();
2722
2814
 
2723
2815
  /**
2724
- * ID of the launch configuration to be deleted.
2816
+ * Specifies the launch configuration ID that needs to be deleted. you can obtain the launch configuration ID by logging in to the [console](https://console.cloud.tencent.com/autoscaling/config) or calling the api [DescribeLaunchConfigurations](https://intl.cloud.tencent.com/document/api/377/20445?from_cn_redirect=1) and retrieving the LaunchConfigurationId from the returned information.
2725
2817
  * @type {string || null}
2726
2818
  */
2727
2819
  this.LaunchConfigurationId = null;
@@ -2749,13 +2841,17 @@ class SetInstancesProtectionRequest extends AbstractModel {
2749
2841
  super();
2750
2842
 
2751
2843
  /**
2752
- * Auto scaling group ID.
2844
+ * Auto scaling group ID. obtain available scaling group ids in the following ways:.
2845
+ <li>Query the scaling group ID by logging in to the [console](https://console.cloud.tencent.com/autoscaling/group).</li>.
2846
+ <li>Specifies the scaling group ID obtained by calling the api [DescribeAutoScalingGroups](https://intl.cloud.tencent.com/document/api/377/20438?from_cn_redirect=1) and retrieving the AutoScalingGroupId from the return information.</li>.
2753
2847
  * @type {string || null}
2754
2848
  */
2755
2849
  this.AutoScalingGroupId = null;
2756
2850
 
2757
2851
  /**
2758
- * Instance ID.
2852
+ * Instance ID. you can obtain available instance ID in the following ways:.
2853
+ <li>Query instance ID by logging in to the <a href="https://console.cloud.tencent.com/cvm/index">console</a>.</li>.
2854
+ <li>Specifies the instance ID by calling the api [DescribeInstances](https://intl.cloud.tencent.com/document/api/213/15728?from_cn_redirect=1) and getting `InstanceId` from the return information.</li>.
2759
2855
  * @type {Array.<string> || null}
2760
2856
  */
2761
2857
  this.InstanceIds = null;
@@ -2874,6 +2970,15 @@ class RollingUpdateSettings extends AbstractModel {
2874
2970
  */
2875
2971
  this.MaxSurge = null;
2876
2972
 
2973
+ /**
2974
+ * Failure handling strategy. default value: AUTO_PAUSE. valid values:.
2975
+ <Li>AUTO_PAUSE: suspended after refresh fails</li>.
2976
+ <li>AUTO_ROLLBACK: roll back after a refresh fails. each batch rolls back one instance during ROLLBACK, and the CheckInstanceTargetHealth parameter value matches the original refresh activity. no need to roll back if the shrinkage process introduced by the MaxSurge parameter fails. a cancel action will replace the ROLLBACK.</li>.
2977
+ <Li>AUTO_CANCEL: cancel after refresh fails</li>.
2978
+ * @type {string || null}
2979
+ */
2980
+ this.FailProcess = null;
2981
+
2877
2982
  }
2878
2983
 
2879
2984
  /**
@@ -2886,6 +2991,7 @@ class RollingUpdateSettings extends AbstractModel {
2886
2991
  this.BatchNumber = 'BatchNumber' in params ? params.BatchNumber : null;
2887
2992
  this.BatchPause = 'BatchPause' in params ? params.BatchPause : null;
2888
2993
  this.MaxSurge = 'MaxSurge' in params ? params.MaxSurge : null;
2994
+ this.FailProcess = 'FailProcess' in params ? params.FailProcess : null;
2889
2995
 
2890
2996
  }
2891
2997
  }
@@ -2939,8 +3045,8 @@ class CreateLaunchConfigurationRequest extends AbstractModel {
2939
3045
  this.ImageId = null;
2940
3046
 
2941
3047
  /**
2942
- * Project ID of the launch configuration. The default project is used if it is left blank.
2943
- Note that this project ID is not the same as the project ID of the scaling group.
3048
+ * Project ID of the launch configuration. default value is 0, indicating usage of the default project. obtain this parameter by calling the projectId field in the return value of [DescribeProject](https://intl.cloud.tencent.com/document/api/651/78725?from_cn_redirect=1).
3049
+ Note: the instance's project ID within the scaling group takes the project ID of the scaling group, which is irrelevant here.
2944
3050
  * @type {number || null}
2945
3051
  */
2946
3052
  this.ProjectId = null;
@@ -3010,24 +3116,24 @@ Note that this project ID is not the same as the project ID of the scaling group
3010
3116
  this.InstanceMarketOptions = null;
3011
3117
 
3012
3118
  /**
3013
- * List of instance models. Different instance models specify different resource specifications. Up to 10 instance models can be supported.
3014
- `InstanceType` and `InstanceTypes` are mutually exclusive, and one and only one of them must be entered.
3119
+ * Instance model list. different instance models specify different resource specifications. supports up to 10 instance models.
3120
+ The `InstanceType` and `InstanceTypes` parameters are mutually exclusive. one and only one must be filled in. specific values can be obtained by calling the api [DescribeInstanceTypeConfigs](https://intl.cloud.tencent.com/document/api/213/15749?from_cn_redirect=1) to obtain the latest specification table or refer to [instance specifications](https://intl.cloud.tencent.com/document/product/213/11518?from_cn_redirect=1).
3015
3121
  * @type {Array.<string> || null}
3016
3122
  */
3017
3123
  this.InstanceTypes = null;
3018
3124
 
3019
3125
  /**
3020
- * CAM role name. This parameter can be obtained from the `roleName` field returned by DescribeRoleList API.
3126
+ * CAM role name. you can obtain it from the roleName in the return value from the API [DescribeRoleList](https://intl.cloud.tencent.com/document/product/598/36223?from_cn_redirect=1).
3021
3127
  * @type {string || null}
3022
3128
  */
3023
3129
  this.CamRoleName = null;
3024
3130
 
3025
3131
  /**
3026
- * InstanceType verification policy, whose valid values include ALL and ANY, with the default value being ANY.
3027
- <li>ALL: Verification passes if all InstanceTypes are available; otherwise, a verification error will be reported.</li>
3028
- <li>ANY: Verification passes if any InstanceType is available; otherwise, a verification error will be reported.</li>
3132
+ * Instance type validation policy. valid values include ALL and ANY. default value: ANY. this parameter is valid only when the InstanceTypes parameter contains multiple instance types.
3133
+ <li>ALL: verification passes if ALL instancetypes are available; otherwise, a verification error will be reported.</li>.
3134
+ <li>ANY: verification passes if ANY InstanceType is available; otherwise, a verification error will be reported.</li>.
3029
3135
 
3030
- Common reasons for unavailable InstanceTypes include the InstanceType being sold out, and the corresponding cloud disk being sold out.
3136
+ Common reasons for unavailable instancetypes include the instancetype being sold out and the corresponding cloud disk being sold out.
3031
3137
  If a model in InstanceTypes does not exist or has been abolished, a verification error will be reported regardless of the valid values set for InstanceTypesCheckPolicy.
3032
3138
  * @type {string || null}
3033
3139
  */
@@ -3073,8 +3179,8 @@ If this field is configured in a launch configuration, the `InstanceName` of a C
3073
3179
  this.DiskTypePolicy = null;
3074
3180
 
3075
3181
  /**
3076
- * HPC ID<br>
3077
- Note: This field is default to empty
3182
+ * High-Performance computing cluster ID. you can obtain this parameter by calling the [DescribeHpcClusters](https://intl.cloud.tencent.com/document/product/213/83220?from_cn_redirect=1) api.
3183
+ Note: this field is empty by default.
3078
3184
  * @type {string || null}
3079
3185
  */
3080
3186
  this.HpcClusterId = null;
@@ -3092,13 +3198,13 @@ Note: This field is default to empty
3092
3198
  this.DisasterRecoverGroupIds = null;
3093
3199
 
3094
3200
  /**
3095
- * Image family name. Either image ID or image family name should be filled in, and only one of which can be filled.
3201
+ * Image family name. one and only one must be filled in between image Id and image family name. this parameter can be obtained by calling the [DescribeImages](https://intl.cloud.tencent.com/document/product/213/15715?from_cn_redirect=1) api.
3096
3202
  * @type {string || null}
3097
3203
  */
3098
3204
  this.ImageFamily = null;
3099
3205
 
3100
3206
  /**
3101
- * CDC ID.
3207
+ * Local exclusive cluster ID. this parameter can be obtained through the [DescribeDedicatedClusters](https://intl.cloud.tencent.com/document/product/1346/73758?from_cn_redirect=1) api.
3102
3208
  * @type {string || null}
3103
3209
  */
3104
3210
  this.DedicatedClusterId = null;
@@ -3345,13 +3451,15 @@ class AutoScalingGroup extends AbstractModel {
3345
3451
  this.SubnetIdSet = null;
3346
3452
 
3347
3453
  /**
3348
- * Termination policy
3454
+ * Destruction policy. valid values are as follows:.
3455
+ <Li>OLDEST_INSTANCE: terminate the oldest instance in the scaling group first, default value.</li>.
3456
+ <Li>NEWEST_INSTANCE: terminate the newest instance in the scaling group first.</li>.
3349
3457
  * @type {Array.<string> || null}
3350
3458
  */
3351
3459
  this.TerminationPolicySet = null;
3352
3460
 
3353
3461
  /**
3354
- * VPC ID
3462
+ * VPC ID.
3355
3463
  * @type {string || null}
3356
3464
  */
3357
3465
  this.VpcId = null;
@@ -3363,7 +3471,10 @@ class AutoScalingGroup extends AbstractModel {
3363
3471
  this.ZoneSet = null;
3364
3472
 
3365
3473
  /**
3366
- * Retry policy
3474
+ * Retry policy. a partially successful scaling operation is considered a failed activity. valid values are as follows:.
3475
+ <Li>IMMEDIATE_RETRY: default value, means retry immediately, attempting retries in rapid succession over a short period. cease further retries after a certain number of consecutive failures (5).</li>.
3476
+ <Li>INCREMENTAL_INTERVALS: specifies incremental interval retry. with the number of consecutive failures, the retry interval gradually increases. the first 10 retries are quick retry, and the follow-up retry interval gradually expands to 10 minutes, 30 minutes, 60 minutes, and one day.</li>.
3477
+ <Li>NO_RETRY: there will be no retry until another user call or Alarm information is received.</li>.
3367
3478
  * @type {string || null}
3368
3479
  */
3369
3480
  this.RetryPolicy = null;
@@ -3387,7 +3498,7 @@ class AutoScalingGroup extends AbstractModel {
3387
3498
  this.ServiceSettings = null;
3388
3499
 
3389
3500
  /**
3390
- * The number of IPv6 addresses that an instance has.
3501
+ * The number of IPv6 addresses that an instance has. valid values: 0 and 1. default value: 0, which means the instance does not allocate an IPv6 address. use a private network that supports ip and enable IPv6 CIDR in the subnet. for usage restrictions, see [IPv6 usage limits](https://intl.cloud.tencent.com/document/product/1142/38369?from_cn_redirect=1).
3391
3502
  * @type {number || null}
3392
3503
  */
3393
3504
  this.Ipv6AddressCount = null;
@@ -3409,7 +3520,8 @@ class AutoScalingGroup extends AbstractModel {
3409
3520
  this.HealthCheckType = null;
3410
3521
 
3411
3522
  /**
3412
- * Grace period of the CLB health check
3523
+ * Grace period of the CLB health check. the scaled-out instances IN `IN_SERVICE` will not be marked as `CLB_UNHEALTHY` within the specified time range.
3524
+ Default value: 0. value range: [0, 7200]. measurement unit: seconds.
3413
3525
  * @type {number || null}
3414
3526
  */
3415
3527
  this.LoadBalancerHealthCheckGracePeriod = null;
@@ -3439,7 +3551,6 @@ A valid value will be returned only when `InstanceAllocationPolicy` is set to `S
3439
3551
 
3440
3552
  /**
3441
3553
  * Instance name sequencing settings.
3442
- Note: This field may return null, indicating that no valid value can be obtained.
3443
3554
  * @type {InstanceNameIndexSettings || null}
3444
3555
  */
3445
3556
  this.InstanceNameIndexSettings = null;
@@ -3663,13 +3774,15 @@ class CancelInstanceRefreshRequest extends AbstractModel {
3663
3774
  super();
3664
3775
 
3665
3776
  /**
3666
- * Scaling group ID.
3777
+ * Scaling group ID. obtain available scaling group ids in the following ways:.
3778
+ <li>Query the scaling group ID by logging in to the [console](https://console.cloud.tencent.com/autoscaling/group).</li>.
3779
+ <li>Specifies the scaling group ID obtained by calling the api [DescribeAutoScalingGroups](https://intl.cloud.tencent.com/document/api/377/20438?from_cn_redirect=1) and retrieving the AutoScalingGroupId from the return information.</li>.
3667
3780
  * @type {string || null}
3668
3781
  */
3669
3782
  this.AutoScalingGroupId = null;
3670
3783
 
3671
3784
  /**
3672
- * Refresh activity ID.
3785
+ * Refresh activity ID. you can obtain the instance refresh activity ID by calling the api [DescribeRefreshActivities](https://intl.cloud.tencent.com/document/api/377/99175?from_cn_redirect=1) and retrieving the RefreshActivityId from the returned information.
3673
3786
  * @type {string || null}
3674
3787
  */
3675
3788
  this.RefreshActivityId = null;
@@ -3771,7 +3884,7 @@ class ScalingPolicy extends AbstractModel {
3771
3884
  this.AdjustmentValue = null;
3772
3885
 
3773
3886
  /**
3774
- * Cooldown period. This parameter is only applicable to a simple policy.
3887
+ * Cooldown duration in seconds, applies only to simple policies. value range [0,3600]. default cooldown: 300 seconds.
3775
3888
  * @type {number || null}
3776
3889
  */
3777
3890
  this.Cooldown = null;
@@ -3872,7 +3985,7 @@ class DescribeAutoScalingGroupLastActivitiesRequest extends AbstractModel {
3872
3985
  super();
3873
3986
 
3874
3987
  /**
3875
- * ID list of auto scaling groups.
3988
+ * Auto scaling group ID list. obtain the scaling group ID by logging in to the console (https://console.cloud.tencent.com/autoscaling/group) or calling the api DescribeAutoScalingGroups (https://intl.cloud.tencent.com/document/api/377/20438?from_cn_redirect=1) and retrieving AutoScalingGroupId from the returned information.
3876
3989
  * @type {Array.<string> || null}
3877
3990
  */
3878
3991
  this.AutoScalingGroupIds = null;
@@ -3996,7 +4109,7 @@ class CreateNotificationConfigurationRequest extends AbstractModel {
3996
4109
  super();
3997
4110
 
3998
4111
  /**
3999
- * Auto scaling group ID.
4112
+ * Scaling group ID. obtain the scaling group ID by logging in to the console (https://console.cloud.tencent.com/autoscaling/group) or calling the api DescribeAutoScalingGroups (https://intl.cloud.tencent.com/document/api/377/20438?from_cn_redirect=1), and retrieve AutoScalingGroupId from the returned information.
4000
4113
  * @type {string || null}
4001
4114
  */
4002
4115
  this.AutoScalingGroupId = null;
@@ -4014,18 +4127,18 @@ class CreateNotificationConfigurationRequest extends AbstractModel {
4014
4127
  this.NotificationTypes = null;
4015
4128
 
4016
4129
  /**
4017
- * Notification group ID, which is the set of user group IDs. You can query the user group IDs through the [ListGroups](https://intl.cloud.tencent.com/document/product/598/34589?from_cn_redirect=1) API.
4130
+ * Notification GROUP ID, which is the USER GROUP ID collection. USER GROUP ID can be accessed through [ListGroups](https://intl.cloud.tencent.com/document/product/598/34589?from_cn_redirect=1). this parameter is valid only when TargetType is USER_GROUP.
4018
4131
  * @type {Array.<string> || null}
4019
4132
  */
4020
4133
  this.NotificationUserGroupIds = null;
4021
4134
 
4022
4135
  /**
4023
- * Notification receiver type. Valid values:
4024
- <br><li>USER_GROUP:User group
4025
- <br><li>CMQ_QUEUE:CMQ queue
4026
- <br><li>CMQ_TOPIC:CMQ topic
4027
- <br><li>TDMQ_CMQ_TOPIC:TDMQ CMQ topic
4028
- <br><li>TDMQ_CMQ_QUEUE:TDMQ CMQ queue
4136
+ * Notification receiver type. values as follows:.
4137
+ <Li>USER_GROUP: user group</li>.
4138
+ <Li>TDMQ_CMQ_TOPIC: tdmq cmq topic</li>.
4139
+ <Li>TDMQ_CMQ_QUEUE: tdmq cmq queue</li>.
4140
+ <li>CMQ_QUEUE: CMQ QUEUE. [CMQ is offline](https://intl.cloud.tencent.com/document/product/1496/83970?from_cn_redirect=1). currently, only TDMQ CMQ is recommended.</li>.
4141
+ <li>CMQ_TOPIC: specifies the CMQ TOPIC. [CMQ is offline](https://intl.cloud.tencent.com/document/product/1496/83970?from_cn_redirect=1). currently, TDMQ CMQ is recommended for use.</li>.
4029
4142
 
4030
4143
  Default value: `USER_GROUP`.
4031
4144
  * @type {string || null}
@@ -4033,13 +4146,13 @@ Default value: `USER_GROUP`.
4033
4146
  this.TargetType = null;
4034
4147
 
4035
4148
  /**
4036
- * CMQ queue name. This parameter is required when `TargetType` is `CMQ_QUEUE` or `TDMQ_CMQ_QUEUE`.
4149
+ * TDMQ CMQ QUEUE name. this field is required if TargetType value is `TDMQ_CMQ_QUEUE`.
4037
4150
  * @type {string || null}
4038
4151
  */
4039
4152
  this.QueueName = null;
4040
4153
 
4041
4154
  /**
4042
- * CMQ topic name. This parameter is required when `TargetType` is `CMQ_TOPIC` or `TDMQ_CMQ_TOPIC`.
4155
+ * TDMQ CMQ TOPIC name. this field is required when `TargetType` is `TDMQ_CMQ_TOPIC`.
4043
4156
  * @type {string || null}
4044
4157
  */
4045
4158
  this.TopicName = null;
@@ -4122,7 +4235,7 @@ class ModifyNotificationConfigurationRequest extends AbstractModel {
4122
4235
  super();
4123
4236
 
4124
4237
  /**
4125
- * ID of the notification to be modified.
4238
+ * Specifies the notification ID that needs modification. get the notification ID by logging in to the [console](https://console.cloud.tencent.com/autoscaling/group) or calling the api [DescribeNotificationConfigurations](https://intl.cloud.tencent.com/document/api/377/33183?from_cn_redirect=1) and getting `AutoScalingNotificationId` from the returned information.
4126
4239
  * @type {string || null}
4127
4240
  */
4128
4241
  this.AutoScalingNotificationId = null;
@@ -4140,19 +4253,19 @@ class ModifyNotificationConfigurationRequest extends AbstractModel {
4140
4253
  this.NotificationTypes = null;
4141
4254
 
4142
4255
  /**
4143
- * Notification group ID, which is the set of user group IDs. You can query the user group IDs through the [ListGroups](https://intl.cloud.tencent.com/document/product/598/34589?from_cn_redirect=1) API.
4256
+ * Notification GROUP ID, which is the USER GROUP ID collection. USER GROUP ID can be accessed through [ListGroups](https://intl.cloud.tencent.com/document/product/598/34589?from_cn_redirect=1). this parameter is valid only when `TargetType` is `USER_GROUP`.
4144
4257
  * @type {Array.<string> || null}
4145
4258
  */
4146
4259
  this.NotificationUserGroupIds = null;
4147
4260
 
4148
4261
  /**
4149
- * CMQ or TDMQ CMQ queue name.
4262
+ * The TDMQ CMQ QUEUE name. [the original CMQ is offline](https://intl.cloud.tencent.com/document/product/1496/83970?from_cn_redirect=1). currently, only TDMQ CMQ is recommended for use. this parameter is valid only when `TargetType` is `TDMQ_CMQ_QUEUE`.
4150
4263
  * @type {string || null}
4151
4264
  */
4152
4265
  this.QueueName = null;
4153
4266
 
4154
4267
  /**
4155
- * CMQ or TDMQ CMQ toipc name.
4268
+ * The TDMQ CMQ TOPIC name. [original CMQ is offline](https://intl.cloud.tencent.com/document/product/1496/83970?from_cn_redirect=1). currently, only TDMQ CMQ is recommended for use. this parameter is valid only when `TargetType` is `TDMQ_CMQ_TOPIC`.
4156
4269
  * @type {string || null}
4157
4270
  */
4158
4271
  this.TopicName = null;
@@ -4184,7 +4297,7 @@ class DeleteLifecycleHookRequest extends AbstractModel {
4184
4297
  super();
4185
4298
 
4186
4299
  /**
4187
- * Lifecycle hook ID
4300
+ * Lifecycle hook ID. calling the api [DescribeLifecycleHooks](https://intl.cloud.tencent.com/document/api/377/34452?from_cn_redirect=1) and retrieving the LifecycleHookId from the returned information obtains the lifecycle hook ID.
4188
4301
  * @type {string || null}
4189
4302
  */
4190
4303
  this.LifecycleHookId = null;
@@ -4276,7 +4389,6 @@ class ExitStandbyResponse extends AbstractModel {
4276
4389
 
4277
4390
  /**
4278
4391
  * Scaling activity ID.
4279
- Note: This field may return null, indicating that no valid value can be obtained.
4280
4392
  * @type {string || null}
4281
4393
  */
4282
4394
  this.ActivityId = null;
@@ -4374,13 +4486,13 @@ class ModifyScalingPolicyRequest extends AbstractModel {
4374
4486
  super();
4375
4487
 
4376
4488
  /**
4377
- * Alarm policy ID.
4489
+ * Specifies the alert policy ID. obtain the alert policy ID by logging in to the console (https://console.cloud.tencent.com/autoscaling/group) or calling the api DescribeScalingPolicies (https://intl.cloud.tencent.com/document/api/377/33178?from_cn_redirect=1), and retrieve the AutoScalingPolicyId from the returned information.
4378
4490
  * @type {string || null}
4379
4491
  */
4380
4492
  this.AutoScalingPolicyId = null;
4381
4493
 
4382
4494
  /**
4383
- * Alarm policy name.
4495
+ * The Alarm policy name must be unique in your account. the name length cannot exceed 60 characters. the name only supports chinese, english, digits, underscores, hyphens, and decimal separators.
4384
4496
  * @type {string || null}
4385
4497
  */
4386
4498
  this.ScalingPolicyName = null;
@@ -4575,6 +4687,41 @@ Note: This field may return null, indicating that no valid value can be obtained
4575
4687
  }
4576
4688
  }
4577
4689
 
4690
+ /**
4691
+ * EnterStandby response structure.
4692
+ * @class
4693
+ */
4694
+ class EnterStandbyResponse extends AbstractModel {
4695
+ constructor(){
4696
+ super();
4697
+
4698
+ /**
4699
+ * Scaling activity ID.
4700
+ * @type {string || null}
4701
+ */
4702
+ this.ActivityId = null;
4703
+
4704
+ /**
4705
+ * The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
4706
+ * @type {string || null}
4707
+ */
4708
+ this.RequestId = null;
4709
+
4710
+ }
4711
+
4712
+ /**
4713
+ * @private
4714
+ */
4715
+ deserialize(params) {
4716
+ if (!params) {
4717
+ return;
4718
+ }
4719
+ this.ActivityId = 'ActivityId' in params ? params.ActivityId : null;
4720
+ this.RequestId = 'RequestId' in params ? params.RequestId : null;
4721
+
4722
+ }
4723
+ }
4724
+
4578
4725
  /**
4579
4726
  * UpgradeLifecycleHook response structure.
4580
4727
  * @class
@@ -4675,18 +4822,16 @@ class LifecycleCommand extends AbstractModel {
4675
4822
  super();
4676
4823
 
4677
4824
  /**
4678
- * Remote command ID. It’s required to execute a command.
4679
- Note: This field may return null, indicating that no valid values can be obtained.
4825
+ * Remote command ID. this item is required if you select to execute command.
4680
4826
  * @type {string || null}
4681
4827
  */
4682
4828
  this.CommandId = null;
4683
4829
 
4684
4830
  /**
4685
- * Custom parameter. The field type is JSON encoded string. For example, {"varA": "222"}.
4686
- `key` is the name of the custom parameter and `value` is the default value. Both `key` and `value` are strings.
4687
- If this parameter is not specified, the `DefaultParameters` of `Command` is used.
4688
- Up to 20 customer parameters allowed. The parameter name can contain up to 64 characters, including [a-z], [A-Z], [0-9] and [-_].
4689
- Note: This field may return null, indicating that no valid values can be obtained.
4831
+ * Custom parameter. field type is json encoded string, for example: {"varA": "222"}.
4832
+ key specifies the custom parameter name, and value specifies the default. both are string type.
4833
+ If the parameter value is not provided, the DefaultParameters of Command will be used to replace it.
4834
+ Custom parameters support a maximum of 20 entries. the custom parameter name must meet the following standard: number of characters has a cap of 64, value range [a-zA-Z0-9-_].
4690
4835
  * @type {string || null}
4691
4836
  */
4692
4837
  this.Parameters = null;
@@ -4764,61 +4909,61 @@ class CreateAutoScalingGroupRequest extends AbstractModel {
4764
4909
  this.AutoScalingGroupName = null;
4765
4910
 
4766
4911
  /**
4767
- * Launch configuration ID
4912
+ * Launch configuration ID. you can obtain the launch configuration ID by logging in to the [console](https://console.cloud.tencent.com/autoscaling/config) or making an api call to [DescribeLaunchConfigurations](https://intl.cloud.tencent.com/document/api/377/20445?from_cn_redirect=1) and retrieving the LaunchConfigurationId from the returned information.
4768
4913
  * @type {string || null}
4769
4914
  */
4770
4915
  this.LaunchConfigurationId = null;
4771
4916
 
4772
4917
  /**
4773
- * Maximum number of instances. Value range: 0-2,000.
4918
+ * Maximum instance count. value range [0,2000]. to meet MaxSize >= DesiredCapacity >= MinSize.
4774
4919
  * @type {number || null}
4775
4920
  */
4776
4921
  this.MaxSize = null;
4777
4922
 
4778
4923
  /**
4779
- * Minimum number of instances. Value range: 0-2,000.
4924
+ * Minimum number of instances. value range: [0,2000]. to meet MaxSize >= DesiredCapacity >= MinSize at the same time.
4780
4925
  * @type {number || null}
4781
4926
  */
4782
4927
  this.MinSize = null;
4783
4928
 
4784
4929
  /**
4785
- * VPC ID; if on a basic network, enter an empty string
4930
+ * vpc ID. a valid vpc ID can be queried by logging in to the console (https://console.cloud.tencent.com/vpc/vpc). you can also call the api DescribeVpc (https://intl.cloud.tencent.com/document/api/215/15778?from_cn_redirect=1) and obtain it from the VpcId field in the api response.
4786
4931
  * @type {string || null}
4787
4932
  */
4788
4933
  this.VpcId = null;
4789
4934
 
4790
4935
  /**
4791
- * Default cooldown period in seconds. Default value: 300
4936
+ * Default cooldown period in seconds. default value: 300. value range: [0,3600].
4792
4937
  * @type {number || null}
4793
4938
  */
4794
4939
  this.DefaultCooldown = null;
4795
4940
 
4796
4941
  /**
4797
- * Desired number of instances. The number should be no larger than the maximum and no smaller than minimum number of instances
4942
+ * The expected number of instances, in the range of [0,2000], default value equals current MinSize, and must meet MaxSize >= DesiredCapacity >= MinSize.
4798
4943
  * @type {number || null}
4799
4944
  */
4800
4945
  this.DesiredCapacity = null;
4801
4946
 
4802
4947
  /**
4803
- * List of classic CLB IDs. Currently, the maximum length is 20. You cannot specify LoadBalancerIds and ForwardLoadBalancers at the same time.
4948
+ * A list of classic load balancer ids with a current maximum length of 20. either LoadBalancerIds or ForwardLoadBalancers can be specified at the same time. can be obtained through the [DescribeLoadBalancers](https://intl.cloud.tencent.com/document/product/214/30685?from_cn_redirect=1) api.
4804
4949
  * @type {Array.<string> || null}
4805
4950
  */
4806
4951
  this.LoadBalancerIds = null;
4807
4952
 
4808
4953
  /**
4809
- * Project ID of an instance in a scaling group. The default project is used if it’s left blank.
4954
+ * Project ID of the instance within the scaling group. default value is 0, indicates usage of the default project. obtain this parameter by calling [DescribeProject](https://intl.cloud.tencent.com/document/api/651/78725?from_cn_redirect=1), `projectId` field in the return value.
4810
4955
  * @type {number || null}
4811
4956
  */
4812
4957
  this.ProjectId = null;
4813
4958
 
4814
4959
  /**
4815
- * List of application CLBs. Up to 100 CLBs are allowed. `LoadBalancerIds` and `ForwardLoadBalancers` cannot be specified at the same time.
4960
+ * Specifies the list of load balancers with a current maximum length of 100. either LoadBalancerIds or ForwardLoadBalancers can be specified at the same time.
4816
4961
  * @type {Array.<ForwardLoadBalancer> || null}
4817
4962
  */
4818
4963
  this.ForwardLoadBalancers = null;
4819
4964
 
4820
4965
  /**
4821
- * List of subnet IDs. A subnet must be specified in the VPC scenario. If multiple subnets are entered, their priority will be determined by the order in which they are entered, and they will be tried one by one until instances can be successfully created.
4966
+ * The subnet ID list must specify a subnet in VPC scenarios. multiple subnets are attempted sequentially based on the fill-in order as priority until successful instance creation. effective VPC subnet ids can be queried by logging in to the console (https://console.cloud.tencent.com/VPC/subnet) or obtained from the SubnetId field in the API response by calling the DescribeSubnets API (https://intl.cloud.tencent.com/document/product/215/15784?from_cn_redirect=1).
4822
4967
  * @type {Array.<string> || null}
4823
4968
  */
4824
4969
  this.SubnetIds = null;
@@ -4858,7 +5003,7 @@ If there is no AZ or subnet in Zones/SubnetIds, a verification error will be rep
4858
5003
  this.ZonesCheckPolicy = null;
4859
5004
 
4860
5005
  /**
4861
- * List of tag descriptions. In this parameter, you can specify the tags to be bound with a scaling group as well as corresponding resource instances. Each scaling group can have up to 30 tags.
5006
+ * List of Tag descriptions. by specifying this parameter, you can bind tags to a scaling group and corresponding resource instances. each scaling group supports up to 30 tags. you can call the [GetTags](https://intl.cloud.tencent.com/document/product/651/72275?from_cn_redirect=1) API to retrieve existing Tag key-value pairs based on the response.
4862
5007
  * @type {Array.<Tag> || null}
4863
5008
  */
4864
5009
  this.Tags = null;
@@ -4870,7 +5015,7 @@ If there is no AZ or subnet in Zones/SubnetIds, a verification error will be rep
4870
5015
  this.ServiceSettings = null;
4871
5016
 
4872
5017
  /**
4873
- * The number of IPv6 addresses that an instance has. Valid values: 0 and 1. Default value: 0.
5018
+ * The number of IPv6 addresses that an instance has. valid values: 0 and 1. default value: 0, which means the instance does not allocate an IPv6 address. use a private network that supports IPv6 and enable IPv6 CIDR in the subnet. for other usage restrictions, see [IPv6 usage limits](https://intl.cloud.tencent.com/document/product/1142/38369?from_cn_redirect=1).
4874
5019
  * @type {number || null}
4875
5020
  */
4876
5021
  this.Ipv6AddressCount = null;
@@ -5385,27 +5530,28 @@ class DataDisk extends AbstractModel {
5385
5530
  super();
5386
5531
 
5387
5532
  /**
5388
- * Data disk type. For restrictions on the data disk type, see [cloud block storage types](https://intl.cloud.tencent.com/document/product/362/2353?from_cn_redirect=1). Valid values:
5389
- <li>LOCAL_BASIC: Local Disk.</li>
5390
- <li>LOCAL_SSD: Local SSD.</li>
5391
- <li>CLOUD_BASIC: Basic Cloud Disk.</li>
5392
- <li>CLOUD_PREMIUM: Premium Disk.</li>
5393
- <li>CLOUD_SSD: Cloud SSD.</li>
5394
- <li>CLOUD_HSSD: Enhanced SSD.</li>
5395
- <li>CLOUD_TSSD: Tremendous SSD.</li>
5533
+ * Data disk type. for restrictions on data disk types, see [cloud block storage types](https://intl.cloud.tencent.com/document/product/362/2353?from_cn_redirect=1). valid values:.
5534
+ <Li>LOCAL_BASIC: local hard disk.</li>.
5535
+ <Li>LOCAL_SSD: local ssd.</li>.
5536
+ <Li>CLOUD_BASIC: general cloud disk.</li>.
5537
+ <Li>CLOUD_PREMIUM: high-performance cloud block storage</li>.
5538
+ <Li>CLOUD_SSD: cloud ssd</li>.
5539
+ <Li>CLOUD_HSSD: enhanced ssd cloud disk</li>.
5540
+ <Li>CLOUD_TSSD: ultra ssd.</li>.
5541
+ <Li>CLOUD_BSSD: universal ssd cloud disk</li>.
5396
5542
  The default value is consistent with the system disk type (SystemDisk.DiskType).
5397
5543
  * @type {string || null}
5398
5544
  */
5399
5545
  this.DiskType = null;
5400
5546
 
5401
5547
  /**
5402
- * Data disk size, in GB. The minimum adjustment step size is 10 GB. The value range varies according to the data disk type. For specific restrictions, see [CVM instance configuration](https://intl.cloud.tencent.com/document/product/213/2177?from_cn_redirect=1). Default value: 0, which means that no data disk is purchased. For more restrictions, see the product documentation.
5548
+ * Data disk size, in GB. the value range varies according to the data disk type. for specific restrictions, see [CVM instance configuration](https://intl.cloud.tencent.com/document/product/213/2177?from_cn_redirect=1). default value: 0, which means no data disk is purchased. for more restrictions, see the [product documentation](https://intl.cloud.tencent.com/document/product/362/5145?from_cn_redirect=1).
5403
5549
  * @type {number || null}
5404
5550
  */
5405
5551
  this.DiskSize = null;
5406
5552
 
5407
5553
  /**
5408
- * Data disk snapshot ID, such as `snap-l8psqwnt`.
5554
+ * The data disk snapshot ID can be obtained through the [DescribeSnapshots](https://intl.cloud.tencent.com/document/product/362/15647?from_cn_redirect=1) api.
5409
5555
  Note: This field may return null, indicating that no valid values can be obtained.
5410
5556
  * @type {string || null}
5411
5557
  */
@@ -5438,9 +5584,8 @@ Note: This field may return `null`, indicating that no valid value can be obtain
5438
5584
  this.ThroughputPerformance = null;
5439
5585
 
5440
5586
  /**
5441
- * Burst performance: Whether to enable burst performance. The default value is false.
5442
-
5443
- Note: This feature is in beta test and requires a ticket to be submitted for usage.
5587
+ * Burst performance. specifies whether to enable burst performance. default value is false. this parameter only supports ultra-fast CLOUD disk (CLOUD_TSSD) and enhanced SSD CLOUD disk (CLOUD_HSSD) with capacity > 460GB.
5588
+ Note: this feature is in beta test and requires a ticket to be submitted for usage.
5444
5589
  Note: This field may return null, indicating that no valid values can be obtained.
5445
5590
  * @type {boolean || null}
5446
5591
  */
@@ -5510,7 +5655,7 @@ class DeleteScalingPolicyRequest extends AbstractModel {
5510
5655
  super();
5511
5656
 
5512
5657
  /**
5513
- * ID of the alarm policy to be deleted.
5658
+ * The Alarm policy ID to be deleted. you can obtain the Alarm policy ID by logging in to the console (https://console.cloud.tencent.com/autoscaling/group) or calling the api [DescribeScalingPolicies](https://intl.cloud.tencent.com/document/api/377/33178?from_cn_redirect=1) and retrieving the AutoScalingPolicyId from the returned information.
5514
5659
  * @type {string || null}
5515
5660
  */
5516
5661
  this.AutoScalingPolicyId = null;
@@ -5547,7 +5692,7 @@ class LoginSettings extends AbstractModel {
5547
5692
  this.Password = null;
5548
5693
 
5549
5694
  /**
5550
- * List of key IDs. After an instance is associated with a key, you can access the instance with the private key in the key pair. You can call `DescribeKeyPairs` to obtain `KeyId`. Key and password cannot be specified at the same time. Windows instances do not support keys. Currently, you can only specify one key when purchasing an instance.
5695
+ * List of key ids. after associating a key, you can access the instance through the corresponding private key. KeyId can be obtained by calling the api [DescribeKeyPairs](https://intl.cloud.tencent.com/document/api/213/15699?from_cn_redirect=1). key and password cannot be specified simultaneously. the Windows operating system does not support specifying a key. currently, only one key can be specified during purchase.
5551
5696
  * @type {Array.<string> || null}
5552
5697
  */
5553
5698
  this.KeyIds = null;
@@ -5620,13 +5765,17 @@ class DetachInstancesRequest extends AbstractModel {
5620
5765
  super();
5621
5766
 
5622
5767
  /**
5623
- * Auto scaling group ID
5768
+ * Auto scaling group ID. obtain available scaling group ids in the following ways:.
5769
+ <li>Query the scaling group ID by logging in to the [console](https://console.cloud.tencent.com/autoscaling/group).</li>.
5770
+ <li>Specifies the scaling group ID obtained by calling the api [DescribeAutoScalingGroups](https://intl.cloud.tencent.com/document/api/377/20438?from_cn_redirect=1) and retrieving the AutoScalingGroupId from the return information.</li>.
5624
5771
  * @type {string || null}
5625
5772
  */
5626
5773
  this.AutoScalingGroupId = null;
5627
5774
 
5628
5775
  /**
5629
- * List of CVM instance IDs
5776
+ * List of CVM instance ids. you can obtain available instance ids in the following ways:.
5777
+ <li>Query instance ID by logging in to the <a href="https://console.cloud.tencent.com/cvm/index">console</a>.</li>.
5778
+ <li>Specifies the instance ID by calling the api [DescribeInstances](https://intl.cloud.tencent.com/document/api/213/15728?from_cn_redirect=1) and getting `InstanceId` from the return information.</li>.
5630
5779
  * @type {Array.<string> || null}
5631
5780
  */
5632
5781
  this.InstanceIds = null;
@@ -5679,32 +5828,35 @@ class Instance extends AbstractModel {
5679
5828
  this.LaunchConfigurationName = null;
5680
5829
 
5681
5830
  /**
5682
- * Lifecycle status. Valid values:<br>
5683
- <li>`IN_SERVICE`: The instance is running.
5684
- <li>`CREATING`: The instance is being created.
5685
- <li>`CREATION_FAILED`: The instance fails to be created.
5686
- <li>`TERMINATING`: The instance is being terminated.
5687
- <li>`TERMINATION_FAILED`: The instance fails to be terminated.
5688
- <li>`ATTACHING`: The instance is being bound.
5689
- <li>`ATTACH_FAILED`: The instance fails to be bound.
5690
- <li>`DETACHING`: The instance is being unbound.
5691
- <li>`DETACH_FAILED`: The instance fails to be unbound.
5692
- <li>`ATTACHING_LB`: The LB is being bound.
5693
- <li>DETACHING_LB: The LB is being unbound.
5694
- <li>`MODIFYING_LB`: The LB is being modified.
5695
- <li>`STARTING`: The instance is being started up.
5696
- <li>`START_FAILED`: The instance fails to be started up.
5697
- <li>`STOPPING`: The instance is being shut down.
5698
- <li>`STOP_FAILED`: The instance fails to be shut down.
5699
- <li>`STOPPED`: The instance is shut down.
5700
- <li>`IN_LAUNCHING_HOOK`: The lifecycle hook is being scaled out.
5701
- <li>`IN_TERMINATING_HOOK`: The lifecycle hook is being scaled in.
5831
+ * Lifecycle status. valid values are as follows:.
5832
+ <Li>IN_SERVICE: running</li>.
5833
+ <Li>CREATING: specifies the instance is being created.</li>.
5834
+ <Li>CREATION_FAILED: creation failed.</li>.
5835
+ <Li>`TERMINATING`: the instance is being terminated.</li>.
5836
+ <Li>`TERMINATION_FAILED`: the instance fails to be terminated.</li>.
5837
+ <Li>ATTACHING: binding</li>.
5838
+ <Li>`ATTACH_FAILED`: the instance fails to be bound.</li>.
5839
+ <Li>DETACHING: specifies the unbinding is in progress.</li>.
5840
+ <Li>`DETACH_FAILED`: the instance fails to be unbound.</li>.
5841
+ <Li>`ATTACHING_LB`: binding to lb</li>.
5842
+ <Li>DETACHING_LB: the lb is being unbound.</li>.
5843
+ <Li>`MODIFYING_LB`: the lb is being modified.</li>.
5844
+ <Li>`STARTING`: the instance is being started up.</li>.
5845
+ <Li>`START_FAILED`: the instance fails to be started up.</li>.
5846
+ <Li>`STOPPING`: the instance is being shut down.</li>.
5847
+ <Li>`STOP_FAILED`: the instance fails to be shut down.</li>.
5848
+ <Li>`STOPPED`: the instance is shut down.</li>.
5849
+ <Li>`IN_LAUNCHING_HOOK`: the lifecycle hook is being scaled out.</li>.
5850
+ <Li>`IN_TERMINATING_HOOK`: the lifecycle hook is being scaled in.</li>.
5702
5851
  * @type {string || null}
5703
5852
  */
5704
5853
  this.LifeCycleState = null;
5705
5854
 
5706
5855
  /**
5707
- * Health status. Value range: HEALTHY, UNHEALTHY
5856
+ * Health status. valid values are as follows:.
5857
+ <Li>HEALTHY: the instance is in Healthy status.</li>.
5858
+ <Li>UNHEALTHY: instance ping unreachable</li>.
5859
+ <Li>CLB_UNHEALTHY: the instance port listened by clb is unhealthy</li>.
5708
5860
  * @type {string || null}
5709
5861
  */
5710
5862
  this.HealthStatus = null;
@@ -5728,7 +5880,7 @@ class Instance extends AbstractModel {
5728
5880
  this.CreationType = null;
5729
5881
 
5730
5882
  /**
5731
- * Instance addition time
5883
+ * Instance join time is displayed in a format that conforms to the ISO8601 standard and uses UTC time.
5732
5884
  * @type {string || null}
5733
5885
  */
5734
5886
  this.AddTime = null;
@@ -5752,18 +5904,17 @@ class Instance extends AbstractModel {
5752
5904
  this.AutoScalingGroupName = null;
5753
5905
 
5754
5906
  /**
5755
- * Warming up status. Valid values:
5756
- <li>`WAITING_ENTER_WARMUP`: The instance is waiting to be warmed up.
5757
- <li>`NO_NEED_WARMUP`: Warming up is not required.
5758
- <li>`IN_WARMUP`: The instance is being warmed up.
5759
- <li>`AFTER_WARMUP`: Warming up is completed.
5907
+ * Preheat status. valid values are as follows:.
5908
+ <Li>WAITING_ENTER_WARMUP: specifies the instance is waiting to enter preheating.</li>.
5909
+ <Li>`NO_NEED_WARMUP`: warming up is not required.</li>.
5910
+ <Li>IN_WARMUP: preheating.</li>.
5911
+ <Li>AFTER_WARMUP: indicates the preheating is completed.</li>.
5760
5912
  * @type {string || null}
5761
5913
  */
5762
5914
  this.WarmupStatus = null;
5763
5915
 
5764
5916
  /**
5765
- * Placement group ID. Only one is allowed.
5766
- Note: This field may return `null`, indicating that no valid values can be obtained.
5917
+ * Placement group ID. Only one can be specified.
5767
5918
  * @type {Array.<string> || null}
5768
5919
  */
5769
5920
  this.DisasterRecoverGroupIds = null;
@@ -6031,16 +6182,16 @@ class DescribeScheduledActionsRequest extends AbstractModel {
6031
6182
  super();
6032
6183
 
6033
6184
  /**
6034
- * Queries by one or more scheduled task IDs in the format of asst-am691zxo. The maximum number of instances per request is 100. This parameter does not support specifying both ScheduledActionIds` and `Filters` at the same time.
6185
+ * Query by one or more scheduled task ids. you can obtain the scheduled task ID by logging in to the console (https://console.cloud.tencent.com/autoscaling/group). the maximum number of instances per request is 100. parameters ScheduledActionIds and Filters must not be specified simultaneously.
6035
6186
  * @type {Array.<string> || null}
6036
6187
  */
6037
6188
  this.ScheduledActionIds = null;
6038
6189
 
6039
6190
  /**
6040
- * Filter.
6041
- <li> scheduled-action-id - String - Required: No - (Filter) Filter by scheduled task ID.</li>
6042
- <li> scheduled-action-name - String - Required: No - (Filter) Filter by scheduled task name.</li>
6043
- <li> auto-scaling-group-id - String - Required: No - (Filter) Filter by auto scaling group ID.</li>
6191
+ * Filter criteria. obtain the scheduled task ID, scheduled task name, and scaling group ID by logging in to the console (https://console.cloud.tencent.com/autoscaling/group).
6192
+ <li> scheduled-action-id - String - required: no - (filter) filter by scheduled task id.</li>.
6193
+ <li> scheduled-action-name - String - required: no - (filter criteria) filters by scheduled task name.</li>.
6194
+ <li> auto-scaling-group-id - String - required: no - (filter) filter by auto scaling group id.</li>.
6044
6195
  * @type {Array.<Filter> || null}
6045
6196
  */
6046
6197
  this.Filters = null;
@@ -6128,22 +6279,20 @@ class RefreshBatchRelatedInstance extends AbstractModel {
6128
6279
  this.InstanceId = null;
6129
6280
 
6130
6281
  /**
6131
- * Refresh instance status. If an instance is removed or destroyed during the refresh process, its status will be updated to NOT_FOUND. Valid values: <br><li>WAITING: pending refresh.</li> <li>INIT: Initializing.</li> <li>RUNNING: Refreshing in progress.</li> <li>FAILED: Refresh failed.</li> <li>CANCELLED: Canceled.</li> <li>SUCCESSFUL: Refreshed.</li> <li>NOT_FOUND: Instance not found.
6282
+ * Refresh instance status. if the instance is removed or terminated during refresh, the status will be updated to NOT_FOUND. valid values: <li>WAITING: pending refresh;</li> <li>INIT: initializing;</li> <li>RUNNING: refreshing;</li> <li>FAILED: refresh FAILED;</li> <li>CANCELLED: CANCELLED;</li> <li>SUCCESSFUL: refresh SUCCESSFUL;</li> <li>NOT_FOUND: instance does NOT exist.</li>.
6132
6283
  * @type {string || null}
6133
6284
  */
6134
6285
  this.InstanceStatus = null;
6135
6286
 
6136
6287
  /**
6137
- * The most recent scaling activity ID during instance refresh can be queried via the DescribeAutoScalingActivities API.
6288
+ * The most recent scaling activity ID during instance refresh can be queried via the DescribeAutoScalingActivities api.
6138
6289
  Please note that scaling activities differ from instance refresh activities; a single instance refresh activity may involve multiple scaling activities.
6139
- Note: This field may return null, indicating that no valid value can be obtained.
6140
6290
  * @type {string || null}
6141
6291
  */
6142
6292
  this.LastActivityId = null;
6143
6293
 
6144
6294
  /**
6145
- * Instance refresh status information.
6146
- Note: This field may return null, indicating that no valid value can be obtained.
6295
+ * Describes the instance refresh status.
6147
6296
  * @type {string || null}
6148
6297
  */
6149
6298
  this.InstanceStatusMessage = null;
@@ -6174,7 +6323,7 @@ class DeleteScheduledActionRequest extends AbstractModel {
6174
6323
  super();
6175
6324
 
6176
6325
  /**
6177
- * ID of the scheduled task to be deleted.
6326
+ * Scheduled task ID to be deleted. obtain the scheduled task ID by calling the api [DescribeScheduledActions](https://intl.cloud.tencent.com/document/api/377/20450?from_cn_redirect=1) and retrieving the ScheduledActionId from the returned information.
6178
6327
  * @type {string || null}
6179
6328
  */
6180
6329
  this.ScheduledActionId = null;
@@ -6208,12 +6357,10 @@ class DescribeAutoScalingActivitiesRequest extends AbstractModel {
6208
6357
  this.ActivityIds = null;
6209
6358
 
6210
6359
  /**
6211
- * Filter.
6212
- <li> auto-scaling-group-id - String - Required: No - (Filter) Filter by auto scaling group ID.</li>
6213
- <li> activity-status-code - String - Required: No - (Filter) Filter by scaling activity status . (INIT: initializing | RUNNING: running | SUCCESSFUL: succeeded | PARTIALLY_SUCCESSFUL: partially succeeded | FAILED: failed | CANCELLED: canceled)</li>
6214
- <li> activity-type - String - Required: No - (Filter) Filter by scaling activity type. (SCALE_OUT: scale-out | SCALE_IN: scale-in | ATTACH_INSTANCES: adding an instance | REMOVE_INSTANCES: terminating an instance | DETACH_INSTANCES: removing an instance | TERMINATE_INSTANCES_UNEXPECTEDLY: terminating an instance in the CVM console | REPLACE_UNHEALTHY_INSTANCE: replacing an unhealthy instance | UPDATE_LOAD_BALANCERS: updating a load balancer)</li>
6215
- <li> activity-id - String - Required: No - (Filter) Filter by scaling activity ID.</li>
6216
- The maximum number of `Filters` per request is 10. The upper limit for `Filter.Values` is 5. This parameter does not support specifying both `ActivityIds` and `Filters` at the same time.
6360
+ * Filter criteria. the filter field value ranges from...to.
6361
+ <ul>
6362
+ <li><strong>auto-scaling-group-id</strong><ul><li>Filter by [<strong>scaling group id</strong>]. you can log IN to the [console](https://console.cloud.tencent.com/autoscaling/group) or call the api [DescribeAutoScalingGroups](https://intl.cloud.tencent.com/document/api/377/20438?from_cn_redirect=1) to obtain the scaling group id from the returned information.</li><li>type: String</li><li>required: no</li><li>example value: asg-kiju7yt5</li></ul></li> <li><strong>activity-status-code</strong><ul><li>filter by [<strong>scaling activity status</strong>]</li><li>type: String</li><li>required: no</li><li>options: </li><ul><li>INIT: initializing</li><li>RUNNING: RUNNING</li><li>SUCCESSFUL: SUCCESSFUL activity</li><li>PARTIALLY_SUCCESSFUL: PARTIALLY SUCCESSFUL activity</li><li>FAILED: activity FAILED</li><li>CANCELLED: activity CANCELLED</li></ul></ul></li> <li><strong>activity-type</strong><ul><li>filter by [<strong>scaling activity type</strong>]</li><li>type: String</li><li>required: no</li><li>options: </li><ul><li>SCALE_OUT: SCALE-OUT activity</li><li>SCALE_IN: SCALE-IN activity</li><li>ATTACH_INSTANCES: adding INSTANCES</li><li>REMOVE_INSTANCES: terminating INSTANCES</li><li>DETACH_INSTANCES: REMOVE INSTANCE</li><li>TERMINATE_INSTANCES_UNEXPECTEDLY: TERMINATE INSTANCE IN CVM console</li><li>REPLACE_UNHEALTHY_INSTANCE: REPLACE UNHEALTHY INSTANCES</li><li>START_INSTANCES: START INSTANCES</li><li>STOP_INSTANCES: shut down INSTANCE</li><li>INVOKE_COMMAND: execute COMMAND</li></ul></ul></li> <li><strong>activity-id</strong><ul><li>filter by [<strong>scaling activity id</strong>]. you can log IN to the [console](https://console.cloud.tencent.com/autoscaling/group) to obtain the scaling activity id.</li><li>type: String</li><li>required: no</li><li>example value: asa-hy6tr4ed</li></ul></li></ul>.
6363
+ The maximum number of `Filters` per request is 10. the upper limit for `Filter.Values` is 5. parameters must not specify both `ActivityIds` and `Filters` simultaneously.
6217
6364
  * @type {Array.<Filter> || null}
6218
6365
  */
6219
6366
  this.Filters = null;
@@ -6278,25 +6425,25 @@ class ModifyDesiredCapacityRequest extends AbstractModel {
6278
6425
  super();
6279
6426
 
6280
6427
  /**
6281
- * Auto scaling group ID
6428
+ * Scaling group ID. obtain the scaling group ID by logging in to the console (https://console.cloud.tencent.com/autoscaling/group) or calling the api DescribeAutoScalingGroups (https://intl.cloud.tencent.com/document/api/377/20438?from_cn_redirect=1), and retrieve AutoScalingGroupId from the returned information.
6282
6429
  * @type {string || null}
6283
6430
  */
6284
6431
  this.AutoScalingGroupId = null;
6285
6432
 
6286
6433
  /**
6287
- * Desired capacity
6434
+ * Expected number of instances, value ranges from 0 to 2000, to meet MaxSize >= DesiredCapacity >= MinSize.
6288
6435
  * @type {number || null}
6289
6436
  */
6290
6437
  this.DesiredCapacity = null;
6291
6438
 
6292
6439
  /**
6293
- * Minimum number of instances. Value range: 0-2000.
6440
+ * Minimum number of instances. value range: [0,2000]. to meet MaxSize >= DesiredCapacity >= MinSize at the same time.
6294
6441
  * @type {number || null}
6295
6442
  */
6296
6443
  this.MinSize = null;
6297
6444
 
6298
6445
  /**
6299
- * Maximum number of instances. Value range: 0-2000.
6446
+ * Maximum instance count. value range [0,2000]. to meet MaxSize >= DesiredCapacity >= MinSize.
6300
6447
  * @type {number || null}
6301
6448
  */
6302
6449
  this.MaxSize = null;
@@ -6397,7 +6544,9 @@ class CreateLifecycleHookRequest extends AbstractModel {
6397
6544
  super();
6398
6545
 
6399
6546
  /**
6400
- * Auto scaling group ID
6547
+ * Scaling group ID. obtain available scaling group ids in the following ways:.
6548
+ <li>Query the scaling group ID by logging in to the [console](https://console.cloud.tencent.com/autoscaling/group).</li>.
6549
+ <li>Specifies the scaling group ID obtained by calling the api [DescribeAutoScalingGroups](https://intl.cloud.tencent.com/document/api/377/20438?from_cn_redirect=1) and retrieving the AutoScalingGroupId from the return information.</li>.
6401
6550
  * @type {string || null}
6402
6551
  */
6403
6552
  this.AutoScalingGroupId = null;
@@ -6409,13 +6558,17 @@ class CreateLifecycleHookRequest extends AbstractModel {
6409
6558
  this.LifecycleHookName = null;
6410
6559
 
6411
6560
  /**
6412
- * Scenario for the lifecycle hook. Valid values: "INSTANCE_LAUNCHING" and "INSTANCE_TERMINATING"
6561
+ * Scenario for performing the lifecycle hook. valid values:.
6562
+ <Li>`INSTANCE_LAUNCHING`: the lifecycle hook is being scaled out.</li>.
6563
+ <Li>`INSTANCE_TERMINATING`: scaling in lifecycle hook</li>.
6413
6564
  * @type {string || null}
6414
6565
  */
6415
6566
  this.LifecycleTransition = null;
6416
6567
 
6417
6568
  /**
6418
- * Defined actions when lifecycle hook times out. Valid values: "CONTINUE" and "ABANDON". Default value: "CONTINUE"
6569
+ * Action to be taken by the scaling group in case of lifecycle hook timeout or LifecycleCommand execution failure. valid values:.
6570
+ <Li>CONTINUE: default value, means continue execution of capacity expansion or reduction</li>.
6571
+ <li>ABANDON: for scale-out hooks, CVM instances with hook timeout or failed LifecycleCommand execution will be released directly or removed. for scale-in hooks, scale-in activities will continue.</li>.
6419
6572
  * @type {string || null}
6420
6573
  */
6421
6574
  this.DefaultResult = null;
@@ -6427,7 +6580,7 @@ class CreateLifecycleHookRequest extends AbstractModel {
6427
6580
  this.HeartbeatTimeout = null;
6428
6581
 
6429
6582
  /**
6430
- * Additional information of a notification that Auto Scaling sends to targets. This parameter is set when you configure a notification (default value: ""). Up to 1024 characters are allowed.
6583
+ * Additional information of a notification that auto scaling sends to targets. this parameter is set when you configure a notification (default value: ""), with a maximum length of 1024 characters. NotificationMetadata and LifecycleCommand are mutually exclusive, and either can be specified.
6431
6584
  * @type {string || null}
6432
6585
  */
6433
6586
  this.NotificationMetadata = null;
@@ -6439,13 +6592,14 @@ class CreateLifecycleHookRequest extends AbstractModel {
6439
6592
  this.NotificationTarget = null;
6440
6593
 
6441
6594
  /**
6442
- * The scenario where the lifecycle hook is applied. `EXTENSION`: the lifecycle hook will be triggered when AttachInstances, DetachInstances or RemoveInstaces is called. `NORMAL`: the lifecycle hook is not triggered by the above APIs.
6595
+ * Specifies the scenario type for performing the lifecycle hook. valid values: NORMAL and EXTENSION. default value: NORMAL.
6596
+ `EXTENSION`: the lifecycle hook will be triggered when calling [AttachInstances](https://intl.cloud.tencent.com/document/api/377/20441?from_cn_redirect=1), [DetachInstances](https://intl.cloud.tencent.com/document/api/377/20436?from_cn_redirect=1), [removeinstances](https://intl.cloud.tencent.com/document/api/377/20431?from_cn_redirect=1), [StopAutoScalingInstances](https://intl.cloud.tencent.com/document/api/377/40286?from_cn_redirect=1), [StartAutoScalingInstances](https://intl.cloud.tencent.com/document/api/377/40287?from_cn_redirect=1), or [StartInstanceRefresh](https://intl.cloud.tencent.com/document/api/377/99172?from_cn_redirect=1). `NORMAL`: the lifecycle hook is not triggered by these apis.
6443
6597
  * @type {string || null}
6444
6598
  */
6445
6599
  this.LifecycleTransitionType = null;
6446
6600
 
6447
6601
  /**
6448
- * Remote command execution object. `NotificationTarget` and `LifecycleCommand` cannot be specified at the same time.
6602
+ * Specifies the remote command execution object. NotificationTarget and NotificationMetadata are mutually exclusive with this parameter. either cannot be specified simultaneously.
6449
6603
  * @type {LifecycleCommand || null}
6450
6604
  */
6451
6605
  this.LifecycleCommand = null;
@@ -6515,7 +6669,7 @@ class ScheduledAction extends AbstractModel {
6515
6669
  this.StartTime = null;
6516
6670
 
6517
6671
  /**
6518
- * Repeating mode of the scheduled task.
6672
+ * Specifies the repeating mode of the scheduled task. the Recurrence parameter limits (https://intl.cloud.tencent.com/document/product/377/88119?from_cn_redirect=1) consist of 5 fields separated by space, with the structure: minute, hour, date, month, week.
6519
6673
  * @type {string || null}
6520
6674
  */
6521
6675
  this.Recurrence = null;
@@ -6545,7 +6699,7 @@ class ScheduledAction extends AbstractModel {
6545
6699
  this.MinSize = null;
6546
6700
 
6547
6701
  /**
6548
- * Creation time of the scheduled task. The value is in `UTC time` in the format of `YYYY-MM-DDThh:mm:ssZ` according to the `ISO8601` standard.
6702
+ * The creation time of the scheduled task. value is in standard `UTC` time, formatted as `YYYY-MM-DDThh:MM:ssZ` according to the `ISO8601` standard.
6549
6703
  * @type {string || null}
6550
6704
  */
6551
6705
  this.CreatedTime = null;
@@ -6591,29 +6745,29 @@ class ModifyLifecycleHookRequest extends AbstractModel {
6591
6745
  super();
6592
6746
 
6593
6747
  /**
6594
- * Lifecycle hook ID.
6748
+ * Lifecycle hook ID. you can get the lifecycle hook ID by calling the api [DescribeLifecycleHooks](https://intl.cloud.tencent.com/document/api/377/34452?from_cn_redirect=1) and retrieving the LifecycleHookId from the returned information.
6595
6749
  * @type {string || null}
6596
6750
  */
6597
6751
  this.LifecycleHookId = null;
6598
6752
 
6599
6753
  /**
6600
- * Lifecycle hook name.
6754
+ * Lifecycle hook name. Name only supports chinese, english, digits, underscore (_), hyphen (-), decimal point (.), maximum length cannot exceed 128.
6601
6755
  * @type {string || null}
6602
6756
  */
6603
6757
  this.LifecycleHookName = null;
6604
6758
 
6605
6759
  /**
6606
- * Scenario for entering the lifecycle hook. Valid values:
6607
- <li>INSTANCE_LAUNCHING: after the instance is launched.</li>
6608
- <li>INSTANCE_TERMINATING: before the instance is terminated.</li>
6760
+ * Scenario for entering the lifecycle hook. valid values:.
6761
+ `INSTANCE_LAUNCHING`: the lifecycle hook is being scaled out.
6762
+ `INSTANCE_TERMINATING`: the lifecycle hook is being scaled in.
6609
6763
  * @type {string || null}
6610
6764
  */
6611
6765
  this.LifecycleTransition = null;
6612
6766
 
6613
6767
  /**
6614
- * Action to be taken by the scaling group in case of lifecycle hook timeout. Valid values:
6615
- <li>CONTINUE: Continue the scaling activity after timeout.</li>
6616
- <li>ABANDON: Terminate the scaling activity after timeout.</li>
6768
+ * Action to be taken by the scaling group in case of lifecycle hook timeout or LifecycleCommand execution failure. valid values:.
6769
+ Default value means CONTINUE to execute capacity expansion or reduction.
6770
+ * ABANDON: for scale-out hooks, cvms that time out or fail to execute LifecycleCommand are released directly or removed. for scale-in hooks, scale-in activities continue.
6617
6771
  * @type {string || null}
6618
6772
  */
6619
6773
  this.DefaultResult = null;
@@ -6625,7 +6779,7 @@ class ModifyLifecycleHookRequest extends AbstractModel {
6625
6779
  this.HeartbeatTimeout = null;
6626
6780
 
6627
6781
  /**
6628
- * Additional information sent by AS to the notification target.
6782
+ * Specifies the additional information sent by auto scaling to the notification target. NotificationMetadata and LifecycleCommand are mutually exclusive. the two cannot be specified simultaneously.
6629
6783
  * @type {string || null}
6630
6784
  */
6631
6785
  this.NotificationMetadata = null;
@@ -6637,13 +6791,13 @@ class ModifyLifecycleHookRequest extends AbstractModel {
6637
6791
  this.LifecycleTransitionType = null;
6638
6792
 
6639
6793
  /**
6640
- * Information of the notification target.
6794
+ * Notify the target information. NotificationTarget and LifecycleCommand are mutually exclusive. the two cannot be specified simultaneously.
6641
6795
  * @type {NotificationTarget || null}
6642
6796
  */
6643
6797
  this.NotificationTarget = null;
6644
6798
 
6645
6799
  /**
6646
- * Remote command execution object.
6800
+ * Remote command execution object. `NotificationMetadata`, `NotificationTarget`, and `LifecycleCommand` cannot be specified at the same time.
6647
6801
  * @type {LifecycleCommand || null}
6648
6802
  */
6649
6803
  this.LifecycleCommand = null;
@@ -6752,7 +6906,7 @@ class RefreshSettings extends AbstractModel {
6752
6906
  super();
6753
6907
 
6754
6908
  /**
6755
- * Rolling update settings parameters. RefreshMode is the rolling update. This parameter must be filled in.Note: This field may return null, indicating that no valid value can be obtained.
6909
+ * Rolling update settings parameters. RefreshMode is rolling update. this parameter must be filled in.
6756
6910
  * @type {RollingUpdateSettings || null}
6757
6911
  */
6758
6912
  this.RollingUpdateSettings = null;
@@ -6911,21 +7065,28 @@ Default value: CLASSIC_SCALING
6911
7065
  this.ReplaceLoadBalancerUnhealthy = null;
6912
7066
 
6913
7067
  /**
6914
- * Replace mode of unhealthy replacement service. Valid values:
6915
- RECREATE: Rebuild an instance to replace the original unhealthy instance.
6916
- RESET: Performing a system reinstallation on unhealthy instances to keep information such as data disks, private IP addresses, and instance IDs unchanged. The instance login settings, HostName, enhanced services, and UserData will remain consistent with the current launch configuration.
7068
+ * Replacement mode of the unhealthy replacement service. valid values:.
7069
+ RECREATE: rebuild an instance to replace the unhealthy instance.
7070
+ RESET: performs a system reinstallation on unhealthy instances while keeping the data disk, private IP address, instance id, and other information unchanged. the instance login settings, hostname, enhanced services, and UserData remain consistent with the current launch configuration.
6917
7071
  Default value: RECREATE.
6918
- Note: This field may return null, indicating that no valid values can be obtained.
6919
7072
  * @type {string || null}
6920
7073
  */
6921
7074
  this.ReplaceMode = null;
6922
7075
 
6923
7076
  /**
6924
- * Automatic instance tag update. The default value is false. If this feature is enabled, tags of running instances in a scaling group will be updated as well if the scaling group tags are updated. (This feature takes effect for tag creation and editing but not tag deletion.) The update does not take effect immediately due to certain latency.
7077
+ * Automatic instance Tag update. the default value is False. if this feature is enabled, tags of running instances in a scaling group will be updated as well if the scaling group tags are updated. (this feature takes effect for Tag creation and editing but not Tag deletion.) the update does not take effect immediately due to certain latency.
6925
7078
  * @type {boolean || null}
6926
7079
  */
6927
7080
  this.AutoUpdateInstanceTags = null;
6928
7081
 
7082
+ /**
7083
+ * Expected number of instances sync minimum and maximum value. default value is False. this parameter only takes effect in scenarios where the expected number is not passed in to modify scaling group api.
7084
+ <Li>True: when modifying the maximum or minimum value, if a conflict exists with the current expected value, synchronously adjust the expected value. for example, if the input minimum value is 2 while the current expected value is 1, the expected value will be synchronously adjusted to 2.</li>.
7085
+ <Li>False: if a conflict exists between the current expected value when modifying the maximum or minimum value, an error message indicates it is not allowed to be modified.</li>.
7086
+ * @type {boolean || null}
7087
+ */
7088
+ this.DesiredCapacitySyncWithMaxMinSize = null;
7089
+
6929
7090
  }
6930
7091
 
6931
7092
  /**
@@ -6940,6 +7101,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
6940
7101
  this.ReplaceLoadBalancerUnhealthy = 'ReplaceLoadBalancerUnhealthy' in params ? params.ReplaceLoadBalancerUnhealthy : null;
6941
7102
  this.ReplaceMode = 'ReplaceMode' in params ? params.ReplaceMode : null;
6942
7103
  this.AutoUpdateInstanceTags = 'AutoUpdateInstanceTags' in params ? params.AutoUpdateInstanceTags : null;
7104
+ this.DesiredCapacitySyncWithMaxMinSize = 'DesiredCapacitySyncWithMaxMinSize' in params ? params.DesiredCapacitySyncWithMaxMinSize : null;
6943
7105
 
6944
7106
  }
6945
7107
  }
@@ -6988,13 +7150,13 @@ class TargetAttribute extends AbstractModel {
6988
7150
  super();
6989
7151
 
6990
7152
  /**
6991
- * Port
7153
+ * Port. value range: [1,65535]. as an input parameter, this parameter is required.
6992
7154
  * @type {number || null}
6993
7155
  */
6994
7156
  this.Port = null;
6995
7157
 
6996
7158
  /**
6997
- * Weight
7159
+ * Weight. value range: [0,100]. this parameter is required as an input parameter.
6998
7160
  * @type {number || null}
6999
7161
  */
7000
7162
  this.Weight = null;
@@ -7129,33 +7291,38 @@ class CreateScalingPolicyRequest extends AbstractModel {
7129
7291
  super();
7130
7292
 
7131
7293
  /**
7132
- * Auto scaling group ID.
7294
+ * Scaling group ID. obtain the scaling group ID by logging in to the console (https://console.cloud.tencent.com/autoscaling/group) or calling the api DescribeAutoScalingGroups (https://intl.cloud.tencent.com/document/api/377/20438?from_cn_redirect=1), and retrieve AutoScalingGroupId from the returned information.
7133
7295
  * @type {string || null}
7134
7296
  */
7135
7297
  this.AutoScalingGroupId = null;
7136
7298
 
7137
7299
  /**
7138
- * Alarm trigger policy name.
7300
+ * The Alarm policy name must be unique in your account. the name length cannot exceed 60 characters. the name only supports chinese, english, digits, underscores, hyphens, and decimal points.
7139
7301
  * @type {string || null}
7140
7302
  */
7141
7303
  this.ScalingPolicyName = null;
7142
7304
 
7143
7305
  /**
7144
- * Scaling policy type. Valid values: <br><li>`SIMPLE` (default): A simple policy</li><li>`TARGET_TRACKING`: A target tracking policy</li>.
7306
+ * Alarm trigger policy type. default: SIMPLE. valid values:.
7307
+ <Li>`SIMPLE`: a simple policy.</li>.
7308
+ <Li>`TARGET_TRACKING`: a target tracking policy.</li>.
7145
7309
  * @type {string || null}
7146
7310
  */
7147
7311
  this.ScalingPolicyType = null;
7148
7312
 
7149
7313
  /**
7150
- * The method to adjust the desired capacity after the alarm is triggered. It is only available when `ScalingPolicyType` is `Simple`. Valid values: <br><li>`CHANGE_IN_CAPACITY`: Increase or decrease the desired capacity </li><li>`EXACT_CAPACITY`: Adjust to the specified desired capacity </li> <li>`PERCENT_CHANGE_IN_CAPACITY`: Adjust the desired capacity by percentage </li>
7314
+ * After an Alarm is triggered, specifies the method for modifying the expected number of instances. required in the scenario of simple policies. valid values:.
7315
+ <Li>CHANGE_IN_CAPACITY: increase or decrease the expected number of instances</li>.
7316
+ <Li>EXACT_CAPACITY: adjust to the expected number of instances</li>.
7317
+ <Li>PERCENT_CHANGE_IN_CAPACITY: adjust expected instance number by percent</li>.
7151
7318
  * @type {string || null}
7152
7319
  */
7153
7320
  this.AdjustmentType = null;
7154
7321
 
7155
7322
  /**
7156
- * Adjustment value for the expected number of instances after an alarm is triggered, which is applicable only to simple policies.
7157
- <li>When AdjustmentType is set to CHANGE_IN_CAPACITY, a positive value of AdjustmentValue indicates an increase in the number of instances after the alarm is triggered, while a negative value indicates a decrease in the number of instances after the alarm is triggered.</li>
7158
- <li>When AdjustmentType is set to EXACT_CAPACITY, the value of AdjustmentValue indicates the new desired number of instances after the alarm is triggered. It should be greater than or equal to 0.</li>
7323
+ * Adjustment value for the expected number of instances after an Alarm is triggered, which is applicable only to simple policies and required in simple policy scenarios.
7324
+ <li>When AdjustmentType is CHANGE_IN_CAPACITY, a positive AdjustmentValue indicates an increase IN instances after Alarm trigger, while a negative value indicates a decrease IN instances after Alarm trigger.</li>.
7325
+ <li>When AdjustmentType is set to EXACT_CAPACITY, the value of AdjustmentValue indicates the new desired number of instances after the Alarm is triggered. it must be at least 0.</li>.
7159
7326
  <li>When AdjustmentType is set to PERCENT_CHANGE_IN_CAPACITY, a positive value of AdjustmentValue indicates an increase in the number of instances by a percentage after the alarm is triggered, while a negative value indicates a decrease in the number of instances by a percentage after the alarm is triggered. Unit: %.</li>
7160
7327
  * @type {number || null}
7161
7328
  */
@@ -7168,28 +7335,28 @@ class CreateScalingPolicyRequest extends AbstractModel {
7168
7335
  this.Cooldown = null;
7169
7336
 
7170
7337
  /**
7171
- * Alarm monitoring metric. It is only available when `ScalingPolicyType` is `Simple`.
7338
+ * Alarm monitoring metric, apply only to simple policies, required in the scenario of simple policy.
7172
7339
  * @type {MetricAlarm || null}
7173
7340
  */
7174
7341
  this.MetricAlarm = null;
7175
7342
 
7176
7343
  /**
7177
- * Predefined monitoring item, applicable only to target tracking policies. Valid values:
7178
- <li>ASG_AVG_CPU_UTILIZATION: average CPU utilization</li>
7179
- <li>ASG_AVG_LAN_TRAFFIC_OUT: average outbound private network bandwidth</li>
7180
- <li>ASG_AVG_LAN_TRAFFIC_IN: average inbound private network bandwidth</li>
7181
- <li>ASG_AVG_WAN_TRAFFIC_OUT: average outbound public network bandwidth</li>
7344
+ * Predefined monitoring item, applicable only to target tracking policies. required in the scenario. value range:.
7345
+ <Li>ASG_AVG_CPU_UTILIZATION: average cpu utilization</li>.
7346
+ <Li>ASG_AVG_LAN_TRAFFIC_OUT: specifies the average outbound private network bandwidth.</li>.
7347
+ <Li>ASG_AVG_LAN_TRAFFIC_IN: average inbound private network bandwidth</li>.
7348
+ <Li>ASG_AVG_WAN_TRAFFIC_OUT: specifies the average outbound public network bandwidth.</li>.
7182
7349
  <li>ASG_AVG_WAN_TRAFFIC_IN: average inbound public network bandwidth</li>
7183
7350
  * @type {string || null}
7184
7351
  */
7185
7352
  this.PredefinedMetricType = null;
7186
7353
 
7187
7354
  /**
7188
- * Target value, which is applicable only to target tracking policies.
7189
- <li>ASG_AVG_CPU_UTILIZATION: value range: [1, 100); unit: %.</li>
7190
- <li>ASG_AVG_LAN_TRAFFIC_OUT: value range: > 0; unit: Mbps.</li>
7191
- <li>ASG_AVG_LAN_TRAFFIC_IN: value range: > 0; unit: Mbps.</li>
7192
- <li>ASG_AVG_WAN_TRAFFIC_OUT: value range: > 0; unit: Mbps.</li>
7355
+ * Target value, applicable only to the target tracking policy, required in the scenario.
7356
+ <Li>ASG_AVG_CPU_UTILIZATION: value range: [1, 100); unit: %.</li>.
7357
+ <li>ASG_AVG_LAN_TRAFFIC_OUT: value range: > 0; unit: Mbps.</li>.
7358
+ <li>ASG_AVG_LAN_TRAFFIC_IN: value range: > 0; unit: Mbps.</li>.
7359
+ <li>ASG_AVG_WAN_TRAFFIC_OUT: value range: > 0; unit: Mbps.</li>.
7193
7360
  <li>ASG_AVG_WAN_TRAFFIC_IN: value range: > 0; unit: Mbps.</li>
7194
7361
  * @type {number || null}
7195
7362
  */
@@ -7255,13 +7422,15 @@ class ResumeInstanceRefreshRequest extends AbstractModel {
7255
7422
  super();
7256
7423
 
7257
7424
  /**
7258
- * Scaling group ID.
7425
+ * Scaling group ID. obtain in the following ways:.
7426
+ <li>Query the scaling group ID by logging in to the [console](https://console.cloud.tencent.com/autoscaling/group).</li>.
7427
+ <li>Specifies the scaling group ID obtained by calling the api [DescribeAutoScalingGroups](https://intl.cloud.tencent.com/document/api/377/20438?from_cn_redirect=1) and retrieving the AutoScalingGroupId from the return information.</li>.
7259
7428
  * @type {string || null}
7260
7429
  */
7261
7430
  this.AutoScalingGroupId = null;
7262
7431
 
7263
7432
  /**
7264
- * Refresh activity ID.
7433
+ * Refresh activity ID. you can get the instance refresh activity ID by calling the api [DescribeRefreshActivities](https://intl.cloud.tencent.com/document/api/377/99175?from_cn_redirect=1) and retrieving the RefreshActivityId from the returned information.
7265
7434
  * @type {string || null}
7266
7435
  */
7267
7436
  this.RefreshActivityId = null;
@@ -7297,7 +7466,7 @@ class DescribeAutoScalingAdvicesRequest extends AbstractModel {
7297
7466
  super();
7298
7467
 
7299
7468
  /**
7300
- * List of scaling groups to be queried. Upper limit: 100.
7469
+ * The scaling group list to be queried, with an upper limit of 100. obtain the scaling group ID by logging in to the console (https://console.cloud.tencent.com/autoscaling/group) or calling the api [DescribeAutoScalingGroups](https://intl.cloud.tencent.com/document/api/377/20438?from_cn_redirect=1) and retrieving the AutoScalingGroupId from the returned information.
7301
7470
  * @type {Array.<string> || null}
7302
7471
  */
7303
7472
  this.AutoScalingGroupIds = null;
@@ -7325,7 +7494,7 @@ class DeleteNotificationConfigurationRequest extends AbstractModel {
7325
7494
  super();
7326
7495
 
7327
7496
  /**
7328
- * ID of the notification to be deleted.
7497
+ * The notification ID to be deleted. this is currently a required parameter. you can obtain the notification ID by logging in to the console (https://console.cloud.tencent.com/autoscaling/group) or calling the api [DescribeNotificationConfigurations](https://intl.cloud.tencent.com/document/api/377/33183?from_cn_redirect=1) and retrieving the AutoScalingNotificationId from the returned information.
7329
7498
  * @type {string || null}
7330
7499
  */
7331
7500
  this.AutoScalingNotificationId = null;
@@ -7418,11 +7587,11 @@ class NotificationTarget extends AbstractModel {
7418
7587
  super();
7419
7588
 
7420
7589
  /**
7421
- * Target type. Valid values: `CMQ_QUEUE`, `CMQ_TOPIC`, `TDMQ_CMQ_QUEUE` and `TDMQ_CMQ_TOPIC`.
7422
- <li> CMQ_QUEUE: Tencent Cloud message queue - queue model.</li>
7423
- <li> CMQ_TOPIC: Tencent Cloud message queue - topic model.</li>
7424
- <li> TDMQ_CMQ_QUEUE: Tencent Cloud TDMQ message queue - queue model.</li>
7425
- <li> TDMQ_CMQ_TOPIC: Tencent Cloud TDMQ message queue - topic model.</li>
7590
+ * Target type. valid values include `CMQ_QUEUE`, `CMQ_TOPIC`, `TDMQ_CMQ_QUEUE`, `TDMQ_CMQ_TOPIC`.
7591
+ <li>CMQ_QUEUE, specifies tencent cloud message QUEUE - queueing model. the corresponding product is offline. it is recommended to switch to TDMQ_CMQ_QUEUE (https://intl.cloud.tencent.com/document/product/1496/83970?from_cn_redirect=1).</li>.
7592
+ <li>CMQ_TOPIC, specifies tencent cloud message queue - TOPIC model. the corresponding product is offline. it is recommended to switch to TDMQ_CMQ_TOPIC (https://intl.cloud.tencent.com/document/product/1496/83970?from_cn_redirect=1).</li>.
7593
+ <li> TDMQ_CMQ_QUEUE. specifies the tencent cloud TDMQ message QUEUE - queueing model.</li>.
7594
+ <Li>TDMQ_CMQ_TOPIC. specifies tencent cloud tdmq message queue - topic model.</li>.
7426
7595
  * @type {string || null}
7427
7596
  */
7428
7597
  this.TargetType = null;
@@ -7464,13 +7633,13 @@ class ModifyLoadBalancerTargetAttributesRequest extends AbstractModel {
7464
7633
  super();
7465
7634
 
7466
7635
  /**
7467
- * Scaling group ID
7636
+ * Scaling group ID. obtain the scaling group ID by logging in to the console (https://console.cloud.tencent.com/autoscaling/group) or calling the api DescribeAutoScalingGroups (https://intl.cloud.tencent.com/document/api/377/20438?from_cn_redirect=1), and retrieve AutoScalingGroupId from the returned information.
7468
7637
  * @type {string || null}
7469
7638
  */
7470
7639
  this.AutoScalingGroupId = null;
7471
7640
 
7472
7641
  /**
7473
- * List of application CLBs to modify. Up to 100 CLBs allowed.
7642
+ * Specifies the list of load balancers whose target rule attributes need modification, with a list length limit of 100. can be obtained through the [DescribeLoadBalancers](https://intl.cloud.tencent.com/document/product/214/30685?from_cn_redirect=1) api.
7474
7643
  * @type {Array.<ForwardLoadBalancer> || null}
7475
7644
  */
7476
7645
  this.ForwardLoadBalancers = null;
@@ -7507,7 +7676,9 @@ class RollbackInstanceRefreshRequest extends AbstractModel {
7507
7676
  super();
7508
7677
 
7509
7678
  /**
7510
- * Scaling group ID.
7679
+ * Scaling group ID. you can obtain available scaling group ids in the following ways.
7680
+ <li>Query the scaling group ID by logging in to the <a href="https://console.cloud.tencent.com/autoscaling/group">console</a>.</li>.
7681
+ <li>Obtain the scaling group ID by calling the api [DescribeAutoScalingGroups](https://intl.cloud.tencent.com/document/api/377/20438?from_cn_redirect=1) and retrieving the AutoScalingGroupId from the returned information.</li>.
7511
7682
  * @type {string || null}
7512
7683
  */
7513
7684
  this.AutoScalingGroupId = null;
@@ -7519,7 +7690,7 @@ class RollbackInstanceRefreshRequest extends AbstractModel {
7519
7690
  this.RefreshSettings = null;
7520
7691
 
7521
7692
  /**
7522
- * Original refresh activity ID.
7693
+ * The original refresh activity ID. you can obtain the original refresh activity ID by calling the api [DescribeRefreshActivities](https://intl.cloud.tencent.com/document/api/377/99175?from_cn_redirect=1) and retrieving the OriginRefreshActivityId from the returned information.
7523
7694
  * @type {string || null}
7524
7695
  */
7525
7696
  this.OriginRefreshActivityId = null;
@@ -7573,8 +7744,8 @@ class StartInstanceRefreshRequest extends AbstractModel {
7573
7744
  this.RefreshSettings = null;
7574
7745
 
7575
7746
  /**
7576
- * Refresh mode. Valid values:
7577
- <li>ROLLING_UPDATE_RESET: Reinstall the system for rolling updates.</li>
7747
+ * Refresh mode. default value: ROLLING_UPDATE_RESET. valid values:.
7748
+ <Li>ROLLING_UPDATE_RESET: reinstall the system for rolling updates.</li>.
7578
7749
  <li>ROLLING_UPDATE_REPLACE: Create an instance and replace the old instance with it for rolling updates. This mode does not support the rollback API currently.</li>
7579
7750
  * @type {string || null}
7580
7751
  */
@@ -7757,7 +7928,7 @@ class EnableAutoScalingGroupRequest extends AbstractModel {
7757
7928
  super();
7758
7929
 
7759
7930
  /**
7760
- * Auto scaling group ID
7931
+ * Scaling group ID. you can obtain the scaling group ID by logging in to the [console](https://console.cloud.tencent.com/autoscaling/group) or making an api call to [DescribeAutoScalingGroups](https://intl.cloud.tencent.com/document/api/377/20438?from_cn_redirect=1) and retrieving the AutoScalingGroupId from the returned information.
7761
7932
  * @type {string || null}
7762
7933
  */
7763
7934
  this.AutoScalingGroupId = null;
@@ -7785,13 +7956,15 @@ class StopInstanceRefreshRequest extends AbstractModel {
7785
7956
  super();
7786
7957
 
7787
7958
  /**
7788
- * Scaling group ID.
7959
+ * Scaling group ID. you can obtain available scaling group ids in the following ways.
7960
+ <li>Query the scaling group ID by logging in to the [console](https://console.cloud.tencent.com/autoscaling/group).</li>.
7961
+ <li>Get the scaling group ID by calling the api [DescribeAutoScalingGroups](https://intl.cloud.tencent.com/document/api/377/20438?from_cn_redirect=1) and retrieving the AutoScalingGroupId from the returned information.</li>.
7789
7962
  * @type {string || null}
7790
7963
  */
7791
7964
  this.AutoScalingGroupId = null;
7792
7965
 
7793
7966
  /**
7794
- * Refresh activity ID.
7967
+ * Refresh activity ID. you can call the api [DescribeRefreshActivities](https://intl.cloud.tencent.com/document/api/377/99175?from_cn_redirect=1) and obtain the instance refresh activity ID from the returned information.
7795
7968
  * @type {string || null}
7796
7969
  */
7797
7970
  this.RefreshActivityId = null;
@@ -7902,8 +8075,7 @@ class RefreshActivity extends AbstractModel {
7902
8075
  this.RefreshActivityId = null;
7903
8076
 
7904
8077
  /**
7905
- * Original refresh activity ID, which exists only in the rollback refresh activity.
7906
- Note: This field may return null, indicating that no valid value can be obtained.
8078
+ * Original refresh activity ID. exists only in rollback refresh activity.
7907
8079
  * @type {string || null}
7908
8080
  */
7909
8081
  this.OriginRefreshActivityId = null;
@@ -7915,7 +8087,9 @@ Note: This field may return null, indicating that no valid value can be obtained
7915
8087
  this.RefreshBatchSet = null;
7916
8088
 
7917
8089
  /**
7918
- * Refresh mode.
8090
+ * Refresh mode. valid values as follows:.
8091
+ <Li>ROLLING_UPDATE_RESET: reinstall the system for rolling updates.</li>.
8092
+ <li>ROLLING_UPDATE_REPLACE: Create an instance and replace the old instance with it for rolling updates. This mode does not support the rollback API currently.</li>
7919
8093
  * @type {string || null}
7920
8094
  */
7921
8095
  this.RefreshMode = null;
@@ -7949,29 +8123,27 @@ Note: This field may return null, indicating that no valid value can be obtained
7949
8123
  this.Status = null;
7950
8124
 
7951
8125
  /**
7952
- * Current refresh batch number. For example, a value of 2 indicates that the current activity is refreshing the second batch of instances.
7953
- Note: This field may return null, indicating that no valid value can be obtained.
8126
+ * Current refresh batch number. for example, 2 indicates the second batch of instances is being refreshed by the current activity.
7954
8127
  * @type {number || null}
7955
8128
  */
7956
8129
  this.CurrentRefreshBatchNum = null;
7957
8130
 
7958
8131
  /**
7959
- * Refresh activity start time.
7960
- Note: This field may return null, indicating that no valid value can be obtained.
8132
+ * The activity start time is refreshed in standard `UTC` time, in the format `YYYY-MM-DDTHH:MM:ssZ`.
8133
+ Note: This field may return null, indicating that no valid values can be obtained.
7961
8134
  * @type {string || null}
7962
8135
  */
7963
8136
  this.StartTime = null;
7964
8137
 
7965
8138
  /**
7966
- * Refresh activity end time.
7967
- Note: This field may return null, indicating that no valid value can be obtained.
8139
+ * Refresh activity end time, in standard UTC time, in the format YYYY-MM-DDTHH:MM:ssZ.
8140
+ Note: This field may return null, indicating that no valid values can be obtained.
7968
8141
  * @type {string || null}
7969
8142
  */
7970
8143
  this.EndTime = null;
7971
8144
 
7972
8145
  /**
7973
- * Refresh activity creation time.
7974
- Note: This field may return null, indicating that no valid value can be obtained.
8146
+ * Refresh activity creation time, in standard UTC time, in the format YYYY-MM-DDTHH:MM:ssZ.
7975
8147
  * @type {string || null}
7976
8148
  */
7977
8149
  this.CreatedTime = null;
@@ -8023,16 +8195,17 @@ class DescribeNotificationConfigurationsRequest extends AbstractModel {
8023
8195
  super();
8024
8196
 
8025
8197
  /**
8026
- * Queries by one or more notification IDs in the format of asn-2sestqbr. The maximum number of instances per request is 100. This parameter does not support specifying both `AutoScalingNotificationIds` and `Filters` at the same time.
8198
+ * Query by one or more notification ids. the list length limit is 100. you can obtain the notification ID by logging in to the console (https://console.cloud.tencent.com/autoscaling/group). parameters AutoScalingNotificationIds and Filters must not be specified simultaneously.
8027
8199
  * @type {Array.<string> || null}
8028
8200
  */
8029
8201
  this.AutoScalingNotificationIds = null;
8030
8202
 
8031
8203
  /**
8032
- * Filter.
8033
- <li> auto-scaling-notification-id - String - Required: No - (Filter) Filter by notification ID.</li>
8034
- <li> auto-scaling-group-id - String - Required: No - (Filter) Filter by auto scaling group ID.</li>
8035
- The maximum number of `Filters` per request is 10. The upper limit for `Filter.Values` is 5. This parameter does not support specifying both `AutoScalingNotificationIds` and `Filters` at the same time.
8204
+ * Filter criteria
8205
+
8206
+ <li> auto-scaling-notification-id - String - required: no - (filter) filter by notification id.</li>.
8207
+ <li> auto-scaling-group-id - String - required: no - (filter) filter by auto scaling group id. you can obtain the scaling group id by logging in to the console (https://console.cloud.tencent.com/autoscaling/group) or calling the api DescribeAutoScalingGroups (https://intl.cloud.tencent.com/document/api/377/20438?from_cn_redirect=1) and retrieving the AutoScalingGroupId from the returned information.</li>.
8208
+ The maximum number of `Filters` per request is 10, and that of `Filter.Values` is 5. the `AutoScalingNotificationIds` and `Filters` parameters cannot be specified simultaneously.
8036
8209
  * @type {Array.<Filter> || null}
8037
8210
  */
8038
8211
  this.Filters = null;
@@ -8083,13 +8256,15 @@ class ScaleInInstancesRequest extends AbstractModel {
8083
8256
  super();
8084
8257
 
8085
8258
  /**
8086
- * Scaling group ID
8259
+ * Scaling group ID. obtain available scaling group ids in the following ways:.
8260
+ <li>Query the scaling group ID by logging in to the [console](https://console.cloud.tencent.com/autoscaling/group).</li>.
8261
+ <li>Specifies the scaling group ID obtained by calling the api [DescribeAutoScalingGroups](https://intl.cloud.tencent.com/document/api/377/20438?from_cn_redirect=1) and retrieving the AutoScalingGroupId from the return information.</li>.
8087
8262
  * @type {string || null}
8088
8263
  */
8089
8264
  this.AutoScalingGroupId = null;
8090
8265
 
8091
8266
  /**
8092
- * Number of instances to be reduced
8267
+ * Number of resource instances to scale in. this parameter has a static value range of [1,2000] and must not be larger than the difference between the desired number and the minimum value. for example, if the scaling group desired number is 100 and the minimum value is 20, the permissible range is [1,80].
8093
8268
  * @type {number || null}
8094
8269
  */
8095
8270
  this.ScaleInNumber = null;
@@ -8136,19 +8311,23 @@ class LifecycleHook extends AbstractModel {
8136
8311
  this.AutoScalingGroupId = null;
8137
8312
 
8138
8313
  /**
8139
- * Default result of the lifecycle hook
8314
+ * Action to be taken by the scaling group in case of lifecycle hook timeout or LifecycleCommand execution failure. valid values:.
8315
+ -CONTINUE execution by default means capacity expansion or reduction.
8316
+ -For scale-out hooks, cvms with hook timeout or failed LifecycleCommand execution will be released directly or removed; for scale-in hooks, scale-in activities will continue.
8140
8317
  * @type {string || null}
8141
8318
  */
8142
8319
  this.DefaultResult = null;
8143
8320
 
8144
8321
  /**
8145
- * Wait timeout period of the lifecycle hook
8322
+ * Specifies the timeout waiting time of the lifecycle hook in seconds. value range: 30 to 7200.
8146
8323
  * @type {number || null}
8147
8324
  */
8148
8325
  this.HeartbeatTimeout = null;
8149
8326
 
8150
8327
  /**
8151
- * Applicable scenario of the lifecycle hook
8328
+ * Scenario for entering the lifecycle hook. valid values:.
8329
+ -`INSTANCE_LAUNCHING`: the lifecycle hook is being scaled out.
8330
+ -INSTANCE_TERMINATING: scale-in lifecycle hook.
8152
8331
  * @type {string || null}
8153
8332
  */
8154
8333
  this.LifecycleTransition = null;
@@ -8160,7 +8339,7 @@ class LifecycleHook extends AbstractModel {
8160
8339
  this.NotificationMetadata = null;
8161
8340
 
8162
8341
  /**
8163
- * Creation time
8342
+ * Creation time. uses UTC for timing.
8164
8343
  * @type {string || null}
8165
8344
  */
8166
8345
  this.CreatedTime = null;
@@ -8172,14 +8351,14 @@ class LifecycleHook extends AbstractModel {
8172
8351
  this.NotificationTarget = null;
8173
8352
 
8174
8353
  /**
8175
- * Applicable scenario of the lifecycle hook
8354
+ * Specifies the scenario type for performing the lifecycle hook. valid values: NORMAL and EXTENSION. default value: NORMAL.
8355
+ Description: when set to `EXTENSION`, the lifecycle hook will be triggered during `AttachInstances`, `DetachInstances`, or `RemoveInstances` API calls. if set to `NORMAL`, the lifecycle hook will not be triggered by these apis.
8176
8356
  * @type {string || null}
8177
8357
  */
8178
8358
  this.LifecycleTransitionType = null;
8179
8359
 
8180
8360
  /**
8181
8361
  * Remote command execution object.
8182
- Note: This field may return null, indicating that no valid values can be obtained.
8183
8362
  * @type {LifecycleCommand || null}
8184
8363
  */
8185
8364
  this.LifecycleCommand = null;
@@ -8227,25 +8406,25 @@ class ForwardLoadBalancer extends AbstractModel {
8227
8406
  super();
8228
8407
 
8229
8408
  /**
8230
- * Load balancer ID
8409
+ * ID of the load balancer. this parameter is required as an input parameter. you can obtain it through the [DescribeLoadBalancers](https://intl.cloud.tencent.com/document/product/214/30685?from_cn_redirect=1) api.
8231
8410
  * @type {string || null}
8232
8411
  */
8233
8412
  this.LoadBalancerId = null;
8234
8413
 
8235
8414
  /**
8236
- * Application load balancer listener ID
8415
+ * CLB listener ID. as an input parameter, this parameter is required. you can obtain it through the [DescribeLoadBalancers](https://intl.cloud.tencent.com/document/product/214/30685?from_cn_redirect=1) api.
8237
8416
  * @type {string || null}
8238
8417
  */
8239
8418
  this.ListenerId = null;
8240
8419
 
8241
8420
  /**
8242
- * List of target rule attributes
8421
+ * Target rule attribute list. as an input parameter, this parameter is required.
8243
8422
  * @type {Array.<TargetAttribute> || null}
8244
8423
  */
8245
8424
  this.TargetAttributes = null;
8246
8425
 
8247
8426
  /**
8248
- * ID of a forwarding rule. This parameter is required for layer-7 listeners.
8427
+ * The forwarding rule ID. note: this parameter is required for layer-7 (http/https) listeners. it can be obtained through the [DescribeLoadBalancers](https://intl.cloud.tencent.com/document/product/214/30685?from_cn_redirect=1) api.
8249
8428
  * @type {string || null}
8250
8429
  */
8251
8430
  this.LocationId = null;
@@ -8291,7 +8470,9 @@ class ClearLaunchConfigurationAttributesRequest extends AbstractModel {
8291
8470
  super();
8292
8471
 
8293
8472
  /**
8294
- * Launch configuration ID
8473
+ * Launch configuration ID. obtain in the following ways:.
8474
+ <li>Queries the launch configuration ID by logging in to the [console](https://console.cloud.tencent.com/autoscaling/config).</li>.
8475
+ <li>Get the launch configuration ID by calling the api [DescribeLaunchConfigurations](https://intl.cloud.tencent.com/document/api/377/20445?from_cn_redirect=1) and retrieving the LaunchConfigurationId from the returned information.</li>.
8295
8476
  * @type {string || null}
8296
8477
  */
8297
8478
  this.LaunchConfigurationId = null;
@@ -8395,30 +8576,18 @@ Note: This field may return null, indicating that no valid value can be obtained
8395
8576
  }
8396
8577
 
8397
8578
  /**
8398
- * Application CLB IDs
8579
+ * DeleteAutoScalingGroup request structure.
8399
8580
  * @class
8400
8581
  */
8401
- class ForwardLoadBalancerIdentification extends AbstractModel {
8582
+ class DeleteAutoScalingGroupRequest extends AbstractModel {
8402
8583
  constructor(){
8403
8584
  super();
8404
8585
 
8405
8586
  /**
8406
- * ID of the CLB
8587
+ * Scaling group ID. obtain the scaling group ID by logging in to the console (https://console.cloud.tencent.com/autoscaling/group) or calling the api DescribeAutoScalingGroups (https://intl.cloud.tencent.com/document/api/377/20438?from_cn_redirect=1), and retrieve AutoScalingGroupId from the returned information.
8407
8588
  * @type {string || null}
8408
8589
  */
8409
- this.LoadBalancerId = null;
8410
-
8411
- /**
8412
- * Application CLB listener ID
8413
- * @type {string || null}
8414
- */
8415
- this.ListenerId = null;
8416
-
8417
- /**
8418
- * ID of a forwarding rule. This parameter is required for layer-7 listeners.
8419
- * @type {string || null}
8420
- */
8421
- this.LocationId = null;
8590
+ this.AutoScalingGroupId = null;
8422
8591
 
8423
8592
  }
8424
8593
 
@@ -8429,9 +8598,7 @@ class ForwardLoadBalancerIdentification extends AbstractModel {
8429
8598
  if (!params) {
8430
8599
  return;
8431
8600
  }
8432
- this.LoadBalancerId = 'LoadBalancerId' in params ? params.LoadBalancerId : null;
8433
- this.ListenerId = 'ListenerId' in params ? params.ListenerId : null;
8434
- this.LocationId = 'LocationId' in params ? params.LocationId : null;
8601
+ this.AutoScalingGroupId = 'AutoScalingGroupId' in params ? params.AutoScalingGroupId : null;
8435
8602
 
8436
8603
  }
8437
8604
  }
@@ -8498,13 +8665,17 @@ class StartAutoScalingInstancesRequest extends AbstractModel {
8498
8665
  super();
8499
8666
 
8500
8667
  /**
8501
- * The scaling group ID.
8668
+ * Scaling group ID. obtain available scaling group ids in the following ways:.
8669
+ <li>Query the scaling group ID by logging in to the [console](https://console.cloud.tencent.com/autoscaling/group).</li>.
8670
+ <li>Specifies the scaling group ID obtained by calling the api [DescribeAutoScalingGroups](https://intl.cloud.tencent.com/document/api/377/20438?from_cn_redirect=1) and retrieving the AutoScalingGroupId from the return information.</li>.
8502
8671
  * @type {string || null}
8503
8672
  */
8504
8673
  this.AutoScalingGroupId = null;
8505
8674
 
8506
8675
  /**
8507
- * The list of the CVM instances you want to start up.
8676
+ * Specifies the instance ID list of CVM to enable. you can obtain available instance ID in the following ways.
8677
+ <li>Query instance ID by logging in to the <a href="https://console.cloud.tencent.com/cvm/index">console</a>.</li>.
8678
+ <li>Get the instance ID by calling the api [DescribeInstances](https://intl.cloud.tencent.com/document/api/213/15728?from_cn_redirect=1) and retrieving the `InstanceId` from the returned information.</li>.
8508
8679
  * @type {Array.<string> || null}
8509
8680
  */
8510
8681
  this.InstanceIds = null;
@@ -8533,13 +8704,17 @@ class AttachInstancesRequest extends AbstractModel {
8533
8704
  super();
8534
8705
 
8535
8706
  /**
8536
- * Auto scaling group ID
8707
+ * Scaling group ID. obtain available scaling group ids in the following ways:.
8708
+ <li>Query the scaling group ID by logging in to the [console](https://console.cloud.tencent.com/autoscaling/group).</li>.
8709
+ <li>Specifies the scaling group ID obtained by calling the api [DescribeAutoScalingGroups](https://intl.cloud.tencent.com/document/api/377/20438?from_cn_redirect=1) and retrieving the AutoScalingGroupId from the return information.</li>.
8537
8710
  * @type {string || null}
8538
8711
  */
8539
8712
  this.AutoScalingGroupId = null;
8540
8713
 
8541
8714
  /**
8542
- * List of CVM instance IDs
8715
+ * CVM instance ID list. you can obtain available instance ID in the following ways:.
8716
+ <li>Query instance ID by logging in to the <a href="https://console.cloud.tencent.com/cvm/index">console</a>.</li>.
8717
+ <li>Get the instance ID by calling the api [DescribeInstances](https://intl.cloud.tencent.com/document/api/213/15728?from_cn_redirect=1) and retrieving the `InstanceId` from the returned information.</li>.
8543
8718
  * @type {Array.<string> || null}
8544
8719
  */
8545
8720
  this.InstanceIds = null;
@@ -8596,19 +8771,19 @@ class AttachLoadBalancersRequest extends AbstractModel {
8596
8771
  super();
8597
8772
 
8598
8773
  /**
8599
- * Scaling group ID
8774
+ * Scaling group ID. obtain the scaling group ID by logging in to the console (https://console.cloud.tencent.com/autoscaling/group) or calling the api DescribeAutoScalingGroups (https://intl.cloud.tencent.com/document/api/377/20438?from_cn_redirect=1), and retrieve AutoScalingGroupId from the returned information.
8600
8775
  * @type {string || null}
8601
8776
  */
8602
8777
  this.AutoScalingGroupId = null;
8603
8778
 
8604
8779
  /**
8605
- * List of classic CLB IDs. Up to 20 classic CLBs can be bound to a security group. `LoadBalancerIds` and `ForwardLoadBalancers` cannot be specified at the same time.
8780
+ * Specifies a list of classic clb ids. each scaling group can bind a maximum of 20 classic clbs. either LoadBalancerIds or ForwardLoadBalancers can be specified at the same time. can be obtained through the [DescribeLoadBalancers](https://intl.cloud.tencent.com/document/product/214/30685?from_cn_redirect=1) api.
8606
8781
  * @type {Array.<string> || null}
8607
8782
  */
8608
8783
  this.LoadBalancerIds = null;
8609
8784
 
8610
8785
  /**
8611
- * List of application CLBs. Up to 100 application CLBs can be bound to a scaling group. `LoadBalancerIds` and `ForwardLoadBalancers` cannot be specified at the same time.
8786
+ * Specifies the list of load balancers. each scaling group can bind a maximum of 100 application clbs. either LoadBalancerIds or ForwardLoadBalancers can be specified at the same time. can be obtained through the [DescribeLoadBalancers](https://intl.cloud.tencent.com/document/product/214/30685?from_cn_redirect=1) api.
8612
8787
  * @type {Array.<ForwardLoadBalancer> || null}
8613
8788
  */
8614
8789
  this.ForwardLoadBalancers = null;
@@ -8706,25 +8881,29 @@ class UpgradeLifecycleHookRequest extends AbstractModel {
8706
8881
  super();
8707
8882
 
8708
8883
  /**
8709
- * Lifecycle hook ID
8884
+ * Lifecycle hook ID. you can call the api [DescribeLifecycleHooks](https://intl.cloud.tencent.com/document/api/377/34452?from_cn_redirect=1) and retrieve the LifecycleHookId from the returned information to obtain the lifecycle hook ID.
8710
8885
  * @type {string || null}
8711
8886
  */
8712
8887
  this.LifecycleHookId = null;
8713
8888
 
8714
8889
  /**
8715
- * Lifecycle hook name
8890
+ * Lifecycle hook name, which can contain chinese characters, letters, numbers, underscores (_), hyphens (-), and periods (.) with a maximum length of 128 characters.
8716
8891
  * @type {string || null}
8717
8892
  */
8718
8893
  this.LifecycleHookName = null;
8719
8894
 
8720
8895
  /**
8721
- * Scenario for the lifecycle hook. Value range: "INSTANCE_LAUNCHING", "INSTANCE_TERMINATING"
8896
+ * Scenario for performing the lifecycle hook. valid values:.
8897
+ `INSTANCE_LAUNCHING`: the lifecycle hook is being scaled out.
8898
+ `INSTANCE_TERMINATING`: the lifecycle hook is being scaled in.
8722
8899
  * @type {string || null}
8723
8900
  */
8724
8901
  this.LifecycleTransition = null;
8725
8902
 
8726
8903
  /**
8727
- * Defines the action to be taken by the auto scaling group upon lifecycle hook timeout. Value range: "CONTINUE", "ABANDON". Default value: "CONTINUE"
8904
+ * Action to be taken by the scaling group in case of lifecycle hook timeout or LifecycleCommand execution failure. valid values are as follows:.
8905
+ Default value, means CONTINUE to execute capacity expansion or reduction.
8906
+ * ABANDON: for scale-out hooks, cvms that time out or fail to execute LifecycleCommand will be released directly or removed. for scale-in hooks, scale-in activities will continue.
8728
8907
  * @type {string || null}
8729
8908
  */
8730
8909
  this.DefaultResult = null;
@@ -8736,7 +8915,7 @@ class UpgradeLifecycleHookRequest extends AbstractModel {
8736
8915
  this.HeartbeatTimeout = null;
8737
8916
 
8738
8917
  /**
8739
- * Additional information of a notification that Auto Scaling sends to targets. This parameter is set when you configure a notification (default value: "").
8918
+ * Additional information sent by auto scaling to notification targets, used when configuring a notification (default value: ""). NotificationMetadata and LifecycleCommand are mutually exclusive parameters and cannot be specified simultaneously.
8740
8919
  * @type {string || null}
8741
8920
  */
8742
8921
  this.NotificationMetadata = null;
@@ -8754,7 +8933,7 @@ class UpgradeLifecycleHookRequest extends AbstractModel {
8754
8933
  this.LifecycleTransitionType = null;
8755
8934
 
8756
8935
  /**
8757
- * Remote command execution object. `NotificationTarget` and `LifecycleCommand` cannot be specified at the same time.
8936
+ * Remote command execution object. `NotificationMetadata`, `NotificationTarget`, and `LifecycleCommand` are mutually exclusive and cannot be specified simultaneously.
8758
8937
  * @type {LifecycleCommand || null}
8759
8938
  */
8760
8939
  this.LifecycleCommand = null;
@@ -8870,7 +9049,7 @@ class DescribeScalingPoliciesResponse extends AbstractModel {
8870
9049
  }
8871
9050
 
8872
9051
  /**
8873
- * Information on eligible scaling activities.
9052
+ * Information of auto scaling activity.
8874
9053
  * @class
8875
9054
  */
8876
9055
  class Activity extends AbstractModel {
@@ -8891,16 +9070,16 @@ class Activity extends AbstractModel {
8891
9070
 
8892
9071
  /**
8893
9072
  * Scaling activity type. Valid values:
8894
- <li>SCALE_OUT: Scale out an instance.</li>
8895
- <li>SCALE_IN: Scale in an instance.</li>
8896
- <li>ATTACH_INSTANCES: Add an instance.</li>
8897
- <li>REMOVE_INSTANCES: Terminate an instance.</li>
8898
- <li>DETACH_INSTANCES: Remove an instance.</li>
8899
- <li>TERMINATE_INSTANCES_UNEXPECTEDLY: Terminate an instance in the CVM console.</li>
8900
- <li>REPLACE_UNHEALTHY_INSTANCE: Replace an unhealthy instance.</li>
8901
- <li>START_INSTANCES: Start an instance.</li>
8902
- <li>STOP_INSTANCES: Stop an instance.</li>
8903
- <li>INVOKE_COMMAND: Execute a command.</li>
9073
+ <li>SCALE_OUT: Scale out instance(s).</li>
9074
+ <li>SCALE_IN: Scale in instance(s).</li>
9075
+ <li>ATTACH_INSTANCES: Add instance(s).</li>
9076
+ <li>REMOVE_INSTANCES: Terminate instance(s).</li>
9077
+ <li>DETACH_INSTANCES: Remove instance(s).</li>
9078
+ <li>TERMINATE_INSTANCES_UNEXPECTEDLY: Instance(s) unexpectedly terminated in the CVM console.</li>
9079
+ <li>REPLACE_UNHEALTHY_INSTANCE: Replace unhealthy instance(s).</li>
9080
+ <li>START_INSTANCES: Start instance(s).</li>
9081
+ <li>STOP_INSTANCES: Stop instance(s).</li>
9082
+ <li>INVOKE_COMMAND: Execute a command in instance(s).</li>
8904
9083
  * @type {string || null}
8905
9084
  */
8906
9085
  this.ActivityType = null;
@@ -8936,19 +9115,19 @@ class Activity extends AbstractModel {
8936
9115
  this.Description = null;
8937
9116
 
8938
9117
  /**
8939
- * Start time of the scaling activity.
9118
+ * Start time of the auto scaling activity in UTC standard time.
8940
9119
  * @type {string || null}
8941
9120
  */
8942
9121
  this.StartTime = null;
8943
9122
 
8944
9123
  /**
8945
- * End time of the scaling activity.
9124
+ * End time of the scaling activity in UTC standard time.
8946
9125
  * @type {string || null}
8947
9126
  */
8948
9127
  this.EndTime = null;
8949
9128
 
8950
9129
  /**
8951
- * Creation time of the scaling activity.
9130
+ * Create time of the scaling activity in UTC standard time.
8952
9131
  * @type {string || null}
8953
9132
  */
8954
9133
  this.CreatedTime = null;
@@ -8972,7 +9151,7 @@ class Activity extends AbstractModel {
8972
9151
  this.LifecycleActionResultSet = null;
8973
9152
 
8974
9153
  /**
8975
- * Detailed description of scaling activity status
9154
+ * Detailed description of the scaling activity status
8976
9155
  * @type {Array.<DetailedStatusMessage> || null}
8977
9156
  */
8978
9157
  this.DetailedStatusMessageSet = null;
@@ -8984,7 +9163,7 @@ class Activity extends AbstractModel {
8984
9163
  this.InvocationResultSet = null;
8985
9164
 
8986
9165
  /**
8987
- * Information set of the instances related to the scaling activity.
9166
+ * Related instance information set of the scaling activity.
8988
9167
  * @type {Array.<RelatedInstance> || null}
8989
9168
  */
8990
9169
  this.RelatedInstanceSet = null;
@@ -9095,13 +9274,17 @@ class StopAutoScalingInstancesRequest extends AbstractModel {
9095
9274
  super();
9096
9275
 
9097
9276
  /**
9098
- * The scaling group ID.
9277
+ * Auto scaling group ID. obtain available scaling group ids in the following ways:.
9278
+ <li>Query the scaling group ID by logging in to the [console](https://console.cloud.tencent.com/autoscaling/group).</li>.
9279
+ <li>Specifies the scaling group ID obtained by calling the api [DescribeAutoScalingGroups](https://intl.cloud.tencent.com/document/api/377/20438?from_cn_redirect=1) and retrieving the AutoScalingGroupId from the return information.</li>.
9099
9280
  * @type {string || null}
9100
9281
  */
9101
9282
  this.AutoScalingGroupId = null;
9102
9283
 
9103
9284
  /**
9104
- * The list of the CVM instances you want to shut down.
9285
+ * List of CVM instance ids to be closed. you can obtain available instance ids in the following ways:.
9286
+ <li>Query instance ID by logging in to the <a href="https://console.cloud.tencent.com/cvm/index">console</a>.</li>.
9287
+ <li>Specifies the instance ID by calling the api [DescribeInstances](https://intl.cloud.tencent.com/document/api/213/15728?from_cn_redirect=1) and getting `InstanceId` from the return information.</li>.
9105
9288
  * @type {Array.<string> || null}
9106
9289
  */
9107
9290
  this.InstanceIds = null;
@@ -9275,25 +9458,25 @@ class CreateAutoScalingGroupFromInstanceRequest extends AbstractModel {
9275
9458
  this.AutoScalingGroupName = null;
9276
9459
 
9277
9460
  /**
9278
- * The instance ID.
9461
+ * Instance ID. you can get the instance ID by logging in to the [console](https://console.cloud.tencent.com/cvm/index) or making an api call to [DescribeInstances](https://intl.cloud.tencent.com/document/api/213/15728?from_cn_redirect=1) and retrieving the `InstanceId` from the returned information.
9279
9462
  * @type {string || null}
9280
9463
  */
9281
9464
  this.InstanceId = null;
9282
9465
 
9283
9466
  /**
9284
- * The minimum number of instances. Value range: 0-2000.
9467
+ * Minimum number of instances. value range: [0,2000]. to meet MaxSize >= DesiredCapacity >= MinSize at the same time.
9285
9468
  * @type {number || null}
9286
9469
  */
9287
9470
  this.MinSize = null;
9288
9471
 
9289
9472
  /**
9290
- * The maximum number of instances. Value range: 0-2000.
9473
+ * Maximum instance count. value range [0,2000]. to meet MaxSize >= DesiredCapacity >= MinSize.
9291
9474
  * @type {number || null}
9292
9475
  */
9293
9476
  this.MaxSize = null;
9294
9477
 
9295
9478
  /**
9296
- * The desired capacity. Its value must be greater than the minimum and smaller than the maximum.
9479
+ * Expected number of instances, value ranges from 0 to 2000, default value equals current MinSize, to meet MaxSize >= DesiredCapacity >= MinSize.
9297
9480
  * @type {number || null}
9298
9481
  */
9299
9482
  this.DesiredCapacity = null;
@@ -9359,6 +9542,47 @@ Note: this field may return null, indicating that no valid value was found.
9359
9542
  */
9360
9543
  this.BandwidthPackageId = null;
9361
9544
 
9545
+ /**
9546
+ * Describes the line type. For details, refer to [EIP Product Overview](https://intl.cloud.tencent.com/document/product/1199/41646?from_cn_redirect=1). default value: `BGP`.
9547
+
9548
+ <Li>BGP: general bgp line.</li>
9549
+ For a user who has enabled the static single-line IP allowlist, valid values include:
9550
+ <li>CMCC: China Mobile</li> <li>CTCC: China Telecom</li> <li>CUCC: China Unicom</li>
9551
+ Note: Only certain regions support static single-line IP addresses.
9552
+
9553
+
9554
+ * @type {string || null}
9555
+ */
9556
+ this.InternetServiceProvider = null;
9557
+
9558
+ /**
9559
+ * Type of public IP address.
9560
+
9561
+ <li> WanIP: Ordinary public IP address. </li> <li> HighQualityEIP: High Quality EIP is supported only in Singapore and Hong Kong. </li> <li> AntiDDoSEIP: Anti-DDoS IP is supported only in specific regions. For details, see [EIP Product Overview](https://cloud.tencent.com/document/product/1199/41646). </li> Specify the type of public IPv4 address to assign a public IPv4 address to the resource. Premium IP and Anti-DDoS IP features are gradually released in select regions. For usage, [submit a ticket for consultation](https://console.cloud.tencent.com/workorder/category).
9562
+ * @type {string || null}
9563
+ */
9564
+ this.IPv4AddressType = null;
9565
+
9566
+ /**
9567
+ * Anti-DDoS service package ID. This is required when you want to request an Anti-DDoS IP.
9568
+ * @type {string || null}
9569
+ */
9570
+ this.AntiDDoSPackageId = null;
9571
+
9572
+ /**
9573
+ * Whether to delete the bound EIP when the instance is destroyed.
9574
+
9575
+ Range of values:
9576
+
9577
+ <li>TRUE: retain the EIP</li> <li>FALSE: not retain the EIP</li>
9578
+
9579
+ Note that when the IPv4AddressType field specifies the EIP type, the default behavior is not to retain the EIP.
9580
+ WanIP is unaffected by this field and will always be deleted with the instance.
9581
+ Changing this field configuration will take effect immediately for resources already bound to a scaling group.
9582
+ * @type {boolean || null}
9583
+ */
9584
+ this.IsKeepEIP = null;
9585
+
9362
9586
  }
9363
9587
 
9364
9588
  /**
@@ -9372,6 +9596,10 @@ Note: this field may return null, indicating that no valid value was found.
9372
9596
  this.InternetMaxBandwidthOut = 'InternetMaxBandwidthOut' in params ? params.InternetMaxBandwidthOut : null;
9373
9597
  this.PublicIpAssigned = 'PublicIpAssigned' in params ? params.PublicIpAssigned : null;
9374
9598
  this.BandwidthPackageId = 'BandwidthPackageId' in params ? params.BandwidthPackageId : null;
9599
+ this.InternetServiceProvider = 'InternetServiceProvider' in params ? params.InternetServiceProvider : null;
9600
+ this.IPv4AddressType = 'IPv4AddressType' in params ? params.IPv4AddressType : null;
9601
+ this.AntiDDoSPackageId = 'AntiDDoSPackageId' in params ? params.AntiDDoSPackageId : null;
9602
+ this.IsKeepEIP = 'IsKeepEIP' in params ? params.IsKeepEIP : null;
9375
9603
 
9376
9604
  }
9377
9605
  }
@@ -9504,7 +9732,7 @@ class ExecuteScalingPolicyRequest extends AbstractModel {
9504
9732
  super();
9505
9733
 
9506
9734
  /**
9507
- * Auto-scaling policy ID. This parameter is not available to a target tracking policy.
9735
+ * Alarm scaling policy ID. target tracking policy is unsupported. the alert policy type can be obtained via the `ScalingPolicyType` parameter in the api response of [DescribeScalingPolicies](https://intl.cloud.tencent.com/document/api/377/33178?from_cn_redirect=1).
9508
9736
  * @type {string || null}
9509
9737
  */
9510
9738
  this.AutoScalingPolicyId = null;
@@ -9553,6 +9781,7 @@ module.exports = {
9553
9781
  CreateLaunchConfigurationResponse: CreateLaunchConfigurationResponse,
9554
9782
  RelatedInstance: RelatedInstance,
9555
9783
  Advice: Advice,
9784
+ EnterStandbyRequest: EnterStandbyRequest,
9556
9785
  CreateLifecycleHookResponse: CreateLifecycleHookResponse,
9557
9786
  ClearLaunchConfigurationAttributesResponse: ClearLaunchConfigurationAttributesResponse,
9558
9787
  DescribeAutoScalingGroupsResponse: DescribeAutoScalingGroupsResponse,
@@ -9567,7 +9796,7 @@ module.exports = {
9567
9796
  ModifyScheduledActionResponse: ModifyScheduledActionResponse,
9568
9797
  AttachLoadBalancersResponse: AttachLoadBalancersResponse,
9569
9798
  ExecuteScalingPolicyResponse: ExecuteScalingPolicyResponse,
9570
- DeleteAutoScalingGroupRequest: DeleteAutoScalingGroupRequest,
9799
+ ForwardLoadBalancerIdentification: ForwardLoadBalancerIdentification,
9571
9800
  SetInstancesProtectionResponse: SetInstancesProtectionResponse,
9572
9801
  StartAutoScalingInstancesResponse: StartAutoScalingInstancesResponse,
9573
9802
  CompleteLifecycleActionRequest: CompleteLifecycleActionRequest,
@@ -9612,6 +9841,7 @@ module.exports = {
9612
9841
  ModifyScalingPolicyRequest: ModifyScalingPolicyRequest,
9613
9842
  InstanceMarketOptionsRequest: InstanceMarketOptionsRequest,
9614
9843
  RefreshBatch: RefreshBatch,
9844
+ EnterStandbyResponse: EnterStandbyResponse,
9615
9845
  UpgradeLifecycleHookResponse: UpgradeLifecycleHookResponse,
9616
9846
  InstanceTag: InstanceTag,
9617
9847
  ModifyLifecycleHookResponse: ModifyLifecycleHookResponse,
@@ -9678,7 +9908,7 @@ module.exports = {
9678
9908
  ForwardLoadBalancer: ForwardLoadBalancer,
9679
9909
  ClearLaunchConfigurationAttributesRequest: ClearLaunchConfigurationAttributesRequest,
9680
9910
  InstanceNameIndexSettings: InstanceNameIndexSettings,
9681
- ForwardLoadBalancerIdentification: ForwardLoadBalancerIdentification,
9911
+ DeleteAutoScalingGroupRequest: DeleteAutoScalingGroupRequest,
9682
9912
  AutoScalingAdvice: AutoScalingAdvice,
9683
9913
  StartAutoScalingInstancesRequest: StartAutoScalingInstancesRequest,
9684
9914
  AttachInstancesRequest: AttachInstancesRequest,