V2VmSchedulingConfigArgs

data class V2VmSchedulingConfigArgs(val preemptible: Output<Boolean>? = null, val reserved: Output<Boolean>? = null) : ConvertibleToJava<V2VmSchedulingConfigArgs>

Constructors

Link copied to clipboard
constructor(preemptible: Output<Boolean>? = null, reserved: Output<Boolean>? = null)

Properties

Link copied to clipboard
val preemptible: Output<Boolean>? = null

Defines whether the node is preemptible.

Link copied to clipboard
val reserved: Output<Boolean>? = null

Whether the node is created under a reservation.

Functions

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