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