tencentcloud-sdk-nodejs-tke 4.1.183 → 4.1.188

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.183",
3
+ "version": "4.1.188",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -5977,7 +5977,7 @@ export interface CreateClusterEndpointRequest {
5977
5977
  */
5978
5978
  Domain?: string;
5979
5979
  /**
5980
- * 使用的安全组,只有外网访问需要传递(开启外网访问且不使用已有clb时必传)。获取方式:https://cloud.tencent.com/document/api/215/15808
5980
+ * 使用的安全组(开启内外网访问且不使用已有clb时可传,内网访问需要先找clb侧加白使用)。获取方式:https://cloud.tencent.com/document/api/215/15808
5981
5981
  */
5982
5982
  SecurityGroup?: string;
5983
5983
  /**
@@ -6484,6 +6484,10 @@ export interface DescribeClusterEndpointsResponse {
6484
6484
  * 内网访问所属子网
6485
6485
  */
6486
6486
  ClusterIntranetSubnetId?: string;
6487
+ /**
6488
+ * 内网安全组
6489
+ */
6490
+ IntranetSecurityGroup?: string;
6487
6491
  /**
6488
6492
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
6489
6493
  */