V2VmSchedulingConfig

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

Constructors

Link copied to clipboard
constructor(preemptible: Boolean? = null, reserved: 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.