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