# File lib/fog/nfv/openstack/models/vnfs.rb, line 14
        def get(uuid)
          data = service.get_vnf(uuid).body['vnf']
          new(data)
        rescue Fog::NFV::OpenStack::NotFound
          nil
        end