tencentcloud-sdk-nodejs-vpc 4.1.99 → 4.1.103
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
|
@@ -13337,6 +13337,10 @@ export interface ModifyCcnAttributeRequest {
|
|
|
13337
13337
|
* 是否开启路由重叠功能。`False` 不开启,`True` 开启。
|
|
13338
13338
|
*/
|
|
13339
13339
|
RouteOverlapFlag?: boolean;
|
|
13340
|
+
/**
|
|
13341
|
+
* 是否开启qos功能。`False` 不开启,`True` 开启。
|
|
13342
|
+
*/
|
|
13343
|
+
TrafficMarkingPolicyFlag?: boolean;
|
|
13340
13344
|
}
|
|
13341
13345
|
/**
|
|
13342
13346
|
* 私网网关Snat转发规则
|