Uses of Class
com.tencentcloudapi.postgres.v20170312.models.CreateInstancesResponse
-
Packages that use CreateInstancesResponse Package Description com.tencentcloudapi.postgres.v20170312 com.tencentcloudapi.postgres.v20170312.models -
-
Uses of CreateInstancesResponse in com.tencentcloudapi.postgres.v20170312
Methods in com.tencentcloudapi.postgres.v20170312 that return CreateInstancesResponse Modifier and Type Method Description CreateInstancesResponse
PostgresClient. CreateInstances(CreateInstancesRequest req)
本接口 (CreateInstances) 用于创建一个或者多个PostgreSQL实例,通过此接口创建的实例无需进行初始化,可直接使用。 实例创建成功后将自动开机启动,实例状态变为“运行中”。 预付费实例的购买会预先扣除本次实例购买所需金额,按小时后付费实例购买会预先冻结本次实例购买一小时内所需金额,在调用本接口前请确保账户余额充足。 -
Uses of CreateInstancesResponse in com.tencentcloudapi.postgres.v20170312.models
Constructors in com.tencentcloudapi.postgres.v20170312.models with parameters of type CreateInstancesResponse Constructor Description CreateInstancesResponse(CreateInstancesResponse source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-