OpenVAS Manager  7.0.3~git
create_target_data_t Struct Reference

Command data for the create_target command. More...

Collaboration diagram for create_target_data_t:
Collaboration graph

Data Fields

char * alive_tests
 Alive tests. More...
 
char * asset_hosts_filter
 Asset hosts. More...
 
char * comment
 Comment. More...
 
char * exclude_hosts
 Hosts to exclude from set. More...
 
char * reverse_lookup_only
 Boolean. Whether to consider only hosts that reverse lookup. More...
 
char * reverse_lookup_unify
 Boolean. Whether to unify based on reverse lookup. More...
 
char * copy
 UUID of resource to copy. More...
 
char * hosts
 Hosts for new target. More...
 
char * port_list_id
 Port list for new target. More...
 
char * port_range
 Port range for new target. More...
 
char * ssh_credential_id
 SSH credential for new target. More...
 
char * ssh_lsc_credential_id
 SSH credential (deprecated). More...
 
char * ssh_port
 Port for SSH. More...
 
char * ssh_lsc_port
 Port for SSH (deprecated). More...
 
char * smb_credential_id
 SMB credential for new target. More...
 
char * smb_lsc_credential_id
 SMB credential (deprecated). More...
 
char * esxi_credential_id
 ESXi credential for new target. More...
 
char * esxi_lsc_credential_id
 ESXi credential (deprecated). More...
 
char * snmp_credential_id
 SNMP credential for new target. More...
 
char * make_name_unique
 Boolean. Whether to make name unique. More...
 
char * name
 Name of new target. More...
 

Detailed Description

Command data for the create_target command.

Definition at line 1635 of file omp.c.

Field Documentation

◆ alive_tests

char* create_target_data_t::alive_tests

Alive tests.

Definition at line 1637 of file omp.c.

◆ asset_hosts_filter

char* create_target_data_t::asset_hosts_filter

Asset hosts.

Definition at line 1638 of file omp.c.

◆ comment

char* create_target_data_t::comment

Comment.

Definition at line 1639 of file omp.c.

◆ copy

char* create_target_data_t::copy

UUID of resource to copy.

Definition at line 1643 of file omp.c.

◆ esxi_credential_id

char* create_target_data_t::esxi_credential_id

ESXi credential for new target.

Definition at line 1653 of file omp.c.

◆ esxi_lsc_credential_id

char* create_target_data_t::esxi_lsc_credential_id

ESXi credential (deprecated).

Definition at line 1654 of file omp.c.

◆ exclude_hosts

char* create_target_data_t::exclude_hosts

Hosts to exclude from set.

Definition at line 1640 of file omp.c.

◆ hosts

char* create_target_data_t::hosts

Hosts for new target.

Definition at line 1644 of file omp.c.

◆ make_name_unique

char* create_target_data_t::make_name_unique

Boolean. Whether to make name unique.

Definition at line 1656 of file omp.c.

◆ name

char* create_target_data_t::name

Name of new target.

Definition at line 1657 of file omp.c.

◆ port_list_id

char* create_target_data_t::port_list_id

Port list for new target.

Definition at line 1645 of file omp.c.

◆ port_range

char* create_target_data_t::port_range

Port range for new target.

Definition at line 1646 of file omp.c.

◆ reverse_lookup_only

char* create_target_data_t::reverse_lookup_only

Boolean. Whether to consider only hosts that reverse lookup.

Definition at line 1641 of file omp.c.

◆ reverse_lookup_unify

char* create_target_data_t::reverse_lookup_unify

Boolean. Whether to unify based on reverse lookup.

Definition at line 1642 of file omp.c.

◆ smb_credential_id

char* create_target_data_t::smb_credential_id

SMB credential for new target.

Definition at line 1651 of file omp.c.

◆ smb_lsc_credential_id

char* create_target_data_t::smb_lsc_credential_id

SMB credential (deprecated).

Definition at line 1652 of file omp.c.

◆ snmp_credential_id

char* create_target_data_t::snmp_credential_id

SNMP credential for new target.

Definition at line 1655 of file omp.c.

◆ ssh_credential_id

char* create_target_data_t::ssh_credential_id

SSH credential for new target.

Definition at line 1647 of file omp.c.

◆ ssh_lsc_credential_id

char* create_target_data_t::ssh_lsc_credential_id

SSH credential (deprecated).

Definition at line 1648 of file omp.c.

◆ ssh_lsc_port

char* create_target_data_t::ssh_lsc_port

Port for SSH (deprecated).

Definition at line 1650 of file omp.c.

◆ ssh_port

char* create_target_data_t::ssh_port

Port for SSH.

Definition at line 1649 of file omp.c.


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