# File lib/fog/ecloud/requests/compute/rnat_associations_create_device.rb, line 7
        def rnat_associations_create_device(data)
          validate_data([:host_ip_href, :public_ip_href], data)

          request(
            :body => generate_rnat_associations_create_device_request(data),
            :expects => 201,
            :method => "POST",
            :headers => {},
            :uri => data[:uri],
            :parse => true
          )
        end