OpenVAS Libraries  8.0.3
Data Fields
omp_create_target_opts_t Struct Reference

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

#include <omp.h>

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 * 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.

Field Documentation

const char* omp_create_target_opts_t::alive_tests

Alive tests.

const char* omp_create_target_opts_t::comment

Comment on target.

const char* omp_create_target_opts_t::esxi_credential_id

ID of ESXi credential.

const char* omp_create_target_opts_t::exclude_hosts

Hosts to exclude.

const char* omp_create_target_opts_t::hosts

Name of target.

const char* omp_create_target_opts_t::name

Name of target.

const char* omp_create_target_opts_t::port_range

Port range.

int omp_create_target_opts_t::reverse_lookup_only

Scanner pref reverse_lookup_only.

int omp_create_target_opts_t::reverse_lookup_unify

Scanner pref reverse_lookup_unify.

const char* omp_create_target_opts_t::smb_credential_id

ID of SMB credential.

const char* omp_create_target_opts_t::ssh_credential_id

ID of SSH credential.

int omp_create_target_opts_t::ssh_credential_port

Port for SSH access.


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