RestoreTestingPlanForCreate
This contains metadata about a restore testing plan.
Types
Properties
RecoveryPointSelection
has five parameters (three required and two optional). The values you specify determine which recovery point is included in the restore test. You must indicate with Algorithm
if you want the latest recovery point within your SelectionWindowDays
or if you want a random recovery point, and you must indicate through IncludeVaults
from which vaults the recovery points can be chosen.
The RestoreTestingPlanName is a unique string that is the name of the restore testing plan. This cannot be changed after creation, and it must consist of only alphanumeric characters and underscores.
A CRON expression in specified timezone when a restore testing plan is executed. When no CRON expression is provided, Backup will use the default expression cron(0 5 ? * * *)
.
Optional. This is the timezone in which the schedule expression is set. By default, ScheduleExpressions are in UTC. You can modify this to a specified timezone.
Defaults to 24 hours.