def snapshot_delete(self): libvirt_utils.delete_snapshot(self.path, self.snapshot_name)
def delete(self): libvirt_utils.delete_snapshot(self.path, self.name)