Pipeline Resources Args
fun PipelineResourcesArgs(acceleratorCount: Output<String>? = null, acceleratorType: Output<String>? = null, bootDiskSizeGb: Output<Int>? = null, disks: Output<List<DiskArgs>>? = null, minimumCpuCores: Output<Int>? = null, minimumRamGb: Output<Double>? = null, noAddress: Output<Boolean>? = null, preemptible: Output<Boolean>? = null, zones: Output<List<String>>? = null)