tencentcloud-sdk-nodejs-cdb 4.1.47 → 4.1.48
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
|
@@ -1560,6 +1560,14 @@ export interface DescribeCPUExpandStrategyInfoResponse {
|
|
|
1560
1560
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1561
1561
|
*/
|
|
1562
1562
|
AutoStrategy?: AutoStrategy;
|
|
1563
|
+
/**
|
|
1564
|
+
* 按周期扩容策略。
|
|
1565
|
+
*/
|
|
1566
|
+
PeriodStrategy?: PeriodStrategy;
|
|
1567
|
+
/**
|
|
1568
|
+
* 按时间段扩容策略
|
|
1569
|
+
*/
|
|
1570
|
+
TimeIntervalStrategy?: TimeIntervalStrategy;
|
|
1563
1571
|
/**
|
|
1564
1572
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1565
1573
|
*/
|