tencentcloud-sdk-nodejs-tke 4.1.73 → 4.1.74

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.73",
3
+ "version": "4.1.74",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -583,11 +583,11 @@ export interface PodDeductionRate {
583
583
  */
584
584
  Cpu?: number;
585
585
  /**
586
- * Pod 的内存
586
+ * Pod 的内存,单位:GiB
587
587
  */
588
588
  Memory?: number;
589
589
  /**
590
- * Pod 的类型
590
+ * Pod 的类型, intel,amd,windows-common,windows-amd,sa4,sa5,s7,s8,t4,v100,l20,l40,a10\*gnv4,a10\*gnv4v,a10\*pnv4
591
591
  */
592
592
  Type?: string;
593
593
  /**
@@ -3511,7 +3511,7 @@ export interface RIUtilizationDetail {
3511
3511
  */
3512
3512
  Namespace?: string;
3513
3513
  /**
3514
- * 工作负载类型
3514
+ * 工作负载类型,如 deployment、statefulset和pod等。
3515
3515
  */
3516
3516
  Kind?: string;
3517
3517
  /**
@@ -4472,11 +4472,11 @@ export interface ReservedInstanceUtilizationRate {
4472
4472
  */
4473
4473
  CPU?: number;
4474
4474
  /**
4475
- * 内存
4475
+ * 内存,单位:GiB
4476
4476
  */
4477
4477
  Memory?: number;
4478
4478
  /**
4479
- * 预留券类型
4479
+ * 预留券类型, common:CPU通用,amd:AMD专用,windows-common: Windows容器 CPU通用,windows-amd:Windows容器 AMD专用,sa4,sa5,s7,s8,t4,v100,l20,l40,a10\*gnv4,a10\*gnv4v,a10\*pnv4
4480
4480
  */
4481
4481
  Type?: string;
4482
4482
  /**
@@ -4492,7 +4492,7 @@ export interface ReservedInstanceUtilizationRate {
4492
4492
  */
4493
4493
  ClusterId?: string;
4494
4494
  /**
4495
- * 节点名称
4495
+ * 节点 ID
4496
4496
  */
4497
4497
  NodeName?: string;
4498
4498
  /**
@@ -5017,7 +5017,7 @@ export interface ReservedInstanceScope {
5017
5017
  */
5018
5018
  ClusterId?: string;
5019
5019
  /**
5020
- * 节点名称
5020
+ * 节点 ID
5021
5021
  */
5022
5022
  NodeName?: string;
5023
5023
  }
@@ -6338,7 +6338,7 @@ export interface DescribeReservedInstanceUtilizationRateRequest {
6338
6338
  */
6339
6339
  ClusterId?: string;
6340
6340
  /**
6341
- * 节点名称
6341
+ * 节点 ID
6342
6342
  */
6343
6343
  NodeName?: string;
6344
6344
  }
@@ -6828,7 +6828,7 @@ export interface CreateReservedInstancesRequest {
6828
6828
  */
6829
6829
  InstanceChargePrepaid: InstanceChargePrepaid;
6830
6830
  /**
6831
- * 预留券名称。
6831
+ * 预留券名称,名称不得超过60个字符。
6832
6832
  */
6833
6833
  InstanceName?: string;
6834
6834
  /**
@@ -7027,7 +7027,7 @@ export interface PodNodeInfo {
7027
7027
  */
7028
7028
  ClusterId?: string;
7029
7029
  /**
7030
- * 节点名称
7030
+ * 节点 ID
7031
7031
  */
7032
7032
  NodeName?: string;
7033
7033
  /**
@@ -7048,7 +7048,7 @@ export interface PodNodeInfo {
7048
7048
  */
7049
7049
  export interface DescribePodChargeInfoRequest {
7050
7050
  /**
7051
- * 集群ID
7051
+ * 集群 ID。TKE 集群可通过 [DescribeClusters](https://cloud.tencent.com/document/api/457/31862) 接口返回值中的ClusterId获取。
7052
7052
  */
7053
7053
  ClusterId: string;
7054
7054
  /**
@@ -7060,7 +7060,7 @@ export interface DescribePodChargeInfoRequest {
7060
7060
  */
7061
7061
  Name?: string;
7062
7062
  /**
7063
- * Pod的Uid
7063
+ * Pod的Uid,可以通过Uids 来批量查询,也可以通过 Namespace 和 Name 来查询某个 Pod 的计费信息。Uids 不传时,Namespace 和 Name 必须同时传。
7064
7064
  */
7065
7065
  Uids?: Array<string>;
7066
7066
  }
@@ -7390,7 +7390,7 @@ export interface DeleteEKSClusterResponse {
7390
7390
  */
7391
7391
  export interface RenewReservedInstancesRequest {
7392
7392
  /**
7393
- * 预留券实例ID,每次请求实例的上限为100。
7393
+ * 预留券实例ID。可通过 [DescribeReservedInstances](https://cloud.tencent.com/document/product/457/99162) 接口返回值中的ReservedInstanceId获取,每次请求实例的上限为100。
7394
7394
  */
7395
7395
  ReservedInstanceIds: Array<string>;
7396
7396
  /**
@@ -10938,7 +10938,7 @@ export interface UpdateClusterKubeconfigRequest {
10938
10938
  */
10939
10939
  export interface DeleteReservedInstancesRequest {
10940
10940
  /**
10941
- * 预留券实例ID
10941
+ * 预留券实例ID。可通过 [DescribeReservedInstances](https://cloud.tencent.com/document/product/457/99162) 接口返回值中的ReservedInstanceId获取。
10942
10942
  */
10943
10943
  ReservedInstanceIds: Array<string>;
10944
10944
  }
@@ -11149,7 +11149,7 @@ export interface ReservedInstance {
11149
11149
  */
11150
11150
  NodeName?: string;
11151
11151
  /**
11152
- * 上个周期预留券的抵扣状态,DeductNotDeduct
11152
+ * 上个周期预留券的抵扣状态,Deduct:已抵扣、NotDeduct:未抵扣
11153
11153
  */
11154
11154
  DeductStatus?: string;
11155
11155
  }
@@ -11634,7 +11634,7 @@ export interface DescribePodDeductionRateRequest {
11634
11634
  */
11635
11635
  ClusterId?: string;
11636
11636
  /**
11637
- * 节点名称
11637
+ * 节点 ID
11638
11638
  */
11639
11639
  NodeName?: string;
11640
11640
  }
@@ -11800,7 +11800,7 @@ export interface ReservedInstanceSpec {
11800
11800
  */
11801
11801
  Cpu: number;
11802
11802
  /**
11803
- * 内存
11803
+ * 内存,单位:GiB
11804
11804
  */
11805
11805
  Memory: number;
11806
11806
  /**
@@ -12008,7 +12008,7 @@ export interface DescribeReservedInstancesRequest {
12008
12008
  Limit?: number;
12009
12009
  /**
12010
12010
  * status
12011
- 按照**【状态**】进行过滤。状态:CreatingActiveExpiredRefunded
12011
+ 按照**【状态**】进行过滤。状态:Creating:创建中、Active:生效中、Expired:已过期、Refunded:已退还。
12012
12012
  类型:String
12013
12013
  必选:否
12014
12014
 
@@ -12084,11 +12084,11 @@ export interface DescribePodsBySpecRequest {
12084
12084
  */
12085
12085
  Cpu: number;
12086
12086
  /**
12087
- * 内存
12087
+ * 内存,单位:GiB
12088
12088
  */
12089
12089
  Memory: number;
12090
12090
  /**
12091
- * 卡数,有0.25、0.5、1、2、4
12091
+ * 卡数,有0.25、0.5、1、2、4和8
12092
12092
  */
12093
12093
  GpuNum?: string;
12094
12094
  /**
@@ -12100,7 +12100,7 @@ export interface DescribePodsBySpecRequest {
12100
12100
  */
12101
12101
  ClusterId?: string;
12102
12102
  /**
12103
- * 节点名称
12103
+ * 节点 ID
12104
12104
  */
12105
12105
  NodeName?: string;
12106
12106
  /**
@@ -12770,7 +12770,7 @@ export interface DeleteLogConfigsResponse {
12770
12770
  */
12771
12771
  export interface ModifyReservedInstanceScopeRequest {
12772
12772
  /**
12773
- * 预留券唯一 ID
12773
+ * 预留券实例ID。可通过 [DescribeReservedInstances](https://cloud.tencent.com/document/product/457/99162) 接口返回值中的ReservedInstanceId获取。
12774
12774
  */
12775
12775
  ReservedInstanceIds: Array<string>;
12776
12776
  /**
@@ -12928,7 +12928,7 @@ export interface DescribeBackupStorageLocationsRequest {
12928
12928
  */
12929
12929
  export interface InstanceChargePrepaid {
12930
12930
  /**
12931
- * 购买实例的时长,单位:月。取值范围:1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 24, 36, 48, 60
12931
+ * 购买实例的时长,单位:月。取值范围:1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 24, 36。
12932
12932
  */
12933
12933
  Period: number;
12934
12934
  /**