tencentcloud-sdk-nodejs-vpc 4.1.44 → 4.1.47

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-vpc",
3
- "version": "4.1.44",
3
+ "version": "4.1.47",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -10538,7 +10538,7 @@ export interface AllocateAddressesRequest {
10538
10538
  AddressType?: string;
10539
10539
  /**
10540
10540
  * Anycast发布域。
10541
- <ul style="margin:0"><li>已开通Anycast公网加速白名单的用户,可选值:<ul><li>ANYCAST_ZONE_GLOBAL:全球发布域(需要额外开通Anycast全球加速白名单)</li><li>ANYCAST_ZONE_OVERSEAS:境外发布域</li><li><b>[已废弃]</b> ANYCAST_ZONE_A:发布域A(已更新为全球发布域)</li><li><b>[已废弃]</b> ANYCAST_ZONE_B:发布域B(已更新为全球发布域)</li></ul>默认值:ANYCAST_ZONE_OVERSEAS。</li></ul>
10541
+ <ul style="margin:0"><li>已开通Anycast公网加速白名单的用户,可选值:<ul><li>ANYCAST_ZONE_GLOBAL:全球发布域(需要额外开通Anycast全球加速白名单)</li><li>ANYCAST_ZONE_OVERSEAS:境外发布域</li></ul>默认值:ANYCAST_ZONE_OVERSEAS。</li></ul>
10542
10542
  */
10543
10543
  AnycastZone?: string;
10544
10544
  /**
@@ -10550,6 +10550,7 @@ export interface AllocateAddressesRequest {
10550
10550
  AnycastEIP是否用于绑定负载均衡。
10551
10551
  <ul style="margin:0"><li>已开通Anycast公网加速白名单的用户,可选值:<ul><li>TRUE:AnycastEIP可绑定对象为负载均衡</li>
10552
10552
  <li>FALSE:AnycastEIP可绑定对象为云服务器、NAT网关、高可用虚拟IP等</li></ul>默认值:FALSE。</li></ul>
10553
+ * @deprecated
10553
10554
  */
10554
10555
  ApplicableForCLB?: boolean;
10555
10556
  /**
@@ -13840,10 +13841,12 @@ export interface ModifyAddressesBandwidthRequest {
13840
13841
  InternetMaxBandwidthOut: number;
13841
13842
  /**
13842
13843
  * 包月带宽起始时间(已废弃,输入无效)
13844
+ * @deprecated
13843
13845
  */
13844
13846
  StartTime?: string;
13845
13847
  /**
13846
13848
  * 包月带宽结束时间(已废弃,输入无效)
13849
+ * @deprecated
13847
13850
  */
13848
13851
  EndTime?: string;
13849
13852
  }