# File lib/fog/compute/ecloud.rb, line 456
        def status
          if used_by
            "Assigned"
          else
            "Available"
          end
        end