tencentcloud-sdk-nodejs-postgres 4.1.99 → 4.1.101
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/package.json
CHANGED
|
@@ -3278,7 +3278,7 @@ export interface DescribeDatabaseObjectsResponse {
|
|
|
3278
3278
|
*/
|
|
3279
3279
|
export interface IsolateDBInstancesRequest {
|
|
3280
3280
|
/**
|
|
3281
|
-
* 实例ID集合。可通过[DescribeDBInstances](https://cloud.tencent.com/document/api/409/16773)
|
|
3281
|
+
* 实例ID集合。可通过[DescribeDBInstances](https://cloud.tencent.com/document/api/409/16773)接口获取。注意:不推荐同时隔离多个实例。建议每次操作仅传入单个实例ID。
|
|
3282
3282
|
*/
|
|
3283
3283
|
DBInstanceIdSet: Array<string>;
|
|
3284
3284
|
}
|