tencentcloud-sdk-nodejs-vpc 4.1.193 → 4.1.200
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
|
@@ -2117,11 +2117,11 @@ export interface ModifyBandwidthPackageAttributeRequest {
|
|
|
2117
2117
|
/**
|
|
2118
2118
|
* 带宽包唯一标识ID
|
|
2119
2119
|
*/
|
|
2120
|
-
BandwidthPackageId
|
|
2120
|
+
BandwidthPackageId?: string;
|
|
2121
2121
|
/**
|
|
2122
2122
|
* 带宽包名称
|
|
2123
2123
|
*/
|
|
2124
|
-
BandwidthPackageName
|
|
2124
|
+
BandwidthPackageName?: string;
|
|
2125
2125
|
/**
|
|
2126
2126
|
* 带宽包计费模式,可选值:
|
|
2127
2127
|
<li>ENHANCED95_POSTPAID_BY_MONTH: 后付费-增强型95计费</li>
|
|
@@ -14418,6 +14418,10 @@ export interface ModifyCcnAttributeRequest {
|
|
|
14418
14418
|
* 是否开启qos功能。`False` 不开启,`True` 开启。
|
|
14419
14419
|
*/
|
|
14420
14420
|
TrafficMarkingPolicyFlag?: boolean;
|
|
14421
|
+
/**
|
|
14422
|
+
* 是否切换为混合计费
|
|
14423
|
+
*/
|
|
14424
|
+
MixedBillingFlag?: boolean;
|
|
14421
14425
|
}
|
|
14422
14426
|
/**
|
|
14423
14427
|
* 私网网关Snat转发规则
|