tencentcloud-sdk-nodejs-vpc 4.1.185 → 4.1.186

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.185",
3
+ "version": "4.1.186",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -6401,11 +6401,11 @@ export interface NatGateway {
6401
6401
  */
6402
6402
  AutoScaling?: boolean;
6403
6403
  /**
6404
- * 是否代答公网发给NAT网关上弹性公网IP的ICMP echo请求报文,当前适用于标准型NAT网关
6404
+ * 是否代答公网发给NAT网关上弹性公网IP的ICMP echo请求报文,默认为true,应答请求报文;false代表不应答。
6405
6405
  */
6406
6406
  ICMPProxy?: boolean;
6407
6407
  /**
6408
- * true代表同一个私网IP访问同一个公网目的IP时,固定使用同一个NAT网关上的弹性公网IP;false代表这种情况下使用的弹性公网IP不固定。默认为true
6408
+ * 同一个内网地址通过NAT网关访问同一个目的IP时,是否使用固定的弹性公网IP。默认为true,使用固定IP;false代表使用随机IP。
6409
6409
  */
6410
6410
  PublicAddressAffinity?: boolean;
6411
6411
  }
@@ -12358,7 +12358,7 @@ export interface AddressChargePrepaid {
12358
12358
  */
12359
12359
  Period: number;
12360
12360
  /**
12361
- * 自动续费标志。0表示手动续费,1表示自动续费,2表示到期不续费。默认缺省为0即手动续费
12361
+ * 自动续费标志。0表示手动续费,1表示自动续费,2表示到期不续费。默认缺省为1即自动续费。
12362
12362
  */
12363
12363
  AutoRenewFlag?: number;
12364
12364
  }