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