Compute Resource Args
data class ComputeResourceArgs(val bootDiskMib: Output<String>? = null, val cpuMilli: Output<String>? = null, val memoryMib: Output<String>? = null) : ConvertibleToJava<ComputeResourceArgs>
Compute resource requirements