tencentcloud-sdk-nodejs-cfw 4.1.171 → 4.1.190
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
|
@@ -1597,6 +1597,10 @@ export interface SecurityGroupRule {
|
|
|
1597
1597
|
* 规则对应的唯一内部id
|
|
1598
1598
|
*/
|
|
1599
1599
|
Uid?: string;
|
|
1600
|
+
/**
|
|
1601
|
+
* 规则生效范围,SG安全组,LH轻量服务器
|
|
1602
|
+
*/
|
|
1603
|
+
Scope?: string;
|
|
1600
1604
|
}
|
|
1601
1605
|
/**
|
|
1602
1606
|
* DeleteSecurityGroupRule返回参数结构体
|
|
@@ -5203,6 +5207,14 @@ export interface EnterpriseSecurityGroupRuleRuleInfo {
|
|
|
5203
5207
|
* 规则最近更新时间
|
|
5204
5208
|
*/
|
|
5205
5209
|
UpdateTime?: string;
|
|
5210
|
+
/**
|
|
5211
|
+
* 规则分区,1最前分区,2中间分区,3最后分区
|
|
5212
|
+
*/
|
|
5213
|
+
RulePartition?: number;
|
|
5214
|
+
/**
|
|
5215
|
+
* 规则生效范围,SG安全组,LH轻量服务器
|
|
5216
|
+
*/
|
|
5217
|
+
Scope?: string;
|
|
5206
5218
|
}
|
|
5207
5219
|
/**
|
|
5208
5220
|
* 封禁放通IOC列表
|
|
@@ -6439,6 +6451,10 @@ export interface SecurityGroupSimplifyRule {
|
|
|
6439
6451
|
* 规则序号
|
|
6440
6452
|
*/
|
|
6441
6453
|
Sequence?: number;
|
|
6454
|
+
/**
|
|
6455
|
+
* 规则生效范围,SG安全组,LH轻量服务器
|
|
6456
|
+
*/
|
|
6457
|
+
Scope?: string;
|
|
6442
6458
|
}
|
|
6443
6459
|
/**
|
|
6444
6460
|
* ModifyBlockTop返回参数结构体
|