tencentcloud-sdk-nodejs-cfw 4.1.276 → 4.1.280
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
|
@@ -7301,7 +7301,7 @@ export interface BanAndAllowRule {
|
|
|
7301
7301
|
*/
|
|
7302
7302
|
CustomRule?: CustomWhiteRule;
|
|
7303
7303
|
/**
|
|
7304
|
-
*
|
|
7304
|
+
* 生效方向,多个取值以逗号分隔:0 互联网出向、1 互联网入向、5 内网访问源、6 内网访问目的。互联网双向传 "1,0",内网双向传 "5,6"。RuleType=1 时传 0、1 或 "1,0";RuleType=2 时,公网 IP 传 0、1 或 "1,0",私网 IP 传 5、6 或 "5,6";RuleType=3 时传 0、6 或 "0,6";RuleType=4 时传 "1,0";RuleType=5 时传 5、6 或 "5,6";RuleType=6 时按规则适用方向组合 0、1、5、6,并在创建后查询最终方向。所有 RuleType 均须显式传入非空值。
|
|
7305
7305
|
*/
|
|
7306
7306
|
DirectionList?: string;
|
|
7307
7307
|
/**
|