@alicloud/polardb20170801 6.14.0 → 6.14.1

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/dist/client.js CHANGED
@@ -2499,6 +2499,12 @@ class Client extends openapi_core_1.default {
2499
2499
  if (!$dara.isNull(request.sccMode)) {
2500
2500
  query["SccMode"] = request.sccMode;
2501
2501
  }
2502
+ if (!$dara.isNull(request.VPCId)) {
2503
+ query["VPCId"] = request.VPCId;
2504
+ }
2505
+ if (!$dara.isNull(request.vSwitchId)) {
2506
+ query["VSwitchId"] = request.vSwitchId;
2507
+ }
2502
2508
  let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
2503
2509
  query: openapi_core_2.OpenApiUtil.query(query),
2504
2510
  });