V2VmSchedulingConfig

data class V2VmSchedulingConfig(val preemptible: Boolean? = null, val reserved: Boolean? = null, val spot: Boolean? = null)

Constructors

Link copied to clipboard
constructor(preemptible: Boolean? = null, reserved: Boolean? = null, spot: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val preemptible: Boolean? = null

Defines whether the node is preemptible.

Link copied to clipboard
val reserved: Boolean? = null

Whether the node is created under a reservation.

Link copied to clipboard
val spot: Boolean? = null

Optional. Defines whether the node is Spot VM.