# File lib/fog/compute/openstack/models/aggregates.rb, line 14
        def find_by_id(id)
          new(service.get_aggregate(id).body['aggregate'])
        end