tencentcloud-sdk-nodejs-cfs 4.1.61 → 4.1.62
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
|
@@ -488,7 +488,7 @@ export interface ModifyFileSystemAutoScaleUpRuleRequest {
|
|
|
488
488
|
*/
|
|
489
489
|
ScaleUpThreshold: number;
|
|
490
490
|
/**
|
|
491
|
-
* 扩容后目标阈值,范围[
|
|
491
|
+
* 扩容后目标阈值,范围[10-90],该值要小于 ScaleUpThreshold
|
|
492
492
|
*/
|
|
493
493
|
TargetThreshold: number;
|
|
494
494
|
/**
|
|
@@ -1152,7 +1152,7 @@ export interface ModifyFileSystemAutoScaleUpRuleResponse {
|
|
|
1152
1152
|
*/
|
|
1153
1153
|
ScaleUpThreshold?: number;
|
|
1154
1154
|
/**
|
|
1155
|
-
* 扩容后达到阈值,范围[
|
|
1155
|
+
* 扩容后达到阈值,范围[10-90]
|
|
1156
1156
|
*/
|
|
1157
1157
|
TargetThreshold?: number;
|
|
1158
1158
|
/**
|
|
@@ -1385,7 +1385,7 @@ export interface AutoScaleUpRule {
|
|
|
1385
1385
|
*/
|
|
1386
1386
|
ScaleThreshold?: number;
|
|
1387
1387
|
/**
|
|
1388
|
-
* 扩容后使用量跟集群总量比例,范围[
|
|
1388
|
+
* 扩容后使用量跟集群总量比例,范围[10-90]
|
|
1389
1389
|
*/
|
|
1390
1390
|
TargetThreshold?: number;
|
|
1391
1391
|
}
|