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