Class RemoveNodeFromNodePoolRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tke.v20180525.models.RemoveNodeFromNodePoolRequest
-
public class RemoveNodeFromNodePoolRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description RemoveNodeFromNodePoolRequest()
RemoveNodeFromNodePoolRequest(RemoveNodeFromNodePoolRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getClusterId()
Get 集群idString[]
getInstanceIds()
Get 节点id列表,一次最多支持100台String
getNodePoolId()
Get 节点池idvoid
setClusterId(String ClusterId)
Set 集群idvoid
setInstanceIds(String[] InstanceIds)
Set 节点id列表,一次最多支持100台void
setNodePoolId(String NodePoolId)
Set 节点池idvoid
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
RemoveNodeFromNodePoolRequest
public RemoveNodeFromNodePoolRequest()
-
RemoveNodeFromNodePoolRequest
public RemoveNodeFromNodePoolRequest(RemoveNodeFromNodePoolRequest 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.
-
-
Method Detail
-
getClusterId
public String getClusterId()
Get 集群id- Returns:
- ClusterId 集群id
-
setClusterId
public void setClusterId(String ClusterId)
Set 集群id- Parameters:
ClusterId
- 集群id
-
getNodePoolId
public String getNodePoolId()
Get 节点池id- Returns:
- NodePoolId 节点池id
-
setNodePoolId
public void setNodePoolId(String NodePoolId)
Set 节点池id- Parameters:
NodePoolId
- 节点池id
-
getInstanceIds
public String[] getInstanceIds()
Get 节点id列表,一次最多支持100台- Returns:
- InstanceIds 节点id列表,一次最多支持100台
-
setInstanceIds
public void setInstanceIds(String[] InstanceIds)
Set 节点id列表,一次最多支持100台- Parameters:
InstanceIds
- 节点id列表,一次最多支持100台
-
-