tencentcloud-sdk-nodejs-vpc 4.1.190 → 4.1.192
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
|
@@ -1678,7 +1678,7 @@ export interface DeleteHaVipResponse {
|
|
|
1678
1678
|
*/
|
|
1679
1679
|
export interface VpnGatewayQuota {
|
|
1680
1680
|
/**
|
|
1681
|
-
*
|
|
1681
|
+
* 带宽配额,单位:Mbps。
|
|
1682
1682
|
*/
|
|
1683
1683
|
Bandwidth?: number;
|
|
1684
1684
|
/**
|
|
@@ -14876,7 +14876,7 @@ export interface VpnGateway {
|
|
|
14876
14876
|
*/
|
|
14877
14877
|
InstanceChargeType?: string;
|
|
14878
14878
|
/**
|
|
14879
|
-
*
|
|
14879
|
+
* 网关出带宽,单位:Mbps。
|
|
14880
14880
|
*/
|
|
14881
14881
|
InternetMaxBandwidthOut?: number;
|
|
14882
14882
|
/**
|