public class TerminateComputeNodeRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
TerminateComputeNodeRequest() |
TerminateComputeNodeRequest(TerminateComputeNodeRequest 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 |
getComputeNodeId()
Get 计算节点ID,节点ID通过调用接口 [DescribeComputeEnv](https://cloud.tencent.com/document/api/599/15892)获取。
|
String |
getEnvId()
Get 计算环境ID,环境ID通过调用接口 [DescribeComputeEnvs](https://cloud.tencent.com/document/api/599/15893)获取。
|
void |
setComputeNodeId(String ComputeNodeId)
Set 计算节点ID,节点ID通过调用接口 [DescribeComputeEnv](https://cloud.tencent.com/document/api/599/15892)获取。
|
void |
setEnvId(String EnvId)
Set 计算环境ID,环境ID通过调用接口 [DescribeComputeEnvs](https://cloud.tencent.com/document/api/599/15893)获取。
|
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, toJsonString
public TerminateComputeNodeRequest()
public TerminateComputeNodeRequest(TerminateComputeNodeRequest source)
public String getEnvId()
public void setEnvId(String EnvId)
EnvId
- 计算环境ID,环境ID通过调用接口 [DescribeComputeEnvs](https://cloud.tencent.com/document/api/599/15893)获取。public String getComputeNodeId()
public void setComputeNodeId(String ComputeNodeId)
ComputeNodeId
- 计算节点ID,节点ID通过调用接口 [DescribeComputeEnv](https://cloud.tencent.com/document/api/599/15892)获取。Copyright © 2025. All rights reserved.