public class InstanceMarketOptionsRequest extends AbstractModel
Constructor and Description |
---|
InstanceMarketOptionsRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getMarketType()
Get Market option type.
|
SpotMarketOptions |
getSpotOptions()
Get Options related to bidding
|
void |
setMarketType(String MarketType)
Set Market option type.
|
void |
setSpotOptions(SpotMarketOptions SpotOptions)
Set Options related to bidding
|
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 SpotMarketOptions getSpotOptions()
public void setSpotOptions(SpotMarketOptions SpotOptions)
SpotOptions
- Options related to biddingpublic String getMarketType()
public void setMarketType(String MarketType)
MarketType
- Market option type. Currently `spot` is the only supported value.Copyright © 2020. All rights reserved.