Scheduling Config Args
    data class SchedulingConfigArgs(val preemptible: Output<Boolean>? = null, val reserved: Output<Boolean>? = null) : ConvertibleToJava<SchedulingConfigArgs> 
Sets the scheduling options for this node.
Sets the scheduling options for this node.