tencentcloud-sdk-nodejs-vpc 4.0.1036 → 4.0.1040
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
|
@@ -1942,7 +1942,7 @@ LimitTypes取值范围:
|
|
|
1942
1942
|
|
|
1943
1943
|
**路由条件支持以下四种:**
|
|
1944
1944
|
|
|
1945
|
-
- 实例类型: `instance-type`,可选值:私有网络 `VPC`、专线网关 `DIRECTCONNECT
|
|
1945
|
+
- 实例类型: `instance-type`,可选值:私有网络 `VPC`、专线网关 `DIRECTCONNECT`、VPN网关 `VPNGW`
|
|
1946
1946
|
- 实例ID: `instance-id`,例如:`dcg-8zljkrft`、`vpc-jdevjrup`,暂不支持 `Edge` 实例
|
|
1947
1947
|
- 实例地域: `instance-region`,例如:`ap-guangzhou`<br />产品支持的所有地域列表可通过接口 [DescribeRegions](https://cloud.tencent.com/document/product/1596/77930) 查询,其中参数 `Product` 设置为 `ccn`
|
|
1948
1948
|
- 路由前缀: `cidr-block`,例如:`10.1.0.0/16`
|
|
@@ -453,7 +453,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
453
453
|
|
|
454
454
|
**路由条件支持以下四种:**
|
|
455
455
|
|
|
456
|
-
- 实例类型: `instance-type`,可选值:私有网络 `VPC`、专线网关 `DIRECTCONNECT
|
|
456
|
+
- 实例类型: `instance-type`,可选值:私有网络 `VPC`、专线网关 `DIRECTCONNECT`、VPN网关 `VPNGW`
|
|
457
457
|
- 实例ID: `instance-id`,例如:`dcg-8zljkrft`、`vpc-jdevjrup`,暂不支持 `Edge` 实例
|
|
458
458
|
- 实例地域: `instance-region`,例如:`ap-guangzhou`<br />产品支持的所有地域列表可通过接口 [DescribeRegions](https://cloud.tencent.com/document/product/1596/77930) 查询,其中参数 `Product` 设置为 `ccn`
|
|
459
459
|
- 路由前缀: `cidr-block`,例如:`10.1.0.0/16`
|
|
@@ -638,7 +638,7 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
638
638
|
|
|
639
639
|
**路由条件支持以下四种:**
|
|
640
640
|
|
|
641
|
-
- 实例类型: `instance-type`,可选值:私有网络 `VPC`、专线网关 `DIRECTCONNECT
|
|
641
|
+
- 实例类型: `instance-type`,可选值:私有网络 `VPC`、专线网关 `DIRECTCONNECT`、VPN网关 `VPNGW`
|
|
642
642
|
- 实例ID: `instance-id`,例如:`dcg-8zljkrft`、`vpc-jdevjrup`,暂不支持 `Edge` 实例
|
|
643
643
|
- 实例地域: `instance-region`,例如:`ap-guangzhou`<br />产品支持的所有地域列表可通过接口 [DescribeRegions](https://cloud.tencent.com/document/product/1596/77930) 查询,其中参数 `Product` 设置为 `ccn`
|
|
644
644
|
- 路由前缀: `cidr-block`,例如:`10.1.0.0/16`
|