OpenVAS Manager  7.0.3~git
create_schedule_data_t Struct Reference

Command data for the create_schedule command. More...

Collaboration diagram for create_schedule_data_t:
Collaboration graph

Data Fields

char * name
 Name for new schedule. More...
 
char * comment
 Comment. More...
 
char * copy
 UUID of resource to copy. More...
 
char * first_time_day_of_month
 Day of month schedule must first run. More...
 
char * first_time_hour
 Hour schedule must first run. More...
 
char * first_time_minute
 Minute schedule must first run. More...
 
char * first_time_month
 Month schedule must first run. More...
 
char * first_time_year
 Year schedule must first run. More...
 
char * period
 Period of schedule (how often it runs). More...
 
char * period_unit
 Unit of period: "hour", "day", "week", .... More...
 
char * duration
 Duration of schedule (how long it runs for). More...
 
char * duration_unit
 Unit of duration: "hour", "day", "week", .... More...
 
char * timezone
 Time zone of the schedule. More...
 

Detailed Description

Command data for the create_schedule command.

Definition at line 1590 of file omp.c.

Field Documentation

◆ comment

char* create_schedule_data_t::comment

Comment.

Definition at line 1593 of file omp.c.

◆ copy

char* create_schedule_data_t::copy

UUID of resource to copy.

Definition at line 1594 of file omp.c.

◆ duration

char* create_schedule_data_t::duration

Duration of schedule (how long it runs for).

Definition at line 1602 of file omp.c.

◆ duration_unit

char* create_schedule_data_t::duration_unit

Unit of duration: "hour", "day", "week", ....

Definition at line 1603 of file omp.c.

◆ first_time_day_of_month

char* create_schedule_data_t::first_time_day_of_month

Day of month schedule must first run.

Definition at line 1595 of file omp.c.

◆ first_time_hour

char* create_schedule_data_t::first_time_hour

Hour schedule must first run.

Definition at line 1596 of file omp.c.

◆ first_time_minute

char* create_schedule_data_t::first_time_minute

Minute schedule must first run.

Definition at line 1597 of file omp.c.

◆ first_time_month

char* create_schedule_data_t::first_time_month

Month schedule must first run.

Definition at line 1598 of file omp.c.

◆ first_time_year

char* create_schedule_data_t::first_time_year

Year schedule must first run.

Definition at line 1599 of file omp.c.

◆ name

char* create_schedule_data_t::name

Name for new schedule.

Definition at line 1592 of file omp.c.

◆ period

char* create_schedule_data_t::period

Period of schedule (how often it runs).

Definition at line 1600 of file omp.c.

◆ period_unit

char* create_schedule_data_t::period_unit

Unit of period: "hour", "day", "week", ....

Definition at line 1601 of file omp.c.

◆ timezone

char* create_schedule_data_t::timezone

Time zone of the schedule.

Definition at line 1604 of file omp.c.


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