# File lib/fog/xenserver/models/compute/pool.rb, line 50
        def set_attribute(name, *val)
          data = service.set_attribute( 'pool', reference, name, *val )
          # Do not reload automatically for performance reasons
          # We can set multiple attributes at the same time and
          # then reload manually
          #reload
        end