# File lib/virt/volume.rb, line 41
    def name= name
      raise "invalid name" if name.nil?
      @name = name
    end