INPUT_OBJECT
GlobalSnapshotScheduleInput
Description
Snapshot schedule for different frequencies.
link GraphQL Schema definition
- input GlobalSnapshotScheduleInput {
- # Daily schedule of the SLA Domain.
- : DailySnapshotScheduleInput
- # Hourly schedule of the SLA Domain.
- : HourlySnapshotScheduleInput
- # Minute schedule of the SLA Domain.
- : MinuteSnapshotScheduleInput
- # Monthly schedule of the SLA Domain.
- : MonthlySnapshotScheduleInput
- # Quarterly schedule of the SLA Domain.
- : QuarterlySnapshotScheduleInput
- # Weekly schedule of the SLA Domain.
- : WeeklySnapshotScheduleInput
- # Yearly schedule of the SLA Domain.
- : YearlySnapshotScheduleInput
- }