public class SpotMarketOptions extends AbstractModel
Constructor and Description |
---|
SpotMarketOptions() |
Modifier and Type | Method and Description |
---|---|
String |
getMaxPrice()
Get 竞价出价
|
String |
getSpotInstanceType()
Get 竞价请求类型,当前仅支持类型:one-time
|
void |
setMaxPrice(String MaxPrice)
Set 竞价出价
|
void |
setSpotInstanceType(String SpotInstanceType)
Set 竞价请求类型,当前仅支持类型:one-time
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
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 © 2020. All rights reserved.