tencentcloud-sdk-nodejs-tke 4.1.188 → 4.1.190

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.
@@ -1,6 +1,6 @@
1
- import { v20220501 } from "./v20220501";
2
1
  import { v20180525 } from "./v20180525";
2
+ import { v20220501 } from "./v20220501";
3
3
  export const tke = {
4
- v20220501: v20220501,
5
4
  v20180525: v20180525,
5
+ v20220501: v20220501,
6
6
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-tke",
3
- "version": "4.1.188",
3
+ "version": "4.1.190",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -1,10 +1,10 @@
1
1
  export declare const tke: {
2
- v20220501: {
3
- Client: typeof import("./v20220501/tke_client").Client;
4
- Models: typeof import("./v20220501/tke_models");
5
- };
6
2
  v20180525: {
7
3
  Client: typeof import("./v20180525/tke_client").Client;
8
4
  Models: typeof import("./v20180525/tke_models");
9
5
  };
6
+ v20220501: {
7
+ Client: typeof import("./v20220501/tke_client").Client;
8
+ Models: typeof import("./v20220501/tke_models");
9
+ };
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.tke = void 0;
4
- const v20220501_1 = require("./v20220501");
5
4
  const v20180525_1 = require("./v20180525");
5
+ const v20220501_1 = require("./v20220501");
6
6
  exports.tke = {
7
- v20220501: v20220501_1.v20220501,
8
7
  v20180525: v20180525_1.v20180525,
8
+ v20220501: v20220501_1.v20220501,
9
9
  };
@@ -2858,6 +2858,10 @@ export interface AddExistedInstancesRequest {
2858
2858
  * 节点镜像
2859
2859
  */
2860
2860
  ImageId?: string;
2861
+ /**
2862
+ * 直接添加为原生节点
2863
+ */
2864
+ NodeType?: string;
2861
2865
  }
2862
2866
  /**
2863
2867
  * 集群弹性伸缩配置
@@ -8581,7 +8585,7 @@ export interface CreateECMInstancesRequest {
8581
8585
  */
8582
8586
  Password?: string;
8583
8587
  /**
8584
- * 公网带宽
8588
+ * 公网带宽,单位为Mbps
8585
8589
  */
8586
8590
  InternetMaxBandwidthOut?: number;
8587
8591
  /**
@@ -12294,7 +12298,7 @@ export interface ModifyNodePoolDesiredCapacityAboutAsgRequest {
12294
12298
  */
12295
12299
  NodePoolId: string;
12296
12300
  /**
12297
- * 节点池所关联的伸缩组的期望实例数
12301
+ * 节点池所关联的伸缩组的期望实例数,单位个
12298
12302
  */
12299
12303
  DesiredCapacity: number;
12300
12304
  }
@@ -1977,7 +1977,7 @@ export interface HealthCheckTemplate {
1977
1977
  */
1978
1978
  export interface InternetAccessible {
1979
1979
  /**
1980
- * 带宽
1980
+ * 带宽,单位为Mbps
1981
1981
  */
1982
1982
  MaxBandwidthOut: number;
1983
1983
  /**
@@ -2138,7 +2138,7 @@ export interface Disk {
2138
2138
  */
2139
2139
  DiskType: string;
2140
2140
  /**
2141
- * 云盘大小(G)
2141
+ * 云盘大小 (G)
2142
2142
  */
2143
2143
  DiskSize: number;
2144
2144
  /**
@@ -2158,6 +2158,16 @@ export interface Disk {
2158
2158
  注意:此字段可能返回 null,表示取不到有效值。
2159
2159
  */
2160
2160
  DiskId?: string;
2161
+ /**
2162
+ * 加密系统盘
2163
+ 注意:此字段可能返回 null,表示取不到有效值。
2164
+ */
2165
+ Encrypt?: string;
2166
+ /**
2167
+ * 自定义 KMS ID
2168
+ 注意:此字段可能返回 null,表示取不到有效值。
2169
+ */
2170
+ KmsKeyId?: string;
2161
2171
  }
2162
2172
  /**
2163
2173
  * CreateHealthCheckPolicy返回参数结构体