# File lib/fog/compute/requests/ninefold/disable_static_nat.rb, line 6
        def disable_static_nat(options = {})
          request('disableStaticNat', options, :expects => [200],
                  :response_prefix => 'disablestaticnatresponse', :response_type => Hash)
        end