Uses of Class
com.tencentcloudapi.ecm.v20190719.models.StopInstancesResponse
-
Packages that use StopInstancesResponse Package Description com.tencentcloudapi.ecm.v20190719 com.tencentcloudapi.ecm.v20190719.models -
-
Uses of StopInstancesResponse in com.tencentcloudapi.ecm.v20190719
Methods in com.tencentcloudapi.ecm.v20190719 that return StopInstancesResponse Modifier and Type Method Description StopInstancesResponseEcmClient. StopInstances(StopInstancesRequest req)只有处于"RUNNING"状态的实例才能够进行关机操作; 调用成功时,实例会进入STOPPING状态;关闭实例成功时,实例会进入STOPPED状态; 支持强制关闭,强制关机的效果等同于关闭物理计算机的电源开关,强制关机可能会导致数据丢失或文件系统损坏,请仅在服务器不能正常关机时使用。 -
Uses of StopInstancesResponse in com.tencentcloudapi.ecm.v20190719.models
Constructors in com.tencentcloudapi.ecm.v20190719.models with parameters of type StopInstancesResponse Constructor Description StopInstancesResponse(StopInstancesResponse 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.
-