Uses of Class
com.tencentcloudapi.lighthouse.v20200324.models.ApplyInstanceSnapshotResponse
-
Packages that use ApplyInstanceSnapshotResponse Package Description com.tencentcloudapi.lighthouse.v20200324 com.tencentcloudapi.lighthouse.v20200324.models -
-
Uses of ApplyInstanceSnapshotResponse in com.tencentcloudapi.lighthouse.v20200324
Methods in com.tencentcloudapi.lighthouse.v20200324 that return ApplyInstanceSnapshotResponse Modifier and Type Method Description ApplyInstanceSnapshotResponseLighthouseClient. ApplyInstanceSnapshot(ApplyInstanceSnapshotRequest req)本接口(ApplyInstanceSnapshot)用于回滚指定实例的系统盘快照。 仅支持回滚到原系统盘。 用于回滚的快照必须处于 NORMAL 状态。快照状态可以通过 DescribeSnapshots 接口查询,见输出参数中 SnapshotState 字段解释。 回滚快照时,实例的状态必须为 STOPPED 或 RUNNING,可通过 DescribeInstances 接口查询实例状态。处于 RUNNING 状态的实例会强制关机,然后回滚快照。 -
Uses of ApplyInstanceSnapshotResponse in com.tencentcloudapi.lighthouse.v20200324.models
Constructors in com.tencentcloudapi.lighthouse.v20200324.models with parameters of type ApplyInstanceSnapshotResponse Constructor Description ApplyInstanceSnapshotResponse(ApplyInstanceSnapshotResponse 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.
-