tencentcloud-sdk-nodejs-cbs 4.1.18 → 4.1.22
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
|
@@ -590,9 +590,7 @@ export interface DescribeSnapshotsRequest {
|
|
|
590
590
|
*/
|
|
591
591
|
SnapshotIds?: Array<string>;
|
|
592
592
|
/**
|
|
593
|
-
*
|
|
594
|
-
<li>snapshot-type- Array of String - 是否必填:否 -(过滤条件)根据snapshot-type指定的快照类型查询对应的快照。
|
|
595
|
-
(SHARED_SNAPSHOT:表示共享过来的快照 | PRIVATE_SNAPSHOT:表示自己私有快照。)
|
|
593
|
+
* 过滤条件。参数不支持同时指定SnapshotIds和Filters。<br><ul><li>snapshot-id<ul><li>按照云硬盘快照ID进行过滤</li><li>类型:String</li><li>必选:否</li></ul></li><li>snapshot-name<ul><li>按照云硬盘快照名称进行过滤</li><li>类型:String</li><li>必选:否</li></ul></li><li>snapshot-state<ul><li>按照云硬盘快照状态进行过滤</li><li>类型:String</li><li>必选:否</li><li>取值范围:<ul><li><code>NORMAL</code>:正常 </li><li><code>CREATING</code>:创建中 </li><li><code>ROLLBACKING</code>:回滚中 </li><li><code>COPYING_FROM_REMOTE</code>:跨地域复制中 </li><li><code>CHECKING_COPIED</code>:复制校验中</li><li><code>TORECYCLE</code>:待回收</li></ul></li></ul></li><li>disk-usage<ul><li>按照云硬盘使用用途进行过滤</li><li>类型:String</li><li>必选:否</li><li>取值范围:<ul><li><code>SYSTEM_DISK</code>:代表系统盘</li><li><code>DATA_DISK</code>:代表数据盘</li></ul></li></ul></li><li>project-id<ul><li>按云硬盘所属项目ID过滤</li><li>类型:String</li><li>必选:否</li></ul></li><li>disk-id<ul><li>按照云硬盘ID进行过滤,一次最多只能传入10个值</li><li>类型:String</li><li>必选:否</li></ul></li><li>encrypt<ul><li>按是否加密进行过滤</li><li>类型:String</li><li>必选:否</li></ul></li><li>snapshot-type<ul><li>按快照归属类型查询</li><li>类型:String</li><li>必选:否</li><li>取值范围:<ul><li><code>SHARED_SNAPSHOT</code>:表示共享过来的快照</li><li><code>PRIVATE_SNAPSHOT</code>:表示自己的私有快照</li></ul></li></ul></li></ul>
|
|
596
594
|
*/
|
|
597
595
|
Filters?: Array<Filter>;
|
|
598
596
|
/**
|
|
@@ -600,7 +598,11 @@ export interface DescribeSnapshotsRequest {
|
|
|
600
598
|
*/
|
|
601
599
|
Limit?: number;
|
|
602
600
|
/**
|
|
603
|
-
*
|
|
601
|
+
* 快照列表排序的依据字段。取值范围:
|
|
602
|
+
<ul>
|
|
603
|
+
<li>CREATE_TIME:依据快照的创建时间排序</li>
|
|
604
|
+
<li>默认按创建时间排序</li>
|
|
605
|
+
</ul>
|
|
604
606
|
*/
|
|
605
607
|
OrderField?: string;
|
|
606
608
|
/**
|
|
@@ -608,7 +610,12 @@ export interface DescribeSnapshotsRequest {
|
|
|
608
610
|
*/
|
|
609
611
|
Offset?: number;
|
|
610
612
|
/**
|
|
611
|
-
*
|
|
613
|
+
* 输出云盘列表的排列顺序。取值范围:
|
|
614
|
+
<ul>
|
|
615
|
+
<li>ASC:升序排列</li>
|
|
616
|
+
<li>DESC:降序排列。</li>
|
|
617
|
+
</ul>
|
|
618
|
+
|
|
612
619
|
*/
|
|
613
620
|
Order?: string;
|
|
614
621
|
}
|
|
@@ -617,7 +624,7 @@ export interface DescribeSnapshotsRequest {
|
|
|
617
624
|
*/
|
|
618
625
|
export interface ModifyAutoSnapshotPolicyAttributeRequest {
|
|
619
626
|
/**
|
|
620
|
-
* 定期快照策略ID
|
|
627
|
+
* 定期快照策略ID。可以通过[查询定期快照策略](https://cloud.tencent.com/document/product/362/33556)API查询。
|
|
621
628
|
*/
|
|
622
629
|
AutoSnapshotPolicyId: string;
|
|
623
630
|
/**
|