# File lib/fog/compute/ecloud.rb, line 261
        def id_from_uri(uri)
          uri.match(/(\d+)$/)[1].to_i
        end