tencentcloud-sdk-nodejs-tke 4.1.43 → 4.1.45

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-tke",
3
- "version": "4.1.43",
3
+ "version": "4.1.45",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -1756,6 +1756,11 @@ export interface Disk {
1756
1756
  * 挂载目录
1757
1757
  */
1758
1758
  MountTarget?: string;
1759
+ /**
1760
+ * 云盘ID
1761
+ 注意:此字段可能返回 null,表示取不到有效值。
1762
+ */
1763
+ DiskId?: string;
1759
1764
  }
1760
1765
  /**
1761
1766
  * CreateHealthCheckPolicy返回参数结构体