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
|
@@ -6401,11 +6401,11 @@ export interface NatGateway {
|
|
|
6401
6401
|
*/
|
|
6402
6402
|
AutoScaling?: boolean;
|
|
6403
6403
|
/**
|
|
6404
|
-
* 是否代答公网发给NAT网关上弹性公网IP的ICMP echo
|
|
6404
|
+
* 是否代答公网发给NAT网关上弹性公网IP的ICMP echo请求报文,默认为true,应答请求报文;false代表不应答。
|
|
6405
6405
|
*/
|
|
6406
6406
|
ICMPProxy?: boolean;
|
|
6407
6407
|
/**
|
|
6408
|
-
*
|
|
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表示到期不续费。默认缺省为
|
|
12361
|
+
* 自动续费标志。0表示手动续费,1表示自动续费,2表示到期不续费。默认缺省为1即自动续费。
|
|
12362
12362
|
*/
|
|
12363
12363
|
AutoRenewFlag?: number;
|
|
12364
12364
|
}
|