tencentcloud-sdk-nodejs-mongodb 4.1.256 → 4.1.262
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
|
@@ -491,14 +491,11 @@ export interface DescribeSRVConnectionDomainResponse {
|
|
|
491
491
|
*/
|
|
492
492
|
export interface ModifyInstanceParamsResponse {
|
|
493
493
|
/**
|
|
494
|
-
*
|
|
495
|
-
- true:参数修改后的值已生效。
|
|
496
|
-
- false:执行失败。
|
|
497
|
-
|
|
494
|
+
* <p>修改参数配置是否生效。</p><ul><li>true:参数修改后的值已生效。</li><li>false:执行失败。</li></ul>
|
|
498
495
|
*/
|
|
499
496
|
Changed?: boolean;
|
|
500
497
|
/**
|
|
501
|
-
*
|
|
498
|
+
* <p>该参数暂时无意义(兼容前端保留)。</p>
|
|
502
499
|
*/
|
|
503
500
|
TaskId?: number;
|
|
504
501
|
/**
|
|
@@ -4206,18 +4203,15 @@ export interface CreateLogDownloadTaskResponse {
|
|
|
4206
4203
|
*/
|
|
4207
4204
|
export interface ModifyInstanceParamsRequest {
|
|
4208
4205
|
/**
|
|
4209
|
-
*
|
|
4210
|
-
|
|
4206
|
+
* <p>指定实例 ID。例如:cmgo-p8vn****。请登录 <a href="https://console.cloud.tencent.com/mongodb">MongoDB 控制台</a>在实例列表复制实例 ID。</p>
|
|
4211
4207
|
*/
|
|
4212
4208
|
InstanceId: string;
|
|
4213
4209
|
/**
|
|
4214
|
-
*
|
|
4210
|
+
* <p>指定需修改的参数名及值。当前所支持的参数名及对应取值范围,请通过 <a href="https://cloud.tencent.com/document/product/240/65903">DescribeInstanceParams </a>获取。</p>
|
|
4215
4211
|
*/
|
|
4216
4212
|
InstanceParams: Array<ModifyMongoDBParamType>;
|
|
4217
4213
|
/**
|
|
4218
|
-
*
|
|
4219
|
-
- IMMEDIATELY:立即调整。
|
|
4220
|
-
- DELAY:延迟调整。可选字段,不配置该参数则默认为立即调整。
|
|
4214
|
+
* <p>操作类型,包括:</p><ul><li>IMMEDIATELY:立即调整。</li><li>DELAY:延迟调整。可选字段,不配置该参数则默认为立即调整。</li></ul>
|
|
4221
4215
|
*/
|
|
4222
4216
|
ModifyType?: string;
|
|
4223
4217
|
}
|