# File lib/fog/ecloud/models/compute/ip_address.rb, line 19 def id href.match(/((\d+{1,3}\.){3}(\d+{1,3}))$/)[1] end
# File lib/fog/ecloud/models/compute/ip_address.rb, line 31 def network reload if other_links.nil? network_href = other_links.detect { |l| l[:type] == "application/vnd.tmrk.cloud.network" }[:href] network = self.service.networks.get(network_href) end
Generated with the Darkfish Rdoc Generator 2.