tencentcloud-sdk-nodejs-clb 4.1.218 → 4.1.238

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-clb",
3
- "version": "4.1.218",
3
+ "version": "4.1.238",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -5829,6 +5829,10 @@ export interface TargetGroupInfo {
5829
5829
  * <p>IP版本。</p>
5830
5830
  */
5831
5831
  IpVersion?: string;
5832
+ /**
5833
+ * <p>是否开启SNAT</p>
5834
+ */
5835
+ SnatEnable?: boolean;
5832
5836
  }
5833
5837
  /**
5834
5838
  * DeleteListener返回参数结构体