Reference Guide

Table Of Contents
Name Description Schema
desired_reten
tion
required
Desired snapshot retention period in hours. The system will
retain snapshots for this time period.
Minimum value : 1
Maximum value : 8760
integer (int32)
interval
optional
SnapRuleIntervalEn
um
name
required
Snapshot rule name. string
time_of_day
optional
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.
string
timezone
optional
Was added in version 2.0.0.0. TimeZoneEnum
snapshot_rule_delete
Snapshot rule delete request.
Name Description Schema
delete_snaps
optional
Specify whether all snapshots previously created by this
rule should also be deleted when this rule is removed.
Default : false
boolean
snapshot_rule_instance
Snapshot rule instance. This resource type has queriable association from policy
Name Description Schema
days_of_week
optional
Days of the week when the rule should be applied. Applies
only for rules where the time_of_day parameter is set.
< DaysOfWeekEnum
> array
days_of_week_
l10n
optional
Localized message array corresponding to days_of_week < string > array
870