Greenbone Vulnerability Management Libraries  11.0.0
gmp_create_target_opts_t Struct Reference

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

#include <gmp.h>

Collaboration diagram for gmp_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 gmp create_target command.

Definition at line 208 of file gmp.h.

Field Documentation

◆ alive_tests

const char* gmp_create_target_opts_t::alive_tests

Alive tests.

Definition at line 220 of file gmp.h.

Referenced by gmp_create_target_ext().

◆ comment

const char* gmp_create_target_opts_t::comment

Comment on target.

Definition at line 217 of file gmp.h.

Referenced by gmp_create_target_ext().

◆ esxi_credential_id

const char* gmp_create_target_opts_t::esxi_credential_id

ID of ESXi credential.

Definition at line 213 of file gmp.h.

Referenced by gmp_create_target_ext().

◆ exclude_hosts

const char* gmp_create_target_opts_t::exclude_hosts

Hosts to exclude.

Definition at line 219 of file gmp.h.

Referenced by gmp_create_target_ext().

◆ hosts

const char* gmp_create_target_opts_t::hosts

Name of target.

Definition at line 218 of file gmp.h.

Referenced by gmp_create_target_ext().

◆ name

const char* gmp_create_target_opts_t::name

Name of target.

Definition at line 216 of file gmp.h.

Referenced by gmp_create_target_ext().

◆ port_range

const char* gmp_create_target_opts_t::port_range

Port range.

Definition at line 215 of file gmp.h.

Referenced by gmp_create_target_ext().

◆ reverse_lookup_only

int gmp_create_target_opts_t::reverse_lookup_only

Scanner pref reverse_lookup_only.

Definition at line 222 of file gmp.h.

Referenced by gmp_create_target_ext().

◆ reverse_lookup_unify

int gmp_create_target_opts_t::reverse_lookup_unify

Scanner pref reverse_lookup_unify.

Definition at line 223 of file gmp.h.

Referenced by gmp_create_target_ext().

◆ smb_credential_id

const char* gmp_create_target_opts_t::smb_credential_id

ID of SMB credential.

Definition at line 212 of file gmp.h.

Referenced by gmp_create_target_ext().

◆ snmp_credential_id

const char* gmp_create_target_opts_t::snmp_credential_id

ID of SNMP credential.

Definition at line 214 of file gmp.h.

Referenced by gmp_create_target_ext().

◆ ssh_credential_id

const char* gmp_create_target_opts_t::ssh_credential_id

ID of SSH credential.

Definition at line 211 of file gmp.h.

Referenced by gmp_create_target_ext().

◆ ssh_credential_port

int gmp_create_target_opts_t::ssh_credential_port

Port for SSH access.

Definition at line 210 of file gmp.h.

Referenced by gmp_create_target_ext().


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