tencentcloud-sdk-nodejs-batch 4.1.71 → 4.1.74

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-batch",
3
- "version": "4.1.71",
3
+ "version": "4.1.74",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -2703,6 +2703,52 @@ export interface InternetAccessible {
2703
2703
  * 带宽包ID。可通过[ DescribeBandwidthPackages ](https://cloud.tencent.com/document/api/215/19209)接口返回值中的`BandwidthPackageId`获取。该参数仅在RunInstances接口中作为入参使用。
2704
2704
  */
2705
2705
  BandwidthPackageId?: string;
2706
+ /**
2707
+ * 线路类型。各种线路类型详情可参考:[EIP 的 IP 地址类型](https://cloud.tencent.com/document/product/1199/41646)。默认值:BGP。
2708
+
2709
+ - BGP:常规 BGP 线路
2710
+
2711
+ 已开通静态单线IP白名单的用户,可选值:
2712
+
2713
+ - CMCC:中国移动
2714
+ - CTCC:中国电信
2715
+ - CUCC:中国联通
2716
+
2717
+ 注意:仅部分地域支持静态单线IP。
2718
+ 示例值:BGP
2719
+ */
2720
+ InternetServiceProvider?: string;
2721
+ /**
2722
+ * 公网 IP 类型。
2723
+
2724
+ - WanIP:普通公网IP。
2725
+ - HighQualityEIP:精品 IP。仅新加坡和中国香港支持精品IP。
2726
+ - AntiDDoSEIP:高防 IP。仅部分地域支持高防IP,详情可见[弹性公网IP产品概述](https://cloud.tencent.com/document/product/1199/41646)。
2727
+
2728
+ 如需为资源分配公网IPv4地址,请指定公网IPv4地址类型。
2729
+
2730
+ 示例值:WanIP
2731
+
2732
+ 此功能仅部分地区灰度开发,如需使用[请提交工单咨询](https://console.cloud.tencent.com/workorder/category)
2733
+ */
2734
+ IPv4AddressType?: string;
2735
+ /**
2736
+ * 弹性公网 IPv6 类型。
2737
+ - EIPv6:弹性公网 IPv6。
2738
+ - HighQualityEIPv6:精品 IPv6。仅中国香港支持精品IPv6。
2739
+
2740
+ 如需为资源分配IPv6地址,请指定弹性公网IPv6类型。
2741
+ 示例值:EIPv6
2742
+
2743
+ 此功能仅部分地区灰度开发,如需使用[请提交工单咨询](https://console.cloud.tencent.com/workorder/category)
2744
+ */
2745
+ IPv6AddressType?: string;
2746
+ /**
2747
+ * 高防包唯一ID,申请高防IP时,该字段必传。
2748
+ 示例值:bgp-12345678
2749
+
2750
+ */
2751
+ AntiDDoSPackageId?: string;
2706
2752
  }
2707
2753
  /**
2708
2754
  * 作业信息