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