コード例 #1
0
ファイル: __init__.py プロジェクト: AnatomicJC/mmc
 def delComputer(self, ctx, uuid, backup):
     return bpc.unset_backup_for_host(uuid)
コード例 #2
0
 def delComputer(self, ctx, uuid, backup):
     return bpc.unset_backup_for_host(uuid)
コード例 #3
0
ファイル: __init__.py プロジェクト: AnatomicJC/mmc
def unset_backup_for_host(uuid):
    return bpc.unset_backup_for_host(uuid)
コード例 #4
0
def unset_backup_for_host(uuid):
    return bpc.unset_backup_for_host(uuid)