tencentcloud-sdk-nodejs-postgres 4.0.646 → 4.0.648

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.
@@ -538,8 +538,10 @@ class Client extends TencentCloudCommon.AbstractClient {
538
538
  return this.request("UpgradeDBInstance", req, cb);
539
539
  }
540
540
  /**
541
- * 本接口 (CreateInstances) 用于创建一个或者多个PostgreSQL实例,通过此接口创建的实例无需进行初始化,可直接使用。
542
- */
541
+ * 本接口 (CreateInstances) 用于创建一个或者多个PostgreSQL实例,通过此接口创建的实例无需进行初始化,可直接使用。
542
+ <li>实例创建成功后将自动开机启动,实例状态变为“运行中”。
543
+ <li>预付费实例的购买会预先扣除本次实例购买所需金额,按小时后付费实例购买会预先冻结本次实例购买一小时内所需金额,在调用本接口前请确保账户余额充足。
544
+ */
543
545
  async CreateInstances(req, cb) {
544
546
  return this.request("CreateInstances", req, cb);
545
547
  }