Hardware Profile Response
data class HardwareProfileResponse(val cpuCount: Int? = null, val dynamicMemoryEnabled: String? = null, val dynamicMemoryMaxMB: Int? = null, val dynamicMemoryMinMB: Int? = null, val isHighlyAvailable: String? = null, val limitCpuForMigration: String? = null, val memoryMB: Int? = null)
Defines the resource properties.