# 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