# File lib/fog/nfv/openstack/models/vnfd.rb, line 30 def save(options = {}) identity ? update(options) : create(options) end