tencentcloud-sdk-nodejs-vpc 4.1.52 → 4.1.53
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
|
@@ -13269,7 +13269,6 @@ export interface CreateTrafficPackagesRequest {
|
|
|
13269
13269
|
<li>51200: 50TB流量,有效期一个月</li>
|
|
13270
13270
|
<li>60: 60GB流量,有效期半年</li>
|
|
13271
13271
|
<li>300: 300GB流量,有效期半年</li>
|
|
13272
|
-
<li>600: 600GB流量,有效期半年</li>
|
|
13273
13272
|
<li>3072: 3TB流量,有效期半年</li>
|
|
13274
13273
|
<li>6144: 6TB流量,有效期半年</li>
|
|
13275
13274
|
<li>30720: 30TB流量,有效期半年</li>
|
|
@@ -13281,6 +13280,12 @@ export interface CreateTrafficPackagesRequest {
|
|
|
13281
13280
|
* 流量包数量,可选范围 1~20。
|
|
13282
13281
|
*/
|
|
13283
13282
|
TrafficPackageCount?: number;
|
|
13283
|
+
/**
|
|
13284
|
+
* 抵扣类型,默认为 FULL_TIME,可选值:
|
|
13285
|
+
<li>FULL_TIME: 全时流量包</li>
|
|
13286
|
+
<li>IDLE_TIME: 闲时流量包</li>
|
|
13287
|
+
*/
|
|
13288
|
+
DeductType?: string;
|
|
13284
13289
|
}
|
|
13285
13290
|
/**
|
|
13286
13291
|
* CreateAndAttachNetworkInterface返回参数结构体
|