tencentcloud-sdk-nodejs-vpc 4.1.161 → 4.1.162
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
|
@@ -7567,7 +7567,11 @@ export interface VpnGatewayRouteModify {
|
|
|
7567
7567
|
/**
|
|
7568
7568
|
* VPN网关状态, ENABLE 启用, DISABLE禁用。
|
|
7569
7569
|
*/
|
|
7570
|
-
Status
|
|
7570
|
+
Status?: string;
|
|
7571
|
+
/**
|
|
7572
|
+
* VPN路由备注
|
|
7573
|
+
*/
|
|
7574
|
+
Description?: string;
|
|
7571
7575
|
}
|
|
7572
7576
|
/**
|
|
7573
7577
|
* DisableSnapshotPolicies请求参数结构体
|
|
@@ -14616,6 +14620,10 @@ export interface VpnGatewayRoute {
|
|
|
14616
14620
|
* 更新时间。
|
|
14617
14621
|
*/
|
|
14618
14622
|
UpdateTime?: string;
|
|
14623
|
+
/**
|
|
14624
|
+
* 路由备注
|
|
14625
|
+
*/
|
|
14626
|
+
Description?: string;
|
|
14619
14627
|
}
|
|
14620
14628
|
/**
|
|
14621
14629
|
* EnableVpcEndPointConnect请求参数结构体
|