tencentcloud-sdk-nodejs-cbs 4.0.1030 → 4.0.1032
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
|
@@ -530,6 +530,10 @@ export interface CreateDisksRequest {
|
|
|
530
530
|
* 可选参数。使用此参数可给云硬盘购买额外的性能。<br>当前仅支持极速型云盘(CLOUD_TSSD)和增强型SSD云硬盘(CLOUD_HSSD)
|
|
531
531
|
*/
|
|
532
532
|
ThroughputPerformance?: number
|
|
533
|
+
/**
|
|
534
|
+
* 可选参数。购买加密盘时自定义密钥, 当传入该参数时, Encrypt入参不为空
|
|
535
|
+
*/
|
|
536
|
+
KmsKeyId?: string
|
|
533
537
|
/**
|
|
534
538
|
* 云硬盘大小,单位为GiB。<br><li>如果传入`SnapshotId`则可不传`DiskSize`,此时新建云盘的大小为快照大小</li><br><li>如果传入`SnapshotId`同时传入`DiskSize`,则云盘大小必须大于或等于快照大小</li><br><li>云盘大小取值范围参见云硬盘[产品分类](/document/product/362/2353)的说明。</li>
|
|
535
539
|
*/
|
|
@@ -491,6 +491,10 @@ export interface CreateDisksRequest {
|
|
|
491
491
|
* 可选参数。使用此参数可给云硬盘购买额外的性能。<br>当前仅支持极速型云盘(CLOUD_TSSD)和增强型SSD云硬盘(CLOUD_HSSD)
|
|
492
492
|
*/
|
|
493
493
|
ThroughputPerformance?: number;
|
|
494
|
+
/**
|
|
495
|
+
* 可选参数。购买加密盘时自定义密钥, 当传入该参数时, Encrypt入参不为空
|
|
496
|
+
*/
|
|
497
|
+
KmsKeyId?: string;
|
|
494
498
|
/**
|
|
495
499
|
* 云硬盘大小,单位为GiB。<br><li>如果传入`SnapshotId`则可不传`DiskSize`,此时新建云盘的大小为快照大小</li><br><li>如果传入`SnapshotId`同时传入`DiskSize`,则云盘大小必须大于或等于快照大小</li><br><li>云盘大小取值范围参见云硬盘[产品分类](/document/product/362/2353)的说明。</li>
|
|
496
500
|
*/
|