tencentcloud-sdk-nodejs-cdb 4.1.56 → 4.1.57
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
|
@@ -7494,13 +7494,13 @@ export interface StartCpuExpandRequest {
|
|
|
7494
7494
|
*/
|
|
7495
7495
|
InstanceId: string;
|
|
7496
7496
|
/**
|
|
7497
|
-
*
|
|
7498
|
-
|
|
7497
|
+
* 扩容类型,支持自动扩容和自定义扩容。
|
|
7498
|
+
说明:1. auto 表示自动扩容。2. manual 表示自定义扩容,扩容时间为立即生效。3. timeInterval 表示自定义扩容,扩容时间为按时间段。4. period 表示自定义扩容,扩容时间为按周期。
|
|
7499
7499
|
*/
|
|
7500
7500
|
Type: string;
|
|
7501
7501
|
/**
|
|
7502
|
-
*
|
|
7503
|
-
说明:1. Type 为 manual 时必传。2. 扩容的 CPU 核心数上限为当前实例 CPU 核心数,比如8核16G最大可手动扩容的 CPU 核心数为8,即范围为1 - 8。
|
|
7502
|
+
* 自定义扩容时,扩容的 CPU 核心数。
|
|
7503
|
+
说明:1. Type 为 manual、timeInterval、period 时必传。2. 扩容的 CPU 核心数上限为当前实例 CPU 核心数,比如8核16G最大可手动扩容的 CPU 核心数为8,即范围为1 - 8。
|
|
7504
7504
|
*/
|
|
7505
7505
|
ExpandCpu?: number;
|
|
7506
7506
|
/**
|