# File lib/fog/ninefold/models/compute/address.rb, line 49
        def disable_static_nat()
          self.jobid = extract_job_id(service.disable_static_nat(:ipaddressid => identity))
          true
        end