@alicloud/polardb20170801 6.7.3 → 6.7.4

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
@@ -1549,6 +1549,9 @@ class Client extends openapi_core_1.default {
1549
1549
  if (!$dara.isNull(request.architecture)) {
1550
1550
  query["Architecture"] = request.architecture;
1551
1551
  }
1552
+ if (!$dara.isNull(request.autoAllocatePublicEip)) {
1553
+ query["AutoAllocatePublicEip"] = request.autoAllocatePublicEip;
1554
+ }
1552
1555
  if (!$dara.isNull(request.autoCreatePolarFs)) {
1553
1556
  query["AutoCreatePolarFs"] = request.autoCreatePolarFs;
1554
1557
  }