# File lib/fog/terremark/models/shared/network.rb, line 18
        def ips
          #Until there is a real model for these ?
          service.get_network_ips(id).body['IpAddresses']
        end