Greenbone Vulnerability Management Libraries  11.0.1
osp_start_scan_opts_t Struct Reference

#include <osp.h>

Collaboration diagram for osp_start_scan_opts_t:
Collaboration graph

Data Fields

GSList * targets
 Target hosts to scan. More...
 
GSList * vt_groups
 VT groups to use for the scan. More...
 
GSList * vts
 Single VTs to use for the scan. More...
 
GHashTable * scanner_params
 Table of scanner parameters. More...
 
int parallel
 Number of parallel scans. More...
 
const char * scan_id
 UUID to set for scan, null otherwise. More...
 

Detailed Description

Definition at line 114 of file osp.h.

Field Documentation

◆ parallel

int osp_start_scan_opts_t::parallel

Number of parallel scans.

Definition at line 119 of file osp.h.

Referenced by osp_start_scan_ext().

◆ scan_id

const char* osp_start_scan_opts_t::scan_id

UUID to set for scan, null otherwise.

Definition at line 120 of file osp.h.

Referenced by osp_start_scan_ext().

◆ scanner_params

GHashTable* osp_start_scan_opts_t::scanner_params

Table of scanner parameters.

Definition at line 118 of file osp.h.

Referenced by osp_start_scan_ext().

◆ targets

GSList* osp_start_scan_opts_t::targets

Target hosts to scan.

Definition at line 115 of file osp.h.

Referenced by osp_start_scan_ext().

◆ vt_groups

GSList* osp_start_scan_opts_t::vt_groups

VT groups to use for the scan.

Definition at line 116 of file osp.h.

Referenced by osp_start_scan_ext().

◆ vts

GSList* osp_start_scan_opts_t::vts

Single VTs to use for the scan.

Definition at line 117 of file osp.h.

Referenced by osp_start_scan_ext().


The documentation for this struct was generated from the following file: