INPUT_OBJECT
BasicSnapshotScheduleInput
Description
Basic snapshot schedule.
link GraphQL Schema definition
- input BasicSnapshotScheduleInput {
- # Frequency of snapshot schedule.
- Int :
- # Retention of snapshot schedule.
- Int :
- # Unit of retention in snapshot schedule.
- RetentionUnit :
- }
link Require by
- DailySnapshotScheduleInputDaily snapshot schedule.
- HourlySnapshotScheduleInputHourly snapshot schedule.
- MinuteSnapshotScheduleInputMinute snapshot schedule.
- MonthlySnapshotScheduleInputMonthly snapshot schedule.
- QuarterlySnapshotScheduleInputQuarterly snapshot schedule.
- WeeklySnapshotScheduleInputWeekly snapshot schedule.
- YearlySnapshotScheduleInputYearly snapshot schedule.