# File lib/fog/network/openstack/models/lb_pool.rb, line 47
        def stats
          requires :id
          merge_attributes(service.get_lb_pool_stats(id).body['stats'])
          self
        end