tencentcloud-sdk-nodejs-redis 4.1.36 → 4.1.45
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
|
@@ -6241,8 +6241,8 @@ export interface UpgradeInstanceRequest {
|
|
|
6241
6241
|
NodeSet?: Array<RedisNodeInfo>;
|
|
6242
6242
|
/**
|
|
6243
6243
|
* 切换时间。
|
|
6244
|
-
- 1
|
|
6245
|
-
- 2
|
|
6244
|
+
- 1:维护时间窗操作:指升级规格在设置的维护时间窗内执行。请通过接口[DescribeMaintenanceWindow](https://cloud.tencent.com/document/product/239/46336)查询设置的维护时间窗时间段。增减副本、增减分片、扩缩内存均支持在维护时间窗执行操作。维护时间窗升级规格正在分地域逐步测试发布中,部分区域已支持,未覆盖地域若需紧急接入,请[提交工单](https://console.cloud.tencent.com/workorder/category)申请白名单。
|
|
6245
|
+
- 2:立即操作:操作将立即执行,无需等待维护时间窗。系统默认设置为立即操作。
|
|
6246
6246
|
*/
|
|
6247
6247
|
SwitchOption?: number;
|
|
6248
6248
|
}
|