OpenVAS Manager  7.0.3~git
modify_schedule_data_t Struct Reference

Command data for the modify_schedule command. More...

Collaboration diagram for modify_schedule_data_t:
Collaboration graph

Data Fields

char * comment
 Comment. More...
 
char * name
 Name of schedule. More...
 
char * schedule_id
 Schedule UUID. 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
 Timezone. More...
 

Detailed Description

Command data for the modify_schedule command.

Definition at line 3599 of file omp.c.

Field Documentation

◆ comment

char* modify_schedule_data_t::comment

Comment.

Definition at line 3601 of file omp.c.

◆ duration

char* modify_schedule_data_t::duration

Duration of schedule (how long it runs for).

Definition at line 3611 of file omp.c.

◆ duration_unit

char* modify_schedule_data_t::duration_unit

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

Definition at line 3612 of file omp.c.

◆ first_time_day_of_month

char* modify_schedule_data_t::first_time_day_of_month

Day of month schedule must first run.

Definition at line 3604 of file omp.c.

◆ first_time_hour

char* modify_schedule_data_t::first_time_hour

Hour schedule must first run.

Definition at line 3605 of file omp.c.

◆ first_time_minute

char* modify_schedule_data_t::first_time_minute

Minute schedule must first run.

Definition at line 3606 of file omp.c.

◆ first_time_month

char* modify_schedule_data_t::first_time_month

Month schedule must first run.

Definition at line 3607 of file omp.c.

◆ first_time_year

char* modify_schedule_data_t::first_time_year

Year schedule must first run.

Definition at line 3608 of file omp.c.

◆ name

char* modify_schedule_data_t::name

Name of schedule.

Definition at line 3602 of file omp.c.

◆ period

char* modify_schedule_data_t::period

Period of schedule (how often it runs).

Definition at line 3609 of file omp.c.

◆ period_unit

char* modify_schedule_data_t::period_unit

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

Definition at line 3610 of file omp.c.

◆ schedule_id

char* modify_schedule_data_t::schedule_id

Schedule UUID.

Definition at line 3603 of file omp.c.

◆ timezone

char* modify_schedule_data_t::timezone

Timezone.

Definition at line 3613 of file omp.c.


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