FleetOnDemandOptionsArgs

data class FleetOnDemandOptionsArgs(val allocationStrategy: Output<String>? = null) : ConvertibleToJava<FleetOnDemandOptionsArgs>

Constructors

Link copied to clipboard
fun FleetOnDemandOptionsArgs(allocationStrategy: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): FleetOnDemandOptionsArgs

Properties

Link copied to clipboard
val allocationStrategy: Output<String>? = null

The order of the launch template overrides to use in fulfilling On-Demand capacity. Valid values: lowestPrice, prioritized. Default: lowestPrice.