def parse_virtual_machine_cpu_allocation(vm_hash, props)
      cpu_allocation = props.fetch_path(:resourceConfig, :cpuAllocation)
      return if cpu_allocation.nil?

      vm_hash[:cpu_reserve] = cpu_allocation[:reservation]