tencentcloud-sdk-nodejs-vpc 4.1.53 → 4.1.56
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
|
@@ -11820,11 +11820,11 @@ export interface DescribeNatGatewayDirectConnectGatewayRouteRequest {
|
|
|
11820
11820
|
*/
|
|
11821
11821
|
VpcId: string;
|
|
11822
11822
|
/**
|
|
11823
|
-
* 0
|
|
11823
|
+
* 查询NAT网关绑定的路由数量,可选值0-200,默认为10
|
|
11824
11824
|
*/
|
|
11825
11825
|
Limit?: number;
|
|
11826
11826
|
/**
|
|
11827
|
-
*
|
|
11827
|
+
* 数据偏移量,默认为0
|
|
11828
11828
|
*/
|
|
11829
11829
|
Offset?: number;
|
|
11830
11830
|
}
|
|
@@ -12995,11 +12995,11 @@ export interface DescribeNatGatewayDirectConnectGatewayRouteResponse {
|
|
|
12995
12995
|
/**
|
|
12996
12996
|
* 路由数据
|
|
12997
12997
|
*/
|
|
12998
|
-
NatDirectConnectGatewayRouteSet
|
|
12998
|
+
NatDirectConnectGatewayRouteSet?: Array<NatDirectConnectGatewayRoute>;
|
|
12999
12999
|
/**
|
|
13000
13000
|
* 路由总数
|
|
13001
13001
|
*/
|
|
13002
|
-
Total
|
|
13002
|
+
Total?: number;
|
|
13003
13003
|
/**
|
|
13004
13004
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
13005
13005
|
*/
|
|
@@ -15727,7 +15727,7 @@ export interface RefreshDirectConnectGatewayRouteToNatGatewayResponse {
|
|
|
15727
15727
|
/**
|
|
15728
15728
|
* IDC子网信息
|
|
15729
15729
|
*/
|
|
15730
|
-
DirectConnectSubnetSet
|
|
15730
|
+
DirectConnectSubnetSet?: Array<DirectConnectSubnet>;
|
|
15731
15731
|
/**
|
|
15732
15732
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
15733
15733
|
*/
|