days_of_week(Optional[Array[Enum['Monday','Tuesday','Wednesday','Thursday','Friday','Saturday','Sunday']]])
— Days of the week when the rule should be applied. Applies only for rules where the time_of_day parameter is set.
desired_retention(Integer[1,8760])
— Desired snapshot retention period in hours. The system will retain snapshots for this time period, if space is available.
interval(Optional[Enum['Five_Minutes','Fifteen_Minutes','Thirty_Minutes','One_Hour','Two_Hours','Three_Hours','Four_Hours','Six_Hours','Eight_Hours','Twelve_Hours','One_Day']])
— Interval between snapshots. Either the interval parameter or the time_of_day parameter may be set. Setting one clears the other parameter.
name(String)
— Snapshot rule name.
time_of_day(Optional[String])
— Time of the day to take a daily snapshot, with format 'hh:mm' in 24 hour time format. Either the interval parameter or the time_of_day parameter may be set, but not both.