Uses of Class
com.tencentcloudapi.lighthouse.v20200324.models.StopInstancesRequest
-
Packages that use StopInstancesRequest Package Description com.tencentcloudapi.lighthouse.v20200324 com.tencentcloudapi.lighthouse.v20200324.models -
-
Uses of StopInstancesRequest in com.tencentcloudapi.lighthouse.v20200324
Methods in com.tencentcloudapi.lighthouse.v20200324 with parameters of type StopInstancesRequest Modifier and Type Method Description StopInstancesResponseLighthouseClient. StopInstances(StopInstancesRequest req)本接口(StopInstances)用于关闭一个或多个实例。 只有状态为 RUNNING 的实例才可以进行此操作。 接口调用成功时,实例会进入 STOPPING 状态;关闭实例成功时,实例会进入 STOPPED 状态。 支持批量操作。每次请求批量实例的上限为 100。 本接口为异步接口,请求发送成功后会返回一个 RequestId,此时操作并未立即完成。实例操作结果可以通过调用 DescribeInstances 接口查询,如果实例的最新操作状态(LatestOperationState)为“SUCCESS”,则代表操作成功。 -
Uses of StopInstancesRequest in com.tencentcloudapi.lighthouse.v20200324.models
Constructors in com.tencentcloudapi.lighthouse.v20200324.models with parameters of type StopInstancesRequest Constructor Description StopInstancesRequest(StopInstancesRequest 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.
-