InstanceInstanceMarketOptionsArgs

data class InstanceInstanceMarketOptionsArgs(val marketType: Output<String>? = null, val spotOptions: Output<InstanceInstanceMarketOptionsSpotOptionsArgs>? = null) : ConvertibleToJava<InstanceInstanceMarketOptionsArgs>

Constructors

Link copied to clipboard
fun InstanceInstanceMarketOptionsArgs(marketType: Output<String>? = null, spotOptions: Output<InstanceInstanceMarketOptionsSpotOptionsArgs>? = null)

Functions

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

Properties

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

Type of market for the instance. Valid value is spot. Defaults to spot.

Link copied to clipboard

Block to configure the options for Spot Instances. See Spot Options below for details on attributes.