Uses of Class
com.tencentcloudapi.lighthouse.v20200324.models.DeleteSnapshotsRequest
-
Packages that use DeleteSnapshotsRequest Package Description com.tencentcloudapi.lighthouse.v20200324 com.tencentcloudapi.lighthouse.v20200324.models -
-
Uses of DeleteSnapshotsRequest in com.tencentcloudapi.lighthouse.v20200324
Methods in com.tencentcloudapi.lighthouse.v20200324 with parameters of type DeleteSnapshotsRequest Modifier and Type Method Description DeleteSnapshotsResponseLighthouseClient. DeleteSnapshots(DeleteSnapshotsRequest req)本接口(DeleteSnapshots)用于删除快照。 快照必须处于 NORMAL 状态,快照状态可以通过 DescribeSnapshots 接口查询,见输出参数中 SnapshotState 字段解释。 -
Uses of DeleteSnapshotsRequest in com.tencentcloudapi.lighthouse.v20200324.models
Constructors in com.tencentcloudapi.lighthouse.v20200324.models with parameters of type DeleteSnapshotsRequest Constructor Description DeleteSnapshotsRequest(DeleteSnapshotsRequest 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.
-