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