if host is None:
            self._hosts = None
        elif isinstance(host, six.string_types):
            self._hosts = [host]
        else: