tencentcloud-sdk-nodejs-cynosdb 4.1.243 → 4.1.245
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
|
@@ -8421,7 +8421,11 @@ export interface DescribeAuditLogFilesResponse {
|
|
|
8421
8421
|
*/
|
|
8422
8422
|
export interface SwitchClusterZoneResponse {
|
|
8423
8423
|
/**
|
|
8424
|
-
*
|
|
8424
|
+
* <p>任务id</p>
|
|
8425
|
+
*/
|
|
8426
|
+
TaskId?: number;
|
|
8427
|
+
/**
|
|
8428
|
+
* <p>异步FlowId</p>
|
|
8425
8429
|
*/
|
|
8426
8430
|
FlowId?: number;
|
|
8427
8431
|
/**
|
|
@@ -9221,19 +9225,19 @@ export interface ExportInstanceSlowQueriesResponse {
|
|
|
9221
9225
|
*/
|
|
9222
9226
|
export interface SwitchClusterZoneRequest {
|
|
9223
9227
|
/**
|
|
9224
|
-
*
|
|
9228
|
+
* <p>集群Id</p>
|
|
9225
9229
|
*/
|
|
9226
9230
|
ClusterId: string;
|
|
9227
9231
|
/**
|
|
9228
|
-
*
|
|
9232
|
+
* <p>当前可用区</p>
|
|
9229
9233
|
*/
|
|
9230
9234
|
OldZone: string;
|
|
9231
9235
|
/**
|
|
9232
|
-
*
|
|
9236
|
+
* <p>要切换到的可用区</p>
|
|
9233
9237
|
*/
|
|
9234
9238
|
NewZone: string;
|
|
9235
9239
|
/**
|
|
9236
|
-
*
|
|
9240
|
+
* <p>维护期间执行-yes,立即执行-no</p>
|
|
9237
9241
|
*/
|
|
9238
9242
|
IsInMaintainPeriod?: string;
|
|
9239
9243
|
}
|