Uses of Class
com.tencentcloudapi.ecm.v20190719.models.DescribeSnapshotsRequest
-
Packages that use DescribeSnapshotsRequest Package Description com.tencentcloudapi.ecm.v20190719 com.tencentcloudapi.ecm.v20190719.models -
-
Uses of DescribeSnapshotsRequest in com.tencentcloudapi.ecm.v20190719
Methods in com.tencentcloudapi.ecm.v20190719 with parameters of type DescribeSnapshotsRequest Modifier and Type Method Description DescribeSnapshotsResponseEcmClient. DescribeSnapshots(DescribeSnapshotsRequest req)本接口(DescribeSnapshots)用于查询快照的详细信息。 根据快照ID、创建快照的云硬盘ID、创建快照的云硬盘类型等对结果进行过滤,不同条件之间为与(AND)的关系,过滤信息详细请见过滤器`Filter`。 如果参数为空,返回当前用户一定数量(`Limit`所指定的数量,默认为20)的快照列表。 -
Uses of DescribeSnapshotsRequest in com.tencentcloudapi.ecm.v20190719.models
Constructors in com.tencentcloudapi.ecm.v20190719.models with parameters of type DescribeSnapshotsRequest Constructor Description DescribeSnapshotsRequest(DescribeSnapshotsRequest source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-