# File lib/fog/vsphere/compute.rb, line 154
        def managed_obj_id obj
          obj.to_s.match(/\("(\S+)"\)/)[1]
        end