OpenVAS Libraries  8.0.3
Data Fields
omp_create_task_opts_t Struct Reference

Struct holding options for omp create_task command. More...

#include <omp.h>

Data Fields

array_talert_ids
 Array of alert IDs. More...
 
const char * config_id
 ID of config. More...
 
const char * scanner_id
 ID of task scanner. More...
 
const char * schedule_id
 ID of task schedule. More...
 
const char * slave_id
 ID of task schedule. More...
 
const char * target_id
 ID of target. More...
 
const char * name
 Name of task. More...
 
const char * comment
 Comment on task. More...
 
const char * hosts_ordering
 Order for scanning target hosts. More...
 
const char * observers
 Comma-separated string of observer users. More...
 
array_tobserver_groups
 IDs of observer groups. More...
 
int schedule_periods
 Number of periods the schedule must run for. More...
 
const char * in_assets
 In assets preference. More...
 
const char * max_hosts
 Max hosts preference. More...
 
const char * max_checks
 Max checks preference. More...
 
const char * source_iface
 Source iface preference. More...
 
int alterable
 Whether the task is alterable. More...
 

Detailed Description

Struct holding options for omp create_task command.

Field Documentation

array_t* omp_create_task_opts_t::alert_ids

Array of alert IDs.

int omp_create_task_opts_t::alterable

Whether the task is alterable.

const char* omp_create_task_opts_t::comment

Comment on task.

const char* omp_create_task_opts_t::config_id

ID of config.

const char* omp_create_task_opts_t::hosts_ordering

Order for scanning target hosts.

const char* omp_create_task_opts_t::in_assets

In assets preference.

const char* omp_create_task_opts_t::max_checks

Max checks preference.

const char* omp_create_task_opts_t::max_hosts

Max hosts preference.

const char* omp_create_task_opts_t::name

Name of task.

array_t* omp_create_task_opts_t::observer_groups

IDs of observer groups.

const char* omp_create_task_opts_t::observers

Comma-separated string of observer users.

const char* omp_create_task_opts_t::scanner_id

ID of task scanner.

const char* omp_create_task_opts_t::schedule_id

ID of task schedule.

int omp_create_task_opts_t::schedule_periods

Number of periods the schedule must run for.

const char* omp_create_task_opts_t::slave_id

ID of task schedule.

const char* omp_create_task_opts_t::source_iface

Source iface preference.

const char* omp_create_task_opts_t::target_id

ID of target.


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