public class SpotMarketOptions extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
SpotMarketOptions()  | 
SpotMarketOptions(SpotMarketOptions source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getMaxPrice()
Get Bidding price such as "1.05" 
 | 
String | 
getSpotInstanceType()
Get Spot instance type. 
 | 
void | 
setMaxPrice(String MaxPrice)
Set Bidding price such as "1.05" 
 | 
void | 
setSpotInstanceType(String SpotInstanceType)
Set Spot instance type. 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic SpotMarketOptions()
public SpotMarketOptions(SpotMarketOptions source)
public String getMaxPrice()
public void setMaxPrice(String MaxPrice)
MaxPrice - Bidding price such as "1.05"public String getSpotInstanceType()
public void setSpotInstanceType(String SpotInstanceType)
SpotInstanceType - Spot instance type. The value can only be one-time currently. Default value: one-time.Copyright © 2025. All rights reserved.