tencentcloud-sdk-nodejs-cynosdb 4.1.105 → 4.1.110
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
@@ -10421,6 +10421,14 @@ export interface InstanceSpec {
|
|
10421
10421
|
* 库存数量
|
10422
10422
|
*/
|
10423
10423
|
StockCount?: number;
|
10424
|
+
/**
|
10425
|
+
* 最大cpu
|
10426
|
+
*/
|
10427
|
+
MaxCpu?: number;
|
10428
|
+
/**
|
10429
|
+
* 最小cpu
|
10430
|
+
*/
|
10431
|
+
MinCpu?: number;
|
10424
10432
|
}
|
10425
10433
|
/**
|
10426
10434
|
* IsolateInstance请求参数结构体
|