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 竞价出价,例如“1.05”
|
String |
getSpotInstanceType()
Get 竞价请求类型,当前仅支持类型:one-time,默认值为one-time
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMaxPrice(String MaxPrice)
Set 竞价出价,例如“1.05”
|
void |
setSpotInstanceType(String SpotInstanceType)
Set 竞价请求类型,当前仅支持类型:one-time,默认值为one-time
注意:此字段可能返回 null,表示取不到有效值。
|
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()
public SpotMarketOptions(SpotMarketOptions source)
public String getMaxPrice()
public void setMaxPrice(String MaxPrice)
MaxPrice
- 竞价出价,例如“1.05”public String getSpotInstanceType()
public void setSpotInstanceType(String SpotInstanceType)
SpotInstanceType
- 竞价请求类型,当前仅支持类型:one-time,默认值为one-time
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2021. All rights reserved.