tencentcloud-sdk-nodejs-cdb 4.1.39 → 4.1.41
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
|
@@ -139,7 +139,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
139
139
|
*/
|
|
140
140
|
DescribeTasks(req: DescribeTasksRequest, cb?: (error: string, rep: DescribeTasksResponse) => void): Promise<DescribeTasksResponse>;
|
|
141
141
|
/**
|
|
142
|
-
*
|
|
142
|
+
* 本接口(DescribeBackupConfig)用于查询数据库备份配置信息。
|
|
143
143
|
*/
|
|
144
144
|
DescribeBackupConfig(req: DescribeBackupConfigRequest, cb?: (error: string, rep: DescribeBackupConfigResponse) => void): Promise<DescribeBackupConfigResponse>;
|
|
145
145
|
/**
|
|
@@ -223,7 +223,7 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
223
223
|
return this.request("DescribeTasks", req, cb);
|
|
224
224
|
}
|
|
225
225
|
/**
|
|
226
|
-
*
|
|
226
|
+
* 本接口(DescribeBackupConfig)用于查询数据库备份配置信息。
|
|
227
227
|
*/
|
|
228
228
|
async DescribeBackupConfig(req, cb) {
|
|
229
229
|
return this.request("DescribeBackupConfig", req, cb);
|
|
@@ -2212,6 +2212,7 @@ export interface ModifyRoGroupInfoRequest {
|
|
|
2212
2212
|
IsBalanceRoLoad?: number;
|
|
2213
2213
|
/**
|
|
2214
2214
|
* 废弃参数,无意义。
|
|
2215
|
+
* @deprecated
|
|
2215
2216
|
*/
|
|
2216
2217
|
ReplicationDelayTime?: number;
|
|
2217
2218
|
}
|
|
@@ -3516,10 +3517,12 @@ export interface StopCpuExpandResponse {
|
|
|
3516
3517
|
export interface DescribeBackupConfigResponse {
|
|
3517
3518
|
/**
|
|
3518
3519
|
* 自动备份开始的最早时间点,单位为时刻。例如,2 - 凌晨 2:00。(该字段已废弃,建议使用 BackupTimeWindow 字段)
|
|
3520
|
+
* @deprecated
|
|
3519
3521
|
*/
|
|
3520
3522
|
StartTimeMin?: number;
|
|
3521
3523
|
/**
|
|
3522
3524
|
* 自动备份开始的最晚时间点,单位为时刻。例如,6 - 凌晨 6:00。(该字段已废弃,建议使用 BackupTimeWindow 字段)
|
|
3525
|
+
* @deprecated
|
|
3523
3526
|
*/
|
|
3524
3527
|
StartTimeMax?: number;
|
|
3525
3528
|
/**
|
|
@@ -6264,6 +6267,7 @@ export interface DeviceNetInfo {
|
|
|
6264
6267
|
export interface ModifyDBInstanceVipVportResponse {
|
|
6265
6268
|
/**
|
|
6266
6269
|
* 异步任务ID。(该返回字段目前已废弃)
|
|
6270
|
+
* @deprecated
|
|
6267
6271
|
*/
|
|
6268
6272
|
AsyncRequestId?: string;
|
|
6269
6273
|
/**
|
|
@@ -8090,6 +8094,7 @@ export interface DescribeAuditPoliciesResponse {
|
|
|
8090
8094
|
export interface IsolateDBInstanceResponse {
|
|
8091
8095
|
/**
|
|
8092
8096
|
* 异步任务的请求 ID,可使用此 ID 查询异步任务的执行结果。(该返回字段目前已废弃,可以通过 DescribeDBInstances 接口查询实例的隔离状态)
|
|
8097
|
+
* @deprecated
|
|
8093
8098
|
*/
|
|
8094
8099
|
AsyncRequestId?: string;
|
|
8095
8100
|
/**
|