Uses of Class
com.tencentcloudapi.cdb.v20170320.models.RestartDBInstancesResponse
-
Packages that use RestartDBInstancesResponse Package Description com.tencentcloudapi.cdb.v20170320 com.tencentcloudapi.cdb.v20170320.models -
-
Uses of RestartDBInstancesResponse in com.tencentcloudapi.cdb.v20170320
Methods in com.tencentcloudapi.cdb.v20170320 that return RestartDBInstancesResponse Modifier and Type Method Description RestartDBInstancesResponseCdbClient. RestartDBInstances(RestartDBInstancesRequest req)本接口(RestartDBInstances)用于重启云数据库实例。 注意: 1、本接口只支持主实例进行重启操作; 2、实例状态必须为正常,并且没有其他异步任务在执行中。 -
Uses of RestartDBInstancesResponse in com.tencentcloudapi.cdb.v20170320.models
Constructors in com.tencentcloudapi.cdb.v20170320.models with parameters of type RestartDBInstancesResponse Constructor Description RestartDBInstancesResponse(RestartDBInstancesResponse 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.
-