# File lib/fog/cloudstack/requests/compute/create_network.rb, line 9
        def create_network(options={})
          options.merge!(
            'command' => 'createNetwork'
          )

          request(options)
        end