# File lib/fog/nfv/openstack/requests/get_vnfd.rb, line 5 def get_vnfd(vnfd_id) request( :expects => 200, :method => 'GET', :path => "vnfds/#{vnfd_id}" ) end