@huaweicloud/huaweicloud-sdk-vpc 3.0.25-beta → 3.0.29-beta

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@huaweicloud/huaweicloud-sdk-vpc",
3
- "version": "3.0.25-beta",
3
+ "version": "3.0.29-beta",
4
4
  "description": "Huaweicloud SDK for vpc",
5
5
  "main": "huaweicloud-sdk-vpc.js",
6
6
  "typings": "huaweicloud-sdk-vpc.d.ts",
@@ -14,6 +14,6 @@
14
14
  "author": "HuaweiCloud_SDK",
15
15
  "license": "Apache-2.0",
16
16
  "dependencies": {
17
- "@huaweicloud/huaweicloud-sdk-core": "^3.0.25-beta"
17
+ "@huaweicloud/huaweicloud-sdk-core": "^3.0.29-beta"
18
18
  }
19
19
  }
package/v2/VpcClient.d.ts CHANGED
@@ -242,7 +242,7 @@ export declare class VpcClient {
242
242
  /**
243
243
  * 创建对等连接。
244
244
  * @summary 创建对等连接
245
- * @param {CreateVpcPeeringRequestBody} peering peering对象列表
245
+ * @param {CreateVpcPeeringRequestBody} peering peering对象
246
246
  * @param {*} [options] Override http request option.
247
247
  * @throws {RequiredError}
248
248
  */
@@ -842,7 +842,7 @@ export declare class VpcClient {
842
842
  /**
843
843
  * 创建路由
844
844
  * @summary 创建VPC路由
845
- * @param {CreateVpcRouteRequestBody} route 创建vpc路由请求体
845
+ * @param {CreateVpcRouteRequestBody} route route对象,必选字段:destination、nexthop、type、vpc_id。
846
846
  * @param {*} [options] Override http request option.
847
847
  * @throws {RequiredError}
848
848
  */
package/v2/VpcClient.js CHANGED
@@ -249,7 +249,7 @@ var VpcClient = /** @class */ (function () {
249
249
  /**
250
250
  * 创建对等连接。
251
251
  * @summary 创建对等连接
252
- * @param {CreateVpcPeeringRequestBody} peering peering对象列表
252
+ * @param {CreateVpcPeeringRequestBody} peering peering对象
253
253
  * @param {*} [options] Override http request option.
254
254
  * @throws {RequiredError}
255
255
  */
@@ -1174,7 +1174,7 @@ var VpcClient = /** @class */ (function () {
1174
1174
  /**
1175
1175
  * 创建路由
1176
1176
  * @summary 创建VPC路由
1177
- * @param {CreateVpcRouteRequestBody} route 创建vpc路由请求体
1177
+ * @param {CreateVpcRouteRequestBody} route route对象,必选字段:destination、nexthop、type、vpc_id。
1178
1178
  * @param {*} [options] Override http request option.
1179
1179
  * @throws {RequiredError}
1180
1180
  */