tencentcloud-sdk-nodejs-tke 4.1.154 → 4.1.156

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.154",
3
+ "version": "4.1.156",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -7669,13 +7669,13 @@ export interface CreateClusterVirtualNodePoolRequest {
7669
7669
  */
7670
7670
  Name: string;
7671
7671
  /**
7672
- * 子网ID列表
7672
+ * 安全组ID列表
7673
7673
  */
7674
- SubnetIds?: Array<string>;
7674
+ SecurityGroupIds: Array<string>;
7675
7675
  /**
7676
- * 安全组ID列表,必选参数
7676
+ * 子网ID列表
7677
7677
  */
7678
- SecurityGroupIds?: Array<string>;
7678
+ SubnetIds?: Array<string>;
7679
7679
  /**
7680
7680
  * 虚拟节点label
7681
7681
  */