tencentcloud-sdk-nodejs-vpc 4.1.168 → 4.1.170

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.168",
3
+ "version": "4.1.170",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -1276,6 +1276,10 @@ export interface AddBandwidthPackageResourcesRequest {
1276
1276
  * 带宽包协议类型。当前支持'ipv4'和'ipv6'协议类型。
1277
1277
  */
1278
1278
  Protocol?: string;
1279
+ /**
1280
+ * 用于带宽包内添加IP资源时指定IP带宽值。<p>说明:当前功能处于内测中,如需使用,请提交[工单申请](https://console.cloud.tencent.com/workorder/category)。</p>
1281
+ */
1282
+ InternetMaxBandwidthOut?: number;
1279
1283
  }
1280
1284
  /**
1281
1285
  * ReplaceRoutePolicyEntries请求参数结构体
@@ -15476,6 +15480,10 @@ export interface CCN {
15476
15480
  * 付费类型,PREPAID为预付费,POSTPAID为后付费。
15477
15481
  */
15478
15482
  InstanceChargeType?: string;
15483
+ /**
15484
+ * 计量类型
15485
+ */
15486
+ InstanceMeteringType?: string;
15479
15487
  /**
15480
15488
  * 限速类型,`INTER_REGION_LIMIT` 为地域间限速;`OUTER_REGION_LIMIT` 为地域出口限速。
15481
15489
  */
@@ -16153,6 +16161,14 @@ export interface RemoveBandwidthPackageResourcesRequest {
16153
16161
  <li>LoadBalance:负载均衡</li>
16154
16162
  */
16155
16163
  ResourceType?: string;
16164
+ /**
16165
+ * 用于移除带宽包内IP资源时指定IP的带宽值。<p>说明:当前功能处于内测中,如需使用,请提交[工单申请](https://console.cloud.tencent.com/workorder/category)。</p>
16166
+ */
16167
+ InternetMaxBandwidthOut?: number;
16168
+ /**
16169
+ * 用于移除带宽包内IP资源时指定资源移除后的计费模式。<li>小时流量:TRAFFIC_POSTPAID_BY_HOUR;</li><li>小时带宽:BANDWIDTH_POSTPAID_BY_HOUR</li><p>说明:当前功能处于内测中,如需使用,请提交[工单申请](https://console.cloud.tencent.com/workorder/category)。</p>
16170
+ */
16171
+ InternetChargeType?: string;
16156
16172
  }
16157
16173
  /**
16158
16174
  * VPN网关云联网路由信息