tencentcloud-sdk-nodejs-vpc 4.1.115 → 4.1.116

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-vpc",
3
- "version": "4.1.115",
3
+ "version": "4.1.116",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -2596,11 +2596,7 @@ export interface DescribeNatGatewaysRequest {
2596
2596
  */
2597
2597
  NatGatewayIds?: Array<string>;
2598
2598
  /**
2599
- * 过滤条件,参数不支持同时指定NatGatewayIds和Filters。每次请求的Filters的上限为10,Filter.Values的上限为5
2600
- <li>nat-gateway-id - String - (过滤条件)协议端口模板实例ID,形如:`nat-123xx454`。</li>
2601
- <li>vpc-id - String - (过滤条件)私有网络 唯一ID,形如:`vpc-123xx454`。</li>
2602
- <li>nat-gateway-name - String - (过滤条件)协议端口模板实例ID,形如:`test_nat`。</li>
2603
- <li>tag-key - String - (过滤条件)标签键,形如:`test-key`。</li>
2599
+ * 过滤条件,参数不支持同时指定NatGatewayIds和Filters。每次请求的Filters的上限为10,Filter.Values的上限为5。<li>nat-gateway-id - String - (过滤条件)NAT实例ID,形如:`nat-123xx454`。</li><li>vpc-id - String - (过滤条件)私有网络 唯一ID,形如:`vpc-123xx454`。</li><li>nat-gateway-name - String - (过滤条件)协议端口模板实例名称,形如:`test_nat`。</li><li>tag-key - String - (过滤条件)标签键,形如:`test-key`。</li><li>nat-status - String - (过滤条件)NAT实例当前状态,形如:`AVAILABLE`。</li>
2604
2600
  */
2605
2601
  Filters?: Array<Filter>;
2606
2602
  /**
@@ -9465,11 +9461,7 @@ export interface DescribePrivateNatGatewaysRequest {
9465
9461
  */
9466
9462
  NatGatewayIds?: Array<string>;
9467
9463
  /**
9468
- * 过滤条件。
9469
- <li>NatGatewayId - String - 私网网关唯一`ID`,形如:`intranat-0g3blj80`。</li>
9470
- <li>NatGatewayName - String - 专线网关名称,默认模糊查询。</li>
9471
- <li>VpcId - String - 私网网关所在`VpcId`。</li>
9472
- <li>TagKey - Tag数组 - 私网网关标签键值对数组</li>
9464
+ * 过滤条件。<li>NatGatewayId - String - 私网网关唯一`ID`,形如:`intranat-0g3blj80`。</li><li>NatGatewayName - String - 专线网关名称,默认模糊查询。</li><li>VpcId - String - 私网网关所在`VpcId`。</li><li>TagKey - Tag数组 - 私网网关标签键值对数组</li><li>intranat-status - String - (过滤条件)NAT实例当前状态,形如:`AVAILABLE`。</li>
9473
9465
  */
9474
9466
  Filters?: Array<Filter>;
9475
9467
  /**
@@ -11894,6 +11886,10 @@ export interface CreatePrivateNatGatewayRequest {
11894
11886
  * 云联网类型私网NAT网关需要绑定的云联网实例ID。
11895
11887
  */
11896
11888
  CcnId?: string;
11889
+ /**
11890
+ * 私网NAT实例是否开启删除保护
11891
+ */
11892
+ DeletionProtectionEnabled?: boolean;
11897
11893
  }
11898
11894
  /**
11899
11895
  * CreateCcnRouteTables请求参数结构体
@@ -13147,7 +13143,7 @@ export interface CreateNatGatewayRequest {
13147
13143
  */
13148
13144
  InternetMaxBandwidthOut?: number;
13149
13145
  /**
13150
- * NAT网关并发连接数上限,支持参数值:1000000、3000000、10000000,默认值为100000 当以下NatProductVersion参数值为2即标准型时,此参数无需填写,默认为2000000。
13146
+ * NAT网关并发连接数上限,支持参数值:1000000、3000000、10000000,默认值为1000000NatProductVersion参数值为2即标准型时,此参数无需填写,默认为2000000。
13151
13147
  */
13152
13148
  MaxConcurrentConnection?: number;
13153
13149
  /**
@@ -13187,6 +13183,10 @@ export interface CreateNatGatewayRequest {
13187
13183
  * NAT网关类型,1表示传统型NAT网关,2表示标准型NAT网关,默认值是1。
13188
13184
  */
13189
13185
  NatProductVersion?: number;
13186
+ /**
13187
+ * NAT实例是否开启删除保护
13188
+ */
13189
+ DeletionProtectionEnabled?: boolean;
13190
13190
  }
13191
13191
  /**
13192
13192
  * DeleteNetDetect请求参数结构体
@@ -16722,6 +16722,10 @@ export interface DescribeNatGatewaysResponse {
16722
16722
  * 符合条件的NAT网关对象个数。
16723
16723
  */
16724
16724
  TotalCount?: number;
16725
+ /**
16726
+ * 输出信息详细程度,DETAIL代表输出实例所有信息;COMPACT代表不输出NAT规则和自定义路由,输出实例基本信息、特性开关和EIP信息;SIMPLE代表仅输出实例基本信息和特性开关
16727
+ */
16728
+ VerboseLevel?: string;
16725
16729
  /**
16726
16730
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
16727
16731
  */