tencentcloud-sdk-nodejs-teo 4.1.213 → 4.1.214
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
|
@@ -2834,9 +2834,7 @@ export interface ConfigGroupVersionInfo {
|
|
|
2834
2834
|
*/
|
|
2835
2835
|
GroupId?: string;
|
|
2836
2836
|
/**
|
|
2837
|
-
*
|
|
2838
|
-
<li>l7_acceleration :七层加速配置组。</li>
|
|
2839
|
-
<li>edge_functions :边缘函数配置组。</li>
|
|
2837
|
+
* 配置组类型,可选项如下:<li>l7_acceleration: 七层加速配置组;</li><li>edge_functions: 边缘函数配置组;</li><li>web_security: Web 防护配置组。</li>
|
|
2840
2838
|
*/
|
|
2841
2839
|
GroupType?: string;
|
|
2842
2840
|
/**
|