tencentcloud-sdk-nodejs-cdb 4.1.137 → 4.1.138
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
|
@@ -6594,7 +6594,7 @@ export interface DescribeCpuExpandHistoryRequest {
|
|
|
6594
6594
|
*/
|
|
6595
6595
|
StartTime?: number;
|
|
6596
6596
|
/**
|
|
6597
|
-
*
|
|
6597
|
+
* 查询的结束时间,默认为当前时间。只能查看30天内的扩容历史,格式为 Integer 的时间戳(秒级)。
|
|
6598
6598
|
*/
|
|
6599
6599
|
EndTime?: number;
|
|
6600
6600
|
/**
|
|
@@ -6602,7 +6602,7 @@ export interface DescribeCpuExpandHistoryRequest {
|
|
|
6602
6602
|
*/
|
|
6603
6603
|
Offset?: number;
|
|
6604
6604
|
/**
|
|
6605
|
-
*
|
|
6605
|
+
* 分页入参,默认20
|
|
6606
6606
|
*/
|
|
6607
6607
|
Limit?: number;
|
|
6608
6608
|
}
|