def remove_host(self, hostId):
"""
Removes the association of the host with the cluster.
@return: A ApiHostRef of the host that was removed.
@since: API v3
"""
return self._delete("hosts/" + hostId, ApiHostRef, api_version=3)
评论列表
文章目录