Package | Description |
---|---|
com.tencentcloudapi.tke.v20220501 | |
com.tencentcloudapi.tke.v20220501.models |
Modifier and Type | Method and Description |
---|---|
StartMachinesResponse |
TkeClient.StartMachines(StartMachinesRequest req)
本接口 (StartMachines) 用于启动一个或多个原生节点实例。
只有状态为 Stopped 的实例才可以进行此操作。
接口调用成功后,等待一分钟左右,实例会进入 Running 状态。
支持批量操作。每次请求批量实例的上限为100。
本接口为同步接口,启动实例请求发送成功后会返回一个RequestId,此时操作并未立即完成。实例操作结果可以通过调用 DescribeClusterInstances 接口查询,如果实例的状态为 Running,则代表启动实例操作成功。
|
Constructor and Description |
---|
StartMachinesRequest(StartMachinesRequest 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.
|
Copyright © 2025. All rights reserved.