# File lib/fog/rackspace/models/compute_v2/virtual_interface.rb, line 37
        def save(attributes = {})
          if persisted?
            raise Fog::Errors::Error.new("This virtual interface has already been created and it cannot be updated")
          else
            create
          end
          true
        end