tencentcloud-sdk-nodejs-cfw 4.1.13 → 4.1.21

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.13",
3
+ "version": "4.1.21",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -1518,7 +1518,7 @@ export interface SecurityGroupRule {
1518
1518
  */
1519
1519
  RuleAction: string;
1520
1520
  /**
1521
- * 描述
1521
+ * 规则描述 用于规则使用或者场景的描述,最多支持50个字符
1522
1522
  */
1523
1523
  Description: string;
1524
1524
  /**
@@ -1938,6 +1938,19 @@ export interface CreateAlertCenterRuleRequest {
1938
1938
  */
1939
1939
  BlockDomain?: string;
1940
1940
  }
1941
+ /**
1942
+ * 企业安全组域名解析的IP统计
1943
+ */
1944
+ export interface SgDnsParseCount {
1945
+ /**
1946
+ * 有效下发的IP个数,离散数据
1947
+ */
1948
+ ValidCount?: number;
1949
+ /**
1950
+ * 未下发的IP个数,离散数据
1951
+ */
1952
+ InvalidCount?: number;
1953
+ }
1941
1954
  /**
1942
1955
  * ModifyNatFwReSelect返回参数结构体
1943
1956
  */
@@ -4500,6 +4513,10 @@ export interface EnterpriseSecurityGroupRuleRuleInfo {
4500
4513
  * 规则id 等同RuleUuid
4501
4514
  */
4502
4515
  Id?: number;
4516
+ /**
4517
+ * 域名解析的IP统计
4518
+ */
4519
+ DnsParseCount?: SgDnsParseCount;
4503
4520
  }
4504
4521
  /**
4505
4522
  * 封禁放通IOC列表
@@ -5067,7 +5084,6 @@ export interface CfwInsStatus {
5067
5084
  FwType?: string;
5068
5085
  /**
5069
5086
  * 实例所属地域
5070
- 注意:此字段可能返回 null,表示取不到有效值。
5071
5087
  */
5072
5088
  Region?: string;
5073
5089
  /**
@@ -5076,23 +5092,19 @@ export interface CfwInsStatus {
5076
5092
  Status?: string;
5077
5093
  /**
5078
5094
  * 事件时间
5079
- 注意:此字段可能返回 null,表示取不到有效值。
5080
5095
  */
5081
5096
  EventTime?: string;
5082
5097
  /**
5083
5098
  * 恢复时间
5084
- 注意:此字段可能返回 null,表示取不到有效值。
5085
5099
  */
5086
5100
  RecoverTime?: string;
5087
5101
  /**
5088
5102
  * 实例名称
5089
- 注意:此字段可能返回 null,表示取不到有效值。
5090
5103
  */
5091
5104
  CfwInsName?: string;
5092
5105
  /**
5093
5106
  * Normal: 正常模式
5094
5107
  OnlyRoute: 透明模式
5095
- 注意:此字段可能返回 null,表示取不到有效值。
5096
5108
  */
5097
5109
  TrafficMode?: string;
5098
5110
  }
@@ -5116,6 +5128,10 @@ export interface DescribeFwEdgeIpsResponse {
5116
5128
  * 实例类型列表
5117
5129
  */
5118
5130
  InstanceTypeLst?: Array<string>;
5131
+ /**
5132
+ * 串行模式开关个数
5133
+ */
5134
+ SerilCount?: number;
5119
5135
  /**
5120
5136
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5121
5137
  */
@@ -5933,6 +5949,14 @@ export interface DescAcItem {
5933
5949
  * 规则最近命中时间
5934
5950
  */
5935
5951
  LastHitTime?: string;
5952
+ /**
5953
+ * 地区简称
5954
+ */
5955
+ CountryKey?: string;
5956
+ /**
5957
+ * 省份、城市简称
5958
+ */
5959
+ CityKey?: string;
5936
5960
  }
5937
5961
  /**
5938
5962
  * CreateChooseVpcs请求参数结构体