Uses of Class
com.tencentcloudapi.ecm.v20190719.models.ResetInstancesResponse
-
Packages that use ResetInstancesResponse Package Description com.tencentcloudapi.ecm.v20190719 com.tencentcloudapi.ecm.v20190719.models -
-
Uses of ResetInstancesResponse in com.tencentcloudapi.ecm.v20190719
Methods in com.tencentcloudapi.ecm.v20190719 that return ResetInstancesResponse Modifier and Type Method Description ResetInstancesResponseEcmClient. ResetInstances(ResetInstancesRequest req)重装实例,若指定了ImageId参数,则使用指定的镜像重装;否则按照当前实例使用的镜像进行重装;若未指定密码,则密码通过站内信形式随后发送。 -
Uses of ResetInstancesResponse in com.tencentcloudapi.ecm.v20190719.models
Constructors in com.tencentcloudapi.ecm.v20190719.models with parameters of type ResetInstancesResponse Constructor Description ResetInstancesResponse(ResetInstancesResponse 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.
-