コード例 #1
0
ファイル: api_client.py プロジェクト: Jimvin/cm_api
  def delete_host(self, host_id):
    """
    Delete a host by id.

    @param host_id Host id
    @return The deleted ApiHost object
    """
    return hosts.delete_host(self, host_id)
コード例 #2
0
ファイル: api_client.py プロジェクト: ycaihua/cm_api
    def delete_host(self, host_id):
        """
    Delete a host by id.

    @param host_id: Host id
    @return: The deleted ApiHost object
    """
        return hosts.delete_host(self, host_id)