Hardware Profile Args
data class HardwareProfileArgs(val memorySizeMB: Output<Int>? = null, val numCPUs: Output<Int>? = null, val numCoresPerSocket: Output<Int>? = null) : ConvertibleToJava<HardwareProfileArgs>
Specifies the hardware settings for the virtual machine.