# File lib/fog/compute/openstack/models/aggregate.rb, line 31
        def update
          requires :id
          merge_attributes(service.update_aggregate(id, attributes).body['aggregate'])
          self
        end