# File lib/fog/ecloud/models/compute/virtual_machine_assigned_ips.rb, line 17
        def get(uri)
          if data = service.get_virtual_machine_assigned_ip(self.identity)
            new(data.body)
          end
        rescue Fog::Errors::NotFound
          nil
        end