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