tencentcloud-sdk-nodejs-tse 4.1.25 → 4.1.30

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-tse",
3
- "version": "4.1.25",
3
+ "version": "4.1.30",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -1338,6 +1338,14 @@ export interface NativeGatewayServerGroup {
1338
1338
  * 弹性节点
1339
1339
  */
1340
1340
  ElasticNumber?: number;
1341
+ /**
1342
+ * 是否支持TOA
1343
+ */
1344
+ SupportTOA?: boolean;
1345
+ /**
1346
+ * 是否支持IPV6
1347
+ */
1348
+ SupportIPV6?: boolean;
1341
1349
  }
1342
1350
  /**
1343
1351
  * ModifyNetworkAccessStrategy返回参数结构体
@@ -3699,6 +3707,10 @@ export interface CloudNativeAPIGatewayConfig {
3699
3707
  * 网络 id
3700
3708
  */
3701
3709
  NetworkId?: string;
3710
+ /**
3711
+ * 是否为新 ipv6 CLB
3712
+ */
3713
+ IPV6FullChain?: boolean;
3702
3714
  }
3703
3715
  /**
3704
3716
  * DescribeNativeGatewayServerGroups请求参数结构体