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