public class InstanceMarketOptionsRequest extends AbstractModel
Constructor and Description |
---|
InstanceMarketOptionsRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getMarketType()
Get Market option type.
|
SpotMarketOptions |
getSpotOptions()
Get Bidding-related options
|
void |
setMarketType(String MarketType)
Set Market option type.
|
void |
setSpotOptions(SpotMarketOptions SpotOptions)
Set Bidding-related options
|
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
- Bidding-related optionspublic String getMarketType()
public void setMarketType(String MarketType)
MarketType
- Market option type. Currently, this only supports the value "spot"
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2021. All rights reserved.