tencentcloud-sdk-nodejs-cdb 4.1.16 → 4.1.19
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
|
@@ -697,7 +697,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
697
697
|
*/
|
|
698
698
|
DeleteAuditRule(req: DeleteAuditRuleRequest, cb?: (error: string, rep: DeleteAuditRuleResponse) => void): Promise<DeleteAuditRuleResponse>;
|
|
699
699
|
/**
|
|
700
|
-
* 通过该API,可以开启CPU弹性扩容,包括一次性的手动扩容以及自动弹性扩容。
|
|
700
|
+
* 通过该 API,可以开启 CPU 弹性扩容,包括一次性的手动扩容以及自动弹性扩容。
|
|
701
701
|
*/
|
|
702
702
|
StartCpuExpand(req: StartCpuExpandRequest, cb?: (error: string, rep: StartCpuExpandResponse) => void): Promise<StartCpuExpandResponse>;
|
|
703
703
|
/**
|
|
@@ -1037,7 +1037,7 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1037
1037
|
return this.request("DeleteAuditRule", req, cb);
|
|
1038
1038
|
}
|
|
1039
1039
|
/**
|
|
1040
|
-
* 通过该API,可以开启CPU弹性扩容,包括一次性的手动扩容以及自动弹性扩容。
|
|
1040
|
+
* 通过该 API,可以开启 CPU 弹性扩容,包括一次性的手动扩容以及自动弹性扩容。
|
|
1041
1041
|
*/
|
|
1042
1042
|
async StartCpuExpand(req, cb) {
|
|
1043
1043
|
return this.request("StartCpuExpand", req, cb);
|
|
@@ -7290,12 +7290,12 @@ export interface StartCpuExpandRequest {
|
|
|
7290
7290
|
*/
|
|
7291
7291
|
InstanceId: string;
|
|
7292
7292
|
/**
|
|
7293
|
-
*
|
|
7294
|
-
manual:代表进行手动扩容
|
|
7293
|
+
* 扩容类型。auto 自动 manual 立即生效 timeInterval 按时间段 period 按周期
|
|
7295
7294
|
*/
|
|
7296
7295
|
Type: string;
|
|
7297
7296
|
/**
|
|
7298
|
-
* 手动扩容时,扩容的CPU核心数。
|
|
7297
|
+
* 手动扩容时,扩容的 CPU 核心数。
|
|
7298
|
+
说明:1. Type 为 manual 时必传。2. 扩容的 CPU 核心数上限为当前实例 CPU 核心数,比如8核16G最大可手动扩容的 CPU 核心数为8,即范围为1 - 8。
|
|
7299
7299
|
*/
|
|
7300
7300
|
ExpandCpu?: number;
|
|
7301
7301
|
/**
|