tencentcloud-sdk-nodejs-tke 4.1.103 → 4.1.107

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.103",
3
+ "version": "4.1.107",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -5718,23 +5718,23 @@ export interface ModifyClusterVirtualNodePoolResponse {
5718
5718
  */
5719
5719
  export interface SuperNodeResource {
5720
5720
  /**
5721
- * 节点名称
5721
+ * 节点名称,此字段在出参中有效。
5722
5722
  */
5723
5723
  NodeName?: string;
5724
5724
  /**
5725
- * 节点上的资源总数
5725
+ * 节点上的资源总数,QuotaType为 exact 时,表示创建指定规格的精确配额数量。
5726
5726
  */
5727
5727
  Num?: number;
5728
5728
  /**
5729
- * 节点上的总核数
5729
+ * 节点上的总核数,QuotaType为 exact 时表示指定规格的核数。
5730
5730
  */
5731
5731
  Cpu?: number;
5732
5732
  /**
5733
- * 节点上的总内存数
5733
+ * 节点上的总内存数,QuotaType为 exact 时表示指定规格的内存,单位:Gi
5734
5734
  */
5735
5735
  Memory?: number;
5736
5736
  /**
5737
- * 节点上的总 GPU 卡数
5737
+ * 节点上的总 GPU 卡数,QuotaType为 exact 时表示指定规格的GPU卡数。
5738
5738
  */
5739
5739
  Gpu?: number;
5740
5740
  /**
@@ -5750,7 +5750,7 @@ export interface SuperNodeResource {
5750
5750
  */
5751
5751
  ResourceType?: string;
5752
5752
  /**
5753
- * 置放群组 ID
5753
+ * 置放群组 ID,QuotaType为 exact 时有效,表示购买的精确配额需满足置放群组。可通过 [DescribeDisasterRecoverGroups](https://cloud.tencent.com/document/product/213/17810) 接口返回值中的DisasterRecoverGroupId获取。
5754
5754
  */
5755
5755
  DisasterRecoverGroupId?: string;
5756
5756
  }