data class HardwareProfileResponse(val cpuHotAddEnabled: Boolean, val cpuHotRemoveEnabled: Boolean, val memoryHotAddEnabled: Boolean, val memorySizeMB: Int? = null, val numCPUs: Int? = null, val numCoresPerSocket: Int? = null)
Specifies the hardware settings for the virtual machine.