OpenVAS Libraries  9.0.3
omp_create_target_opts_t Struct Reference

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

#include <omp.h>

Collaboration diagram for omp_create_target_opts_t:
Collaboration graph

Data Fields

int ssh_credential_port
 Port for SSH access. More...
 
const char * ssh_credential_id
 ID of SSH credential. More...
 
const char * smb_credential_id
 ID of SMB credential. More...
 
const char * esxi_credential_id
 ID of ESXi credential. More...
 
const char * snmp_credential_id
 ID of SNMP credential. More...
 
const char * port_range
 Port range. More...
 
const char * name
 Name of target. More...
 
const char * comment
 Comment on target. More...
 
const char * hosts
 Name of target. More...
 
const char * exclude_hosts
 Hosts to exclude. More...
 
const char * alive_tests
 Alive tests. More...
 
int reverse_lookup_only
 Scanner pref reverse_lookup_only. More...
 
int reverse_lookup_unify
 Scanner pref reverse_lookup_unify. More...
 

Detailed Description

Struct holding options for omp create_target command.

Definition at line 185 of file omp.h.

Field Documentation

◆ alive_tests

const char* omp_create_target_opts_t::alive_tests

Alive tests.

Definition at line 197 of file omp.h.

Referenced by omp_create_target_ext().

◆ comment

const char* omp_create_target_opts_t::comment

Comment on target.

Definition at line 194 of file omp.h.

Referenced by omp_create_target_ext().

◆ esxi_credential_id

const char* omp_create_target_opts_t::esxi_credential_id

ID of ESXi credential.

Definition at line 190 of file omp.h.

Referenced by omp_create_target_ext().

◆ exclude_hosts

const char* omp_create_target_opts_t::exclude_hosts

Hosts to exclude.

Definition at line 196 of file omp.h.

Referenced by omp_create_target_ext().

◆ hosts

const char* omp_create_target_opts_t::hosts

Name of target.

Definition at line 195 of file omp.h.

Referenced by omp_create_target_ext().

◆ name

const char* omp_create_target_opts_t::name

Name of target.

Definition at line 193 of file omp.h.

Referenced by omp_create_target_ext().

◆ port_range

const char* omp_create_target_opts_t::port_range

Port range.

Definition at line 192 of file omp.h.

Referenced by omp_create_target_ext().

◆ reverse_lookup_only

int omp_create_target_opts_t::reverse_lookup_only

Scanner pref reverse_lookup_only.

Definition at line 199 of file omp.h.

Referenced by omp_create_target_ext().

◆ reverse_lookup_unify

int omp_create_target_opts_t::reverse_lookup_unify

Scanner pref reverse_lookup_unify.

Definition at line 200 of file omp.h.

Referenced by omp_create_target_ext().

◆ smb_credential_id

const char* omp_create_target_opts_t::smb_credential_id

ID of SMB credential.

Definition at line 189 of file omp.h.

Referenced by omp_create_target_ext().

◆ snmp_credential_id

const char* omp_create_target_opts_t::snmp_credential_id

ID of SNMP credential.

Definition at line 191 of file omp.h.

Referenced by omp_create_target_ext().

◆ ssh_credential_id

const char* omp_create_target_opts_t::ssh_credential_id

ID of SSH credential.

Definition at line 188 of file omp.h.

Referenced by omp_create_target_ext().

◆ ssh_credential_port

int omp_create_target_opts_t::ssh_credential_port

Port for SSH access.

Definition at line 187 of file omp.h.

Referenced by omp_create_target_ext().


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