InstanceInstanceMarketOptions

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

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

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