tencentcloud-sdk-nodejs-vpc 4.1.170 → 4.1.171

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.170",
3
+ "version": "4.1.171",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -8624,6 +8624,10 @@ export interface CreateCcnRequest {
8624
8624
  * 计费模式,`PREPAID`:表示预付费,即包年包月,`POSTPAID`:表示后付费,即按量计费。默认:`POSTPAID`。
8625
8625
  */
8626
8626
  InstanceChargeType?: string;
8627
+ /**
8628
+ * 计量模式
8629
+ */
8630
+ InstanceMeteringType?: string;
8627
8631
  /**
8628
8632
  * 限速类型,`OUTER_REGION_LIMIT`表示地域出口限速,`INTER_REGION_LIMIT`为地域间限速,默认为`OUTER_REGION_LIMIT`。预付费模式仅支持地域间限速,后付费模式支持地域间限速和地域出口限速。
8629
8633
  */