tencentcloud-sdk-nodejs-tione 4.1.264 → 4.1.265
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
|
@@ -7077,16 +7077,11 @@ export interface DescribePublicAlgoVersionListRequest {
|
|
|
7077
7077
|
*/
|
|
7078
7078
|
export interface StorageExtraConf {
|
|
7079
7079
|
/**
|
|
7080
|
-
* cfs
|
|
7081
|
-
// HP:通用性能型
|
|
7082
|
-
// SD:通用标准型
|
|
7083
|
-
// TP:turbo性能型
|
|
7084
|
-
// TB:turbo标准型
|
|
7085
|
-
// THP:吞吐型
|
|
7080
|
+
* <p>cfs的存储类型<br> // HP:通用性能型<br> // SD:通用标准型<br> // TP:turbo性能型<br> // TB:turbo标准型<br> // THP:吞吐型</p>
|
|
7086
7081
|
*/
|
|
7087
7082
|
CFSStorageType?: string;
|
|
7088
7083
|
/**
|
|
7089
|
-
* cfs
|
|
7084
|
+
* <p>cfs的协议</p>
|
|
7090
7085
|
*/
|
|
7091
7086
|
CFSProtocol?: string;
|
|
7092
7087
|
}
|