# File lib/openstack/compute/connection.rb, line 181
    def get_flavor(id)
      OpenStack::Compute::Flavor.new(self,id)
    end