V2Vm Scheduling Config Args
data class V2VmSchedulingConfigArgs(val preemptible: Output<Boolean>? = null, val reserved: Output<Boolean>? = null, val spot: Output<Boolean>? = null) : ConvertibleToJava<V2VmSchedulingConfigArgs>