[{"label":"Latest (1.0.0alpha)","version":"latest"}]
vcdr
ScheduleSpec
The specification describing when snapshots for a protection group are taken.
Properties
integer as int32
day_of_month
Optional
Specification of days of the month (1 - 31 are legal values).
integer as int32
day_of_month_interval
Optional
Interval in days between snapshots.
integer as int32
day_of_week
Optional
Numeric representation of days of the week (0 - 6 are legal values; 0 = Sunday).
integer as int32
day_of_week_interval
Optional
Interval in days between snapshots.
integer as int32
hours
Optional
Specification of hours (0 - 23 are legal values).
integer as int32
hours_interval
Optional
Interval in hours between snapshots.
integer as int32
minutes
Optional
Specification of minutes (0 - 59 are legal values).
integer as int32
minutes_interval
Optional
Interval in minutes between snapshots.
integer as int32
month
Optional
Numeric representation of month (1 - 12 are legal values).
integer as int32
month_interval
Optional
Interval in months between snapshots.
JSON Example
{
"day_of_month": 0,
"day_of_month_interval": 0,
"day_of_week": 0,
"day_of_week_interval": 0,
"hours": 0,
"hours_interval": 0,
"minutes": 0,
"minutes_interval": 0,
"month": 0,
"month_interval": 0
}