# File lib/fog/compute/ecloud/models/ip_address.rb, line 19
        def id
          href.match(/((\d+{1,3}\.){3}(\d+{1,3}))$/)[1]
        end