# File lib/openstack/compute/connection.rb, line 29
    def get_server(id)
      OpenStack::Compute::Server.new(self,id)
    end