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