tencentcloud-sdk-nodejs-intl-en 3.0.1373 → 3.0.1374
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/tencentcloud/as/v20180419/as_client.js +3 -2
- package/tencentcloud/as/v20180419/models.js +103 -87
- package/tencentcloud/billing/v20180709/billing_client.js +15 -1
- package/tencentcloud/billing/v20180709/models.js +237 -44
- package/tencentcloud/cdb/v20170320/models.js +8 -8
- package/tencentcloud/cdn/v20180606/cdn_client.js +15 -11
- package/tencentcloud/cdn/v20180606/models.js +319 -80
- package/tencentcloud/cls/v20201016/cls_client.js +1709 -374
- package/tencentcloud/cls/v20201016/models.js +23480 -6683
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/cwp/v20180228/cwp_client.js +615 -350
- package/tencentcloud/cwp/v20180228/models.js +10317 -5290
- package/tencentcloud/cynosdb/v20190107/models.js +305 -286
- package/tencentcloud/faceid/v20180301/models.js +29 -12
- package/tencentcloud/iai/v20200303/iai_client.js +1 -1
- package/tencentcloud/mna/v20210119/models.js +2 -2
- package/tencentcloud/mongodb/v20190725/models.js +12 -12
- package/tencentcloud/rum/v20210622/models.js +16 -16
- package/tencentcloud/rum/v20210622/rum_client.js +1 -1
- package/tencentcloud/scf/v20180416/models.js +2 -2
- package/tencentcloud/tat/v20201028/models.js +56 -47
- package/tencentcloud/tcsas/v20250106/models.js +10772 -7283
- package/tencentcloud/tcsas/v20250106/tcsas_client.js +612 -324
- package/tencentcloud/tcss/v20201101/models.js +7275 -2457
- package/tencentcloud/tcss/v20201101/tcss_client.js +2328 -2021
- package/tencentcloud/teo/v20220901/models.js +880 -153
- package/tencentcloud/teo/v20220901/teo_client.js +103 -47
- package/tencentcloud/vod/v20180717/models.js +693 -229
- package/tencentcloud/vod/v20180717/vod_client.js +24 -6
|
@@ -53,7 +53,7 @@ class ModifyLaunchConfigurationAttributesRequest extends AbstractModel {
|
|
|
53
53
|
super();
|
|
54
54
|
|
|
55
55
|
/**
|
|
56
|
-
* Launch configuration ID. obtain the launch configuration ID by logging in to the console
|
|
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;
|
|
@@ -181,7 +181,7 @@ Verifies whether the instance name (add the suffix if it exists) exceeds the max
|
|
|
181
181
|
this.EnhancedService = null;
|
|
182
182
|
|
|
183
183
|
/**
|
|
184
|
-
* Role name of the CAM role. can be obtained from roleName in the return value from the DescribeRoleList API
|
|
184
|
+
* 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).
|
|
185
185
|
* @type {string || null}
|
|
186
186
|
*/
|
|
187
187
|
this.CamRoleName = null;
|
|
@@ -350,7 +350,7 @@ class DisableAutoScalingGroupRequest extends AbstractModel {
|
|
|
350
350
|
super();
|
|
351
351
|
|
|
352
352
|
/**
|
|
353
|
-
* Scaling group ID. obtain the scaling group ID by logging in to the console
|
|
353
|
+
* 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.
|
|
354
354
|
* @type {string || null}
|
|
355
355
|
*/
|
|
356
356
|
this.AutoScalingGroupId = null;
|
|
@@ -428,7 +428,9 @@ class ModifyAutoScalingGroupRequest extends AbstractModel {
|
|
|
428
428
|
super();
|
|
429
429
|
|
|
430
430
|
/**
|
|
431
|
-
* <p>Scaling group ID. obtain available scaling group ids in the following ways:</p
|
|
431
|
+
* <p>Scaling group ID. obtain available scaling group ids in the following ways:</p>
|
|
432
|
+
<li>query scaling group ids by logging in to the [console](https://console.cloud.tencent.com/autoscaling/group).</li>
|
|
433
|
+
<li>obtain scaling group ids by calling the [DescribeAutoScalingGroups](https://www.tencentcloud.com/document/api/377/20438?from_cn_redirect=1) api and retrieving AutoScalingGroupId from the returned information.</li>
|
|
432
434
|
* @type {string || null}
|
|
433
435
|
*/
|
|
434
436
|
this.AutoScalingGroupId = null;
|
|
@@ -452,7 +454,9 @@ class ModifyAutoScalingGroupRequest extends AbstractModel {
|
|
|
452
454
|
this.DesiredCapacity = null;
|
|
453
455
|
|
|
454
456
|
/**
|
|
455
|
-
* <p>Launch configuration ID. obtain available launch configuration ids in the following ways:</p
|
|
457
|
+
* <p>Launch configuration ID. obtain available launch configuration ids in the following ways:</p>
|
|
458
|
+
<li>query the launch configuration ID by logging in to the [console](https://console.cloud.tencent.com/autoscaling/config).</li>
|
|
459
|
+
<li>obtain the launch configuration ID by calling the [DescribeLaunchConfigurations](https://www.tencentcloud.com/document/api/377/20445?from_cn_redirect=1) api and retrieving the LaunchConfigurationId from the returned information.</li>
|
|
456
460
|
* @type {string || null}
|
|
457
461
|
*/
|
|
458
462
|
this.LaunchConfigurationId = null;
|
|
@@ -470,13 +474,13 @@ class ModifyAutoScalingGroupRequest extends AbstractModel {
|
|
|
470
474
|
this.MinSize = null;
|
|
471
475
|
|
|
472
476
|
/**
|
|
473
|
-
* <p>Project ID. obtain this parameter by calling the `ProjectId` field in the return value of
|
|
477
|
+
* <p>Project ID. obtain this parameter by calling the `ProjectId` field in the return value of [DescribeProject](https://www.tencentcloud.com/document/api/651/78725?from_cn_redirect=1). Default value is 0, indicating usage of the default project.</p>.
|
|
474
478
|
* @type {number || null}
|
|
475
479
|
*/
|
|
476
480
|
this.ProjectId = null;
|
|
477
481
|
|
|
478
482
|
/**
|
|
479
|
-
*
|
|
483
|
+
* subnet ID list. valid vpc subnet ids can be obtained by logging in to the [console](https://console.cloud.tencent.com/vpc/subnet) for querying. you can also call the API [DescribeSubnets](https://www.tencentcloud.com/document/product/215/15784?from_cn_redirect=1) and retrieve them from the SubnetId field in the API response.
|
|
480
484
|
* @type {Array.<string> || null}
|
|
481
485
|
*/
|
|
482
486
|
this.SubnetIds = null;
|
|
@@ -488,7 +492,7 @@ class ModifyAutoScalingGroupRequest extends AbstractModel {
|
|
|
488
492
|
this.TerminationPolicies = null;
|
|
489
493
|
|
|
490
494
|
/**
|
|
491
|
-
*
|
|
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); you can also call the [DescribeVpc](https://www.tencentcloud.com/document/api/215/15778?from_cn_redirect=1) api and get the VpcId field from the api response.
|
|
492
496
|
* @type {string || null}
|
|
493
497
|
*/
|
|
494
498
|
this.VpcId = null;
|
|
@@ -644,13 +648,15 @@ class ScaleOutInstancesRequest extends AbstractModel {
|
|
|
644
648
|
super();
|
|
645
649
|
|
|
646
650
|
/**
|
|
647
|
-
* Scaling group ID
|
|
651
|
+
* Scaling group ID. obtain available scaling group ids in the following ways:.
|
|
652
|
+
<li>Specifies the scaling group ID by logging in to the [console](https://console.cloud.tencent.com/autoscaling/group).</li>.
|
|
653
|
+
<li>Obtain the scaling group ID by calling the api [DescribeAutoScalingGroups](https://www.tencentcloud.com/document/api/377/20438?from_cn_redirect=1) and retrieving the AutoScalingGroupId from the returned information.</li>.
|
|
648
654
|
* @type {string || null}
|
|
649
655
|
*/
|
|
650
656
|
this.AutoScalingGroupId = null;
|
|
651
657
|
|
|
652
658
|
/**
|
|
653
|
-
* Number of instances to be
|
|
659
|
+
* Number of resource instances to scale out. the static value range of this parameter is [1,2000]. this parameter must not be larger than the difference between the expected number and the maximum value. for example, if the expected number of the scaling group is 20 and the maximum value is 100, the valid values are [1,80].
|
|
654
660
|
* @type {number || null}
|
|
655
661
|
*/
|
|
656
662
|
this.ScaleOutNumber = null;
|
|
@@ -802,13 +808,13 @@ class ModifyScheduledActionRequest extends AbstractModel {
|
|
|
802
808
|
this.EndTime = null;
|
|
803
809
|
|
|
804
810
|
/**
|
|
805
|
-
* The repeating mode of the scheduled task. follows the standard Cron format.
|
|
811
|
+
* 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`.
|
|
806
812
|
* @type {string || null}
|
|
807
813
|
*/
|
|
808
814
|
this.Recurrence = null;
|
|
809
815
|
|
|
810
816
|
/**
|
|
811
|
-
*
|
|
817
|
+
* This flag disables the normal update of the DesiredCapacityproperty that would otherwise occur when a scheduled scaling task is triggered.
|
|
812
818
|
|
|
813
819
|
Specifies whether the scheduled task triggers proactive modification of the DesiredCapacity when the value is True. DesiredCapacity may be modified by the minSize and maxSize mechanism.
|
|
814
820
|
The following cases assume that DisableUpdateDesiredCapacity is True:
|
|
@@ -862,7 +868,7 @@ class DescribeAutoScalingGroupsRequest extends AbstractModel {
|
|
|
862
868
|
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.
|
|
863
869
|
<li> auto-scaling-group-name - String - required: no - (filter) filter by auto scaling group name.</li>.
|
|
864
870
|
<li> vague-auto-scaling-group-name - String - required: no - (filter) filter by scaling group name fuzzy search.</li>.
|
|
865
|
-
<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
|
|
871
|
+
<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>.
|
|
866
872
|
<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>.
|
|
867
873
|
<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>.
|
|
868
874
|
<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>.
|
|
@@ -1055,7 +1061,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
1055
1061
|
this.UpdatedTime = null;
|
|
1056
1062
|
|
|
1057
1063
|
/**
|
|
1058
|
-
* Role name of the CAM role. can be obtained from roleName in the return value from the DescribeRoleList API
|
|
1064
|
+
* 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).
|
|
1059
1065
|
* @type {string || null}
|
|
1060
1066
|
*/
|
|
1061
1067
|
this.CamRoleName = null;
|
|
@@ -1478,9 +1484,9 @@ class EnterStandbyRequest extends AbstractModel {
|
|
|
1478
1484
|
this.AutoScalingGroupId = null;
|
|
1479
1485
|
|
|
1480
1486
|
/**
|
|
1481
|
-
* List of running instances. non-running instances are not supported. you can obtain available instance ids in the following ways
|
|
1482
|
-
<li>Query instance ID by logging in to the
|
|
1483
|
-
<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
|
|
1487
|
+
* List of running instances. non-running instances are not supported. you can obtain available instance ids in the following ways:
|
|
1488
|
+
<li>Query instance ID by logging in to the [console](https://console.cloud.tencent.com/cvm/index).</li>
|
|
1489
|
+
<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>
|
|
1484
1490
|
* @type {Array.<string> || null}
|
|
1485
1491
|
*/
|
|
1486
1492
|
this.InstanceIds = null;
|
|
@@ -1672,7 +1678,7 @@ class CreateScheduledActionRequest extends AbstractModel {
|
|
|
1672
1678
|
this.Recurrence = null;
|
|
1673
1679
|
|
|
1674
1680
|
/**
|
|
1675
|
-
*
|
|
1681
|
+
* This flag disables the normal update of the DesiredCapacityproperty that would otherwise occur when a scheduled scaling task is triggered.
|
|
1676
1682
|
|
|
1677
1683
|
Specifies whether the scheduled task triggers proactive modification of the DesiredCapacity when the value is True. DesiredCapacity may be modified by the minSize and maxSize mechanism.
|
|
1678
1684
|
The following cases assume that DisableUpdateDesiredCapacity is True:
|
|
@@ -1722,9 +1728,9 @@ class ExitStandbyRequest extends AbstractModel {
|
|
|
1722
1728
|
this.AutoScalingGroupId = null;
|
|
1723
1729
|
|
|
1724
1730
|
/**
|
|
1725
|
-
* List of CVM instances in standby status. you can obtain available instance ID in the following ways
|
|
1726
|
-
<li>Query instance ID by logging in to the
|
|
1727
|
-
<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
|
|
1731
|
+
* List of CVM instances in standby status. you can obtain available instance ID in the following ways:
|
|
1732
|
+
<li>Query instance ID by logging in to the [console](https://console.cloud.tencent.com/cvm/index).</li>
|
|
1733
|
+
<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>
|
|
1728
1734
|
* @type {Array.<string> || null}
|
|
1729
1735
|
*/
|
|
1730
1736
|
this.InstanceIds = null;
|
|
@@ -1958,9 +1964,9 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
1958
1964
|
- hyphen (-)
|
|
1959
1965
|
- empty string.
|
|
1960
1966
|
Delimiter used for concatenating instance name, index, and suffix. Assuming instance name is testGpu4090, index is 0007, and suffix is server.
|
|
1961
|
-
-The delimiter is a period (.), and the final concatenation is testGpu4090.007.server.
|
|
1962
|
-
-Specifies the delimiter as a hyphen (-), with the final concatenation as testGpu4090-007-server.
|
|
1963
|
-
-Delimiter is an empty string, finally concatenated as testGpu4090007server.
|
|
1967
|
+
- The delimiter is a period (.), and the final concatenation is testGpu4090.007.server.
|
|
1968
|
+
- Specifies the delimiter as a hyphen (-), with the final concatenation as testGpu4090-007-server.
|
|
1969
|
+
- Delimiter is an empty string, finally concatenated as testGpu4090007server.
|
|
1964
1970
|
* @type {string || null}
|
|
1965
1971
|
*/
|
|
1966
1972
|
this.InstanceNameDelimiter = null;
|
|
@@ -2404,13 +2410,13 @@ class DescribeRefreshActivitiesRequest extends AbstractModel {
|
|
|
2404
2410
|
this.Filters = null;
|
|
2405
2411
|
|
|
2406
2412
|
/**
|
|
2407
|
-
* Number of returned pieces. Default value: 20. Maximum value: 100. For further information on Limit, please refer to relevant sections in API [Overview]
|
|
2413
|
+
* Number of returned pieces. Default value: 20. Maximum value: 100. For further information on Limit, please refer to relevant sections in API [Overview](https://intl.cloud.tencent.com/document/api/213/15688?from_cn_redirect=1).
|
|
2408
2414
|
* @type {number || null}
|
|
2409
2415
|
*/
|
|
2410
2416
|
this.Limit = null;
|
|
2411
2417
|
|
|
2412
2418
|
/**
|
|
2413
|
-
* Offset, 0 by default. For further information on Offset, please refer to relevant sections in API [Overview]
|
|
2419
|
+
* Offset, 0 by default. For further information on Offset, please refer to relevant sections in API [Overview](https://intl.cloud.tencent.com/document/api/213/15688?from_cn_redirect=1).
|
|
2414
2420
|
* @type {number || null}
|
|
2415
2421
|
*/
|
|
2416
2422
|
this.Offset = null;
|
|
@@ -2508,8 +2514,8 @@ class RemoveInstancesRequest extends AbstractModel {
|
|
|
2508
2514
|
|
|
2509
2515
|
/**
|
|
2510
2516
|
* CVM instance ID list. you can obtain available instance ID in the following ways:.
|
|
2511
|
-
<li>Query instance ID by logging in to the
|
|
2512
|
-
<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
|
|
2517
|
+
<li>Query instance ID by logging in to the [console](https://console.cloud.tencent.com/cvm/index).</li>
|
|
2518
|
+
<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>
|
|
2513
2519
|
* @type {Array.<string> || null}
|
|
2514
2520
|
*/
|
|
2515
2521
|
this.InstanceIds = null;
|
|
@@ -2608,7 +2614,7 @@ class DetachLoadBalancersRequest extends AbstractModel {
|
|
|
2608
2614
|
super();
|
|
2609
2615
|
|
|
2610
2616
|
/**
|
|
2611
|
-
* Scaling group ID. obtain the scaling group ID by logging in to the console
|
|
2617
|
+
* 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.
|
|
2612
2618
|
* @type {string || null}
|
|
2613
2619
|
*/
|
|
2614
2620
|
this.AutoScalingGroupId = null;
|
|
@@ -2659,19 +2665,19 @@ class DescribeAutoScalingInstancesRequest extends AbstractModel {
|
|
|
2659
2665
|
|
|
2660
2666
|
/**
|
|
2661
2667
|
* IDs of the CVM instances to query. the instance ID list has a length limit of 100. `InstanceIds` and `Filters` cannot be specified simultaneously.
|
|
2662
|
-
You can get available instance ids in the following ways
|
|
2663
|
-
<li>Query instance ID by logging in to the
|
|
2664
|
-
<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
|
|
2668
|
+
You can get available instance ids in the following ways:
|
|
2669
|
+
<li>Query instance ID by logging in to the [console](https://console.cloud.tencent.com/cvm/index).</li>
|
|
2670
|
+
<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>
|
|
2665
2671
|
* @type {Array.<string> || null}
|
|
2666
2672
|
*/
|
|
2667
2673
|
this.InstanceIds = null;
|
|
2668
2674
|
|
|
2669
2675
|
/**
|
|
2670
2676
|
* Filter criteria
|
|
2671
|
-
|
|
2672
|
-
<li>
|
|
2673
|
-
<li>
|
|
2674
|
-
The maximum number of `Filters` per request is 10, and the maximum number of `Filter.Values` is 5.
|
|
2677
|
+
<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 calling the api DescribeInstances (https://www.tencentcloud.com/document/api/213/15728?from_cn_redirect=1), and retrieve the `InstanceId` from the returned information.</li>.
|
|
2678
|
+
<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://www.tencentcloud.com/document/api/377/20438?from_cn_redirect=1) and retrieving the AutoScalingGroupId from the returned information.</li>.
|
|
2679
|
+
<li>private-ip-address - String - required: no - (filter condition) filters instances by private ip address. you can obtain the private ip address by logging in to the [console](https://console.cloud.tencent.com/autoscaling/group) or calling the api [DescribeInstances](https://www.tencentcloud.com/document/api/213/15728?from_cn_redirect=1), and retrieving the `PrivateIpAddresses` from the returned information.</li>.
|
|
2680
|
+
The maximum number of `Filters` per request is 10, and the maximum number of `Filter.Values` is 5. the parameter does not support specifying both `InstanceIds` and `Filters`.
|
|
2675
2681
|
* @type {Array.<Filter> || null}
|
|
2676
2682
|
*/
|
|
2677
2683
|
this.Filters = null;
|
|
@@ -2881,8 +2887,8 @@ class SetInstancesProtectionRequest extends AbstractModel {
|
|
|
2881
2887
|
|
|
2882
2888
|
/**
|
|
2883
2889
|
* Instance ID. you can obtain available instance ID in the following ways:.
|
|
2884
|
-
<li>Query instance ID by logging in to the
|
|
2885
|
-
<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
|
|
2890
|
+
<li>Query instance ID by logging in to the [console](https://console.cloud.tencent.com/cvm/index)</li>
|
|
2891
|
+
<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>
|
|
2886
2892
|
* @type {Array.<string> || null}
|
|
2887
2893
|
*/
|
|
2888
2894
|
this.InstanceIds = null;
|
|
@@ -4045,7 +4051,7 @@ class DescribeAutoScalingGroupLastActivitiesRequest extends AbstractModel {
|
|
|
4045
4051
|
super();
|
|
4046
4052
|
|
|
4047
4053
|
/**
|
|
4048
|
-
* Auto scaling group ID list. obtain the scaling group ID by logging in to the console
|
|
4054
|
+
* 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.
|
|
4049
4055
|
* @type {Array.<string> || null}
|
|
4050
4056
|
*/
|
|
4051
4057
|
this.AutoScalingGroupIds = null;
|
|
@@ -4114,9 +4120,9 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
4114
4120
|
- hyphen (-)
|
|
4115
4121
|
- empty string.
|
|
4116
4122
|
Delimiter used for concatenating host name, index, and suffix. Assuming host name is testGpu4090, index is 0007, and suffix is server.
|
|
4117
|
-
-The delimiter is a period (.), and the final concatenation is testGpu4090.007.server.
|
|
4118
|
-
-Specifies the delimiter as a hyphen (-), with the final concatenation as testGpu4090-007-server.
|
|
4119
|
-
-Delimiter is an empty string, finally concatenated as testGpu4090007server.
|
|
4123
|
+
- The delimiter is a period (.), and the final concatenation is testGpu4090.007.server.
|
|
4124
|
+
- Specifies the delimiter as a hyphen (-), with the final concatenation as testGpu4090-007-server.
|
|
4125
|
+
- Delimiter is an empty string, finally concatenated as testGpu4090007server.
|
|
4120
4126
|
* @type {string || null}
|
|
4121
4127
|
*/
|
|
4122
4128
|
this.HostNameDelimiter = null;
|
|
@@ -4182,7 +4188,7 @@ class CreateNotificationConfigurationRequest extends AbstractModel {
|
|
|
4182
4188
|
super();
|
|
4183
4189
|
|
|
4184
4190
|
/**
|
|
4185
|
-
* Scaling group ID. obtain the scaling group ID by logging in to the console
|
|
4191
|
+
* 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.
|
|
4186
4192
|
* @type {string || null}
|
|
4187
4193
|
*/
|
|
4188
4194
|
this.AutoScalingGroupId = null;
|
|
@@ -5000,7 +5006,7 @@ class CreateAutoScalingGroupRequest extends AbstractModel {
|
|
|
5000
5006
|
this.MinSize = null;
|
|
5001
5007
|
|
|
5002
5008
|
/**
|
|
5003
|
-
* vpc ID. a valid vpc ID can be queried by logging in to the console
|
|
5009
|
+
* 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.
|
|
5004
5010
|
* @type {string || null}
|
|
5005
5011
|
*/
|
|
5006
5012
|
this.VpcId = null;
|
|
@@ -5036,7 +5042,7 @@ class CreateAutoScalingGroupRequest extends AbstractModel {
|
|
|
5036
5042
|
this.ForwardLoadBalancers = null;
|
|
5037
5043
|
|
|
5038
5044
|
/**
|
|
5039
|
-
* 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
|
|
5045
|
+
* 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](https://intl.cloud.tencent.com/document/product/215/15784?from_cn_redirect=1) API.
|
|
5040
5046
|
* @type {Array.<string> || null}
|
|
5041
5047
|
*/
|
|
5042
5048
|
this.SubnetIds = null;
|
|
@@ -5752,7 +5758,7 @@ class DeleteScalingPolicyRequest extends AbstractModel {
|
|
|
5752
5758
|
super();
|
|
5753
5759
|
|
|
5754
5760
|
/**
|
|
5755
|
-
* The Alarm policy ID to be deleted. you can obtain the Alarm policy ID by logging in to the console
|
|
5761
|
+
* 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.
|
|
5756
5762
|
* @type {string || null}
|
|
5757
5763
|
*/
|
|
5758
5764
|
this.AutoScalingPolicyId = null;
|
|
@@ -5870,9 +5876,9 @@ class DetachInstancesRequest extends AbstractModel {
|
|
|
5870
5876
|
this.AutoScalingGroupId = null;
|
|
5871
5877
|
|
|
5872
5878
|
/**
|
|
5873
|
-
* List of CVM instance ids. you can obtain available instance ids in the following ways
|
|
5874
|
-
<li>Query instance ID by logging in to the
|
|
5875
|
-
<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
|
|
5879
|
+
* List of CVM instance ids. you can obtain available instance ids in the following ways:
|
|
5880
|
+
<li>Query instance ID by logging in to the [console](https://console.cloud.tencent.com/cvm/index).</li>
|
|
5881
|
+
<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>
|
|
5876
5882
|
* @type {Array.<string> || null}
|
|
5877
5883
|
*/
|
|
5878
5884
|
this.InstanceIds = null;
|
|
@@ -6279,16 +6285,16 @@ class DescribeScheduledActionsRequest extends AbstractModel {
|
|
|
6279
6285
|
super();
|
|
6280
6286
|
|
|
6281
6287
|
/**
|
|
6282
|
-
* Query by one or more scheduled task ids. you can obtain the scheduled task ID by logging in to the console
|
|
6288
|
+
* 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.
|
|
6283
6289
|
* @type {Array.<string> || null}
|
|
6284
6290
|
*/
|
|
6285
6291
|
this.ScheduledActionIds = null;
|
|
6286
6292
|
|
|
6287
6293
|
/**
|
|
6288
|
-
* Filter criteria. obtain the scheduled task ID, scheduled task name, and scaling group ID by logging in to the console
|
|
6289
|
-
<li> scheduled-action-id - String - required: no - (filter) filter by scheduled task id.</li
|
|
6290
|
-
<li> scheduled-action-name - String - required: no - (filter criteria) filters by scheduled task name.</li
|
|
6291
|
-
<li> auto-scaling-group-id - String - required: no - (filter) filter by auto scaling group id.</li
|
|
6294
|
+
* 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).
|
|
6295
|
+
<li> scheduled-action-id - String - required: no - (filter) filter by scheduled task id.</li>
|
|
6296
|
+
<li> scheduled-action-name - String - required: no - (filter criteria) filters by scheduled task name.</li>
|
|
6297
|
+
<li> auto-scaling-group-id - String - required: no - (filter) filter by auto scaling group id.</li>
|
|
6292
6298
|
* @type {Array.<Filter> || null}
|
|
6293
6299
|
*/
|
|
6294
6300
|
this.Filters = null;
|
|
@@ -6475,7 +6481,7 @@ The maximum number of `Filters` per request is 10. the upper limit for `Filter.V
|
|
|
6475
6481
|
this.Offset = null;
|
|
6476
6482
|
|
|
6477
6483
|
/**
|
|
6478
|
-
* The earliest start time of the scaling
|
|
6484
|
+
* The earliest start time of the scaling operation. if ActivityIds is specified, this parameter will be ignored. value is in UTC time, following the ISO8601 standard, format: YYYY-MM-DDThh:MM:ssZ. note: currently, only scaling operations from the past two years are saved.
|
|
6479
6485
|
* @type {string || null}
|
|
6480
6486
|
*/
|
|
6481
6487
|
this.StartTime = null;
|
|
@@ -6522,7 +6528,7 @@ class ModifyDesiredCapacityRequest extends AbstractModel {
|
|
|
6522
6528
|
super();
|
|
6523
6529
|
|
|
6524
6530
|
/**
|
|
6525
|
-
* Scaling group ID. obtain the scaling group ID by logging in to the console
|
|
6531
|
+
* 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.
|
|
6526
6532
|
* @type {string || null}
|
|
6527
6533
|
*/
|
|
6528
6534
|
this.AutoScalingGroupId = null;
|
|
@@ -6766,7 +6772,7 @@ class ScheduledAction extends AbstractModel {
|
|
|
6766
6772
|
this.StartTime = null;
|
|
6767
6773
|
|
|
6768
6774
|
/**
|
|
6769
|
-
* Specifies the repeating mode of the scheduled task.
|
|
6775
|
+
* 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.
|
|
6770
6776
|
* @type {string || null}
|
|
6771
6777
|
*/
|
|
6772
6778
|
this.Recurrence = null;
|
|
@@ -6810,7 +6816,7 @@ class ScheduledAction extends AbstractModel {
|
|
|
6810
6816
|
this.ScheduledType = null;
|
|
6811
6817
|
|
|
6812
6818
|
/**
|
|
6813
|
-
*
|
|
6819
|
+
* This flag disables the normal update of the DesiredCapacityproperty that would otherwise occur when a scheduled scaling task is triggered.
|
|
6814
6820
|
|
|
6815
6821
|
Specifies whether the scheduled task triggers proactive modification of the DesiredCapacity when the value is True. DesiredCapacity may be modified by the minSize and maxSize mechanism.
|
|
6816
6822
|
The following cases assume that DisableUpdateDesiredCapacity is True:
|
|
@@ -7114,17 +7120,26 @@ class RefreshSettings extends AbstractModel {
|
|
|
7114
7120
|
super();
|
|
7115
7121
|
|
|
7116
7122
|
/**
|
|
7117
|
-
* Rolling update settings
|
|
7123
|
+
* Rolling update settings. This parameter group must be configured if the RefreshMode parameter starts with ROLLING_UPDATE(e.g., ROLLING_UPDATE_RESET).
|
|
7118
7124
|
* @type {RollingUpdateSettings || null}
|
|
7119
7125
|
*/
|
|
7120
7126
|
this.RollingUpdateSettings = null;
|
|
7121
7127
|
|
|
7122
7128
|
/**
|
|
7123
|
-
* Whether to enable the backend service health check for the instance. Default value: FALSE.
|
|
7129
|
+
* Whether to enable the backend service health check for the instance. Default value: FALSE.
|
|
7130
|
+
This parameter is valid only for the scaling group bound to CLB. After this feature is enabled, if the instance fails the check after refresh, the port weight of the CLB will be always 0, and it will be marked as a refresh failure. Valid values: <li>TRUE: enable;</li> <li>FALSE: disable.</li>
|
|
7124
7131
|
* @type {boolean || null}
|
|
7125
7132
|
*/
|
|
7126
7133
|
this.CheckInstanceTargetHealth = null;
|
|
7127
7134
|
|
|
7135
|
+
/**
|
|
7136
|
+
* Specifies the timeout period for instance backend service health check, in seconds.
|
|
7137
|
+
Value range: [60,7200]. Default value: 1800 seconds.
|
|
7138
|
+
This parameter takes effect only when the CheckInstanceTargetHealth parameter is enabled. If an instance health check times out, the instance will be marked as a refresh failure.
|
|
7139
|
+
* @type {number || null}
|
|
7140
|
+
*/
|
|
7141
|
+
this.CheckInstanceTargetHealthTimeout = null;
|
|
7142
|
+
|
|
7128
7143
|
}
|
|
7129
7144
|
|
|
7130
7145
|
/**
|
|
@@ -7141,6 +7156,7 @@ class RefreshSettings extends AbstractModel {
|
|
|
7141
7156
|
this.RollingUpdateSettings = obj;
|
|
7142
7157
|
}
|
|
7143
7158
|
this.CheckInstanceTargetHealth = 'CheckInstanceTargetHealth' in params ? params.CheckInstanceTargetHealth : null;
|
|
7159
|
+
this.CheckInstanceTargetHealthTimeout = 'CheckInstanceTargetHealthTimeout' in params ? params.CheckInstanceTargetHealthTimeout : null;
|
|
7144
7160
|
|
|
7145
7161
|
}
|
|
7146
7162
|
}
|
|
@@ -7506,7 +7522,7 @@ class CreateScalingPolicyRequest extends AbstractModel {
|
|
|
7506
7522
|
super();
|
|
7507
7523
|
|
|
7508
7524
|
/**
|
|
7509
|
-
* Scaling group ID. obtain the scaling group ID by logging in to the console
|
|
7525
|
+
* 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.
|
|
7510
7526
|
* @type {string || null}
|
|
7511
7527
|
*/
|
|
7512
7528
|
this.AutoScalingGroupId = null;
|
|
@@ -7681,7 +7697,7 @@ class DescribeAutoScalingAdvicesRequest extends AbstractModel {
|
|
|
7681
7697
|
super();
|
|
7682
7698
|
|
|
7683
7699
|
/**
|
|
7684
|
-
* The scaling group list to be queried, with an upper limit of 100. obtain the scaling group ID by logging in to the console
|
|
7700
|
+
* 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.
|
|
7685
7701
|
* @type {Array.<string> || null}
|
|
7686
7702
|
*/
|
|
7687
7703
|
this.AutoScalingGroupIds = null;
|
|
@@ -7709,7 +7725,7 @@ class DeleteNotificationConfigurationRequest extends AbstractModel {
|
|
|
7709
7725
|
super();
|
|
7710
7726
|
|
|
7711
7727
|
/**
|
|
7712
|
-
* The notification ID to be deleted. this is currently a required parameter. you can obtain the notification ID by logging in to the console
|
|
7728
|
+
* 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.
|
|
7713
7729
|
* @type {string || null}
|
|
7714
7730
|
*/
|
|
7715
7731
|
this.AutoScalingNotificationId = null;
|
|
@@ -7803,8 +7819,8 @@ class NotificationTarget extends AbstractModel {
|
|
|
7803
7819
|
|
|
7804
7820
|
/**
|
|
7805
7821
|
* Target type. valid values include `CMQ_QUEUE`, `CMQ_TOPIC`, `TDMQ_CMQ_QUEUE`, `TDMQ_CMQ_TOPIC`.
|
|
7806
|
-
<li>CMQ_QUEUE, specifies tencent cloud message QUEUE - queueing model. the corresponding product is offline. it is recommended to switch to TDMQ_CMQ_QUEUE
|
|
7807
|
-
<li>CMQ_TOPIC, specifies tencent cloud message queue - TOPIC model. the corresponding product is offline. it is recommended to switch to TDMQ_CMQ_TOPIC
|
|
7822
|
+
<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>.
|
|
7823
|
+
<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>.
|
|
7808
7824
|
<li> TDMQ_CMQ_QUEUE. specifies the tencent cloud TDMQ message QUEUE - queueing model.</li>.
|
|
7809
7825
|
<Li>TDMQ_CMQ_TOPIC. specifies tencent cloud tdmq message queue - topic model.</li>.
|
|
7810
7826
|
* @type {string || null}
|
|
@@ -7848,7 +7864,7 @@ class ModifyLoadBalancerTargetAttributesRequest extends AbstractModel {
|
|
|
7848
7864
|
super();
|
|
7849
7865
|
|
|
7850
7866
|
/**
|
|
7851
|
-
* Scaling group ID. obtain the scaling group ID by logging in to the console
|
|
7867
|
+
* 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.
|
|
7852
7868
|
* @type {string || null}
|
|
7853
7869
|
*/
|
|
7854
7870
|
this.AutoScalingGroupId = null;
|
|
@@ -7892,8 +7908,8 @@ class RollbackInstanceRefreshRequest extends AbstractModel {
|
|
|
7892
7908
|
|
|
7893
7909
|
/**
|
|
7894
7910
|
* Scaling group ID. you can obtain available scaling group ids in the following ways.
|
|
7895
|
-
<li>Query the scaling group ID by logging in to the
|
|
7896
|
-
<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
|
|
7911
|
+
<li>Query the scaling group ID by logging in to the [console](https://console.cloud.tencent.com/autoscaling/group).</li>
|
|
7912
|
+
<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>
|
|
7897
7913
|
* @type {string || null}
|
|
7898
7914
|
*/
|
|
7899
7915
|
this.AutoScalingGroupId = null;
|
|
@@ -7947,7 +7963,7 @@ class StartInstanceRefreshRequest extends AbstractModel {
|
|
|
7947
7963
|
super();
|
|
7948
7964
|
|
|
7949
7965
|
/**
|
|
7950
|
-
* Scaling group ID.
|
|
7966
|
+
* 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://www.tencentcloud.com/document/api/377/20438?from_cn_redirect=1) and retrieving the AutoScalingGroupId from the returned information.
|
|
7951
7967
|
* @type {string || null}
|
|
7952
7968
|
*/
|
|
7953
7969
|
this.AutoScalingGroupId = null;
|
|
@@ -8043,7 +8059,7 @@ class LifecycleActionResultInfo extends AbstractModel {
|
|
|
8043
8059
|
|
|
8044
8060
|
/**
|
|
8045
8061
|
* Result of command invocation,
|
|
8046
|
-
<li>`SUCCESSFUL`: Successful command invocation. It does mean that the task is successfully. You can query the task result with the `InvocationId
|
|
8062
|
+
<li>`SUCCESSFUL`: Successful command invocation. It does mean that the task is successfully. You can query the task result with the `InvocationId`.</li>
|
|
8047
8063
|
<li>`FAILED`: Failed to invoke the command</li>
|
|
8048
8064
|
<li>`NONE`</li>
|
|
8049
8065
|
* @type {string || null}
|
|
@@ -8410,7 +8426,7 @@ class DescribeNotificationConfigurationsRequest extends AbstractModel {
|
|
|
8410
8426
|
super();
|
|
8411
8427
|
|
|
8412
8428
|
/**
|
|
8413
|
-
* 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
|
|
8429
|
+
* 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.
|
|
8414
8430
|
* @type {Array.<string> || null}
|
|
8415
8431
|
*/
|
|
8416
8432
|
this.AutoScalingNotificationIds = null;
|
|
@@ -8418,8 +8434,8 @@ class DescribeNotificationConfigurationsRequest extends AbstractModel {
|
|
|
8418
8434
|
/**
|
|
8419
8435
|
* Filter criteria
|
|
8420
8436
|
|
|
8421
|
-
<li> auto-scaling-notification-id - String - required: no - (filter) filter by notification id.</li
|
|
8422
|
-
<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
|
|
8437
|
+
<li> auto-scaling-notification-id - String - required: no - (filter) filter by notification id.</li>
|
|
8438
|
+
<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>
|
|
8423
8439
|
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.
|
|
8424
8440
|
* @type {Array.<Filter> || null}
|
|
8425
8441
|
*/
|
|
@@ -8527,8 +8543,8 @@ class LifecycleHook extends AbstractModel {
|
|
|
8527
8543
|
|
|
8528
8544
|
/**
|
|
8529
8545
|
* Action to be taken by the scaling group in case of lifecycle hook timeout or LifecycleCommand execution failure. valid values:.
|
|
8530
|
-
-CONTINUE execution by default means capacity expansion or reduction.
|
|
8531
|
-
-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.
|
|
8546
|
+
- CONTINUE execution by default means capacity expansion or reduction.
|
|
8547
|
+
- 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.
|
|
8532
8548
|
* @type {string || null}
|
|
8533
8549
|
*/
|
|
8534
8550
|
this.DefaultResult = null;
|
|
@@ -8541,8 +8557,8 @@ class LifecycleHook extends AbstractModel {
|
|
|
8541
8557
|
|
|
8542
8558
|
/**
|
|
8543
8559
|
* Scenario for entering the lifecycle hook. valid values:.
|
|
8544
|
-
|
|
8545
|
-
-INSTANCE_TERMINATING
|
|
8560
|
+
- `INSTANCE_LAUNCHING`: the lifecycle hook is being scaled out.
|
|
8561
|
+
- `INSTANCE_TERMINATING`: scale-in lifecycle hook.
|
|
8546
8562
|
* @type {string || null}
|
|
8547
8563
|
*/
|
|
8548
8564
|
this.LifecycleTransition = null;
|
|
@@ -8806,7 +8822,7 @@ class DeleteAutoScalingGroupRequest extends AbstractModel {
|
|
|
8806
8822
|
super();
|
|
8807
8823
|
|
|
8808
8824
|
/**
|
|
8809
|
-
* Scaling group ID. obtain the scaling group ID by logging in to the console
|
|
8825
|
+
* 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.
|
|
8810
8826
|
* @type {string || null}
|
|
8811
8827
|
*/
|
|
8812
8828
|
this.AutoScalingGroupId = null;
|
|
@@ -8896,8 +8912,8 @@ class StartAutoScalingInstancesRequest extends AbstractModel {
|
|
|
8896
8912
|
|
|
8897
8913
|
/**
|
|
8898
8914
|
* Specifies the instance ID list of CVM to enable. you can obtain available instance ID in the following ways.
|
|
8899
|
-
<li>Query instance ID by logging in to the
|
|
8900
|
-
<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
|
|
8915
|
+
<li>Query instance ID by logging in to the [console](https://console.cloud.tencent.com/cvm/index)</li>
|
|
8916
|
+
<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>
|
|
8901
8917
|
* @type {Array.<string> || null}
|
|
8902
8918
|
*/
|
|
8903
8919
|
this.InstanceIds = null;
|
|
@@ -8934,9 +8950,9 @@ class AttachInstancesRequest extends AbstractModel {
|
|
|
8934
8950
|
this.AutoScalingGroupId = null;
|
|
8935
8951
|
|
|
8936
8952
|
/**
|
|
8937
|
-
* CVM instance ID list. you can obtain available instance ID in the following ways
|
|
8938
|
-
<li>Query instance ID by logging in to the
|
|
8939
|
-
<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
|
|
8953
|
+
* CVM instance ID list. you can obtain available instance ID in the following ways:
|
|
8954
|
+
<li>Query instance ID by logging in to the [console](https://console.cloud.tencent.com/cvm/index).</li>
|
|
8955
|
+
<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>
|
|
8940
8956
|
* @type {Array.<string> || null}
|
|
8941
8957
|
*/
|
|
8942
8958
|
this.InstanceIds = null;
|
|
@@ -8993,7 +9009,7 @@ class AttachLoadBalancersRequest extends AbstractModel {
|
|
|
8993
9009
|
super();
|
|
8994
9010
|
|
|
8995
9011
|
/**
|
|
8996
|
-
* Scaling group ID. obtain the scaling group ID by logging in to the console
|
|
9012
|
+
* 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.
|
|
8997
9013
|
* @type {string || null}
|
|
8998
9014
|
*/
|
|
8999
9015
|
this.AutoScalingGroupId = null;
|
|
@@ -9449,8 +9465,8 @@ class StopAutoScalingInstancesRequest extends AbstractModel {
|
|
|
9449
9465
|
|
|
9450
9466
|
/**
|
|
9451
9467
|
* List of CVM instance ids to be closed. you can obtain available instance ids in the following ways:.
|
|
9452
|
-
<li>Query instance ID by logging in to the
|
|
9453
|
-
<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
|
|
9468
|
+
<li>Query instance ID by logging in to the [console](https://console.cloud.tencent.com/cvm/index).</li>
|
|
9469
|
+
<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>
|
|
9454
9470
|
* @type {Array.<string> || null}
|
|
9455
9471
|
*/
|
|
9456
9472
|
this.InstanceIds = null;
|
|
@@ -9731,7 +9747,7 @@ Note: The static single-line IP is only supported in some regions.
|
|
|
9731
9747
|
<Li>AntiDDoSEIP: anti-ddos eip. only partially supported regions can use anti-ddos eip. details visible in [elastic ip product overview](https://www.tencentcloud.com/zh/document/product/213/5733).</li>.
|
|
9732
9748
|
If needed to assign an elastic IPv4 address to a resource, specify the elastic IPv4 address type. if only use WanIP, do not set this field.
|
|
9733
9749
|
|
|
9734
|
-
High quality IP the anti-ddos feature is only in beta test in some regions. if needed, submit a ticket for consultation
|
|
9750
|
+
High quality IP the anti-ddos feature is only in beta test in some regions. if needed, [submit a ticket for consultation](https://console.cloud.tencent.com/workorder/category).
|
|
9735
9751
|
* @type {string || null}
|
|
9736
9752
|
*/
|
|
9737
9753
|
this.IPv4AddressType = null;
|