# File lib/fog/softlayer/requests/dns/create_domain.rb, line 73
        def create_domain(opts)
          request(:dns_domain, :create_object, :body => opts, :http_method => :POST)
        end