tencentcloud-sdk-nodejs-cdb 4.1.269 → 4.1.273
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
|
@@ -5092,6 +5092,10 @@ export interface CreateDBInstanceRequest {
|
|
|
5092
5092
|
* <p>磁盘类型,单节点(云盘版)或者云盘版实例可以指定此参数。CLOUD_SSD 表示 SSD 云硬盘,CLOUD_HSSD 表示增强型 SSD 云硬盘,CLOUD_PREMIUM 表示高性能云硬盘。<br>说明:单节点(云盘版)、云盘版实例硬盘类型所支持的地域略有不同,具体支持情况请参考 <a href="https://cloud.tencent.com/document/product/236/8458">地域和可用区</a>。</p>
|
|
5093
5093
|
*/
|
|
5094
5094
|
DiskType?: string;
|
|
5095
|
+
/**
|
|
5096
|
+
* <p>是否对磁盘进行加密。仅云盘版实例支持该功能。 指定为 "on" 表示开启加密, 否则不加密。 购买只读实例、灾备实例、新克隆实例时该参数自动和主实例保持一致。</p>
|
|
5097
|
+
*/
|
|
5098
|
+
DiskEncryption?: string;
|
|
5095
5099
|
/**
|
|
5096
5100
|
* <p>开启或关闭实例销毁保护。on-开启,off-关闭</p>
|
|
5097
5101
|
*/
|
|
@@ -9111,6 +9115,10 @@ export interface CreateDBInstanceHourRequest {
|
|
|
9111
9115
|
* <p>集群类型:cage——金融围拢,cdc——CDB ON CDC;dedicate——独享集群</p>
|
|
9112
9116
|
*/
|
|
9113
9117
|
ClusterType?: string;
|
|
9118
|
+
/**
|
|
9119
|
+
* <p>是否对磁盘进行加密。仅云盘版实例支持该功能。 指定为 "on" 表示开启加密, 否则不加密。 购买只读实例、灾备实例、新克隆实例时该参数自动和主实例保持一致。</p>
|
|
9120
|
+
*/
|
|
9121
|
+
DiskEncryption?: string;
|
|
9114
9122
|
/**
|
|
9115
9123
|
* <p>开启或关闭实例销毁保护。on-开启,off-关闭</p>
|
|
9116
9124
|
*/
|