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