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
Constructors
Link copied to clipboard
fun ComputeResourceArgs(bootDiskMib: Output<String>? = null, cpuMilli: Output<String>? = null, memoryMib: Output<String>? = null)