public class TerminateComputeNodesRequest extends AbstractModel
header, skipSign| Constructor and Description |
|---|
TerminateComputeNodesRequest() |
TerminateComputeNodesRequest(TerminateComputeNodesRequest 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.
|
| Modifier and Type | Method and Description |
|---|---|
String[] |
getComputeNodeIds()
Get 计算节点ID列表,最大数量上限100,节点ID通过调用接口 [DescribeComputeEnv](https://cloud.tencent.com/document/api/599/15892)获取。
|
String |
getEnvId()
Get 计算环境ID,环境ID通过调用接口 [DescribeComputeEnv](https://cloud.tencent.com/document/api/599/15892)获取。
|
void |
setComputeNodeIds(String[] ComputeNodeIds)
Set 计算节点ID列表,最大数量上限100,节点ID通过调用接口 [DescribeComputeEnv](https://cloud.tencent.com/document/api/599/15892)获取。
|
void |
setEnvId(String EnvId)
Set 计算环境ID,环境ID通过调用接口 [DescribeComputeEnv](https://cloud.tencent.com/document/api/599/15892)获取。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic TerminateComputeNodesRequest()
public TerminateComputeNodesRequest(TerminateComputeNodesRequest source)
public String getEnvId()
public void setEnvId(String EnvId)
EnvId - 计算环境ID,环境ID通过调用接口 [DescribeComputeEnv](https://cloud.tencent.com/document/api/599/15892)获取。public String[] getComputeNodeIds()
public void setComputeNodeIds(String[] ComputeNodeIds)
ComputeNodeIds - 计算节点ID列表,最大数量上限100,节点ID通过调用接口 [DescribeComputeEnv](https://cloud.tencent.com/document/api/599/15892)获取。Copyright © 2025. All rights reserved.