InstanceInstanceMarketOptionsArgs

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

Constructors

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

Properties

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

Type of market for the instance. Valid values are spot and capacity-block. Defaults to spot. Required if spot_options is specified.

Link copied to clipboard

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

Functions

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