# File lib/fog/ecloud/models/compute/ip.rb, line 16
        def rnat=(new_rnat)
          attributes[:rnat] = new_rnat
          @changed = true
        end