computeSpotStrategy

@JvmName(name = "cencwchsgrwwxxeu")
suspend fun computeSpotStrategy(value: Output<String>)
@JvmName(name = "udvrdycqdmecfbeb")
suspend fun computeSpotStrategy(value: String?)

Parameters

value

The bidding method of the compute nodes. Default value: NoSpot. Valid values:

  • NoSpot: The compute nodes are pay-as-you-go instances.

  • SpotWithPriceLimit: The compute nodes are preemptible instances that have a user-defined maximum hourly price.

  • SpotAsPriceGo: The compute nodes are preemptible instances for which the market price at the time of purchase is used as the bid price.