# File lib/fog/nfv/openstack/models/vnfs.rb, line 21
        def destroy(uuid)
          vnf = get(uuid)
          vnf.destroy
        end