tencentcloud-sdk-nodejs-cfs 4.1.28 → 4.1.34
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
|
@@ -1560,6 +1560,12 @@ export interface CreateCfsFileSystemRequest {
|
|
|
1560
1560
|
* 是否开启默认扩容,仅Turbo类型文件存储支持
|
|
1561
1561
|
*/
|
|
1562
1562
|
EnableAutoScaleUp?: boolean;
|
|
1563
|
+
/**
|
|
1564
|
+
* v1.5:创建普通版的通用文件系统;
|
|
1565
|
+
v3.1:创建增强版的通用文件系统
|
|
1566
|
+
说明:增强版的通用系统需要开通白名单才能使用,如有需要请提交工单与我们联系。
|
|
1567
|
+
*/
|
|
1568
|
+
CfsVersion?: string;
|
|
1563
1569
|
}
|
|
1564
1570
|
/**
|
|
1565
1571
|
* 版本控制-可用区数组
|