# File lib/fog/shared_file_system/openstack/models/snapshot.rb, line 27
        def update(options = nil)
          requires :id
          merge_attributes(service.update_snapshot(id, options || attributes).body['snapshot'])
          self
        end