tencentcloud-sdk-nodejs-cfw 4.1.237 → 4.1.239

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.237",
3
+ "version": "4.1.239",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -7679,26 +7679,30 @@ export interface DescribeAcListsRequest {
7679
7679
  */
7680
7680
  export interface CcnAssociatedInstance {
7681
7681
  /**
7682
- * 实例ID
7682
+ * <p>实例ID</p>
7683
7683
  */
7684
7684
  InstanceId?: string;
7685
7685
  /**
7686
- * 实例名称
7686
+ * <p>实例名称</p>
7687
7687
  */
7688
7688
  InstanceName?: string;
7689
7689
  /**
7690
- * 实例类型
7690
+ * <p>实例类型</p>
7691
7691
  */
7692
7692
  InsType?: string;
7693
7693
  /**
7694
- * 实例的网段列表
7694
+ * <p>实例的网段列表</p>
7695
7695
  注意:此字段可能返回 null,表示取不到有效值。
7696
7696
  */
7697
7697
  CidrLst?: Array<string>;
7698
7698
  /**
7699
- * 实例所属地域
7699
+ * <p>实例所属地域</p>
7700
7700
  */
7701
7701
  InstanceRegion?: string;
7702
+ /**
7703
+ * <p>是否跨账号</p>
7704
+ */
7705
+ IsCrossInstance?: number;
7702
7706
  }
7703
7707
  /**
7704
7708
  * 实例详情结果
@@ -7865,19 +7869,15 @@ export interface CfwInsStatus {
7865
7869
  */
7866
7870
  export interface RegionFwStatus {
7867
7871
  /**
7868
- * 地域
7872
+ * <p>地域</p>
7869
7873
  */
7870
7874
  Region?: string;
7871
7875
  /**
7872
- * 引流网络部署状态
7873
- 1. "NotDeployed" 防火墙集群未部署
7874
- 2. "Deployed" 防火墙集群已部署,但未创建引流网络
7875
- 3. "Auto" 防火墙集群已部署,并自动选择网段创建了引流网络
7876
- 4. "Custom" 防火墙集群已部署,并根据用户自定义网段创建了引流网络
7876
+ * <p>引流网络部署状态</p><ol><li>&quot;NotDeployed&quot; 防火墙集群未部署</li><li>&quot;Deployed&quot; 防火墙集群已部署,但未创建引流网络</li><li>&quot;DeployedCustomOnly&quot; 防火墙集群已部署,但内网段被全覆盖,无法自动选择引流网络,需自定义设置引流网段</li><li>&quot;Auto&quot; 防火墙集群已部署,并自动选择网段创建了引流网络</li><li>&quot;Custom&quot; 防火墙集群已部署,并根据用户自定义网段创建了引流网络</li></ol>
7877
7877
  */
7878
7878
  Status?: string;
7879
7879
  /**
7880
- * 引流网络的cidr,如果没有部署引流网络则为空
7880
+ * <p>引流网络的cidr,如果没有部署引流网络则为空</p>
7881
7881
  */
7882
7882
  Cidr?: string;
7883
7883
  }