maxBidPrice

@JvmName(name = "hbhpgkgfspmddndo")
suspend fun maxBidPrice(value: Output<Double>)
@JvmName(name = "xooaevdsufhglayf")
suspend fun maxBidPrice(value: Double?)

Parameters

value

The maximum price you're willing to pay for this Virtual Machine, in US Dollars; which must be greater than the current spot price. If this bid price falls below the current spot price the Virtual Machine will be evicted using the eviction_policy. Defaults to -1, which means that the Virtual Machine should not be evicted for price reasons.

NOTE: This can only be configured when priority is set to Spot.