tencentcloud-sdk-nodejs-cbs 4.1.297 → 4.1.299

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-cbs",
3
- "version": "4.1.297",
3
+ "version": "4.1.299",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -304,10 +304,53 @@ export interface CopySnapshotCrossRegionsResponse {
304
304
  * 单副本SSD硬盘详情。
305
305
  */
306
306
  export interface RemoteDiskDetail {
307
+ /**
308
+ * <p>单副本SSD硬盘的创建时间。</p>
309
+ */
310
+ CreateTime?: string;
311
+ /**
312
+ * <p>单副本SSD硬盘到期时间。按小时后付费单副本SSD硬盘可能为空。</p>
313
+ 注意:此字段可能返回 null,表示取不到有效值。
314
+ */
315
+ DeadlineTime?: string;
316
+ /**
317
+ * <p>单副本SSD硬盘计费类型。</p><p>枚举值:</p><ul><li>PREPAID: 预付费</li><li>POSTPAID_BY_HOUR: 按小时后付费</li></ul>
318
+ */
319
+ DiskChargeType?: string;
320
+ /**
321
+ * <p>单副本SSD硬盘大小,单位为 GiB。</p>
322
+ */
323
+ DiskSize?: number;
324
+ /**
325
+ * <p>单副本SSD硬盘挂载的云服务器实例ID。未挂载时为空字符串。</p>
326
+ 注意:此字段可能返回 null,表示取不到有效值。
327
+ */
328
+ InstanceId?: string;
307
329
  /**
308
330
  * <p>单副本SSD硬盘所在的位置。</p>
309
331
  */
310
332
  Placement?: Placement;
333
+ /**
334
+ * <p>单副本SSD硬盘ID。</p>
335
+ */
336
+ RemoteDiskId?: string;
337
+ /**
338
+ * <p>单副本SSD硬盘名称。</p>
339
+ */
340
+ RemoteDiskName?: string;
341
+ /**
342
+ * <p>单副本SSD硬盘状态。</p><p>枚举值:</p><ul><li>UNATTACHED: 未挂载</li><li>ATTACHED: 已挂载</li><li>TORECYCLE: 待回收</li></ul>
343
+ */
344
+ RemoteDiskState?: string;
345
+ /**
346
+ * <p>单副本SSD硬盘类型。</p><p>枚举值:</p><ul><li>REMOTE_SSD: 单副本SSD硬盘</li><li>ELASTIC_REMOTE_SSD: 弹性单副本SSD硬盘</li></ul>
347
+ */
348
+ RemoteDiskType?: string;
349
+ /**
350
+ * <p>自动续费标识。</p><p>枚举值:</p><ul><li>NOTIFY_AND_AUTO_RENEW: 通知过期且自动续费</li><li>NOTIFY_AND_MANUAL_RENEW: 通知过期不自动续费</li><li>DISABLE_NOTIFY_AND_MANUAL_RENEW: 不通知过期不自动续费</li></ul>
351
+ 注意:此字段可能返回 null,表示取不到有效值。
352
+ */
353
+ RenewFlag?: string;
311
354
  }
312
355
  /**
313
356
  * DescribeSnapshotGroups请求参数结构体