tencentcloud-sdk-nodejs-batch 4.1.99 → 4.1.116
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
|
@@ -275,7 +275,7 @@ export interface SystemDisk {
|
|
|
275
275
|
DiskType?: string;
|
|
276
276
|
/**
|
|
277
277
|
* 系统盘ID。
|
|
278
|
-
|
|
278
|
+
该参数目前仅用于 [DescribeInstances](https://cloud.tencent.com/document/product/213/15728) 等查询类接口的返回参数,不可用于 [RunInstances](https://cloud.tencent.com/document/product/213/15730) 等写接口的入参。
|
|
279
279
|
*/
|
|
280
280
|
DiskId?: string;
|
|
281
281
|
/**
|