Uses of Class
com.tencentcloudapi.ecm.v20190719.models.StartInstancesRequest
-
Packages that use StartInstancesRequest Package Description com.tencentcloudapi.ecm.v20190719 com.tencentcloudapi.ecm.v20190719.models -
-
Uses of StartInstancesRequest in com.tencentcloudapi.ecm.v20190719
Methods in com.tencentcloudapi.ecm.v20190719 with parameters of type StartInstancesRequest Modifier and Type Method Description StartInstancesResponseEcmClient. StartInstances(StartInstancesRequest req)只有状态为STOPPED的实例才可以进行此操作;接口调用成功时,实例会进入STARTING状态;启动实例成功时,实例会进入RUNNING状态。 -
Uses of StartInstancesRequest in com.tencentcloudapi.ecm.v20190719.models
Constructors in com.tencentcloudapi.ecm.v20190719.models with parameters of type StartInstancesRequest Constructor Description StartInstancesRequest(StartInstancesRequest 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.
-