tencentcloud-sdk-nodejs-cfw 4.1.36 → 4.1.39
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
|
@@ -4542,12 +4542,12 @@ export interface EnterpriseSecurityGroupRuleRuleInfo {
|
|
|
4542
4542
|
* 源规则类型
|
|
4543
4543
|
取值范围 0/1/2/3/4/5/6/7/8/9/100
|
|
4544
4544
|
0表示ip(net),
|
|
4545
|
-
1表示VPC实例(
|
|
4546
|
-
2表示子网实例(
|
|
4547
|
-
3表示CVM实例(
|
|
4548
|
-
4表示CLB实例(
|
|
4549
|
-
5表示ENI实例(
|
|
4550
|
-
6表示数据库实例(
|
|
4545
|
+
1表示VPC实例(instance)
|
|
4546
|
+
2表示子网实例(instance)
|
|
4547
|
+
3表示CVM实例(instance)
|
|
4548
|
+
4表示CLB实例(instance)
|
|
4549
|
+
5表示ENI实例(instance)
|
|
4550
|
+
6表示数据库实例(instance)
|
|
4551
4551
|
7表示模版(template)
|
|
4552
4552
|
8表示标签(tag)
|
|
4553
4553
|
9表示地域(region)
|
|
@@ -4562,12 +4562,12 @@ export interface EnterpriseSecurityGroupRuleRuleInfo {
|
|
|
4562
4562
|
* 目的规则类型
|
|
4563
4563
|
取值范围 0/1/2/3/4/5/6/7/8/9/100
|
|
4564
4564
|
0表示ip(net),
|
|
4565
|
-
1表示VPC实例(
|
|
4566
|
-
2表示子网实例(
|
|
4567
|
-
3表示CVM实例(
|
|
4568
|
-
4表示CLB实例(
|
|
4569
|
-
5表示ENI实例(
|
|
4570
|
-
6表示数据库实例(
|
|
4565
|
+
1表示VPC实例(instance)
|
|
4566
|
+
2表示子网实例(instance)
|
|
4567
|
+
3表示CVM实例(instance)
|
|
4568
|
+
4表示CLB实例(instance)
|
|
4569
|
+
5表示ENI实例(instance)
|
|
4570
|
+
6表示数据库实例(instance)
|
|
4571
4571
|
7表示模版(template)
|
|
4572
4572
|
8表示标签(tag)
|
|
4573
4573
|
9表示地域(region)
|