tencentcloud-sdk-nodejs-thpc 4.1.95 → 4.1.109

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-thpc",
3
- "version": "4.1.95",
3
+ "version": "4.1.109",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -744,12 +744,12 @@ export interface CFSOption {
744
744
  /**
745
745
  * 文件系统远程挂载ip及路径。
746
746
  */
747
- RemotePath: string;
747
+ RemotePath?: string;
748
748
  /**
749
- * 文件系统协议类型,默认值NFS 3.0。
750
- <li>NFS 3.0
751
- <li>NFS 4.0
752
- <li>TURBO
749
+ * 文件系统协议类型。
750
+ <li>NFS 3.0</li>
751
+ <li>NFS 4.0</li>
752
+ <li>TURBO</li>
753
753
  */
754
754
  Protocol?: string;
755
755
  /**
@@ -758,12 +758,15 @@ export interface CFSOption {
758
758
  StorageType?: string;
759
759
  /**
760
760
  * 文件系统挂载挂载命令参数选项。
761
-
762
761
  - NFS 3.0默认值:vers=3,nolock,proto=tcp,noresvport
763
762
  - NFS 4.0默认值:vers=4.0,noresvport
764
763
  - TURBO默认值:user_xattr
765
764
  */
766
765
  MountOption?: string;
766
+ /**
767
+ * 文件系统ID 文件系统ID通过调用接口[DescribeCfsFileSystems](https://cloud.tencent.com/document/product/582/38170)获取。
768
+ */
769
+ FileSystemId?: string;
767
770
  }
768
771
  /**
769
772
  * DeleteClusterStorageOption请求参数结构体