[{"label":"Latest (1.0.0alpha)","version":"latest"}]
vcdr
ProtectionGroupScheduleSpec
The specification used to define when snapshots are taken of a protection group.
Properties
string
name
Optional
The name of the schedule specification.
integer as int64
retention_min
Optional
The duration of time in minutes from snapshot creation after which the snapshot is automatically deleted.
schedule_spec
Optional
When and how frequently protection group snapshots are taken for this protection group.
JSON Example
{
"name": "string",
"retention_min": 0,
"schedule_spec": {
"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
}
}