# File lib/fog/openstack/models/network/network.rb, line 22
        def save
          identity ? update : create
        end