def remove_all_hosts(self):
"""
Removes the association of all the hosts with the cluster.
@return: A list of ApiHostRef objects of the hosts that were removed.
@since: API v3
"""
return self._delete("hosts", ApiHostRef, True, api_version=3)
评论列表
文章目录