tencentcloud-sdk-nodejs-as 4.1.40 → 4.1.50
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
CHANGED
|
@@ -2386,7 +2386,7 @@ export interface DataDisk {
|
|
|
2386
2386
|
*/
|
|
2387
2387
|
DiskType?: string;
|
|
2388
2388
|
/**
|
|
2389
|
-
* 数据盘大小,单位:GB。不同数据盘类型取值范围不同,具体限制详见:[CVM实例配置](https://cloud.tencent.com/document/product/213/2177)。默认值为0
|
|
2389
|
+
* 数据盘大小,单位:GB。不同数据盘类型取值范围不同,具体限制详见:[CVM实例配置](https://cloud.tencent.com/document/product/213/2177)。默认值为0,表示不购买数据盘。更多限制详见[产品文档](https://cloud.tencent.com/document/product/362/5145)。
|
|
2390
2390
|
*/
|
|
2391
2391
|
DiskSize?: number;
|
|
2392
2392
|
/**
|
|
@@ -3560,7 +3560,7 @@ export interface DescribeNotificationConfigurationsRequest {
|
|
|
3560
3560
|
/**
|
|
3561
3561
|
* 过滤条件。
|
|
3562
3562
|
<li> auto-scaling-notification-id - String - 是否必填:否 -(过滤条件)按照通知ID过滤。</li>
|
|
3563
|
-
<li> auto-scaling-group-id - String - 是否必填:否 -(过滤条件)按照伸缩组ID
|
|
3563
|
+
<li> auto-scaling-group-id - String - 是否必填:否 -(过滤条件)按照伸缩组ID过滤。可通过登录 [控制台](https://console.cloud.tencent.com/autoscaling/group) 或调用接口 [DescribeAutoScalingGroups](https://cloud.tencent.com/document/api/377/20438) ,取返回信息中的 AutoScalingGroupId 获取伸缩组ID。</li>
|
|
3564
3564
|
每次请求的`Filters`的上限为10,`Filter.Values`的上限为5。参数不支持同时指定`AutoScalingNotificationIds`和`Filters`。
|
|
3565
3565
|
*/
|
|
3566
3566
|
Filters?: Array<Filter>;
|