tencentcloud-sdk-nodejs-cbs 4.1.179 → 4.1.231
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
|
@@ -1010,7 +1010,7 @@ export interface CreateSnapshotRequest {
|
|
|
1010
1010
|
*/
|
|
1011
1011
|
export interface DescribeInstancesDiskNumRequest {
|
|
1012
1012
|
/**
|
|
1013
|
-
*
|
|
1013
|
+
* <p>云服务器实例ID,通过<a href="/document/product/213/15728">DescribeInstances</a>接口查询。</p>
|
|
1014
1014
|
*/
|
|
1015
1015
|
InstanceIds: Array<string>;
|
|
1016
1016
|
}
|
|
@@ -1333,7 +1333,7 @@ export interface CdcSize {
|
|
|
1333
1333
|
*/
|
|
1334
1334
|
export interface DescribeInstancesDiskNumResponse {
|
|
1335
1335
|
/**
|
|
1336
|
-
*
|
|
1336
|
+
* <p>各个云服务器已挂载和可挂载弹性云盘的数量。</p>
|
|
1337
1337
|
*/
|
|
1338
1338
|
AttachDetail?: Array<AttachDetail>;
|
|
1339
1339
|
/**
|