tencentcloud-sdk-nodejs-teo 4.1.157 → 4.1.168

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-teo",
3
- "version": "4.1.157",
3
+ "version": "4.1.168",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -10187,26 +10187,24 @@ export interface CreateL4ProxyRequest {
10187
10187
  * 是否开启 IPv6 访问,不填写时默认为 off。该配置仅在部分加速区域和安全防护配置下支持开启,详情请参考 [新建四层代理实例](https://cloud.tencent.com/document/product/1552/90025) 。取值为:
10188
10188
  <li>on:开启;</li>
10189
10189
  <li>off:关闭。</li>
10190
-
10191
-
10192
10190
  */
10193
10191
  Ipv6?: string;
10194
10192
  /**
10195
10193
  * 是否开启固定 IP,不填写时默认为 off。该配置仅在部分加速区域和安全防护配置下支持开启,详情请参考 [新建四层代理实例](https://cloud.tencent.com/document/product/1552/90025) 。取值为:
10196
10194
  <li>on:开启;</li>
10197
10195
  <li>off:关闭。</li>
10198
-
10199
10196
  */
10200
10197
  StaticIp?: string;
10201
10198
  /**
10202
10199
  * 是否开启中国大陆网络优化,不填写时默认为 off。该配置仅在部分加速区域和安全防护配置下支持开启,详情请参考 [新建四层代理实例](https://cloud.tencent.com/document/product/1552/90025) 。取值为:
10203
10200
  <li>on:开启;</li>
10204
10201
  <li>off:关闭。</li>
10205
-
10206
10202
  */
10207
10203
  AccelerateMainland?: string;
10208
10204
  /**
10209
10205
  * L3/L4 DDoS 防护配置,不填写时默认使用平台默认防护选项。详情参考 [独立 DDoS 防护](https://cloud.tencent.com/document/product/1552/95994)。
10206
+ 本字段已废弃,请使用 DDosProtectionId 字段指定关联的DDoS防护配置。
10207
+ * @deprecated
10210
10208
  */
10211
10209
  DDosProtectionConfig?: DDosProtectionConfig;
10212
10210
  }
@@ -12042,7 +12040,9 @@ export interface L4Proxy {
12042
12040
  AccelerateMainland?: string;
12043
12041
  /**
12044
12042
  * 安全防护配置。
12043
+ 本字段已废弃。
12045
12044
  注意:此字段可能返回 null,表示取不到有效值。
12045
+ * @deprecated
12046
12046
  */
12047
12047
  DDosProtectionConfig?: DDosProtectionConfig;
12048
12048
  /**