# File lib/fog/compute/ecloud/models/ip_address.rb, line 15
        def status
          (detected_on || host) ? "Assigned" : "Available"
        end