# File lib/fog/dns/openstack/v2/models/pools.rb, line 15
          def find_by_id(id, options = {})
            pool_hash = service.get_pool(id, options).body
            new(pool_hash.merge(:service => service))
          end