public class SpotMarketOptions extends AbstractModel
Constructor and Description |
---|
SpotMarketOptions() |
Modifier and Type | Method and Description |
---|---|
String |
getMaxPrice()
获取竞价出价
|
String |
getSpotInstanceType()
获取竞价请求类型,当前仅支持类型:one-time
|
void |
setMaxPrice(String MaxPrice)
设置竞价出价
|
void |
setSpotInstanceType(String SpotInstanceType)
设置竞价请求类型,当前仅支持类型:one-time
|
void |
toMap(HashMap<String,String> map,
String prefix)
内部实现,用户禁止调用
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getMaxPrice()
public void setMaxPrice(String MaxPrice)
MaxPrice
- 竞价出价public String getSpotInstanceType()
public void setSpotInstanceType(String SpotInstanceType)
SpotInstanceType
- 竞价请求类型,当前仅支持类型:one-timeCopyright © 2019. All rights reserved.