Uses of Class
com.tencentcloudapi.cdb.v20170320.models.CreateDBInstanceHourResponse
-
Packages that use CreateDBInstanceHourResponse Package Description com.tencentcloudapi.cdb.v20170320 com.tencentcloudapi.cdb.v20170320.models -
-
Uses of CreateDBInstanceHourResponse in com.tencentcloudapi.cdb.v20170320
Methods in com.tencentcloudapi.cdb.v20170320 that return CreateDBInstanceHourResponse Modifier and Type Method Description CreateDBInstanceHourResponseCdbClient. CreateDBInstanceHour(CreateDBInstanceHourRequest req)本接口(CreateDBInstanceHour)用于创建按量计费的实例,可通过传入实例规格、MySQL 版本号和数量等信息创建云数据库实例,支持主实例、灾备实例和只读实例的创建。 该接口为异步接口,您还可以使用 [查询实例列表](https://cloud.tencent.com/document/api/236/15872) 接口查询该实例的详细信息。当该实例的 Status 为 1,且 TaskStatus 为 0,表示实例已经发货成功。 1. -
Uses of CreateDBInstanceHourResponse in com.tencentcloudapi.cdb.v20170320.models
Constructors in com.tencentcloudapi.cdb.v20170320.models with parameters of type CreateDBInstanceHourResponse Constructor Description CreateDBInstanceHourResponse(CreateDBInstanceHourResponse 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.
-