tencentcloud-sdk-nodejs-cfw 4.1.191 → 4.1.206

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-cfw",
3
- "version": "4.1.191",
3
+ "version": "4.1.206",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -4662,6 +4662,14 @@ export interface VpcRuleItem {
4662
4662
  * 规则最近更新时间
4663
4663
  */
4664
4664
  UpdateTime?: string;
4665
+ /**
4666
+ * 目的值的类型,与TargetType或DestType所代表的目的类型含义有所不同,如目的类型是template,但template分ip模板和域名模板,故需通过DestValueType进一步区分
4667
+ */
4668
+ DestValueType?: string;
4669
+ /**
4670
+ * 规则分区,1最前分区,2中间分区,3最后分区,增删改查规则时无需传入此参数
4671
+ */
4672
+ RulePartition?: number;
4665
4673
  }
4666
4674
  /**
4667
4675
  * 私有连接端点信息
@@ -6707,6 +6715,14 @@ export interface DescAcItem {
6707
6715
  * 规则最近更新时间
6708
6716
  */
6709
6717
  UpdateTime?: string;
6718
+ /**
6719
+ * 目的值的类型,与TargetType或DestType所代表的目的类型含义有所不同,如目的类型是template,但template分ip模板和域名模板,故需通过DestValueType进一步区分
6720
+ */
6721
+ DestValueType?: string;
6722
+ /**
6723
+ * 规则分区,1最前分区,2中间分区,3最后分区
6724
+ */
6725
+ RulePartition?: number;
6710
6726
  }
6711
6727
  /**
6712
6728
  * CreateBlockIgnoreRuleList返回参数结构体