tencentcloud-sdk-nodejs-cfw 4.1.231 → 4.1.236

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.231",
3
+ "version": "4.1.236",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -168,15 +168,15 @@ export interface ModifyAclRuleRequest {
168
168
  */
169
169
  export interface DescribeAclRuleResponse {
170
170
  /**
171
- * 总条数
171
+ * <p>总条数</p>
172
172
  */
173
173
  Total?: number;
174
174
  /**
175
- * nat访问控制列表数据
175
+ * <p>nat访问控制列表数据</p>
176
176
  */
177
177
  Data?: Array<DescAcItem>;
178
178
  /**
179
- * 未过滤的总条数
179
+ * <p>未过滤的总条数</p>
180
180
  */
181
181
  AllTotal?: number;
182
182
  /**
@@ -438,35 +438,35 @@ export interface StaticInfo {
438
438
  */
439
439
  export interface DescribeAclRuleRequest {
440
440
  /**
441
- * 每页条数
441
+ * <p>每页条数</p>
442
442
  */
443
443
  Limit: number;
444
444
  /**
445
- * 偏移值
445
+ * <p>偏移值</p>
446
446
  */
447
447
  Offset: number;
448
448
  /**
449
- * 需要查询的索引,特定场景使用,可不填
449
+ * <p>需要查询的索引,特定场景使用,可不填</p>
450
450
  */
451
451
  Index?: string;
452
452
  /**
453
- * 过滤条件组合
453
+ * <p>过滤条件组合</p>
454
454
  */
455
455
  Filters?: Array<CommonFilter>;
456
456
  /**
457
- * 检索的起始时间,可不传
457
+ * <p>检索的起始时间,可不传</p>
458
458
  */
459
459
  StartTime?: string;
460
460
  /**
461
- * 检索的截止时间,可不传
461
+ * <p>检索的截止时间,可不传</p>
462
462
  */
463
463
  EndTime?: string;
464
464
  /**
465
- * desc:降序;asc:升序。根据By字段的值进行排序,这里传参的话则By也必须有值,默认为asc
465
+ * <p>desc:降序;asc:升序。根据By字段的值进行排序,这里传参的话则By也必须有值,默认为asc</p>
466
466
  */
467
467
  Order?: string;
468
468
  /**
469
- * 排序所用到的字段,默认为sequence
469
+ * <p>排序所用到的字段,默认为sequence</p>
470
470
  */
471
471
  By?: string;
472
472
  }
@@ -1575,11 +1575,11 @@ export interface ModifyClusterVpcFwSwitchRequest {
1575
1575
  */
1576
1576
  export interface DescribeVpcAcRuleResponse {
1577
1577
  /**
1578
- * 总条数
1578
+ * <p>总条数</p>
1579
1579
  */
1580
1580
  Total?: number;
1581
1581
  /**
1582
- * 内网间访问控制列表数据
1582
+ * <p>内网间访问控制列表数据</p>
1583
1583
  */
1584
1584
  Data?: Array<VpcRuleItem>;
1585
1585
  /**
@@ -2431,15 +2431,15 @@ export interface DescribeCcnInstanceRegionStatusRequest {
2431
2431
  */
2432
2432
  export interface DescribeNatAcRuleResponse {
2433
2433
  /**
2434
- * 总条数
2434
+ * <p>总条数</p>
2435
2435
  */
2436
2436
  Total?: number;
2437
2437
  /**
2438
- * nat访问控制列表数据
2438
+ * <p>nat访问控制列表数据</p>
2439
2439
  */
2440
2440
  Data?: Array<DescAcItem>;
2441
2441
  /**
2442
- * 未过滤的总条数
2442
+ * <p>未过滤的总条数</p>
2443
2443
  */
2444
2444
  AllTotal?: number;
2445
2445
  /**
@@ -4001,35 +4001,35 @@ export interface ExpandCfwVerticalResponse {
4001
4001
  */
4002
4002
  export interface DescribeNatAcRuleRequest {
4003
4003
  /**
4004
- * 每页条数
4004
+ * <p>每页条数</p>
4005
4005
  */
4006
4006
  Limit: number;
4007
4007
  /**
4008
- * 偏移值
4008
+ * <p>偏移值</p>
4009
4009
  */
4010
4010
  Offset: number;
4011
4011
  /**
4012
- * 需要查询的索引,特定场景使用,可不填
4012
+ * <p>需要查询的索引,特定场景使用,可不填</p>
4013
4013
  */
4014
4014
  Index?: string;
4015
4015
  /**
4016
- * 过滤条件组合,Direction 为0时表述查询出向规则,为1时表示查询入向规则
4016
+ * <p>过滤条件组合,Direction 为0时表述查询出向规则,为1时表示查询入向规则</p>
4017
4017
  */
4018
4018
  Filters?: Array<CommonFilter>;
4019
4019
  /**
4020
- * 检索的起始时间,可不传
4020
+ * <p>检索的起始时间,可不传</p>
4021
4021
  */
4022
4022
  StartTime?: string;
4023
4023
  /**
4024
- * 检索的截止时间,可不传
4024
+ * <p>检索的截止时间,可不传</p>
4025
4025
  */
4026
4026
  EndTime?: string;
4027
4027
  /**
4028
- * desc:降序;asc:升序。根据By字段的值进行排序,这里传参的话则By也必须有值,默认为asc
4028
+ * <p>desc:降序;asc:升序。根据By字段的值进行排序,这里传参的话则By也必须有值,默认为asc</p>
4029
4029
  */
4030
4030
  Order?: string;
4031
4031
  /**
4032
- * 排序所用到的字段,默认为sequence
4032
+ * <p>排序所用到的字段,默认为sequence</p>
4033
4033
  */
4034
4034
  By?: string;
4035
4035
  }
@@ -6604,35 +6604,35 @@ export interface ModifyNatFwReSelectResponse {
6604
6604
  */
6605
6605
  export interface DescribeVpcAcRuleRequest {
6606
6606
  /**
6607
- * 每页条数
6607
+ * <p>每页条数</p>
6608
6608
  */
6609
6609
  Limit: number;
6610
6610
  /**
6611
- * 偏移值
6611
+ * <p>偏移值</p>
6612
6612
  */
6613
6613
  Offset: number;
6614
6614
  /**
6615
- * 需要查询的索引,特定场景使用,可不填
6615
+ * <p>需要查询的索引,特定场景使用,可不填</p>
6616
6616
  */
6617
6617
  Index?: string;
6618
6618
  /**
6619
- * 过滤条件组合
6619
+ * <p>过滤条件组合</p>
6620
6620
  */
6621
6621
  Filters?: Array<CommonFilter>;
6622
6622
  /**
6623
- * 检索的起始时间,可不传
6623
+ * <p>检索的起始时间,可不传</p>
6624
6624
  */
6625
6625
  StartTime?: string;
6626
6626
  /**
6627
- * 检索的截止时间,可不传
6627
+ * <p>检索的截止时间,可不传</p>
6628
6628
  */
6629
6629
  EndTime?: string;
6630
6630
  /**
6631
- * desc:降序;asc:升序。根据By字段的值进行排序,这里传参的话则By也必须有值
6631
+ * <p>desc:降序;asc:升序。根据By字段的值进行排序,这里传参的话则By也必须有值</p>
6632
6632
  */
6633
6633
  Order?: string;
6634
6634
  /**
6635
- * 排序所用到的字段
6635
+ * <p>排序所用到的字段</p>
6636
6636
  */
6637
6637
  By?: string;
6638
6638
  }