public class AddNodesRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
clusterId |
String |
computeSpotPriceLimit |
String |
computeSpotStrategy |
Integer |
count |
String |
imageId |
String |
imageOwnerAlias |
| 构造器和说明 |
|---|
AddNodesRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static AddNodesRequest |
build(Map<String,?> map) |
String |
getClusterId() |
String |
getComputeSpotPriceLimit() |
String |
getComputeSpotStrategy() |
Integer |
getCount() |
String |
getImageId() |
String |
getImageOwnerAlias() |
AddNodesRequest |
setClusterId(String clusterId) |
AddNodesRequest |
setComputeSpotPriceLimit(String computeSpotPriceLimit) |
AddNodesRequest |
setComputeSpotStrategy(String computeSpotStrategy) |
AddNodesRequest |
setCount(Integer count) |
AddNodesRequest |
setImageId(String imageId) |
AddNodesRequest |
setImageOwnerAlias(String imageOwnerAlias) |
@NameInMap(value="ClusterId") public String clusterId
@NameInMap(value="ComputeSpotPriceLimit") public String computeSpotPriceLimit
@NameInMap(value="ComputeSpotStrategy") public String computeSpotStrategy
@NameInMap(value="Count") public Integer count
@NameInMap(value="ImageId") public String imageId
@NameInMap(value="ImageOwnerAlias") public String imageOwnerAlias
public static AddNodesRequest build(Map<String,?> map) throws Exception
Exceptionpublic AddNodesRequest setClusterId(String clusterId)
public String getClusterId()
public AddNodesRequest setComputeSpotPriceLimit(String computeSpotPriceLimit)
public String getComputeSpotPriceLimit()
public AddNodesRequest setComputeSpotStrategy(String computeSpotStrategy)
public String getComputeSpotStrategy()
public AddNodesRequest setCount(Integer count)
public Integer getCount()
public AddNodesRequest setImageId(String imageId)
public String getImageId()
public AddNodesRequest setImageOwnerAlias(String imageOwnerAlias)
public String getImageOwnerAlias()
Copyright © 2022. All rights reserved.