InstanceInstanceMarketOptions

data class InstanceInstanceMarketOptions(val marketType: String? = null, val spotOptions: InstanceInstanceMarketOptionsSpotOptions? = null)

Constructors

Link copied to clipboard
constructor(marketType: String? = null, spotOptions: InstanceInstanceMarketOptionsSpotOptions? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val marketType: 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.