tencentcloud-sdk-nodejs-batch 4.1.19 → 4.1.22
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
|
@@ -279,7 +279,7 @@ export interface SystemDisk {
|
|
|
279
279
|
*/
|
|
280
280
|
DiskId?: string;
|
|
281
281
|
/**
|
|
282
|
-
* 系统盘大小,单位:
|
|
282
|
+
* 系统盘大小,单位:GiB。默认值为 50
|
|
283
283
|
*/
|
|
284
284
|
DiskSize?: number;
|
|
285
285
|
/**
|
|
@@ -288,8 +288,6 @@ export interface SystemDisk {
|
|
|
288
288
|
CdcId?: string;
|
|
289
289
|
/**
|
|
290
290
|
* 磁盘名称,长度不超过128 个字符。
|
|
291
|
-
|
|
292
|
-
该参数正在邀测中,暂未开放使用。
|
|
293
291
|
*/
|
|
294
292
|
DiskName?: string;
|
|
295
293
|
}
|
|
@@ -1236,7 +1234,7 @@ export interface ModifyTaskTemplateRequest {
|
|
|
1236
1234
|
*/
|
|
1237
1235
|
export interface DataDisk {
|
|
1238
1236
|
/**
|
|
1239
|
-
* 数据盘大小,单位:
|
|
1237
|
+
* 数据盘大小,单位:GiB。最小调整步长为10GiB,不同数据盘类型取值范围不同,具体限制详见:[存储概述](https://cloud.tencent.com/document/product/213/4952)。默认值为0,表示不购买数据盘。更多限制详见产品文档。
|
|
1240
1238
|
*/
|
|
1241
1239
|
DiskSize: number;
|
|
1242
1240
|
/**
|
|
@@ -1267,7 +1265,8 @@ export interface DataDisk {
|
|
|
1267
1265
|
*/
|
|
1268
1266
|
KmsKeyId?: string;
|
|
1269
1267
|
/**
|
|
1270
|
-
* 云硬盘性能,单位:
|
|
1268
|
+
* 云硬盘性能,单位:MiB/s。使用此参数可给云硬盘购买额外的性能。
|
|
1269
|
+
当前仅支持极速型云盘(CLOUD_TSSD)和增强型SSD云硬盘(CLOUD_HSSD)
|
|
1271
1270
|
*/
|
|
1272
1271
|
ThroughputPerformance?: number;
|
|
1273
1272
|
/**
|
|
@@ -1282,8 +1281,6 @@ export interface DataDisk {
|
|
|
1282
1281
|
BurstPerformance?: boolean;
|
|
1283
1282
|
/**
|
|
1284
1283
|
* 磁盘名称,长度不超过128 个字符。
|
|
1285
|
-
|
|
1286
|
-
该参数正在邀测中,暂未开放使用。
|
|
1287
1284
|
*/
|
|
1288
1285
|
DiskName?: string;
|
|
1289
1286
|
}
|
|
@@ -2535,7 +2532,7 @@ export interface VirtualPrivateCloud {
|
|
|
2535
2532
|
*/
|
|
2536
2533
|
VpcId: string;
|
|
2537
2534
|
/**
|
|
2538
|
-
* 私有网络子网ID,形如`subnet-xxx`。有效的私有网络子网ID可通过登录[控制台](https://console.cloud.tencent.com/vpc/subnet?rid=1)查询;也可以调用接口 [DescribeSubnets](/document/
|
|
2535
|
+
* 私有网络子网ID,形如`subnet-xxx`。有效的私有网络子网ID可通过登录[控制台](https://console.cloud.tencent.com/vpc/subnet?rid=1)查询;也可以调用接口 [DescribeSubnets](https://cloud.tencent.com/document/product/215/15784) ,从接口返回中的`SubnetId `字段获取。若在创建子机时SubnetId与VpcId同时传入`DEFAULT`,则强制使用默认vpc网络。
|
|
2539
2536
|
*/
|
|
2540
2537
|
SubnetId: string;
|
|
2541
2538
|
/**
|
|
@@ -2608,7 +2605,7 @@ export interface InternetAccessible {
|
|
|
2608
2605
|
*/
|
|
2609
2606
|
PublicIpAssigned?: boolean;
|
|
2610
2607
|
/**
|
|
2611
|
-
* 带宽包ID。可通过[
|
|
2608
|
+
* 带宽包ID。可通过[ DescribeBandwidthPackages ](https://cloud.tencent.com/document/api/215/19209)接口返回值中的`BandwidthPackageId`获取。该参数仅在RunInstances接口中作为入参使用。
|
|
2612
2609
|
*/
|
|
2613
2610
|
BandwidthPackageId?: string;
|
|
2614
2611
|
}
|