# File lib/fog/ovirt/models/compute/server.rb, line 64
        def destroy_interface attrs
          wait_for { stopped? } if attrs[:blocking]
          service.destroy_interface(id, attrs)
        end