# File lib/fog/profitbricks/models/compute/server.rb, line 84
        def attach_volume(storage_id)
          requires :datacenter_id, :id

          data = service.attach_volume(datacenter_id, id, storage_id)
          flatten(data.body)
        end