# File lib/fog/compute/ecloud/models/ip_address.rb, line 31
        def network
          reload if other_links.nil?
          network_href = other_links.find { |l| l[:type] == "application/vnd.tmrk.cloud.network" }[:href]
          network      = self.service.networks.get(network_href)
        end