Uses of Class
com.tencentcloudapi.batch.v20170312.models.TerminateComputeNodeResponse
-
Packages that use TerminateComputeNodeResponse Package Description com.tencentcloudapi.batch.v20170312 com.tencentcloudapi.batch.v20170312.models -
-
Uses of TerminateComputeNodeResponse in com.tencentcloudapi.batch.v20170312
Methods in com.tencentcloudapi.batch.v20170312 that return TerminateComputeNodeResponse Modifier and Type Method Description TerminateComputeNodeResponseBatchClient. TerminateComputeNode(TerminateComputeNodeRequest req)用于销毁计算节点。 对于状态为CREATED、CREATION_FAILED、RUNNING和ABNORMAL的节点,允许销毁处理。 -
Uses of TerminateComputeNodeResponse in com.tencentcloudapi.batch.v20170312.models
Constructors in com.tencentcloudapi.batch.v20170312.models with parameters of type TerminateComputeNodeResponse Constructor Description TerminateComputeNodeResponse(TerminateComputeNodeResponse 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.
-