public class SpotMarketOptions extends AbstractModel
| 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 Bid request type. | 
| void | setMaxPrice(String MaxPrice)Set Bidding price such as "1.05" | 
| void | setSpotInstanceType(String SpotInstanceType)Set Bid request type. | 
| 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, 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 - Bid request type. Currently, only "one-time" type is supported. Default value: one-time
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2022. All rights reserved.