SchedulingConfigArgs

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

Sets the scheduling options for this node.

Constructors

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

Functions

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

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.